Wikibooks enwikibooks https://en.wikibooks.org/wiki/Main_Page MediaWiki 1.39.0-wmf.25 first-letter Media Special Talk User User talk Wikibooks Wikibooks talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk Cookbook Cookbook talk Transwiki Transwiki talk Wikijunior Wikijunior talk Subject Subject talk TimedText TimedText talk Module Module talk Gadget Gadget talk Gadget definition Gadget definition talk MATLAB Programming 0 18778 4095012 4089888 2022-08-19T22:52:25Z MrAlanKoh 3392840 /* MATLAB Programming Chapters */ added MATLAB Programming/MATLAB Caveats wikitext text/x-wiki {{Book search | float = left | style = image | px = 950px | width = 900px | placeholder = Search anything related to this Matlab here ! }} {{MatlabNav}} {{Print version|/Print Version}} ==Introduction== [[w:MATLAB|MATLAB]] is an abbreviation for "MATrix LABoratory". Originally, it was a simple interactive matrix calculator in early 1980's. Gradually, it evolves into programming language developed by [[w:The MathWorks|MathWorks]]. It started out as a matrix programming language where linear algebra programming was simple. It can be run both under interactive sessions and as a batch job. [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]] exist including open source software packages. While other programming languages mostly work with numbers one at a time, MATLAB is designed to operate primarily on whole matrices and arrays. All MATLAB variables are multidimensional arrays, no matter what type of data. A matrix is a two-dimensional array often used for linear algebra. MATLAB are also designed to be equipped with toolboxes. A toolbox is a package of custom functions and/or classes which are generally for a specific topic (such as control system, signal processing or even deep learning). The toolboxes are either provided officially by Mathworks and require a license, others can be downloaded for free from the File Exchange. Finally, this book assumes that you have access to latest MATLAB version but if you didn't have , no worries! <br> There are online IDE that are very similar to MATLAB :<br> Click this link to try the free version of MATLAB: [https://octave-online.net/ | Octave-Online.] ==MATLAB Programming Chapters== {| |- {| ||[[File:MATLAB mesh sinc3D.svg|left|200px]] ||Chapter 1: Matlab Introductions . || [[MATLAB Programming/Fundamentals of MATLAB|Fundamentals of MATLAB]]<br> [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> [[MATLAB Programming/Fundamentals of MATLAB/Basic MATLAB commands|Basic MATLAB commands]]<br> [[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[/Complex Numbers/]][[Image:75%.svg]]<br> [[/Portable Functions/]][[Image:50%.svg]]<br> [[/Strings/]][[Image:75%.svg]]<br> [[/The MATLAB Command Prompt/|The MATLAB command prompt]][[Image:50%.svg]] <br> [[/Basic Reading and Writing data from a file/|Reading and writing data files]][[Image:50%.svg]] <br> [[MATLAB Programming/File Name Types|File Name Types]] |- ||[[File:Matrix.png|left|200px]] ||Chapter 2: Vector and matrices . || [[/Vector and Matrices/]]<br> [[/Vector and Matrices/Special Matrices |Special Matrices]]<br> [[/Vector and Matrices/Operations on Matrices |Operation on Matrices]]<br> [[/Vector and Matrices/Operations on Vectors |Operation on Vectors]]<br> |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 3: Array || [[MATLAB Programming/Arrays|Arrays]][[Image:75%.svg]]<br> [[MATLAB Programming/Introduction to array operations|Introduction to array operations]]<br> [[MATLAB Programming/Basic vector operations|Vectors and Basic Vector Operations]]<br> [[MATLAB Programming/Vectoring Mathematics|Mathematics with Vectors and Matrices]]<br> [[MATLAB Programming/Arrays/Struct Arrays|Struct Arrays]]<br> [[MATLAB Programming/Cell Arrays|Cell Arrays]]<br> [[/Sparse Matrices/]]<br> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 4: Graphical plotting . || [[/Plot/]]<br> [[/Polar Plot/]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[/Loglog/]]<br> [[/Bode Plot/]]<br> [[/Nichols Plot/]]<br> [[/Nyquist Plot/]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 5: MATLAB programming structure . || [[MATLAB Programming/Handle Graphics|Using Handles]][[Image:25%.svg]]<br> What is a handle? <br> Figure handles <br> Axis handles <br> Other types of handles <br> [[MATLAB Programming/Annotate|Annotating Plots]][[Image:25%.svg]] <br> [[/Inserting Newlines into Plot Labels/]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 6: Advance MATLAB functions . || [[/Advanced Topics/Numerical Manipulation|Numerical Manipulation]][[File:00%.svg]]<br> [[/Advanced Topics/Advanced IO|Advanced I/O]][[File:00%.svg]]<br> [[/Advanced Topics/Object Oriented Programming|Object Oriented Programming]][[File:00%.svg]]<br> [[/Advanced Topics/Applications and Examples|Applications and Examples]][[File:00%.svg]]<br> [[/Advanced Topics/Toolboxes and Extensions|Toolboxes and Extensions]][[File:00%.svg]]<br> |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 7: M-Files coding. || [[/Scripts/]][[Image:25%.svg]]<br> [[/Comments/]][[Image:50%.svg]]<br> [[/Entering data at the command line|The Input Function]][[Image:50%.svg]]<br> [[MATLAB Programming/Control Flow|Control Flow]][[Image:75%.svg]]<br> [[/Loops and Branches/]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]]<br> [[/MATLAB Caveats/]][[File:00%.svg]]<br> [[/Inserting Newlines into Disp Warn and Error/]]<br> [[/Debugging M Files/]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 8: GUI Programming MATLAB || [[MATLAB Programming/GUI|Graphical User Interface]][[Image:00%.svg]]<br> [[MATLAB Programming/GUI/Get File or Directory|GUI to get a file or directory]][[Image:00%.svg]]<br> |- ||[[File:Gnu-octave-logo.svg|left|200px]] ||Chapter 9: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]]<br> [[Julia for MATLAB Users]] |- ||[[File:DALL·E - Photos of side view of programmer discovering software's Easter Egg inside her program when debugging her programs.png|left|200px]] ||Bonus Chapter : MATLAB's easter egg || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br>[[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]] |- |} ==References== *[http://www.mathworks.com/access/helpdesk/help/techdoc/matlab.html MATLAB documentation] from The MathWorks. *[http://engineering-matlab.blogspot.in MATLAB programs compilation] from 'MATLAB programs for Engineering Students'. *[http://www.bobsseo.com/MATLAB.htm MATLAB Programming Language Origin, Advantages, Implementation] from Bobs SEO ==External links== *[http://wikis.controltheorypro.com/index.php?title=Category:MATLAB:MATLAB ControlTheoryPro.com MATLAB Category] *[http://www.octnews.org/articles/2932585/image-processing-in-optical-coherence-tomography-u/:Image Processing in Optical Coherence Tomography using Matlab] *[https://www.geeksforgeeks.org/how-to-create-a-gui-button-in-matlab-app/: How to create GUI button in MATLAB] *[https://coursesity.com/free-tutorials-learn/matlab: Free tutorials to learning MATLAB] == Other Wikibooks == A number of other wikibooks use MATLAB to teach their subjects. The following wikibooks make use of MATLAB: *[[Signals and Systems]] *[[Control Systems]] {{Shelves|Computer programming languages|Scientific software}} {{alphabetical|M}} {{status|50%}} ofgflcd4c6bcf0zs07b0l7yr8578mrs 4095018 4095012 2022-08-19T23:33:26Z MrAlanKoh 3392840 Remove  : MATLAB's easter egg wikitext text/x-wiki {{Book search | float = left | style = image | px = 950px | width = 900px | placeholder = Search anything related to this Matlab here ! }} {{MatlabNav}} {{Print version|/Print Version}} ==Introduction== [[w:MATLAB|MATLAB]] is an abbreviation for "MATrix LABoratory". Originally, it was a simple interactive matrix calculator in early 1980's. Gradually, it evolves into programming language developed by [[w:The MathWorks|MathWorks]]. It started out as a matrix programming language where linear algebra programming was simple. It can be run both under interactive sessions and as a batch job. [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]] exist including open source software packages. While other programming languages mostly work with numbers one at a time, MATLAB is designed to operate primarily on whole matrices and arrays. All MATLAB variables are multidimensional arrays, no matter what type of data. A matrix is a two-dimensional array often used for linear algebra. MATLAB are also designed to be equipped with toolboxes. A toolbox is a package of custom functions and/or classes which are generally for a specific topic (such as control system, signal processing or even deep learning). The toolboxes are either provided officially by Mathworks and require a license, others can be downloaded for free from the File Exchange. Finally, this book assumes that you have access to latest MATLAB version but if you didn't have , no worries! <br> There are online IDE that are very similar to MATLAB :<br> Click this link to try the free version of MATLAB: [https://octave-online.net/ | Octave-Online.] ==MATLAB Programming Chapters== {| |- {| ||[[File:MATLAB mesh sinc3D.svg|left|200px]] ||Chapter 1: Matlab Introductions . || [[MATLAB Programming/Fundamentals of MATLAB|Fundamentals of MATLAB]]<br> [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> [[MATLAB Programming/Fundamentals of MATLAB/Basic MATLAB commands|Basic MATLAB commands]]<br> [[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[/Complex Numbers/]][[Image:75%.svg]]<br> [[/Portable Functions/]][[Image:50%.svg]]<br> [[/Strings/]][[Image:75%.svg]]<br> [[/The MATLAB Command Prompt/|The MATLAB command prompt]][[Image:50%.svg]] <br> [[/Basic Reading and Writing data from a file/|Reading and writing data files]][[Image:50%.svg]] <br> [[MATLAB Programming/File Name Types|File Name Types]] |- ||[[File:Matrix.png|left|200px]] ||Chapter 2: Vector and matrices . || [[/Vector and Matrices/]]<br> [[/Vector and Matrices/Special Matrices |Special Matrices]]<br> [[/Vector and Matrices/Operations on Matrices |Operation on Matrices]]<br> [[/Vector and Matrices/Operations on Vectors |Operation on Vectors]]<br> |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 3: Array || [[MATLAB Programming/Arrays|Arrays]][[Image:75%.svg]]<br> [[MATLAB Programming/Introduction to array operations|Introduction to array operations]]<br> [[MATLAB Programming/Basic vector operations|Vectors and Basic Vector Operations]]<br> [[MATLAB Programming/Vectoring Mathematics|Mathematics with Vectors and Matrices]]<br> [[MATLAB Programming/Arrays/Struct Arrays|Struct Arrays]]<br> [[MATLAB Programming/Cell Arrays|Cell Arrays]]<br> [[/Sparse Matrices/]]<br> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 4: Graphical plotting . || [[/Plot/]]<br> [[/Polar Plot/]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[/Loglog/]]<br> [[/Bode Plot/]]<br> [[/Nichols Plot/]]<br> [[/Nyquist Plot/]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 5: MATLAB programming structure . || [[MATLAB Programming/Handle Graphics|Using Handles]][[Image:25%.svg]]<br> What is a handle? <br> Figure handles <br> Axis handles <br> Other types of handles <br> [[MATLAB Programming/Annotate|Annotating Plots]][[Image:25%.svg]] <br> [[/Inserting Newlines into Plot Labels/]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 6: Advance MATLAB functions . || [[/Advanced Topics/Numerical Manipulation|Numerical Manipulation]][[File:00%.svg]]<br> [[/Advanced Topics/Advanced IO|Advanced I/O]][[File:00%.svg]]<br> [[/Advanced Topics/Object Oriented Programming|Object Oriented Programming]][[File:00%.svg]]<br> [[/Advanced Topics/Applications and Examples|Applications and Examples]][[File:00%.svg]]<br> [[/Advanced Topics/Toolboxes and Extensions|Toolboxes and Extensions]][[File:00%.svg]]<br> |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 7: M-Files coding. || [[/Scripts/]][[Image:25%.svg]]<br> [[/Comments/]][[Image:50%.svg]]<br> [[/Entering data at the command line|The Input Function]][[Image:50%.svg]]<br> [[MATLAB Programming/Control Flow|Control Flow]][[Image:75%.svg]]<br> [[/Loops and Branches/]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]]<br> [[/MATLAB Caveats/]][[File:00%.svg]]<br> [[/Inserting Newlines into Disp Warn and Error/]]<br> [[/Debugging M Files/]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 8: GUI Programming MATLAB || [[MATLAB Programming/GUI|Graphical User Interface]][[Image:00%.svg]]<br> [[MATLAB Programming/GUI/Get File or Directory|GUI to get a file or directory]][[Image:00%.svg]]<br> |- ||[[File:Gnu-octave-logo.svg|left|200px]] ||Chapter 9: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]]<br> [[Julia for MATLAB Users]] |- ||[[File:DALL·E - Photos of side view of programmer discovering software's Easter Egg inside her program when debugging her programs.png|left|200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br>[[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]] |- |} ==References== *[http://www.mathworks.com/access/helpdesk/help/techdoc/matlab.html MATLAB documentation] from The MathWorks. *[http://engineering-matlab.blogspot.in MATLAB programs compilation] from 'MATLAB programs for Engineering Students'. *[http://www.bobsseo.com/MATLAB.htm MATLAB Programming Language Origin, Advantages, Implementation] from Bobs SEO ==External links== *[http://wikis.controltheorypro.com/index.php?title=Category:MATLAB:MATLAB ControlTheoryPro.com MATLAB Category] *[http://www.octnews.org/articles/2932585/image-processing-in-optical-coherence-tomography-u/:Image Processing in Optical Coherence Tomography using Matlab] *[https://www.geeksforgeeks.org/how-to-create-a-gui-button-in-matlab-app/: How to create GUI button in MATLAB] *[https://coursesity.com/free-tutorials-learn/matlab: Free tutorials to learning MATLAB] == Other Wikibooks == A number of other wikibooks use MATLAB to teach their subjects. The following wikibooks make use of MATLAB: *[[Signals and Systems]] *[[Control Systems]] {{Shelves|Computer programming languages|Scientific software}} {{alphabetical|M}} {{status|50%}} 858oobjsi0qoboseuivlnrmqixg42fv 4095026 4095018 2022-08-20T01:15:34Z MrAlanKoh 3392840 /* MATLAB Programming Chapters */ wikitext text/x-wiki {{Book search | float = left | style = image | px = 950px | width = 900px | placeholder = Search anything related to this Matlab here ! }} {{MatlabNav}} {{Print version|/Print Version}} ==Introduction== [[w:MATLAB|MATLAB]] is an abbreviation for "MATrix LABoratory". Originally, it was a simple interactive matrix calculator in early 1980's. Gradually, it evolves into programming language developed by [[w:The MathWorks|MathWorks]]. It started out as a matrix programming language where linear algebra programming was simple. It can be run both under interactive sessions and as a batch job. [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]] exist including open source software packages. While other programming languages mostly work with numbers one at a time, MATLAB is designed to operate primarily on whole matrices and arrays. All MATLAB variables are multidimensional arrays, no matter what type of data. A matrix is a two-dimensional array often used for linear algebra. MATLAB are also designed to be equipped with toolboxes. A toolbox is a package of custom functions and/or classes which are generally for a specific topic (such as control system, signal processing or even deep learning). The toolboxes are either provided officially by Mathworks and require a license, others can be downloaded for free from the File Exchange. Finally, this book assumes that you have access to latest MATLAB version but if you didn't have , no worries! <br> There are online IDE that are very similar to MATLAB :<br> Click this link to try the free version of MATLAB: [https://octave-online.net/ | Octave-Online.] ==MATLAB Programming Chapters== {| |- {| ||[[File:MATLAB mesh sinc3D.svg|left|200px]] ||Chapter 1: Matlab Introductions . || [[MATLAB Programming/Fundamentals of MATLAB|Fundamentals of MATLAB]]<br> [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> [[MATLAB Programming/Fundamentals of MATLAB/Basic MATLAB commands|Basic MATLAB commands]]<br> [[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[/Complex Numbers/]][[Image:75%.svg]]<br> [[/Portable Functions/]][[Image:50%.svg]]<br> [[/Strings/]][[Image:75%.svg]]<br> [[MATLAB Programming\Examples of MATLAB Command|Examples of MATLAB Command]]<br> [[/Basic Reading and Writing data from a file/|Reading and writing data files]][[Image:50%.svg]] <br> [[MATLAB Programming/File Name Types|File Name Types]] |- ||[[File:Matrix.png|left|200px]] ||Chapter 2: Vector and matrices . || [[/Vector and Matrices/]]<br> [[/Vector and Matrices/Special Matrices |Special Matrices]]<br> [[/Vector and Matrices/Operations on Matrices |Operation on Matrices]]<br> [[/Vector and Matrices/Operations on Vectors |Operation on Vectors]]<br> |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 3: Array || [[MATLAB Programming/Arrays|Arrays]][[Image:75%.svg]]<br> [[MATLAB Programming/Introduction to array operations|Introduction to array operations]]<br> [[MATLAB Programming/Basic vector operations|Vectors and Basic Vector Operations]]<br> [[MATLAB Programming/Vectoring Mathematics|Mathematics with Vectors and Matrices]]<br> [[MATLAB Programming/Arrays/Struct Arrays|Struct Arrays]]<br> [[MATLAB Programming/Cell Arrays|Cell Arrays]]<br> [[/Sparse Matrices/]]<br> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 4: Graphical plotting . || [[/Plot/]]<br> [[/Polar Plot/]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[/Loglog/]]<br> [[/Bode Plot/]]<br> [[/Nichols Plot/]]<br> [[/Nyquist Plot/]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 5: MATLAB programming structure . || [[MATLAB Programming/Handle Graphics|Using Handles]][[Image:25%.svg]]<br> What is a handle? <br> Figure handles <br> Axis handles <br> Other types of handles <br> [[MATLAB Programming/Annotate|Annotating Plots]][[Image:25%.svg]] <br> [[/Inserting Newlines into Plot Labels/]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 6: Advance MATLAB functions . || [[/Advanced Topics/Numerical Manipulation|Numerical Manipulation]][[File:00%.svg]]<br> [[/Advanced Topics/Advanced IO|Advanced I/O]][[File:00%.svg]]<br> [[/Advanced Topics/Object Oriented Programming|Object Oriented Programming]][[File:00%.svg]]<br> [[/Advanced Topics/Applications and Examples|Applications and Examples]][[File:00%.svg]]<br> [[/Advanced Topics/Toolboxes and Extensions|Toolboxes and Extensions]][[File:00%.svg]]<br> |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 7: M-Files coding. || [[/Scripts/]][[Image:25%.svg]]<br> [[/Comments/]][[Image:50%.svg]]<br> [[/Entering data at the command line|The Input Function]][[Image:50%.svg]]<br> [[MATLAB Programming/Control Flow|Control Flow]][[Image:75%.svg]]<br> [[/Loops and Branches/]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]]<br> [[/MATLAB Caveats/]][[File:00%.svg]]<br> [[/Inserting Newlines into Disp Warn and Error/]]<br> [[/Debugging M Files/]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 8: GUI Programming MATLAB || [[MATLAB Programming/GUI|Graphical User Interface]][[Image:00%.svg]]<br> [[MATLAB Programming/GUI/Get File or Directory|GUI to get a file or directory]][[Image:00%.svg]]<br> |- ||[[File:Gnu-octave-logo.svg|left|200px]] ||Chapter 9: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]]<br> [[Julia for MATLAB Users]] |- ||[[File:DALL·E - Photos of side view of programmer discovering software's Easter Egg inside her program when debugging her programs.png|left|200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br>[[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]] |- |} ==References== *[http://www.mathworks.com/access/helpdesk/help/techdoc/matlab.html MATLAB documentation] from The MathWorks. *[http://engineering-matlab.blogspot.in MATLAB programs compilation] from 'MATLAB programs for Engineering Students'. *[http://www.bobsseo.com/MATLAB.htm MATLAB Programming Language Origin, Advantages, Implementation] from Bobs SEO ==External links== *[http://wikis.controltheorypro.com/index.php?title=Category:MATLAB:MATLAB ControlTheoryPro.com MATLAB Category] *[http://www.octnews.org/articles/2932585/image-processing-in-optical-coherence-tomography-u/:Image Processing in Optical Coherence Tomography using Matlab] *[https://www.geeksforgeeks.org/how-to-create-a-gui-button-in-matlab-app/: How to create GUI button in MATLAB] *[https://coursesity.com/free-tutorials-learn/matlab: Free tutorials to learning MATLAB] == Other Wikibooks == A number of other wikibooks use MATLAB to teach their subjects. The following wikibooks make use of MATLAB: *[[Signals and Systems]] *[[Control Systems]] {{Shelves|Computer programming languages|Scientific software}} {{alphabetical|M}} {{status|50%}} 8xb0rbi1yo94q5wbhfp0yry4b083bi4 4095027 4095026 2022-08-20T01:16:47Z MrAlanKoh 3392840 wikitext text/x-wiki {{Book search | float = left | style = image | px = 950px | width = 900px | placeholder = Search anything related to this Matlab here ! }} {{MatlabNav}} {{Print version|/Print Version}} ==Introduction== [[w:MATLAB|MATLAB]] is an abbreviation for "MATrix LABoratory". Originally, it was a simple interactive matrix calculator in early 1980's. Gradually, it evolves into programming language developed by [[w:The MathWorks|MathWorks]]. It started out as a matrix programming language where linear algebra programming was simple. It can be run both under interactive sessions and as a batch job. [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]] exist including open source software packages. While other programming languages mostly work with numbers one at a time, MATLAB is designed to operate primarily on whole matrices and arrays. All MATLAB variables are multidimensional arrays, no matter what type of data. A matrix is a two-dimensional array often used for linear algebra. MATLAB are also designed to be equipped with toolboxes. A toolbox is a package of custom functions and/or classes which are generally for a specific topic (such as control system, signal processing or even deep learning). The toolboxes are either provided officially by Mathworks and require a license, others can be downloaded for free from the File Exchange. Finally, this book assumes that you have access to latest MATLAB version but if you didn't have , no worries! <br> There are online IDE that are very similar to MATLAB:<br> Click this link to try the free version of MATLAB: [https://octave-online.net/ | Octave-Online.] ==MATLAB Programming Chapters== {| |- {| ||[[File:MATLAB mesh sinc3D.svg|left|200px]] ||Chapter 1: Matlab Introductions . || [[MATLAB Programming/Fundamentals of MATLAB|Fundamentals of MATLAB]]<br> [[MATLAB Programming/Fundamentals of MATLAB/MATLAB operator|MATLAB operator]]<br> [[MATLAB Programming/Fundamentals of MATLAB/Basic MATLAB commands|Basic MATLAB commands]]<br> [[/Boolean and Rational/|Numbers and Booleans]][[Image:75%.svg]] <br> [[/Complex Numbers/]][[Image:75%.svg]]<br> [[/Portable Functions/]][[Image:50%.svg]]<br> [[/Strings/]][[Image:75%.svg]]<br> [[MATLAB Programming/Examples of MATLAB Command|Examples of MATLAB Command]]<br> [[/Basic Reading and Writing data from a file/|Reading and writing data files]][[Image:50%.svg]] <br> [[MATLAB Programming/File Name Types|File Name Types]] |- ||[[File:Matrix.png|left|200px]] ||Chapter 2: Vector and matrices . || [[/Vector and Matrices/]]<br> [[/Vector and Matrices/Special Matrices |Special Matrices]]<br> [[/Vector and Matrices/Operations on Matrices |Operation on Matrices]]<br> [[/Vector and Matrices/Operations on Vectors |Operation on Vectors]]<br> |- ||[[File:Jagged Array Representation.png|left|200px|]] ||Chapter 3: Array || [[MATLAB Programming/Arrays|Arrays]][[Image:75%.svg]]<br> [[MATLAB Programming/Introduction to array operations|Introduction to array operations]]<br> [[MATLAB Programming/Basic vector operations|Vectors and Basic Vector Operations]]<br> [[MATLAB Programming/Vectoring Mathematics|Mathematics with Vectors and Matrices]]<br> [[MATLAB Programming/Arrays/Struct Arrays|Struct Arrays]]<br> [[MATLAB Programming/Cell Arrays|Cell Arrays]]<br> [[/Sparse Matrices/]]<br> |- ||[[File:MATLABSChartForPairedXBarAndSChart.png|left|200px]] ||Chapter 4: Graphical plotting . || [[/Plot/]]<br> [[/Polar Plot/]]<br> [[/Semilog/|Semilogx or Semilogy]]<br> [[/Loglog/]]<br> [[/Bode Plot/]]<br> [[/Nichols Plot/]]<br> [[/Nyquist Plot/]]<br> |- ||[[File:Software structure chart.jpg|left|200px]] ||Chapter 5: MATLAB programming structure . || [[MATLAB Programming/Handle Graphics|Using Handles]][[Image:25%.svg]]<br> What is a handle? <br> Figure handles <br> Axis handles <br> Other types of handles <br> [[MATLAB Programming/Annotate|Annotating Plots]][[Image:25%.svg]] <br> [[/Inserting Newlines into Plot Labels/]]<br> |- ||[[File:WOA09 1000m AOU AYool.png|left|200px]] ||Chapter 6: Advance MATLAB functions . || [[/Advanced Topics/Numerical Manipulation|Numerical Manipulation]][[File:00%.svg]]<br> [[/Advanced Topics/Advanced IO|Advanced I/O]][[File:00%.svg]]<br> [[/Advanced Topics/Object Oriented Programming|Object Oriented Programming]][[File:00%.svg]]<br> [[/Advanced Topics/Applications and Examples|Applications and Examples]][[File:00%.svg]]<br> [[/Advanced Topics/Toolboxes and Extensions|Toolboxes and Extensions]][[File:00%.svg]]<br> |- ||[[File:Digital rain animation small letters shine.gif|left|200px]] ||Chapter 7: M-Files coding. || [[/Scripts/]][[Image:25%.svg]]<br> [[/Comments/]][[Image:50%.svg]]<br> [[/Entering data at the command line|The Input Function]][[Image:50%.svg]]<br> [[MATLAB Programming/Control Flow|Control Flow]][[Image:75%.svg]]<br> [[/Loops and Branches/]][[Image:25%.svg]]<br> [[MATLAB Programming/Error Messages|Error Messages]][[Image:75%.svg]]<br> [[/MATLAB Caveats/]][[File:00%.svg]]<br> [[/Inserting Newlines into Disp Warn and Error/]]<br> [[/Debugging M Files/]][[Image:50%.svg]]<br> |- ||[[File:Supergui.jpg|left|200px]] ||Chapter 8: GUI Programming MATLAB || [[MATLAB Programming/GUI|Graphical User Interface]][[Image:00%.svg]]<br> [[MATLAB Programming/GUI/Get File or Directory|GUI to get a file or directory]][[Image:00%.svg]]<br> |- ||[[File:Gnu-octave-logo.svg|left|200px]] ||Chapter 9: Alternatives to MATLAB. || [[MATLAB Programming/Alternatives to MATLAB|Alternatives to MATLAB]]<br> [[MATLAB Programming/Differences between Octave and MATLAB|Differences between Octave and MATLAB]]<br> [[Julia for MATLAB Users]] |- ||[[File:DALL·E - Photos of side view of programmer discovering software's Easter Egg inside her program when debugging her programs.png|left|200px]] ||Bonus Chapters || [[MATLAB Programming/MATLAB Easter Eggs|Easter Eggs]]<br>[[MATLAB Programming/MATLAB Caveats|MATLAB Caveats]] |- |} ==References== *[http://www.mathworks.com/access/helpdesk/help/techdoc/matlab.html MATLAB documentation] from The MathWorks. *[http://engineering-matlab.blogspot.in MATLAB programs compilation] from 'MATLAB programs for Engineering Students'. *[http://www.bobsseo.com/MATLAB.htm MATLAB Programming Language Origin, Advantages, Implementation] from Bobs SEO ==External links== *[http://wikis.controltheorypro.com/index.php?title=Category:MATLAB:MATLAB ControlTheoryPro.com MATLAB Category] *[http://www.octnews.org/articles/2932585/image-processing-in-optical-coherence-tomography-u/:Image Processing in Optical Coherence Tomography using Matlab] *[https://www.geeksforgeeks.org/how-to-create-a-gui-button-in-matlab-app/: How to create GUI button in MATLAB] *[https://coursesity.com/free-tutorials-learn/matlab: Free tutorials to learning MATLAB] == Other Wikibooks == A number of other wikibooks use MATLAB to teach their subjects. The following wikibooks make use of MATLAB: *[[Signals and Systems]] *[[Control Systems]] {{Shelves|Computer programming languages|Scientific software}} {{alphabetical|M}} {{status|50%}} kojxgtn0918zdumnlwngmu2hb4pyyrd Chess Opening Theory/1. e4/1...e5 0 36278 4094992 4041408 2022-08-19T18:13:42Z 96.20.13.209 wikitext text/x-wiki {{Chess Opening Theory/Position|= |Open Game| |rd|nd|bd|qd|kd|bd|nd|rd|= |pd|pd|pd|pd| |pd|pd|pd|= | | | | | | | | |= | | | | |pd| | | |= | | | | |pl| | | |= | | | | | | | | |= |pl|pl|pl|pl| |pl|pl|pl|= |rl|nl|bl|ql|kl|bl|nl|rl|= |moves=1.e4 e5 |eco=[[Chess/ECOC|C20–C99]] |parent=[[../|King's Pawn Game]] |responses=<br> *[[/2. Nf3|2. Nf3 - Open Game]] *[[/2. Bc4|2. Bc4 - Bishop's Opening]] *[[/2. f4|2. f4 - King's Gambit]] *[[/2. Nc3|2. Nc3 - Vienna Game]] *[[/2. d4|2. d4 - Centre Game]] *[[/2. Nh3|2. Nh3 - Basman Attack]] | }} = Open Game = ===1...e5=== 1...e5 is Black's classical response to 1.e4. By mirroring White's move, Black grabs an equal share of the centre and scope to develop some pieces. 1...e5 is one of the few moves that directly interferes with White's plan of playing d4. But the move's merit is also a drawback; the longer the position remains symmetrical, the longer White will have an advantage by moving first. Also, the pawn on e5 is undefended and it is easy for White to develop in a way that restricts Black's possible responses, by simply threatening to capture it. Though the move is still common at every level, it saw a modest decline in popularity during the 20th century. === White's responses === {{Chess diagram | tright | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | | pl | | | | | | | | | nl | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | | rl | 2.Nf3 &nbsp; (King's Knight) }} The overwhelmingly popular move here, about 10 times more common than everything else combined, is [[/2. Nf3/|'''2.Nf3''']]. This threatens Black's undefended pawn while developing a piece in preparation for castling. {{clear}} {{Chess diagram | tright | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | | pl | pl | | | | | | | | | | | pl | pl | pl | pl | | | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 2.f4 &nbsp; (King's Gambit) }} Another plan is to try and lever open the f-file for an attack on Black's weak f7 point with [[/2. f4/|'''2.f4''']]''',''' the King's Gambit. This was popular in Victorian times and earlier, but Black has now found a few reliable ways of grabbing the proffered pawn and keeping it. {{clear}} {{Col-begin | width=auto | class=floatright}} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | ox | pl | ox | | | | | nl | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | | bl | ql | kl | bl | nl | rl | 2.Nc3 &nbsp; (Vienna) }} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | bl | ox | pl | ox | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | ql | kl | | nl | rl | 2.Bc4 &nbsp; (Bishop) }} {{Col-end}} [[/2. Nc3/|'''2.Nc3''']], the Vienna Game, and [[/2. Bc4/|'''2.Bc4''']], the Bishop's Opening, are simple alternative ways of developing a piece. They don't give Black a particular problem to deal with, but they aren't bad moves either, and they keep open the option of either d4 or f4. {{clear}} {{Chess diagram | tright | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | pl | pl | | | | | | | | | | | | pl | pl | pl | | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 2.d4 &nbsp; (Centre) }} Or, White can smash the centre open with [[/2. d4/|'''2.d4''']] in order to develop pieces with great speed, sacrificing a pawn or two if necessary. {{clear}} {{Col-begin | width=auto | class=floatright}} {{Col-2}} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | ql | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | | kl | bl | nl | rl | 2.Qh5 &nbsp; (Parham) }} {{Col-end}} {{Col-begin | width=auto | class=floatright}} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | | pl | | | | | | | | | ql | | | pl | pl | pl | pl | | pl | pl | pl | rl | nl | bl | | kl | bl | nl | rl | 2.Qf3 &nbsp; (Napoleon) }} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | | pl | | | | | | | | | | | | pl | pl | pl | pl | nl | pl | pl | pl | rl | nl | bl | ql | kl | bl | | rl | 2.Ne2 &nbsp; (Alapin) }} {{Col-end}} {{Col-begin | width=auto | class=floatright}} {{Col-2}} {{Col-2}} {{Col-end}} {{Col-begin | width=auto | class=floatright}} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | | pl | | | | | | pl | | | | | | pl | pl | | pl | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 2.c3 &nbsp; (Lopez) }} {{Col-2}} {{Chess diagram | | | rd | nd | bd | qd | kd | bd | nd | rd | pd | pd | pd | pd | | pd | pd | pd | | | | | | | | | | | | | pd | | | | | | | | pl | | | | | | | pl | | | | | pl | pl | pl | | | pl | pl | pl | rl | nl | bl | ql | kl | bl | nl | rl | 2.d3 &nbsp; (Indian) }} {{Col-end}} Other less common moves: :*[[/2. Qh5|2. Qh5]] - [[Chess/Parham Attack|Parham Attack]] :*[[/2. Qf3|2. Qf3]] - [[Chess/Napoleon Opening|Napoleon Opening]] :*[[/2. Ne2|2. Ne2]] - [[Chess/Alapin's Opening|Alapin's Opening]] :*[[/2. c3|2. c3]] - [[Chess/Lopez Opening|Lopez Opening]] :*[[/2. d3|2. d3]] - [[Chess/Indian Opening|Indian Opening]] :*[[wikipedia:Bongcloud_Attack|2. Ke2? - Bongcloud Attack]] {{clear}} === Statistics === Estimated next move popularity:Nf3 81%, f4 6%, Nc3 6%, Bc4 4%, d4 2% all others less than 0.5% ==Theory table== {{Chess Opening Theory/Table}} '''1. e4 e5''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left"><span style="font-size:small;">2</span></th> <th align="left"><span style="font-size:small;">3</span></th> <th align="left"><span style="font-size:small;">4</span></th> <th align="left"><span style="font-size:small;">5</span></th> <th align="left"><span style="font-size:small;">6</span></th> <th align="left"><span style="font-size:small;">7</span></th> </tr> <tr> <th align="right">[[Chess/Ruy Lopez|Ruy Lopez]]</th> <td>[[/2. Nf3|Nf3]]<br>Nc6</td> <td>Bb5<br>a6</td> <td>Ba4<br>Nf6</td> <td>O-O<br>Be7</td> <td>Re1<br>b5</td> <td>Bb3<br>d6</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/King's Gambit|King's Gambit]]</th> <td>[[/2. f4|f4]]<br>exf4</td> <td>Nf3<br>g5</td> <td>h4<br>g4</td> <td>Ne5<br>Nf6</td> <td>Bc4<br>d5</td> <td>exd5<br>Bd6</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Vienna Game|Vienna Game]]</th> <td>[[/2. Nc3|Nc3]]<br>Nf6</td> <td>f4<br>d5</td> <td>fxe5<br>Nxe4</td> <td>Nf3<br>Be7</td> <td>d4<br>Bb4</td> <td>Bd2<br>Bg4</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Bishop's Opening|Bishop's Opening]]</th> <td>[[/2. Bc4|Bc4]]<br>Nf6</td> <td>d4<br>exd4</td> <td>Nf3<br>Bb4+</td> <td>c3<br>dxc3</td> <td>bxc3<br>Bc5</td> <td>e5<br>d5</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Center Game|Center Game]]</th> <td>[[/2. d4|d4]]<br>exd4</td> <td>Qxd4<br>Nc6</td> <td>Qe3<br>Nf6</td> <td>Nc3<br>Bb4</td> <td>Bd2<br>O-O</td> <td>O-O-O<br>Re8</td> <td>=</td> </tr> <tr> <th align="right">[[Chess/Parham Attack|Parham Attack]]</th> <td>[[/2. Qh5|Qh5]]<br>Nc6</td> <td>Bc4<br>g6</td> <td>Qf3<br>Nf6</td> <td>Ne2<br>Bg7</td> <td>Nbc3<br>d6</td> <td> </td> <td>=</td> </tr> </table> {{ChessMid}} {{Wikipedia|Open Game}} ==References== {{reflist}} {{NCO}} {{MCO14}} {{BCO2}} {{Chess Opening Theory/Footer}} [[fi:Shakkiaapinen/Peli/1. e4/1...e5]] 9vnsyri6hw0tqdz1xgz3d8qg6f1epzd Chess Opening Theory/1. e4/1...c6/2. d4/2...d5 0 38717 4095015 4094441 2022-08-19T23:05:31Z ISaveNewspapers 3328099 ce wikitext text/x-wiki {{Chess Position|= |Caro–Kann Defence| |rd|nd|bd|qd|kd|bd|nd|rd|= |pd|pd| | |pd|pd|pd|pd|= | | |pd| | | | | |= | | | |pd| | | | |= | | | |pl|pl| | | |= | | | | | | | | |= |pl|pl|pl| | |pl|pl|pl|= |rl|nl|bl|ql|kl|bl|nl|rl|= |moves=1.e4 c6 2.d4 d5 |parent=[[Chess/King's Pawn Opening|King's Pawn Opening]] |eco=[[Chess/ECOB|B12-B19]] }} = Caro–Kann Defence = ===2...d5=== This is the main line of the Caro–Kann. It is a semi-open game that tends to contain lines with minor piece play. Note that after 3. Bd3?!, 3... dxe4 4. Bxe4 Nf6 gives Black the initiative. ==Theory table== {{Chess Opening Theory/Table}} '''1.e4 c6 2.d4 d5''' <table border="0" cellspacing="0" cellpadding="4"> <tr> <th></th> <th align="left">3</th> <th align="left">4</th> <th align="left">5</th> </tr> <tr> <th align="right">Advance Variation</th> <td>[[/3. e5|e5]]</td> <td></td> <td></td> <td>=</td> </tr> <tr> <th align="right">Classical Variation</th> <td>[[/3. Nc3|Nc3]]/[[/3. Nd2|Nd2]]<br>dxe4</td> <td>Nxe4<br>Bf5</td> <td>Ng3<br>Bg6</td> <td>=</td> </tr> <tr> <th align="right">Karpov Variation</th> <td>...<br>...</td> <td>...<br>[[/3. Nc3/3...dxe4/4. Nxe4/4...Nd7|Nd7]]</td> <td></td> <td>=</td> </tr> <tr> <th align="right">Tartakower/Korchnoi Variation</th> <td>...<br>...</td> <td>...<br>Nf6</td> <td>Nxf6+<br>[[/3. Nc3/3...dxe4/4. Nxe4/4...Nf6/5. Nxf6/5...exf6|exf6]]</td> <td>=</td> </tr> <tr> <th align="right">Bronstein–Larsen Variation</th> <td>...<br>...</td> <td>...<br>...</td> <td>...<br>[[/3. Nc3/3...dxe4/4. Nxe4/4...Nf6/5. Nxf6/5...gxf6|gxf6]]</td> <td>+=</td> </tr> <tr> <th align="right">Exchange Variation</th> <td>[[/3. exd5|exd5]]<br>cxd5</td> <td></td> <td></td> <td>=</td> </tr> <tr> <th align="right">Fantasy Variation</th> <td>[[/3. f3|f3]]</td> <td></td> <td></td> <td>=</td> </tr> </table> {{ChessMid}} {{Wikipedia|Caro–Kann}} ==References== {{reflist}} {{NCO}} {{MCO14}} {{BCO2}} {{Chess Opening Theory/Footer}} okpef0z00as3exu0vrc4o9hsfsgkoj5 XML - Managing Data Exchange/A single entity/Answers 0 56717 4095038 3170815 2022-08-20T09:48:10Z Likkylaserna 3399545 wikitext text/x-wiki <center> Single-Entity CHAPTER => [[XML - Managing Data Exchange/A single entity|A Single Entity]] Single-Entity EXERCISES => [[XML - Managing Data Exchange/A single entity/Exercises|Exercises]] </center>1901 Fox Theta delta. Digammans International Humanitarian Service Fraternity and Sorority. Michigan, U.S.A =Class Example - Wine Store= ==XML Document== {|border=3 cellpadding=10 | <wineStore <nowiki>xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'</nowiki> xsi:noNamespaceSchemaLocation='wine.xsd'> <wine> <wineID>1</wineID> <winery>Ravenswood</winery> <style>Zinfandel</style> <vintage>2003</vintage> <country>United States</country> <region>Sonoma County, California</region> <cost currency='USdollars'>12.50</cost> <price currency='USdollars'>20.75</price> <inventory>35</inventory> <description>This 2003 Zinfandel has huge, jammy, inky, slightly porty aromas infused with black pepper, vanilla and hints of tar, smoke and coffee blend. A very broad, intense wine with huge fruit, lots of those luscious Dry Creek bing cherry and sweet plum characters.</description> </wine> <wine> <wineID>2</wineID> <winery>Yalumba</winery> <style>Shiraz</style> <vintage>2001</vintage> <country>Australia</country> <region>Barossa Valley</region> <cost currency='USdollars'>8.00</cost> <price currency='USdollars'>15.95</price> <inventory>17</inventory> <description>The palate reveals velvety, ripe fine-grained tannins, harmonising well with the oak and seductively spicy fruit. The finish is rich and long, with cinnamon, cloves and brambly wild fruit note.</description> </wine> <wine> <wineID>3</wineID> <winery>Matariki</winery> <style>Sauvignon Blanc</style> <vintage>2004</vintage> <country>New Zealand</country> <region>Hawkes Bay</region> <cost currency='USdollars'>7.50</cost> <price currency='USdollars'>16.95</price> <inventory>22</inventory> <description>This wine shows ripe passionfruit and delicate tropical fruit aromas and hints of gooseberry. Delicious fresh wine with a lovely balance of acid and fruit sweetness. The finish is lively and lingering.</description> </wine> <wine> <wineID>4</wineID> <winery>Fonseca</winery> <style>Port</style> <vintage>2003</vintage> <country>Portugal</country> <region>Douro River</region> <cost currency='USdollars'>70.00</cost> <price currency='USdollars'>100.00</price> <inventory>12</inventory> <description>Ripe fruit, with chocolate, blackberries and raisins. Full-bodied and medium sweet, with velvety tannins. Finish goes on and on. Layered and wonderful.</description> </wine> <wine> <wineID>5</wineID> <winery>Louis Jadot</winery> <style>Pinot Noir</style> <vintage>1999</vintage> <country>France</country> <region>Burgandy</region> <cost currency='USdollars'>37.50</cost> <price currency='USdollars'>65.00</price> <inventory>6</inventory> <description>Concentrated aromas of ripe black berry and dark cherry fruit are offset by suggestions of violet, minerals and tobacco in this ripe, velvety wine, and carry into a long, silky finish underscored by firm tannins</description> </wine> </wineStore> |} ==XML Schema== name the schema file '''wine.xsd''' {|border=3 cellpadding=10 | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified"> <xsd:element name="wineStore"> <xsd:complexType> <xsd:sequence> <xsd:element name="wine" type="wineDescription" minOccurs = "1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:complexType name="wineDescription"> <xsd:sequence> <xsd:element name="wineID" type="xsd:integer" /> <xsd:element name="winery" type="xsd:string" /> <xsd:element name="style" type="xsd:string" /> <xsd:element name="vintage" type="xsd:integer" /> <xsd:element name="country" type="xsd:string" /> <xsd:element name="region" type="xsd:string" /> <xsd:element name="cost" type="xsd:decimal"> <xsd:complexType> <xsd:attribute name="currency" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="price" type="xsd:decimal"> <xsd:complexType> <xsd:attribute name="currency" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="price" type="xsd:decimal" /> <xsd:element name="inventory" type="xsd:integer" /> <xsd:element name="description" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:schema> |} ==XML Stylesheet== {|border=3 cellpadding=10 |<pre> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html"/> <xsl:template match="/"> <html> <head> <title>WINE STORE</title> </head> <body bgcolor="#4B0082"> <br /><center><H1><font face="algerian" color="#FFDAB9">WINE STORE</font></H1></center><br /> <xsl:apply-templates select="wineStore" /> </body> </html> </xsl:template> <xsl:template match="wineStore"> <xsl:for-each select="wine"> <center> <table bgcolor="#F08080" border="3" cellpadding="5" width="715px"> <tr> <td width="100px" align="center"><font size="7"><xsl:value-of select="wineID" /></font></td> <td width="350px"><font size="6"><xsl:value-of select="winery" /></font><br /><br /> <font size="4"><xsl:value-of select="country" /> <br /> <xsl:value-of select="region" /></font></td> <td width="65px"><font size="6"><xsl:value-of select="vintage" /></font></td> <td width="200px"><font size="6"><xsl:value-of select="style" /></font></td> </tr> <tr> <td><font size="5"><xsl:text>Cost:</xsl:text><br /> <xsl:text>$ </xsl:text><xsl:value-of select="cost" /></font></td> <td colspan="3" rowspan="2"><xsl:value-of select="description" /></td> </tr> <tr> <td><font size="5"><xsl:text>Price:</xsl:text><br /> <xsl:text>$ </xsl:text><xsl:value-of select="price" /></font></td> </tr> </table> </center> <br /><br /> </xsl:for-each> </xsl:template> </xsl:stylesheet> </pre> |} =Exercise 1= # A museum problem * a. Create an XML schema to describe a museum entity that has the following attributes: museum name, date established, address and URL. Check that it is well-formed and valid. * b. Using the schema, create an XML document and populate it with data for two museums. Check that it is well-formed and valid. * c. Write an XML stylesheet to display the name of the museum, date established and the URL. Check that it is well-formed and valid. * d. Write a Java program to parse the XML document and list each museum and its address. </font> <b>Answer=</b> 1a. Submitted by Madeleine on February 3, 2004, 5:48 PM <br/> ==XML Schema == <table border="1" cellspacing="0" cellpadding="2"> <tr> <td><pre><nowiki> <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified"> <!-- Directory --> <xsd:element name="directory"> <xsd:complexType> <xsd:sequence> <xsd:element name="museum" type="museumDetails" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:element> <!-- Museum --> <xsd:complexType name="museumDetails"> <xsd:sequence> <xsd:element name="museumName" type="xsd:string"/> <xsd:element name="dateEstablished" type="xsd:date"/> <xsd:element name="address1" type="xsd:string"/> <xsd:element name="address2" type="xsd:string"/> <xsd:element name="city" type="xsd:string"/> <xsd:element name="adminUnit" type="xsd:string"/> <xsd:element name="country" type="xsd:string"/> <xsd:element name="postalCode" type="xsd:string"/> <xsd:element name="museumURL" type="xsd:anyURI"/> </xsd:sequence> </xsd:complexType> </xsd:schema> </nowiki></pre> </td></tr></table> <br /> 1b. Submitted by Madeleine on February 3, 2004, 5:48 PM <br/> == XML Document == <table border="1" cellspacing="0" cellpadding="2"> <tr> <td> <pre><nowiki> <?xml version="1.0" encoding="UTF-8"?> <directory xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='museum.xsd'> <museum> <museumName>National Museum of Natural History</museumName> <dateEstablished>1910-01-01</dateEstablished> <address1>10th Street and Constitution Avenue, NW</address1> <address2>Smithsonian Institute</address2> <city>Washington</city> <adminUnit>District of Columbia</adminUnit> <country>USA</country> <postalCode>20560</postalCode> <museumURL>http://www.mnh.si.edu/</museumURL> </museum> <museum> <museumName>Corcoran Gallery of Art</museumName> <dateEstablished>1897-01-01</dateEstablished> <address1>500 17th Street, NW</address1> <address2/> <city>Washington</city> <adminUnit>District of Columbia</adminUnit> <country>USA</country> <postalCode>20006</postalCode> <museumURL>http://www.corcoran.org/</museumURL> </museum> </directory> </nowiki></pre> </td></tr></table> <br /> 1c. Submitted by Madeleine on February 3, 2004, 5:48 PM <br/> ==XML Stylesheet== <table border="1" cellspacing="0" cellpadding="2"> <tr> <td> <pre><nowiki> <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html"/> <xsl:template match="/"> <html> <head> <title>museum_ch2.xsl</title> </head> <body style="font-family: Arial;"> <h2>Museum Directory</h2> <xsl:apply-templates select="directory"/> </body> </html> </xsl:template> <xsl:template match="directory"> <xsl:for-each select="museum"> <xsl:text>Name: </xsl:text> <xsl:value-of select="museumName"/> <br/> <xsl:text>Established: </xsl:text> <xsl:value-of select="dateEstablished"/> <br/> <xsl:text>URL: </xsl:text> <xsl:value-of select="museumURL"/> <br/> <br/> </xsl:for-each> </xsl:template> </xsl:stylesheet> </nowiki></pre> </td></tr></table> <br> <br> = Exercise 2= Solution to Nr. 2: [[Image:Dataflow.png]] <br> <br> =Exercise 3= Submitted by Chris Collins on March 28, 2005 ==XML Schema== --Exercise 3a.-- <table border="1" cellspacing="0" cellpadding="2"> <tr> <td><pre><nowiki> <?xml version="1.0" encoding="UTF-8" ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified"> <!-- Directory --> <xsd:element name="directory"> <xsd:complexType> <xsd:sequence> <xsd:element name="fraternity" type="fraternityDetails" minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:element> <!-- Fraternity --> <xsd:complexType name="fraternityDetails"> <xsd:sequence> <xsd:element name="fratName" type="xsd:string"/> <xsd:element name="chapterName" type="xsd:string"/> <xsd:element name="dateEstablished" type="xsd:integer"/> <xsd:element name="fratPresident" type="xsd:string"/> <xsd:element name="numOfMembers" type="xsd:integer"/> <xsd:element name="address1" type="xsd:string"/> <xsd:element name="city" type="xsd:string"/> <xsd:element name="state" type="xsd:string"/> <xsd:element name="country" type="xsd:string"/> <xsd:element name="postalCode" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:schema> </nowiki></pre> </td></tr></table> <br> ==XML Document== --Exercise 3b.-- <br/> <table border="1" cellspacing="0" cellpadding="2"> <tr> <td><pre><nowiki> <?xml version="1.0" encoding="UTF-8" ?> <directory xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='Fraternity.xsd'> <fraternity> <fratName>Lambda Chi Alpha</fratName> <chapterName>Eta Pi</chapterName> <dateEstablished>1910</dateEstablished> <fratPresident>Robert Langford</fratPresident> <numOfMembers>86</numOfMembers> <address1>1760 College Ave.</address1> <city>Atlanta</city> <state>Ga</state> <country>USA</country> <postalCode>30303</postalCode> </fraternity> <fraternity> <fratName>Sigma Phi</fratName> <chapterName>Alpha Omega</chapterName> <dateEstablished>1892</dateEstablished> <fratPresident>James Vanderbilt</fratPresident> <numOfMembers>124</numOfMembers> <address1>1871 Towne Place Dr.</address1> <city>Austin</city> <state>TX</state> <country>USA</country> <postalCode>78767</postalCode> </fraternity> </directory> </nowiki></pre> </td></tr></table> <br> ==XML Stylesheet== --Exercise 3c.-- <br/> <table border="1" cellspacing="0" cellpadding="2"> <tr> <td><pre><nowiki> <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html"/> <xsl:template match="/"> <html> <head> <title>fraternity.xsl</title> </head> <body style="font-family: Arial;"> <h2>Fraternity Directory</h2> <xsl:apply-templates select="directory"/> </body> </html> </xsl:template> <xsl:template match="directory"> <xsl:for-each select="fraternity"> <xsl:text>Name: </xsl:text> <xsl:value-of select="fratName"/> <br/> <xsl:text>Established: </xsl:text> <xsl:value-of select="dateEstablished"/> <br/> <xsl:text>Chapter: </xsl:text> <xsl:value-of select="chapterName"/> <br/> <xsl:text>Membership: </xsl:text> <xsl:value-of select="numOfMembers"/> <br/> <xsl:text>President: </xsl:text> <xsl:value-of select="fratPresident"/> <br/> <br/> </xsl:for-each> </xsl:template> </xsl:stylesheet> </nowiki></pre> </td></tr></table> <center> Single-Entity CHAPTER => [[XML - Managing Data Exchange/A single entity|A Single Entity]] Single-Entity EXERCISES => [[XML - Managing Data Exchange/A single entity/Exercises|Exercises]] </center> {{BookCat}} jpwjj69jwowkxjucyoozvuo1iw49nd4 MATLAB Programming/MATLAB Caveats 0 88870 4095017 3537855 2022-08-19T23:32:55Z MrAlanKoh 3392840 Added MATLAB Caveats wikitext text/x-wiki <noinclude> {{MatlabNav}} </noinclude> == MATLAB Caveats == # MATLAB is very expensive for the base programs,plus additional official toolboxes from Mathwork are also expensive and costs can ramp up into thousands (Especially for students with limited budgets) # MATLAB is closed source. Hence, students that are interested on how the algorithm works may stuck due to closed source of the MATLAB functions. # It is slow compared to compiled programming languages. See for example, the following performance comparisons and tests in NASA modeling guru web page. As you can see there, the performance of MATLAB script can be significantly lower than compiled languages such as Fortran and C. # If you have already coded in fully object-oriented programming (OOP) language, in particular, Python, you will find some oddities in MATLAB’s OOP implementation. You may feel this when, for example, you are working with cell arrays in MATLAB. # The documentation doesn't always have enough examples therefore you may need look on-line for different examples of using a certain function. For example, the function '''fibodemo.''' You can try to type help '''fibodemo.''' # MATLAB is not efficient for nested loops. # MATLAB will not automatically take advantage of parallelism that are introduced in the code and may need to buy '''Parallel Toolbox''' . # No in-place operators like <code>+=</code>. This will leads to lines that are much longer and more harder to read. # In MATLAB 6.x (not sure exactly which builds this problem occurs in) the random number generator will generate the same sequence the first time you execute the command. # In all versions, when operating on a network, do not edit the same file under two different paths, e.g. a mapped drive path and a UNC path (Y:\myfile.m and \\server\folder\myfile.m). You may experience strange behavior (e.g. breakpoints stop working) or other issues depending on which path MATLAB takes to execute the script vs which path it uses for the breakpoints. This same caveat most likely applies to Linux and Windows hard links under different names. Obvious, and bad practice, but hard to find if you have many files opened in the editor and happen to be accessing files using both modes. == References == https://web.archive.org/web/20210921113616/https://modelingguru.nasa.gov/docs/DOC-1762<nowiki/>{{BookCat}} 0by87r0ui2d44k7n5dv1abmq44msux4 LaTeX/Colors 0 96275 4094965 4083414 2022-08-19T14:26:56Z 132.250.22.7 Updated color table to be sortable by hue as well as by name; provided hex values for each color. wikitext text/x-wiki <noinclude>{{LaTeX/Top}} </noinclude> Adding colors to your text is supported by the [http://www.ctan.org/pkg/xcolor <tt>xcolor</tt>] package (supersedes package {{LaTeX/Package|color}}). Using this package, you can set the font color, text background, or page background. You can choose from predefined colors or define your own colors using RGB, Hex, or CMYK. Mathematical formulas can also be colored. ==Adding the xcolor package== To make use of these features, the {{LaTeX/Package|xcolor}} package must be imported. {{LaTeX/Package|xcolor}} starts from the basic facilities of the {{LaTeX/Package|color}} package and extends it. {{LaTeX/Usage|code= \usepackage{xcolor} }} The package allows you to use the names of 19 base colors (black, white, blue, green, yellow, red etc.); these names are always available. Besides, the package has some options to get more predefined colors, which should be added globally. {{LaTeX/Parameter|dvipsnames}} allows you to access more than 60 colors, and {{LaTeX/Parameter|svgnames}} allows access to about 150 colors. If you need more color names, then you may also want to look at the {{LaTeX/Parameter|x11names}} option that offers more than 300 colors. The {{LaTeX/Parameter|table}} option allows colors to be added to tables. ==Entering colored text== The simplest way to type colored text is by: {{LaTeX/Usage|code= \textcolor{declared-color}{text} }} where {{LaTeX/Parameter|declared-color}} is a color that was defined before by {{LaTeX/LaTeX|code=\definecolor<!---->}}. Another possible way by {{LaTeX/Usage|code= {\color{declared-color}some text} }} that will switch the standard text color to the color you want. It will work until the end of the current TeX group. For example: {{LaTeX/Example|code= <nowiki>\emph{some black text, {\color{red}followed by a red fragment}}, going black again.</nowiki> |render= [[image:LaTeX_colour_demo_1.png|380px]] }} The difference between {{LaTeX/LaTeX|code=\textcolor<!---->}} and {{LaTeX/LaTeX|code=\color<!---->}} is the same as that between {{LaTeX/LaTeX|code=\texttt<!---->}} and {{LaTeX/LaTeX|code=\ttfamily<!---->}}, you can use the one you prefer. The {{LaTeX/LaTeX|code=\color<!---->}} environment allows the text to run over multiple lines and other text environments whereas the text in {{LaTeX/LaTeX|code=\textcolor<!---->}} must all be one paragraph and not contain other environments. You can change the background color of the whole page by: {{LaTeX/Usage|code= \pagecolor{declared-color} }} ==Entering colored background for the text== {{LaTeX/Usage|code= \colorbox{declared-color}{text} }} If the background color and the text color is changed, then: {{LaTeX/Usage|code= \colorbox{declared-color1}{\color{declared-color2}text} }} There is also \fcolorbox to make framed background color in yet another color: {{LaTeX/Usage|code= \fcolorbox{declared-color-frame}{declared-color-background}{text} }} ==Predefined colors== The predefined color names are black, blue, brown, cyan, darkgray, gray, green, lightgray, lime, magenta, olive, orange, pink, purple, red, teal, violet, white, yellow. There may be other pre-defined colors on your system, but these should be available on all systems. If you would like a color not pre-defined, you can use one of the 68 dvips colors, or define your own. These options are discussed in the following sections === The 68 standard colors known to dvips === Invoke the package with the usenames and dvipsnames option. If you are using {{LaTeX/Package|tikz}} or {{LaTeX/Package|pstricks}} package you must declare the xcolor package before that, otherwise it will not work. {{LaTeX/Usage|code= \usepackage[dvipsnames]{xcolor} }} This above syntax may result in an error if you are using beamer with {{LaTeX/Package|tikz}}. To go around it, include usenames and dvipsnames options when defining the document class. {{LaTeX/Usage|code= \documentclass[usenames,dvipsnames]{beamer} }} Be wary that the below color names are case-sensitive. For example, {{LaTeX/LaTeX|code=\color{olivegreen}<!---->}} raises an "undefined color" error, but {{LaTeX/LaTeX|code=\color{OliveGreen}<!---->}} works fine. Table can be sorted by color name or by hue. {| class="wikitable sortable" |+ |- ! Name ! class=unsortable|Color ! class=unsortable|Hex ! Hue |- | '''Apricot''' ||bgcolor="#FBB982" | &nbsp;||FBB982 || 27.3 |- | '''Aquamarine''' ||bgcolor="#00B5BE" | &nbsp;||00B5BE || 182.8 |- | '''Bittersweet''' ||bgcolor="#C04F17" | &nbsp;||C04F17 || 19.9 |- | '''Black''' || bgcolor="#221E1F" | &nbsp; ||221E1F || 0.3 |- | '''Blue''' ||bgcolor="#2D2F92"| &nbsp; ||2D2F92 || 238.2 |- | '''BlueGreen''' || bgcolor="#00B3B8" | &nbsp; ||00B3B8 || 181.6 |- | '''BlueViolet''' ||bgcolor="#473992"| &nbsp; ||473992 || 249.4 |- | '''BrickRed''' || bgcolor="#B6321C" | &nbsp; ||B6321C || 8.6 |- | '''Brown''' ||bgcolor="#792500"| &nbsp; ||792500 || 18.3 |- | '''BurntOrange''' || bgcolor="#F7921D" | &nbsp; ||F7921D || 32.2 |- | '''CadetBlue''' ||bgcolor="#74729A"| &nbsp; ||74729A || 243.0 |- | '''CarnationPink''' || bgcolor="#F282B4" | &nbsp; ||F282B4 || 333.2 |- | '''Cerulean''' ||bgcolor="#00A2E3"| &nbsp; ||00A2E3 || 197.2 |- | '''CornflowerBlue''' || bgcolor="#41B0E4" | &nbsp; ||41B0E4 || 199.1 |- | '''Cyan''' ||bgcolor="#00AEEF"| &nbsp; ||00AEEF || 196.3 |- | '''Dandelion''' || bgcolor="#FDBC42" | &nbsp; ||FDBC42 || 39.1 |- | '''DarkOrchid''' ||bgcolor="#A4538A"| &nbsp; ||A4538A || 319.3 |- | '''Emerald''' || bgcolor="#00A99D" | &nbsp; ||00A99D || 175.7 |- | '''ForestGreen''' ||bgcolor="#009B55"| &nbsp; ||009B55 || 152.9 |- | '''Fuchsia''' || bgcolor="#8C368C" | &nbsp; ||8C368C || 300.0 |- | '''Goldenrod''' ||bgcolor="#FFDF42"| &nbsp; ||FFDF42 || 49.8 |- | '''Gray''' || bgcolor="#949698" | &nbsp; ||949698 || 0.2 |- | '''Green''' ||bgcolor="#00A64F"| &nbsp; ||00A64F || 148.6 |- | '''GreenYellow''' || bgcolor="#DFE674" | &nbsp; ||DFE674 || 63.7 |- | '''JungleGreen'''||bgcolor="#00A99A"| &nbsp; ||00A99A || 174.7 |- | '''Lavender''' || bgcolor="#F49EC4" | &nbsp; ||F49EC4 || 333.5 |- | '''LimeGreen''' ||bgcolor="#8DC73E"| &nbsp; ||8DC73E || 85.4 |- | '''Magenta''' || bgcolor="#EC008C" | &nbsp; ||EC008C || 324.4 |- | '''Mahogany''' ||bgcolor="#A9341F"| &nbsp; ||A9341F || 9.1 |- | '''Maroon''' || bgcolor="#AF3235" | &nbsp; ||AF3235 || 358.6 |- | '''Melon''' ||bgcolor="#F89E7B"| &nbsp; ||F89E7B || 16.8 |- | '''MidnightBlue''' || bgcolor="#006795" | &nbsp; ||006795 || 198.5 |- | '''Mulberry''' ||bgcolor="#A93C93"| &nbsp; ||A93C93 || 312.1 |- | '''NavyBlue''' || bgcolor="#006EB8" | &nbsp; ||006EB8 || 204.1 |- | '''OliveGreen''' ||bgcolor="#3C8031"| &nbsp; ||3C8031 || 111.6 |- | '''Orange''' || bgcolor="#F58137" | &nbsp; ||F58137 || 23.4 |- | '''OrangeRed''' ||bgcolor="#ED135A"| &nbsp; ||ED135A || 340.5 |- | '''Orchid''' || bgcolor="#AF72B0" | &nbsp; ||AF72B0 || 299.0 |- | '''Peach''' ||bgcolor="#F7965A"| &nbsp; ||F7965A || 22.9 |- | '''Periwinkle'''|| bgcolor="#7977B8" | &nbsp; ||7977B8 || 241.8 |- | '''PineGreen''' ||bgcolor="#008B72"| &nbsp; ||008B72 || 169.2 |- | '''Plum''' || bgcolor="#92268F" | &nbsp; ||92268F || 301.7 |- | '''ProcessBlue''' ||bgcolor="#00B0F0"| &nbsp; ||00B0F0 || 196.0 |- | '''Purple''' || bgcolor="#99479B" | &nbsp; ||99479B || 298.6 |- | '''RawSienna''' ||bgcolor="#974006"| &nbsp; ||974006 || 24.0 |- | '''Red''' || bgcolor="#ED1B23" | &nbsp; ||ED1B23 || 357.7 |- | '''RedOrange''' ||bgcolor="#F26035"| &nbsp; ||F26035 || 13.7 |- | '''RedViolet''' || bgcolor="#A1246B" | &nbsp; ||A1246B || 325.9 |- | '''Rhodamine''' ||bgcolor="#EF559F"| &nbsp; ||EF559F || 331.2 |- | '''RoyalBlue''' || bgcolor="#0071BC" | &nbsp; ||0071BC || 203.9 |- | '''RoyalPurple''' ||bgcolor="#613F99"| &nbsp; ||613F99 || 262.7 |- | '''RubineRed''' || bgcolor="#ED017D" | &nbsp; ||ED017D || 328.5 |- | '''Salmon''' ||bgcolor="#F69289"| &nbsp; ||F69289 || 5.0 |- | '''SeaGreen''' || bgcolor="#3FBC9D" | &nbsp; ||3FBC9D || 165.1 |- | '''Sepia''' ||bgcolor="#671800"| &nbsp; ||671800 || 14.0 |- | '''SkyBlue''' || bgcolor="#46C5DD" | &nbsp; ||46C5DD || 189.5 |- | '''SpringGreen''' ||bgcolor="#C6DC67"| &nbsp; ||C6DC67 || 71.3 |- | '''Tan''' || bgcolor="#DA9D76" | &nbsp; ||DA9D76 || 23.4 |- | '''TealBlue''' ||bgcolor="#00AEB3"| &nbsp; ||00AEB3 || 181.7 |- | '''Thistle''' || bgcolor="#D883B7" | &nbsp; ||D883B7 || 323.3 |- | '''Turquoise''' ||bgcolor="#00B4CE"| &nbsp; ||00B4CE || 187.6 |- | '''Violet''' || bgcolor="#58429B" | &nbsp; ||58429B || 254.8 |- | '''VioletRed''' ||bgcolor="#EF58A0"| &nbsp; ||EF58A0 || 331.4 |- | '''White''' || bgcolor="" | &nbsp; ||FFFFFF || 0.1 |- | '''WildStrawberry''' ||bgcolor="#EE2967"| &nbsp; ||EE2967 || 341.1 |- | '''Yellow''' || bgcolor="#FFF200" | &nbsp; ||FFF200 || 56.9 |- |'''YellowGreen''' ||bgcolor=" #98CC70"| &nbsp; ||98CC70 || 93.9 |- | '''YellowOrange''' || bgcolor="#FAA21A" | &nbsp; ||FAA21A || 36.4 |} ==Defining new colors== If the predefined colors are not adequate, you may wish to define your own. ===Place=== Define the colors in the ''preamble'' of your document. (Reason: do so in the preamble, so that you can already refer to them in the preamble, which is useful, for instance, in an argument of another package that supports colors as arguments, such as the [[LaTeX/Source Code Listings|listings]] package.) ===Method=== You need to include the {{LaTeX/Package|xcolor}} package in your preamble to define new colors. In the abstract, the colors are defined following this scheme: {{LaTeX/Usage|code= \definecolor{name}{model}{color-spec} }} where: * ''name'' is the name of the color; you can call it as you like * ''model'' is the way you ''describe'' the color, and is one of ''gray'', ''rgb'', ''RGB'', ''HTML'', and ''cmyk''. * ''color-spec'' is the description of the color ===Color Models=== Among the models you can use to describe the color are the following (several more are described in the [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf xcolor manual]): {| class="wikitable" latexfontsize="scriptsize" |+ Color Models |- ! width="7%"| Model ! width="14%"| Description ! width="30%"|Color Specification ! Example |- |<tt>gray</tt> || Shades of gray <br> (0-1) || Just one number between 0 (black) and 1 (white), so 0.95 will be very light gray, 0.30 will be dark gray. || <tt>\definecolor{light-gray}{gray}{0.95}</tt> |- |<tt>rgb</tt> || Red, Green, Blue <br> (0-1) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{rgb}{1,0.5,0}</tt> |- |<tt>RGB</tt> || Red, Green, Blue <br> (0-255) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 255. || <tt>\definecolor{orange}{RGB}{255,127,0}</tt> |- |<tt>HTML</tt> || Red, Green, Blue <br> (00-FF) || Six hexadecimal numbers given in the form ''RRGGBB''; similar to what is used in HTML. || <tt>\definecolor{orange}{HTML}{FF7F00}</tt> |- |<tt>cmyk</tt> || Cyan, Magenta, Yellow, Black <br> (0-1) || Four numbers given in the form ''cyan,magenta,yellow,black''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{cmyk}{0,0.5,1,0}</tt> |- |} ===Examples=== To define a new color, follow the following example, which defines orange for you, by setting the red to the maximum, the green to one half (0.5), and the blue to the minimum: {{LaTeX/Usage|code= \definecolor{orange}{rgb}{1,0.5,0} }} The following code should give a similar results to the last code chunk. {{LaTeX/Usage|code= \definecolor{orange}{RGB}{255,127,0} }} If you loaded the {{LaTeX/Package|xcolor}} package, you can define colors upon previously defined ones. The first specifies 20 percent blue and 80 percent white; the second is a mixture of 20 percent blue and 80 percent black; and the last one is a mixture of (20*0.3) percent blue, ((100-20)*0.3) percent black and (100-30) percent green. {{LaTeX/Usage|code= \color{blue!20} \color{blue!20!black} \color{blue!20!black!30!green} }} {{LaTeX/Package|xcolor}} also features a handy command to define colors from color mixes: {{LaTeX/Usage|code= \colorlet{notgreen}{blue!50!yellow} }} ===Using color specifications directly=== Normally one would predeclare all the colors as above, but sometimes it is convenient to directly use a color without naming it first. To achieve this, {{LaTeX/LaTeX|code=\color<!---->}} and {{LaTeX/LaTeX|code=\textcolor<!---->}} have an alternative syntax specifying the model in square brackets, and the color specification in curly braces. For example: {{LaTeX/Usage|code= {\color[rgb]{1,0,0} This text will appear red-colored} \textcolor[rgb]{0,1,0}{This text will appear green-colored} }} ===Creating / Capturing colors=== You may want to use colors that appear on another document, web pages, pictures, etc. Alternatively, you may want to play around with rgb values to create your own custom colors. Image processing suites like the free [http://www.gimp.org/downloads/ GIMP] suite for Linux/Windows/Mac offer color picker facilities to capture any color on your screen or synthesize colors directly from their respective rgb / hsv / hexadecimal values. Smaller, free utilities also exist: * Linux/BSD: The [http://gcolor2.sourceforge.net/ gcolor2] tool (usually also available in repositories) * Linux/BSD: in newer systems you may want to use [https://www.hjdskes.nl/projects/gcolor3/ gcolor3] tool (usually also available in repositories) * Microsoft Windows: The open-source [http://colorselector.sourceforge.net/ Color Selector] tool. * Apple Macs: [http://wafflesoftware.net/hexpicker/ Hex Color Picker] for creating custom colors and the built-in [http://www.apple.com/uk/osx/apps/all.html#colormeter DigitalColor Meter] for capturing colors on screen. * Online utilities: See here for a [[w:Color_tool|Wikipedia article with several external links]] === Spot colors === Spot colors are customary in printing. They usually refer to pre-mixed inks based on a swatchbook (like Pantone, TruMatch or Toyo). The package {{LaTeX/Package|colorspace}} extends xcolor to provide real spot colors (CMYK and CIELAB). They are defined with, say: {{LaTeX/Usage|code= \definespotcolor{mygreen}{PANTONE 7716 C}{.83, 0, .40, .11} }} == Sources == * [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf The xcolor manual] * [http://mirrors.ctan.org/macros/latex/required/graphics/grfguide.pdf The color package documentation ] <noinclude> {{LaTeX/Bottom|Paragraph Formatting|Fonts}} [[sr:LaTeX/Боје]] </noinclude> gzm1ykc6n0h66qb9gehaj15w4lqn840 4094967 4094965 2022-08-19T15:15:01Z 132.250.22.7 /* The 68 standard colors known to dvips */ Added ability to sort table by saturation and lightness. wikitext text/x-wiki <noinclude>{{LaTeX/Top}} </noinclude> Adding colors to your text is supported by the [http://www.ctan.org/pkg/xcolor <tt>xcolor</tt>] package (supersedes package {{LaTeX/Package|color}}). Using this package, you can set the font color, text background, or page background. You can choose from predefined colors or define your own colors using RGB, Hex, or CMYK. Mathematical formulas can also be colored. ==Adding the xcolor package== To make use of these features, the {{LaTeX/Package|xcolor}} package must be imported. {{LaTeX/Package|xcolor}} starts from the basic facilities of the {{LaTeX/Package|color}} package and extends it. {{LaTeX/Usage|code= \usepackage{xcolor} }} The package allows you to use the names of 19 base colors (black, white, blue, green, yellow, red etc.); these names are always available. Besides, the package has some options to get more predefined colors, which should be added globally. {{LaTeX/Parameter|dvipsnames}} allows you to access more than 60 colors, and {{LaTeX/Parameter|svgnames}} allows access to about 150 colors. If you need more color names, then you may also want to look at the {{LaTeX/Parameter|x11names}} option that offers more than 300 colors. The {{LaTeX/Parameter|table}} option allows colors to be added to tables. ==Entering colored text== The simplest way to type colored text is by: {{LaTeX/Usage|code= \textcolor{declared-color}{text} }} where {{LaTeX/Parameter|declared-color}} is a color that was defined before by {{LaTeX/LaTeX|code=\definecolor<!---->}}. Another possible way by {{LaTeX/Usage|code= {\color{declared-color}some text} }} that will switch the standard text color to the color you want. It will work until the end of the current TeX group. For example: {{LaTeX/Example|code= <nowiki>\emph{some black text, {\color{red}followed by a red fragment}}, going black again.</nowiki> |render= [[image:LaTeX_colour_demo_1.png|380px]] }} The difference between {{LaTeX/LaTeX|code=\textcolor<!---->}} and {{LaTeX/LaTeX|code=\color<!---->}} is the same as that between {{LaTeX/LaTeX|code=\texttt<!---->}} and {{LaTeX/LaTeX|code=\ttfamily<!---->}}, you can use the one you prefer. The {{LaTeX/LaTeX|code=\color<!---->}} environment allows the text to run over multiple lines and other text environments whereas the text in {{LaTeX/LaTeX|code=\textcolor<!---->}} must all be one paragraph and not contain other environments. You can change the background color of the whole page by: {{LaTeX/Usage|code= \pagecolor{declared-color} }} ==Entering colored background for the text== {{LaTeX/Usage|code= \colorbox{declared-color}{text} }} If the background color and the text color is changed, then: {{LaTeX/Usage|code= \colorbox{declared-color1}{\color{declared-color2}text} }} There is also \fcolorbox to make framed background color in yet another color: {{LaTeX/Usage|code= \fcolorbox{declared-color-frame}{declared-color-background}{text} }} ==Predefined colors== The predefined color names are black, blue, brown, cyan, darkgray, gray, green, lightgray, lime, magenta, olive, orange, pink, purple, red, teal, violet, white, yellow. There may be other pre-defined colors on your system, but these should be available on all systems. If you would like a color not pre-defined, you can use one of the 68 dvips colors, or define your own. These options are discussed in the following sections === The 68 standard colors known to dvips === Invoke the package with the usenames and dvipsnames option. If you are using {{LaTeX/Package|tikz}} or {{LaTeX/Package|pstricks}} package you must declare the xcolor package before that, otherwise it will not work. {{LaTeX/Usage|code= \usepackage[dvipsnames]{xcolor} }} This above syntax may result in an error if you are using beamer with {{LaTeX/Package|tikz}}. To go around it, include usenames and dvipsnames options when defining the document class. {{LaTeX/Usage|code= \documentclass[usenames,dvipsnames]{beamer} }} Be wary that the below color names are case-sensitive. For example, {{LaTeX/LaTeX|code=\color{olivegreen}<!---->}} raises an "undefined color" error, but {{LaTeX/LaTeX|code=\color{OliveGreen}<!---->}} works fine. Table can be sorted by color name, by hue, by saturation, or by lightness. {| class="wikitable sortable" |+ |- ! Name ! class=unsortable|Color ! class=unsortable|Hex ! Hue ! Saturation ! Lightness |- | '''Apricot''' ||bgcolor="#FBB982" | &nbsp;||FBB982 || 27.3 || 61.2 || 190.5 |- | '''Aquamarine''' ||bgcolor="#00B5BE" | &nbsp;||00B5BE || 182.8 || 141.6 || 95.0 |- | '''Bittersweet''' ||bgcolor="#C04F17" | &nbsp;||C04F17 || 19.9 || 142.5 || 107.5 |- | '''Black''' || bgcolor="#221E1F" | &nbsp; ||221E1F || 0.3 || 1.0 || 32.0 |- | '''Blue''' ||bgcolor="#2D2F92"| &nbsp; ||2D2F92 || 238.2 || 75.7 || 95.5 |- | '''BlueGreen''' || bgcolor="#00B3B8" | &nbsp; ||00B3B8 || 181.6 || 132.8 || 92.0 |- | '''BlueViolet''' ||bgcolor="#473992"| &nbsp; ||473992 || 249.4 || 70.9 || 101.5 |- | '''BrickRed''' || bgcolor="#B6321C" | &nbsp; ||B6321C || 8.6 || 126.8 || 105.0 |- | '''Brown''' ||bgcolor="#792500"| &nbsp; ||792500 || 18.3 || 57.4 || 60.5 |- | '''BurntOrange''' || bgcolor="#F7921D" | &nbsp; ||F7921D || 32.2 || 200.0 || 138.0 |- | '''CadetBlue''' ||bgcolor="#74729A"| &nbsp; ||74729A || 243.0 || 38.0 || 134.0 |- | '''CarnationPink''' || bgcolor="#F282B4" | &nbsp; ||F282B4 || 333.2 || 60.6 || 186.0 |- | '''Cerulean''' ||bgcolor="#00A2E3"| &nbsp; ||00A2E3 || 197.2 || 202.1 || 113.5 |- | '''CornflowerBlue''' || bgcolor="#41B0E4" | &nbsp; ||41B0E4 || 199.1 || 138.7 || 146.5 |- | '''Cyan''' ||bgcolor="#00AEEF"| &nbsp; ||00AEEF || 196.3 || 224.0 || 119.5 |- | '''Dandelion''' || bgcolor="#FDBC42" | &nbsp; ||FDBC42 || 39.1 || 140.1 || 159.5 |- | '''DarkOrchid''' ||bgcolor="#A4538A"| &nbsp; ||A4538A || 319.3 || 78.5 || 123.5 |- | '''Emerald''' || bgcolor="#00A99D" | &nbsp; ||00A99D || 175.7 || 112.0 || 84.5 |- | '''ForestGreen''' ||bgcolor="#009B55"| &nbsp; ||009B55 || 152.9 || 94.2 || 77.5 |- | '''Fuchsia''' || bgcolor="#8C368C" | &nbsp; ||8C368C || 300.0 || 65.4 || 97.0 |- | '''Goldenrod''' ||bgcolor="#FFDF42"| &nbsp; ||FFDF42 || 49.8 || 140.1 || 160.5 |- | '''Gray''' || bgcolor="#949698" | &nbsp; ||949698 || 0.2 || 3.3 || 150.0 |- | '''Green''' ||bgcolor="#00A64F"| &nbsp; ||00A64F || 148.6 || 108.1 || 83.0 |- | '''GreenYellow''' || bgcolor="#DFE674" | &nbsp; ||DFE674 || 63.7 || 73.3 || 173.0 |- | '''JungleGreen'''||bgcolor="#00A99A"| &nbsp; ||00A99A || 174.7 || 112.0 || 84.5 |- | '''Lavender''' || bgcolor="#F49EC4" | &nbsp; ||F49EC4 || 333.5 || 36.4 || 201.0 |- | '''LimeGreen''' ||bgcolor="#8DC73E"| &nbsp; ||8DC73E || 85.4 || 133.8 || 130.5 |- | '''Magenta''' || bgcolor="#EC008C" | &nbsp; ||EC008C || 324.4 || 218.4 || 118.0 |- | '''Mahogany''' ||bgcolor="#A9341F"| &nbsp; ||A9341F || 9.1 || 108.2 || 100.0 |- | '''Maroon''' || bgcolor="#AF3235" | &nbsp; ||AF3235 || 358.6 || 110.3 || 112.5 |- | '''Melon''' ||bgcolor="#F89E7B"| &nbsp; ||F89E7B || 16.8 || 68.1 || 185.5 |- | '''MidnightBlue''' || bgcolor="#006795" | &nbsp; ||006795 || 198.5 || 87.1 || 74.5 |- | '''Mulberry''' ||bgcolor="#A93C93"| &nbsp; ||A93C93 || 312.1 || 97.9 || 114.5 |- | '''NavyBlue''' || bgcolor="#006EB8" | &nbsp; ||006EB8 || 204.1 || 132.8 || 92.0 |- | '''OliveGreen''' ||bgcolor="#3C8031"| &nbsp; ||3C8031 || 111.6 || 54.8 || 88.5 |- | '''Orange''' || bgcolor="#F58137" | &nbsp; ||F58137 || 23.4 || 156.5 || 150.0 |- | '''OrangeRed''' ||bgcolor="#ED135A"| &nbsp; ||ED135A || 340.5 || 217.1 || 128.0 |- | '''Orchid''' || bgcolor="#AF72B0" | &nbsp; ||AF72B0 || 299.0 || 53.5 || 145.0 |- | '''Peach''' ||bgcolor="#F7965A"| &nbsp; ||F7965A || 22.9 || 106.5 || 168.5 |- | '''Periwinkle'''|| bgcolor="#7977B8" | &nbsp; ||7977B8 || 241.8 || 52.8 || 151.5 |- | '''PineGreen''' ||bgcolor="#008B72"| &nbsp; ||008B72 || 169.2 || 75.8 || 69.5 |- | '''Plum''' || bgcolor="#92268F" | &nbsp; ||92268F || 301.7 || 77.9 || 92.0 |- | '''ProcessBlue''' ||bgcolor="#00B0F0"| &nbsp; ||00B0F0 || 196.0 || 225.9 || 120 |- | '''Purple''' || bgcolor="#99479B" | &nbsp; ||99479B || 298.6 || 74.4 || 113.0 |- | '''RawSienna''' ||bgcolor="#974006"| &nbsp; ||974006 || 24.0 || 89.3 || 78.5 |- | '''Red''' || bgcolor="#ED1B23" | &nbsp; ||ED1B23 || 357.7 || 202.6 || 132.0 |- | '''RedOrange''' ||bgcolor="#F26035"| &nbsp; ||F26035 || 13.7 || 159.4 || 147.5 |- | '''RedViolet''' || bgcolor="#A1246B" | &nbsp; ||A1246B || 325.9 || 96.6 || 98.5 |- | '''Rhodamine''' ||bgcolor="#EF559F"| &nbsp; ||EF559F || 331.2 || 112.3 || 162.0 |- | '''RoyalBlue''' || bgcolor="#0071BC" | &nbsp; ||0071BC || 203.9 || 138.6 || 94.0 |- | '''RoyalPurple''' ||bgcolor="#613F99"| &nbsp; ||613F99 || 262.7 || 76.2 || 108.0 |- | '''RubineRed''' || bgcolor="#ED017D" | &nbsp; ||ED017D || 328.5 || 220.3 || 119.0 |- | '''Salmon''' ||bgcolor="#F69289"| &nbsp; ||F69289 || 5.0 || 54.3 || 191.5 |- | '''SeaGreen''' || bgcolor="#3FBC9D" | &nbsp; ||3FBC9D || 165.1 || 123.0 || 125.5 |- | '''Sepia''' ||bgcolor="#671800"| &nbsp; ||671800 || 14.0 || 41.6 || 51.5 |- | '''SkyBlue''' || bgcolor="#46C5DD" | &nbsp; ||46C5DD || 189.5 || 129.7 || 145.5 |- | '''SpringGreen''' ||bgcolor="#C6DC67"| &nbsp; ||C6DC67 || 71.3 || 85.8 || 161.5 |- | '''Tan''' || bgcolor="#DA9D76" | &nbsp; ||DA9D76 || 23.4 || 68.2 || 168.0 |- | '''TealBlue''' ||bgcolor="#00AEB3"| &nbsp; ||00AEB3 || 181.7 || 125.7 || 89.5 |- | '''Thistle''' || bgcolor="#D883B7" | &nbsp; ||D883B7 || 323.3 || 54.3 || 173.5 |- | '''Turquoise''' ||bgcolor="#00B4CE"| &nbsp; ||00B4CE || 187.6 || 166.4 || 103.0 |- | '''Violet''' || bgcolor="#58429B" | &nbsp; ||58429B || 254.8 || 77.1 || 110.5 |- | '''VioletRed''' ||bgcolor="#EF58A0"| &nbsp; ||EF58A0 || 331.4 || 108.4 || 163.5 |- | '''White''' || bgcolor="" | &nbsp; ||FFFFFF || 0.1 || 0.0 || 255.0 |- | '''WildStrawberry''' ||bgcolor="#EE2967"| &nbsp; ||EE2967 || 341.1 || 178.5 || 139.5 |- | '''Yellow''' || bgcolor="#FFF200" | &nbsp; ||FFF200 || 56.9 || 255.0 || 127.5 |- |'''YellowGreen''' ||bgcolor=" #98CC70"| &nbsp; ||98CC70 || 93.9 || 70.0 || 158.0 |- | '''YellowOrange''' || bgcolor="#FAA21A" | &nbsp; ||FAA21A || 36.4 || 205.6 || 138.0 |} ==Defining new colors== If the predefined colors are not adequate, you may wish to define your own. ===Place=== Define the colors in the ''preamble'' of your document. (Reason: do so in the preamble, so that you can already refer to them in the preamble, which is useful, for instance, in an argument of another package that supports colors as arguments, such as the [[LaTeX/Source Code Listings|listings]] package.) ===Method=== You need to include the {{LaTeX/Package|xcolor}} package in your preamble to define new colors. In the abstract, the colors are defined following this scheme: {{LaTeX/Usage|code= \definecolor{name}{model}{color-spec} }} where: * ''name'' is the name of the color; you can call it as you like * ''model'' is the way you ''describe'' the color, and is one of ''gray'', ''rgb'', ''RGB'', ''HTML'', and ''cmyk''. * ''color-spec'' is the description of the color ===Color Models=== Among the models you can use to describe the color are the following (several more are described in the [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf xcolor manual]): {| class="wikitable" latexfontsize="scriptsize" |+ Color Models |- ! width="7%"| Model ! width="14%"| Description ! width="30%"|Color Specification ! Example |- |<tt>gray</tt> || Shades of gray <br> (0-1) || Just one number between 0 (black) and 1 (white), so 0.95 will be very light gray, 0.30 will be dark gray. || <tt>\definecolor{light-gray}{gray}{0.95}</tt> |- |<tt>rgb</tt> || Red, Green, Blue <br> (0-1) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{rgb}{1,0.5,0}</tt> |- |<tt>RGB</tt> || Red, Green, Blue <br> (0-255) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 255. || <tt>\definecolor{orange}{RGB}{255,127,0}</tt> |- |<tt>HTML</tt> || Red, Green, Blue <br> (00-FF) || Six hexadecimal numbers given in the form ''RRGGBB''; similar to what is used in HTML. || <tt>\definecolor{orange}{HTML}{FF7F00}</tt> |- |<tt>cmyk</tt> || Cyan, Magenta, Yellow, Black <br> (0-1) || Four numbers given in the form ''cyan,magenta,yellow,black''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{cmyk}{0,0.5,1,0}</tt> |- |} ===Examples=== To define a new color, follow the following example, which defines orange for you, by setting the red to the maximum, the green to one half (0.5), and the blue to the minimum: {{LaTeX/Usage|code= \definecolor{orange}{rgb}{1,0.5,0} }} The following code should give a similar results to the last code chunk. {{LaTeX/Usage|code= \definecolor{orange}{RGB}{255,127,0} }} If you loaded the {{LaTeX/Package|xcolor}} package, you can define colors upon previously defined ones. The first specifies 20 percent blue and 80 percent white; the second is a mixture of 20 percent blue and 80 percent black; and the last one is a mixture of (20*0.3) percent blue, ((100-20)*0.3) percent black and (100-30) percent green. {{LaTeX/Usage|code= \color{blue!20} \color{blue!20!black} \color{blue!20!black!30!green} }} {{LaTeX/Package|xcolor}} also features a handy command to define colors from color mixes: {{LaTeX/Usage|code= \colorlet{notgreen}{blue!50!yellow} }} ===Using color specifications directly=== Normally one would predeclare all the colors as above, but sometimes it is convenient to directly use a color without naming it first. To achieve this, {{LaTeX/LaTeX|code=\color<!---->}} and {{LaTeX/LaTeX|code=\textcolor<!---->}} have an alternative syntax specifying the model in square brackets, and the color specification in curly braces. For example: {{LaTeX/Usage|code= {\color[rgb]{1,0,0} This text will appear red-colored} \textcolor[rgb]{0,1,0}{This text will appear green-colored} }} ===Creating / Capturing colors=== You may want to use colors that appear on another document, web pages, pictures, etc. Alternatively, you may want to play around with rgb values to create your own custom colors. Image processing suites like the free [http://www.gimp.org/downloads/ GIMP] suite for Linux/Windows/Mac offer color picker facilities to capture any color on your screen or synthesize colors directly from their respective rgb / hsv / hexadecimal values. Smaller, free utilities also exist: * Linux/BSD: The [http://gcolor2.sourceforge.net/ gcolor2] tool (usually also available in repositories) * Linux/BSD: in newer systems you may want to use [https://www.hjdskes.nl/projects/gcolor3/ gcolor3] tool (usually also available in repositories) * Microsoft Windows: The open-source [http://colorselector.sourceforge.net/ Color Selector] tool. * Apple Macs: [http://wafflesoftware.net/hexpicker/ Hex Color Picker] for creating custom colors and the built-in [http://www.apple.com/uk/osx/apps/all.html#colormeter DigitalColor Meter] for capturing colors on screen. * Online utilities: See here for a [[w:Color_tool|Wikipedia article with several external links]] === Spot colors === Spot colors are customary in printing. They usually refer to pre-mixed inks based on a swatchbook (like Pantone, TruMatch or Toyo). The package {{LaTeX/Package|colorspace}} extends xcolor to provide real spot colors (CMYK and CIELAB). They are defined with, say: {{LaTeX/Usage|code= \definespotcolor{mygreen}{PANTONE 7716 C}{.83, 0, .40, .11} }} == Sources == * [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf The xcolor manual] * [http://mirrors.ctan.org/macros/latex/required/graphics/grfguide.pdf The color package documentation ] <noinclude> {{LaTeX/Bottom|Paragraph Formatting|Fonts}} [[sr:LaTeX/Боје]] </noinclude> lovp09nrjftiuqljc7i5ijubvc26r78 4094969 4094967 2022-08-19T15:25:25Z 132.250.22.7 /* Predefined colors */ Fixed the saturation values in the table wikitext text/x-wiki <noinclude>{{LaTeX/Top}} </noinclude> Adding colors to your text is supported by the [http://www.ctan.org/pkg/xcolor <tt>xcolor</tt>] package (supersedes package {{LaTeX/Package|color}}). Using this package, you can set the font color, text background, or page background. You can choose from predefined colors or define your own colors using RGB, Hex, or CMYK. Mathematical formulas can also be colored. ==Adding the xcolor package== To make use of these features, the {{LaTeX/Package|xcolor}} package must be imported. {{LaTeX/Package|xcolor}} starts from the basic facilities of the {{LaTeX/Package|color}} package and extends it. {{LaTeX/Usage|code= \usepackage{xcolor} }} The package allows you to use the names of 19 base colors (black, white, blue, green, yellow, red etc.); these names are always available. Besides, the package has some options to get more predefined colors, which should be added globally. {{LaTeX/Parameter|dvipsnames}} allows you to access more than 60 colors, and {{LaTeX/Parameter|svgnames}} allows access to about 150 colors. If you need more color names, then you may also want to look at the {{LaTeX/Parameter|x11names}} option that offers more than 300 colors. The {{LaTeX/Parameter|table}} option allows colors to be added to tables. ==Entering colored text== The simplest way to type colored text is by: {{LaTeX/Usage|code= \textcolor{declared-color}{text} }} where {{LaTeX/Parameter|declared-color}} is a color that was defined before by {{LaTeX/LaTeX|code=\definecolor<!---->}}. Another possible way by {{LaTeX/Usage|code= {\color{declared-color}some text} }} that will switch the standard text color to the color you want. It will work until the end of the current TeX group. For example: {{LaTeX/Example|code= <nowiki>\emph{some black text, {\color{red}followed by a red fragment}}, going black again.</nowiki> |render= [[image:LaTeX_colour_demo_1.png|380px]] }} The difference between {{LaTeX/LaTeX|code=\textcolor<!---->}} and {{LaTeX/LaTeX|code=\color<!---->}} is the same as that between {{LaTeX/LaTeX|code=\texttt<!---->}} and {{LaTeX/LaTeX|code=\ttfamily<!---->}}, you can use the one you prefer. The {{LaTeX/LaTeX|code=\color<!---->}} environment allows the text to run over multiple lines and other text environments whereas the text in {{LaTeX/LaTeX|code=\textcolor<!---->}} must all be one paragraph and not contain other environments. You can change the background color of the whole page by: {{LaTeX/Usage|code= \pagecolor{declared-color} }} ==Entering colored background for the text== {{LaTeX/Usage|code= \colorbox{declared-color}{text} }} If the background color and the text color is changed, then: {{LaTeX/Usage|code= \colorbox{declared-color1}{\color{declared-color2}text} }} There is also \fcolorbox to make framed background color in yet another color: {{LaTeX/Usage|code= \fcolorbox{declared-color-frame}{declared-color-background}{text} }} ==Predefined colors== The predefined color names are black, blue, brown, cyan, darkgray, gray, green, lightgray, lime, magenta, olive, orange, pink, purple, red, teal, violet, white, yellow. There may be other pre-defined colors on your system, but these should be available on all systems. If you would like a color not pre-defined, you can use one of the 68 dvips colors, or define your own. These options are discussed in the following sections === The 68 standard colors known to dvips === Invoke the package with the usenames and dvipsnames option. If you are using {{LaTeX/Package|tikz}} or {{LaTeX/Package|pstricks}} package you must declare the xcolor package before that, otherwise it will not work. {{LaTeX/Usage|code= \usepackage[dvipsnames]{xcolor} }} This above syntax may result in an error if you are using beamer with {{LaTeX/Package|tikz}}. To go around it, include usenames and dvipsnames options when defining the document class. {{LaTeX/Usage|code= \documentclass[usenames,dvipsnames]{beamer} }} Be wary that the below color names are case-sensitive. For example, {{LaTeX/LaTeX|code=\color{olivegreen}<!---->}} raises an "undefined color" error, but {{LaTeX/LaTeX|code=\color{OliveGreen}<!---->}} works fine. Table can be sorted by color name, by hue, by saturation, or by lightness. {| class="wikitable sortable" |+ |- ! Name ! class=unsortable|Color ! class=unsortable|Hex ! Hue ! Saturation ! Lightness |- | '''Apricot''' ||bgcolor="#FBB982" | &nbsp;||FBB982 || 27.3 || 239.2 || 190.5 |- | '''Aquamarine''' ||bgcolor="#00B5BE" | &nbsp;||00B5BE || 182.8 || 255.0 || 95.0 |- | '''Bittersweet''' ||bgcolor="#C04F17" | &nbsp;||C04F17 || 19.9 || 200.4 || 107.5 |- | '''Black''' || bgcolor="#221E1F" | &nbsp; ||221E1F || 0.3 || 15.9 || 32.0 |- | '''Blue''' ||bgcolor="#2D2F92"| &nbsp; ||2D2F92 || 238.2 || 134.8 || 95.5 |- | '''BlueGreen''' || bgcolor="#00B3B8" | &nbsp; ||00B3B8 || 181.6 || 255.0 || 92.0 |- | '''BlueViolet''' ||bgcolor="#473992"| &nbsp; ||473992 || 249.4 || 111.8 || 101.5 |- | '''BrickRed''' || bgcolor="#B6321C" | &nbsp; ||B6321C || 8.6 || 187.0 || 105.0 |- | '''Brown''' ||bgcolor="#792500"| &nbsp; ||792500 || 18.3 || 255.0 || 60.5 |- | '''BurntOrange''' || bgcolor="#F7921D" | &nbsp; ||F7921D || 32.2 || 237.6 || 138.0 |- | '''CadetBlue''' ||bgcolor="#74729A"| &nbsp; ||74729A || 243.0 || 42.1 || 134.0 |- | '''CarnationPink''' || bgcolor="#F282B4" | &nbsp; ||F282B4 || 333.2 || 207.0 || 186.0 |- | '''Cerulean''' ||bgcolor="#00A2E3"| &nbsp; ||00A2E3 || 197.2 || 255.0 || 113.5 |- | '''CornflowerBlue''' || bgcolor="#41B0E4" | &nbsp; ||41B0E4 || 199.1 || 191.5 || 146.5 |- | '''Cyan''' ||bgcolor="#00AEEF"| &nbsp; ||00AEEF || 196.3 || 255.0 || 119.5 |- | '''Dandelion''' || bgcolor="#FDBC42" | &nbsp; ||FDBC42 || 39.1 || 249.7 || 159.5 |- | '''DarkOrchid''' ||bgcolor="#A4538A"| &nbsp; ||A4538A || 319.3 || 83.6 || 123.5 |- | '''Emerald''' || bgcolor="#00A99D" | &nbsp; ||00A99D || 175.7 || 255.0 || 84.5 |- | '''ForestGreen''' ||bgcolor="#009B55"| &nbsp; ||009B55 || 152.9 || 255.0 || 77.5 |- | '''Fuchsia''' || bgcolor="#8C368C" | &nbsp; ||8C368C || 300.0 || 113.0 || 97.0 |- | '''Goldenrod''' ||bgcolor="#FFDF42"| &nbsp; ||FFDF42 || 49.8 || 255.0 || 160.5 |- | '''Gray''' || bgcolor="#949698" | &nbsp; ||949698 || 0.2 || 4.9 || 150.0 |- | '''Green''' ||bgcolor="#00A64F"| &nbsp; ||00A64F || 148.6 || 255.0 || 83.0 |- | '''GreenYellow''' || bgcolor="#DFE674" | &nbsp; ||DFE674 || 63.7 || 177.3 || 173.0 |- | '''JungleGreen'''||bgcolor="#00A99A"| &nbsp; ||00A99A || 174.7 || 255.0 || 84.5 |- | '''Lavender''' || bgcolor="#F49EC4" | &nbsp; ||F49EC4 || 333.5 || 203.1 || 201.0 |- | '''LimeGreen''' ||bgcolor="#8DC73E"| &nbsp; ||8DC73E || 85.4 || 140.3 || 130.5 |- | '''Magenta''' || bgcolor="#EC008C" | &nbsp; ||EC008C || 324.4 || 255.0 || 118.0 |- | '''Mahogany''' ||bgcolor="#A9341F"| &nbsp; ||A9341F || 9.1 || 176.0 || 100.0 |- | '''Maroon''' || bgcolor="#AF3235" | &nbsp; ||AF3235 || 358.6 || 141.7 || 112.5 |- | '''Melon''' ||bgcolor="#F89E7B"| &nbsp; ||F89E7B || 16.8 || 229.3 || 185.5 |- | '''MidnightBlue''' || bgcolor="#006795" | &nbsp; ||006795 || 198.5 || 255.0 || 74.5 |- | '''Mulberry''' ||bgcolor="#A93C93"| &nbsp; ||A93C93 || 312.1 || 121.4 || 114.5 |- | '''NavyBlue''' || bgcolor="#006EB8" | &nbsp; ||006EB8 || 204.1 || 255.0 || 92.0 |- | '''OliveGreen''' ||bgcolor="#3C8031"| &nbsp; ||3C8031 || 111.6 || 113.8 || 88.5 |- | '''Orange''' || bgcolor="#F58137" | &nbsp; ||F58137 || 23.4 || 230.7 || 150.0 |- | '''OrangeRed''' ||bgcolor="#ED135A"| &nbsp; ||ED135A || 340.5 || 218.9 || 128.0 |- | '''Orchid''' || bgcolor="#AF72B0" | &nbsp; ||AF72B0 || 299.0 || 71.9 || 145.0 |- | '''Peach''' ||bgcolor="#F7965A"| &nbsp; ||F7965A || 22.9 || 231.4 || 168.5 |- | '''Periwinkle'''|| bgcolor="#7977B8" | &nbsp; ||7977B8 || 241.8 || 80.1 || 151.5 |- | '''PineGreen''' ||bgcolor="#008B72"| &nbsp; ||008B72 || 169.2 || 255.0 || 69.5 |- | '''Plum''' || bgcolor="#92268F" | &nbsp; ||92268F || 301.7 || 149.7 || 92.0 |- | '''ProcessBlue''' ||bgcolor="#00B0F0"| &nbsp; ||00B0F0 || 196.0 || 255.0 || 120 |- | '''Purple''' || bgcolor="#99479B" | &nbsp; ||99479B || 298.6 || 94.8 || 113.0 |- | '''RawSienna''' ||bgcolor="#974006"| &nbsp; ||974006 || 24.0 || 235.5 || 78.5 |- | '''Red''' || bgcolor="#ED1B23" | &nbsp; ||ED1B23 || 357.7 || 217.7 || 132.0 |- | '''RedOrange''' ||bgcolor="#F26035"| &nbsp; ||F26035 || 13.7 || 224.2 || 147.5 |- | '''RedViolet''' || bgcolor="#A1246B" | &nbsp; ||A1246B || 325.9 || 161.8 || 98.5 |- | '''Rhodamine''' ||bgcolor="#EF559F"| &nbsp; ||EF559F || 331.2 || 211.1 || 162.0 |- | '''RoyalBlue''' || bgcolor="#0071BC" | &nbsp; ||0071BC || 203.9 || 255.0 || 94.0 |- | '''RoyalPurple''' ||bgcolor="#613F99"| &nbsp; ||613F99 || 262.7 || 106.3 || 108.0 |- | '''RubineRed''' || bgcolor="#ED017D" | &nbsp; ||ED017D || 328.5 || 252.9 || 119.0 |- | '''Salmon''' ||bgcolor="#F69289"| &nbsp; ||F69289 || 5.0 || 218.9 || 191.5 |- | '''SeaGreen''' || bgcolor="#3FBC9D" | &nbsp; ||3FBC9D || 165.1 || 127.0 || 125.5 |- | '''Sepia''' ||bgcolor="#671800"| &nbsp; ||671800 || 14.0 || 255.0 || 51.5 |- | '''SkyBlue''' || bgcolor="#46C5DD" | &nbsp; ||46C5DD || 189.5 || 175.8 || 145.5 |- | '''SpringGreen''' ||bgcolor="#C6DC67"| &nbsp; ||C6DC67 || 71.3 || 159.5 || 161.5 |- | '''Tan''' || bgcolor="#DA9D76" | &nbsp; ||DA9D76 || 23.4 || 146.6 || 168.0 |- | '''TealBlue''' ||bgcolor="#00AEB3"| &nbsp; ||00AEB3 || 181.7 || 255.0 || 89.5 |- | '''Thistle''' || bgcolor="#D883B7" | &nbsp; ||D883B7 || 323.3 || 133.0 || 173.5 |- | '''Turquoise''' ||bgcolor="#00B4CE"| &nbsp; ||00B4CE || 187.6 || 255.0 || 103.0 |- | '''Violet''' || bgcolor="#58429B" | &nbsp; ||58429B || 254.8 || 102.7 || 110.5 |- | '''VioletRed''' ||bgcolor="#EF58A0"| &nbsp; ||EF58A0 || 331.4 || 210.4 || 163.5 |- | '''White''' || bgcolor="" | &nbsp; ||FFFFFF || 0.1 || 0.0 || 255.0 |- | '''WildStrawberry''' ||bgcolor="#EE2967"| &nbsp; ||EE2967 || 341.1 || 217.5 || 139.5 |- | '''Yellow''' || bgcolor="#FFF200" | &nbsp; ||FFF200 || 56.9 || 255.0 || 127.5 |- |'''YellowGreen''' ||bgcolor=" #98CC70"| &nbsp; ||98CC70 || 93.9 || 120.9 || 158.0 |- | '''YellowOrange''' || bgcolor="#FAA21A" | &nbsp; ||FAA21A || 36.4 || 244.1 || 138.0 |} ==Defining new colors== If the predefined colors are not adequate, you may wish to define your own. ===Place=== Define the colors in the ''preamble'' of your document. (Reason: do so in the preamble, so that you can already refer to them in the preamble, which is useful, for instance, in an argument of another package that supports colors as arguments, such as the [[LaTeX/Source Code Listings|listings]] package.) ===Method=== You need to include the {{LaTeX/Package|xcolor}} package in your preamble to define new colors. In the abstract, the colors are defined following this scheme: {{LaTeX/Usage|code= \definecolor{name}{model}{color-spec} }} where: * ''name'' is the name of the color; you can call it as you like * ''model'' is the way you ''describe'' the color, and is one of ''gray'', ''rgb'', ''RGB'', ''HTML'', and ''cmyk''. * ''color-spec'' is the description of the color ===Color Models=== Among the models you can use to describe the color are the following (several more are described in the [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf xcolor manual]): {| class="wikitable" latexfontsize="scriptsize" |+ Color Models |- ! width="7%"| Model ! width="14%"| Description ! width="30%"|Color Specification ! Example |- |<tt>gray</tt> || Shades of gray <br> (0-1) || Just one number between 0 (black) and 1 (white), so 0.95 will be very light gray, 0.30 will be dark gray. || <tt>\definecolor{light-gray}{gray}{0.95}</tt> |- |<tt>rgb</tt> || Red, Green, Blue <br> (0-1) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{rgb}{1,0.5,0}</tt> |- |<tt>RGB</tt> || Red, Green, Blue <br> (0-255) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 255. || <tt>\definecolor{orange}{RGB}{255,127,0}</tt> |- |<tt>HTML</tt> || Red, Green, Blue <br> (00-FF) || Six hexadecimal numbers given in the form ''RRGGBB''; similar to what is used in HTML. || <tt>\definecolor{orange}{HTML}{FF7F00}</tt> |- |<tt>cmyk</tt> || Cyan, Magenta, Yellow, Black <br> (0-1) || Four numbers given in the form ''cyan,magenta,yellow,black''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{cmyk}{0,0.5,1,0}</tt> |- |} ===Examples=== To define a new color, follow the following example, which defines orange for you, by setting the red to the maximum, the green to one half (0.5), and the blue to the minimum: {{LaTeX/Usage|code= \definecolor{orange}{rgb}{1,0.5,0} }} The following code should give a similar results to the last code chunk. {{LaTeX/Usage|code= \definecolor{orange}{RGB}{255,127,0} }} If you loaded the {{LaTeX/Package|xcolor}} package, you can define colors upon previously defined ones. The first specifies 20 percent blue and 80 percent white; the second is a mixture of 20 percent blue and 80 percent black; and the last one is a mixture of (20*0.3) percent blue, ((100-20)*0.3) percent black and (100-30) percent green. {{LaTeX/Usage|code= \color{blue!20} \color{blue!20!black} \color{blue!20!black!30!green} }} {{LaTeX/Package|xcolor}} also features a handy command to define colors from color mixes: {{LaTeX/Usage|code= \colorlet{notgreen}{blue!50!yellow} }} ===Using color specifications directly=== Normally one would predeclare all the colors as above, but sometimes it is convenient to directly use a color without naming it first. To achieve this, {{LaTeX/LaTeX|code=\color<!---->}} and {{LaTeX/LaTeX|code=\textcolor<!---->}} have an alternative syntax specifying the model in square brackets, and the color specification in curly braces. For example: {{LaTeX/Usage|code= {\color[rgb]{1,0,0} This text will appear red-colored} \textcolor[rgb]{0,1,0}{This text will appear green-colored} }} ===Creating / Capturing colors=== You may want to use colors that appear on another document, web pages, pictures, etc. Alternatively, you may want to play around with rgb values to create your own custom colors. Image processing suites like the free [http://www.gimp.org/downloads/ GIMP] suite for Linux/Windows/Mac offer color picker facilities to capture any color on your screen or synthesize colors directly from their respective rgb / hsv / hexadecimal values. Smaller, free utilities also exist: * Linux/BSD: The [http://gcolor2.sourceforge.net/ gcolor2] tool (usually also available in repositories) * Linux/BSD: in newer systems you may want to use [https://www.hjdskes.nl/projects/gcolor3/ gcolor3] tool (usually also available in repositories) * Microsoft Windows: The open-source [http://colorselector.sourceforge.net/ Color Selector] tool. * Apple Macs: [http://wafflesoftware.net/hexpicker/ Hex Color Picker] for creating custom colors and the built-in [http://www.apple.com/uk/osx/apps/all.html#colormeter DigitalColor Meter] for capturing colors on screen. * Online utilities: See here for a [[w:Color_tool|Wikipedia article with several external links]] === Spot colors === Spot colors are customary in printing. They usually refer to pre-mixed inks based on a swatchbook (like Pantone, TruMatch or Toyo). The package {{LaTeX/Package|colorspace}} extends xcolor to provide real spot colors (CMYK and CIELAB). They are defined with, say: {{LaTeX/Usage|code= \definespotcolor{mygreen}{PANTONE 7716 C}{.83, 0, .40, .11} }} == Sources == * [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf The xcolor manual] * [http://mirrors.ctan.org/macros/latex/required/graphics/grfguide.pdf The color package documentation ] <noinclude> {{LaTeX/Bottom|Paragraph Formatting|Fonts}} [[sr:LaTeX/Боје]] </noinclude> knr6mjugetap41dfnjkm37v6ycdau44 4094970 4094969 2022-08-19T15:27:40Z 132.250.22.7 /* The 68 standard colors known to dvips */ Explicitly added white background to color column. wikitext text/x-wiki <noinclude>{{LaTeX/Top}} </noinclude> Adding colors to your text is supported by the [http://www.ctan.org/pkg/xcolor <tt>xcolor</tt>] package (supersedes package {{LaTeX/Package|color}}). Using this package, you can set the font color, text background, or page background. You can choose from predefined colors or define your own colors using RGB, Hex, or CMYK. Mathematical formulas can also be colored. ==Adding the xcolor package== To make use of these features, the {{LaTeX/Package|xcolor}} package must be imported. {{LaTeX/Package|xcolor}} starts from the basic facilities of the {{LaTeX/Package|color}} package and extends it. {{LaTeX/Usage|code= \usepackage{xcolor} }} The package allows you to use the names of 19 base colors (black, white, blue, green, yellow, red etc.); these names are always available. Besides, the package has some options to get more predefined colors, which should be added globally. {{LaTeX/Parameter|dvipsnames}} allows you to access more than 60 colors, and {{LaTeX/Parameter|svgnames}} allows access to about 150 colors. If you need more color names, then you may also want to look at the {{LaTeX/Parameter|x11names}} option that offers more than 300 colors. The {{LaTeX/Parameter|table}} option allows colors to be added to tables. ==Entering colored text== The simplest way to type colored text is by: {{LaTeX/Usage|code= \textcolor{declared-color}{text} }} where {{LaTeX/Parameter|declared-color}} is a color that was defined before by {{LaTeX/LaTeX|code=\definecolor<!---->}}. Another possible way by {{LaTeX/Usage|code= {\color{declared-color}some text} }} that will switch the standard text color to the color you want. It will work until the end of the current TeX group. For example: {{LaTeX/Example|code= <nowiki>\emph{some black text, {\color{red}followed by a red fragment}}, going black again.</nowiki> |render= [[image:LaTeX_colour_demo_1.png|380px]] }} The difference between {{LaTeX/LaTeX|code=\textcolor<!---->}} and {{LaTeX/LaTeX|code=\color<!---->}} is the same as that between {{LaTeX/LaTeX|code=\texttt<!---->}} and {{LaTeX/LaTeX|code=\ttfamily<!---->}}, you can use the one you prefer. The {{LaTeX/LaTeX|code=\color<!---->}} environment allows the text to run over multiple lines and other text environments whereas the text in {{LaTeX/LaTeX|code=\textcolor<!---->}} must all be one paragraph and not contain other environments. You can change the background color of the whole page by: {{LaTeX/Usage|code= \pagecolor{declared-color} }} ==Entering colored background for the text== {{LaTeX/Usage|code= \colorbox{declared-color}{text} }} If the background color and the text color is changed, then: {{LaTeX/Usage|code= \colorbox{declared-color1}{\color{declared-color2}text} }} There is also \fcolorbox to make framed background color in yet another color: {{LaTeX/Usage|code= \fcolorbox{declared-color-frame}{declared-color-background}{text} }} ==Predefined colors== The predefined color names are black, blue, brown, cyan, darkgray, gray, green, lightgray, lime, magenta, olive, orange, pink, purple, red, teal, violet, white, yellow. There may be other pre-defined colors on your system, but these should be available on all systems. If you would like a color not pre-defined, you can use one of the 68 dvips colors, or define your own. These options are discussed in the following sections === The 68 standard colors known to dvips === Invoke the package with the usenames and dvipsnames option. If you are using {{LaTeX/Package|tikz}} or {{LaTeX/Package|pstricks}} package you must declare the xcolor package before that, otherwise it will not work. {{LaTeX/Usage|code= \usepackage[dvipsnames]{xcolor} }} This above syntax may result in an error if you are using beamer with {{LaTeX/Package|tikz}}. To go around it, include usenames and dvipsnames options when defining the document class. {{LaTeX/Usage|code= \documentclass[usenames,dvipsnames]{beamer} }} Be wary that the below color names are case-sensitive. For example, {{LaTeX/LaTeX|code=\color{olivegreen}<!---->}} raises an "undefined color" error, but {{LaTeX/LaTeX|code=\color{OliveGreen}<!---->}} works fine. Table can be sorted by color name, by hue, by saturation, or by lightness. {| class="wikitable sortable" |+ |- ! Name ! class=unsortable|Color ! class=unsortable|Hex ! Hue ! Saturation ! Lightness |- | '''Apricot''' ||bgcolor="#FBB982" | &nbsp;||FBB982 || 27.3 || 239.2 || 190.5 |- | '''Aquamarine''' ||bgcolor="#00B5BE" | &nbsp;||00B5BE || 182.8 || 255.0 || 95.0 |- | '''Bittersweet''' ||bgcolor="#C04F17" | &nbsp;||C04F17 || 19.9 || 200.4 || 107.5 |- | '''Black''' || bgcolor="#221E1F" | &nbsp; ||221E1F || 0.3 || 15.9 || 32.0 |- | '''Blue''' ||bgcolor="#2D2F92"| &nbsp; ||2D2F92 || 238.2 || 134.8 || 95.5 |- | '''BlueGreen''' || bgcolor="#00B3B8" | &nbsp; ||00B3B8 || 181.6 || 255.0 || 92.0 |- | '''BlueViolet''' ||bgcolor="#473992"| &nbsp; ||473992 || 249.4 || 111.8 || 101.5 |- | '''BrickRed''' || bgcolor="#B6321C" | &nbsp; ||B6321C || 8.6 || 187.0 || 105.0 |- | '''Brown''' ||bgcolor="#792500"| &nbsp; ||792500 || 18.3 || 255.0 || 60.5 |- | '''BurntOrange''' || bgcolor="#F7921D" | &nbsp; ||F7921D || 32.2 || 237.6 || 138.0 |- | '''CadetBlue''' ||bgcolor="#74729A"| &nbsp; ||74729A || 243.0 || 42.1 || 134.0 |- | '''CarnationPink''' || bgcolor="#F282B4" | &nbsp; ||F282B4 || 333.2 || 207.0 || 186.0 |- | '''Cerulean''' ||bgcolor="#00A2E3"| &nbsp; ||00A2E3 || 197.2 || 255.0 || 113.5 |- | '''CornflowerBlue''' || bgcolor="#41B0E4" | &nbsp; ||41B0E4 || 199.1 || 191.5 || 146.5 |- | '''Cyan''' ||bgcolor="#00AEEF"| &nbsp; ||00AEEF || 196.3 || 255.0 || 119.5 |- | '''Dandelion''' || bgcolor="#FDBC42" | &nbsp; ||FDBC42 || 39.1 || 249.7 || 159.5 |- | '''DarkOrchid''' ||bgcolor="#A4538A"| &nbsp; ||A4538A || 319.3 || 83.6 || 123.5 |- | '''Emerald''' || bgcolor="#00A99D" | &nbsp; ||00A99D || 175.7 || 255.0 || 84.5 |- | '''ForestGreen''' ||bgcolor="#009B55"| &nbsp; ||009B55 || 152.9 || 255.0 || 77.5 |- | '''Fuchsia''' || bgcolor="#8C368C" | &nbsp; ||8C368C || 300.0 || 113.0 || 97.0 |- | '''Goldenrod''' ||bgcolor="#FFDF42"| &nbsp; ||FFDF42 || 49.8 || 255.0 || 160.5 |- | '''Gray''' || bgcolor="#949698" | &nbsp; ||949698 || 0.2 || 4.9 || 150.0 |- | '''Green''' ||bgcolor="#00A64F"| &nbsp; ||00A64F || 148.6 || 255.0 || 83.0 |- | '''GreenYellow''' || bgcolor="#DFE674" | &nbsp; ||DFE674 || 63.7 || 177.3 || 173.0 |- | '''JungleGreen'''||bgcolor="#00A99A"| &nbsp; ||00A99A || 174.7 || 255.0 || 84.5 |- | '''Lavender''' || bgcolor="#F49EC4" | &nbsp; ||F49EC4 || 333.5 || 203.1 || 201.0 |- | '''LimeGreen''' ||bgcolor="#8DC73E"| &nbsp; ||8DC73E || 85.4 || 140.3 || 130.5 |- | '''Magenta''' || bgcolor="#EC008C" | &nbsp; ||EC008C || 324.4 || 255.0 || 118.0 |- | '''Mahogany''' ||bgcolor="#A9341F"| &nbsp; ||A9341F || 9.1 || 176.0 || 100.0 |- | '''Maroon''' || bgcolor="#AF3235" | &nbsp; ||AF3235 || 358.6 || 141.7 || 112.5 |- | '''Melon''' ||bgcolor="#F89E7B"| &nbsp; ||F89E7B || 16.8 || 229.3 || 185.5 |- | '''MidnightBlue''' || bgcolor="#006795" | &nbsp; ||006795 || 198.5 || 255.0 || 74.5 |- | '''Mulberry''' ||bgcolor="#A93C93"| &nbsp; ||A93C93 || 312.1 || 121.4 || 114.5 |- | '''NavyBlue''' || bgcolor="#006EB8" | &nbsp; ||006EB8 || 204.1 || 255.0 || 92.0 |- | '''OliveGreen''' ||bgcolor="#3C8031"| &nbsp; ||3C8031 || 111.6 || 113.8 || 88.5 |- | '''Orange''' || bgcolor="#F58137" | &nbsp; ||F58137 || 23.4 || 230.7 || 150.0 |- | '''OrangeRed''' ||bgcolor="#ED135A"| &nbsp; ||ED135A || 340.5 || 218.9 || 128.0 |- | '''Orchid''' || bgcolor="#AF72B0" | &nbsp; ||AF72B0 || 299.0 || 71.9 || 145.0 |- | '''Peach''' ||bgcolor="#F7965A"| &nbsp; ||F7965A || 22.9 || 231.4 || 168.5 |- | '''Periwinkle'''|| bgcolor="#7977B8" | &nbsp; ||7977B8 || 241.8 || 80.1 || 151.5 |- | '''PineGreen''' ||bgcolor="#008B72"| &nbsp; ||008B72 || 169.2 || 255.0 || 69.5 |- | '''Plum''' || bgcolor="#92268F" | &nbsp; ||92268F || 301.7 || 149.7 || 92.0 |- | '''ProcessBlue''' ||bgcolor="#00B0F0"| &nbsp; ||00B0F0 || 196.0 || 255.0 || 120 |- | '''Purple''' || bgcolor="#99479B" | &nbsp; ||99479B || 298.6 || 94.8 || 113.0 |- | '''RawSienna''' ||bgcolor="#974006"| &nbsp; ||974006 || 24.0 || 235.5 || 78.5 |- | '''Red''' || bgcolor="#ED1B23" | &nbsp; ||ED1B23 || 357.7 || 217.7 || 132.0 |- | '''RedOrange''' ||bgcolor="#F26035"| &nbsp; ||F26035 || 13.7 || 224.2 || 147.5 |- | '''RedViolet''' || bgcolor="#A1246B" | &nbsp; ||A1246B || 325.9 || 161.8 || 98.5 |- | '''Rhodamine''' ||bgcolor="#EF559F"| &nbsp; ||EF559F || 331.2 || 211.1 || 162.0 |- | '''RoyalBlue''' || bgcolor="#0071BC" | &nbsp; ||0071BC || 203.9 || 255.0 || 94.0 |- | '''RoyalPurple''' ||bgcolor="#613F99"| &nbsp; ||613F99 || 262.7 || 106.3 || 108.0 |- | '''RubineRed''' || bgcolor="#ED017D" | &nbsp; ||ED017D || 328.5 || 252.9 || 119.0 |- | '''Salmon''' ||bgcolor="#F69289"| &nbsp; ||F69289 || 5.0 || 218.9 || 191.5 |- | '''SeaGreen''' || bgcolor="#3FBC9D" | &nbsp; ||3FBC9D || 165.1 || 127.0 || 125.5 |- | '''Sepia''' ||bgcolor="#671800"| &nbsp; ||671800 || 14.0 || 255.0 || 51.5 |- | '''SkyBlue''' || bgcolor="#46C5DD" | &nbsp; ||46C5DD || 189.5 || 175.8 || 145.5 |- | '''SpringGreen''' ||bgcolor="#C6DC67"| &nbsp; ||C6DC67 || 71.3 || 159.5 || 161.5 |- | '''Tan''' || bgcolor="#DA9D76" | &nbsp; ||DA9D76 || 23.4 || 146.6 || 168.0 |- | '''TealBlue''' ||bgcolor="#00AEB3"| &nbsp; ||00AEB3 || 181.7 || 255.0 || 89.5 |- | '''Thistle''' || bgcolor="#D883B7" | &nbsp; ||D883B7 || 323.3 || 133.0 || 173.5 |- | '''Turquoise''' ||bgcolor="#00B4CE"| &nbsp; ||00B4CE || 187.6 || 255.0 || 103.0 |- | '''Violet''' || bgcolor="#58429B" | &nbsp; ||58429B || 254.8 || 102.7 || 110.5 |- | '''VioletRed''' ||bgcolor="#EF58A0"| &nbsp; ||EF58A0 || 331.4 || 210.4 || 163.5 |- | '''White''' || bgcolor="#FFFFFF" | &nbsp; ||FFFFFF || 0.1 || 0.0 || 255.0 |- | '''WildStrawberry''' ||bgcolor="#EE2967"| &nbsp; ||EE2967 || 341.1 || 217.5 || 139.5 |- | '''Yellow''' || bgcolor="#FFF200" | &nbsp; ||FFF200 || 56.9 || 255.0 || 127.5 |- |'''YellowGreen''' ||bgcolor=" #98CC70"| &nbsp; ||98CC70 || 93.9 || 120.9 || 158.0 |- | '''YellowOrange''' || bgcolor="#FAA21A" | &nbsp; ||FAA21A || 36.4 || 244.1 || 138.0 |} ==Defining new colors== If the predefined colors are not adequate, you may wish to define your own. ===Place=== Define the colors in the ''preamble'' of your document. (Reason: do so in the preamble, so that you can already refer to them in the preamble, which is useful, for instance, in an argument of another package that supports colors as arguments, such as the [[LaTeX/Source Code Listings|listings]] package.) ===Method=== You need to include the {{LaTeX/Package|xcolor}} package in your preamble to define new colors. In the abstract, the colors are defined following this scheme: {{LaTeX/Usage|code= \definecolor{name}{model}{color-spec} }} where: * ''name'' is the name of the color; you can call it as you like * ''model'' is the way you ''describe'' the color, and is one of ''gray'', ''rgb'', ''RGB'', ''HTML'', and ''cmyk''. * ''color-spec'' is the description of the color ===Color Models=== Among the models you can use to describe the color are the following (several more are described in the [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf xcolor manual]): {| class="wikitable" latexfontsize="scriptsize" |+ Color Models |- ! width="7%"| Model ! width="14%"| Description ! width="30%"|Color Specification ! Example |- |<tt>gray</tt> || Shades of gray <br> (0-1) || Just one number between 0 (black) and 1 (white), so 0.95 will be very light gray, 0.30 will be dark gray. || <tt>\definecolor{light-gray}{gray}{0.95}</tt> |- |<tt>rgb</tt> || Red, Green, Blue <br> (0-1) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{rgb}{1,0.5,0}</tt> |- |<tt>RGB</tt> || Red, Green, Blue <br> (0-255) || Three numbers given in the form ''red,green,blue''; the quantity of each color is represented with a number between 0 and 255. || <tt>\definecolor{orange}{RGB}{255,127,0}</tt> |- |<tt>HTML</tt> || Red, Green, Blue <br> (00-FF) || Six hexadecimal numbers given in the form ''RRGGBB''; similar to what is used in HTML. || <tt>\definecolor{orange}{HTML}{FF7F00}</tt> |- |<tt>cmyk</tt> || Cyan, Magenta, Yellow, Black <br> (0-1) || Four numbers given in the form ''cyan,magenta,yellow,black''; the quantity of each color is represented with a number between 0 and 1. || <tt>\definecolor{orange}{cmyk}{0,0.5,1,0}</tt> |- |} ===Examples=== To define a new color, follow the following example, which defines orange for you, by setting the red to the maximum, the green to one half (0.5), and the blue to the minimum: {{LaTeX/Usage|code= \definecolor{orange}{rgb}{1,0.5,0} }} The following code should give a similar results to the last code chunk. {{LaTeX/Usage|code= \definecolor{orange}{RGB}{255,127,0} }} If you loaded the {{LaTeX/Package|xcolor}} package, you can define colors upon previously defined ones. The first specifies 20 percent blue and 80 percent white; the second is a mixture of 20 percent blue and 80 percent black; and the last one is a mixture of (20*0.3) percent blue, ((100-20)*0.3) percent black and (100-30) percent green. {{LaTeX/Usage|code= \color{blue!20} \color{blue!20!black} \color{blue!20!black!30!green} }} {{LaTeX/Package|xcolor}} also features a handy command to define colors from color mixes: {{LaTeX/Usage|code= \colorlet{notgreen}{blue!50!yellow} }} ===Using color specifications directly=== Normally one would predeclare all the colors as above, but sometimes it is convenient to directly use a color without naming it first. To achieve this, {{LaTeX/LaTeX|code=\color<!---->}} and {{LaTeX/LaTeX|code=\textcolor<!---->}} have an alternative syntax specifying the model in square brackets, and the color specification in curly braces. For example: {{LaTeX/Usage|code= {\color[rgb]{1,0,0} This text will appear red-colored} \textcolor[rgb]{0,1,0}{This text will appear green-colored} }} ===Creating / Capturing colors=== You may want to use colors that appear on another document, web pages, pictures, etc. Alternatively, you may want to play around with rgb values to create your own custom colors. Image processing suites like the free [http://www.gimp.org/downloads/ GIMP] suite for Linux/Windows/Mac offer color picker facilities to capture any color on your screen or synthesize colors directly from their respective rgb / hsv / hexadecimal values. Smaller, free utilities also exist: * Linux/BSD: The [http://gcolor2.sourceforge.net/ gcolor2] tool (usually also available in repositories) * Linux/BSD: in newer systems you may want to use [https://www.hjdskes.nl/projects/gcolor3/ gcolor3] tool (usually also available in repositories) * Microsoft Windows: The open-source [http://colorselector.sourceforge.net/ Color Selector] tool. * Apple Macs: [http://wafflesoftware.net/hexpicker/ Hex Color Picker] for creating custom colors and the built-in [http://www.apple.com/uk/osx/apps/all.html#colormeter DigitalColor Meter] for capturing colors on screen. * Online utilities: See here for a [[w:Color_tool|Wikipedia article with several external links]] === Spot colors === Spot colors are customary in printing. They usually refer to pre-mixed inks based on a swatchbook (like Pantone, TruMatch or Toyo). The package {{LaTeX/Package|colorspace}} extends xcolor to provide real spot colors (CMYK and CIELAB). They are defined with, say: {{LaTeX/Usage|code= \definespotcolor{mygreen}{PANTONE 7716 C}{.83, 0, .40, .11} }} == Sources == * [http://mirror.ctan.org/macros/latex/contrib/xcolor/xcolor.pdf The xcolor manual] * [http://mirrors.ctan.org/macros/latex/required/graphics/grfguide.pdf The color package documentation ] <noinclude> {{LaTeX/Bottom|Paragraph Formatting|Fonts}} [[sr:LaTeX/Боје]] </noinclude> et1hfi6k38srtyspzmi6h2phigme6ai User talk:Xania 3 96425 4095014 4094681 2022-08-19T23:04:01Z ISaveNewspapers 3328099 /* Caro–Kann Defence Page */ Reply wikitext text/x-wiki {{DISPLAYTITLE:<span style="color:red">User talk:'''ЗAНИA'''</span>}} {{User:Xania/Message|{{User:Xania/Stat}}}} * [[/Archive 1/]] (Oct 2006 - Jul 2007) * [[/Archive 2/]] (Aug 2008 - Nov 2013) * [[/Archive 3/]] (Feb-May 2014) [http://toolserver.org/~vvv/adminstats.php?wiki=enwikibooks_p&tlimit=31536000 When I'm active I'm very active but I often take long wiki breaks. Check my activity here before you post a comment] == Publishing novel == Hey ЗAНИA, like I answered on my talk page I am sorry, I had no idea. I am new to wikibooks. Plus, I did not mean to publish, I thought it was all in my user pages. Sorry! Do you now, where on the Mediawiki wikis it is reasonable to publish a novel? Thanks for the info and the work you do here. [[User:Jergas|Jergas]] ([[User talk:Jergas|discuss]] • [[Special:Contributions/Jergas|contribs]]) 23:01, 17 November 2014 (UTC) :BTW, I noticed you corrected my redlink so it will stay in my user namespace. Thank you for that, it was another doubt I had. Is it ok with policy if I write practice stuff under my user namespace? [[User:Jergas|Jergas]] ([[User talk:Jergas|discuss]] • [[Special:Contributions/Jergas|contribs]]) 23:19, 17 November 2014 (UTC) :There are no Wikimedia wikis dedicated to novels. A private, American company, Fiction Wikia (I am unable to provide the link because our spam blacklist keeps blocking it!) seem to offer novels though. User pages can be used to practice writing stuff but shouldn't be used as a personal website for a holding site for content that isn't appropriate for Wikibooks.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 11:21, 18 November 2014 (UTC) == I am the author of both sites. == Hello. I have posted the following message in my site : https://sites.google.com/site/facultiesindiafoundation/home The author has provided the same contents in https://en.wikibooks.org/wiki/Listen_and_Learn_Science --[[User:DManohar|DManohar]] ([[User talk:DManohar|discuss]] • [[Special:Contributions/DManohar|contribs]]) 06:53, 10 August 2014 (UTC) Hello how are you [[User:Lucien roubens|Lucien roubens]] ([[User talk:Lucien roubens|discuss]] • [[Special:Contributions/Lucien roubens|contribs]]) 16:14, 4 May 2016 (UTC) == Slow loading of the edit bar == Speaking of [[MediaWiki:Edittools]], I noticed in an edit summary by you from last year that you mentioned the loading of the edit bar had become slow in Opera and other browsers lately. Has the edit bar continued to be slow to load since then? Was English Wikibooks the only project where you have experienced this slow down? I noticed based on the timing of the comment that I might have caused it with an addition to the advanced section of the edit bar, and I made some changes today that should reduce that problem. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 18:08, 22 May 2014 (UTC) :Well, I was going to reply with a ''yes, it's still slow'' but typing this reply I see that the edit bar loads straight away. Not sure if I had this problem on other projects as 95% of my editing is on Wikibooks with the remainder on en.wiki, en.voyage and it.wiki/voyage. Opera is generally extremely fast although with a few sites it totally struggles - Facebook in particular. Everything seems fine now though - thanks!--[[User:Xania|ЗAНИA]] [[Image:Flag_of_Estonia.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 18:22, 22 May 2014 (UTC) == Assistance Please. == Hallo Xania, Also, [[User:darklama|Dark]], [[User:QuiteUnusual|Quite]] & [[User:Pi zero|Pi]] Would you be able to assist me with something, or rather help me understand the following: '''Action complete Revision of '''abc''' successfully flagged. (view reviewed versions) You may want to view this flagged version and see if it is now the stable version of this page. Return to Special:UnreviewedPages. Return to Special:PendingChanges. ''' I am getting this message for quite sometime now, however not for all the reviews I do. Do you have any idea, what this might be? I am not sure of this, so... Danke Schôn. [[User:Harrybrowne1986|Vishal]][[User Talk:Harrybrowne1986| Bakhai]] - [[Special:Contributions/Harrybrowne1986|Works]][[Image:Flag_of_India.svg|15px]] 15:11, 27 May 2014 (UTC) happens to me sometimes too. Usually when the page hasnt loaded fully before I click Review. Xania == {{tlx|subst:use categories}} == I created this template today for use on a user's discussion page, should the likely need to advice people to use categories come up again. Wikibooks has had for a long time {{tl|uncategorized}} for use on books and pages as well. The "this template" part changes to reflect the namespace the template is used in. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 13:32, 28 May 2014 (UTC) : It's been my impression a category meant to be subst'd should include in its expansion an html comment identifying the template, so there's evidence left behind of the template use. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 16:38, 28 May 2014 (UTC) ::I can see how anyone trying to track down a template problem can benefit from an identifying comment. My impression has been that Wikibooks has little to no consistency for template design. From the templates I have seen on Wikibooks, my guess is half of Wikibooks' substituted templates do include an identifying comment and the other half do not. I have also seen templates that do not mention substitution and get updated without substitution in mind, cause problems for people who were substituting it. Maybe all templates should include an identifying comment. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 17:10, 28 May 2014 (UTC) :::This template should be very useful. I regularly patrol new pages and add categories to them and when I see such new pages from the same users I try to point out the use of categories to them (but not all the time). No idea about Pi Zero's comment - not even sure what you are talking about!--[[User:Xania|ЗAНИA]] [[Image:Flag_of_Estonia.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 18:49, 28 May 2014 (UTC) ::::The markup for [[Template:Unsigned]] looks like this: :::::<code><nowiki><small><span class="autosigned">—Preceding [[w:Wikipedia:Signatures|unsigned]] comment added by [[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|discuss]] • [[Special:Contributions/{{{1}}}|contribs]]) {{{2|}}}</span></small><!-- Template:Unsigned --></nowiki></code> :::: That template is designed to be subst'd. And every time it is subst'd, that html comment at the end, <code><nowiki><!-- Template:Unsigned --></nowiki></code>, is part of what gets substituted in on the target page. So you could, in principle, do a string search across the whole wiki for that html comment, and thereby find all of the places where the template has been used. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 19:03, 28 May 2014 (UTC) :Darklama, I noticed you'd made some changes to [[Wikibooks:Templates]] which include things like ''→ talk page → signature'' in many places on the page. What does that mean? I understand that we should also include our signatures but ''page''? Also I recently created [[:Template:Editsummary]] but since noticed that it's been moved to ''Edit summary'' and the wording has also been changed. I created that with the intention of using it for people who remove lots of text. There exist other templates with names like ''fixit'', ''testfriendly'' and so on so it seems that there's no requirement for separate words although I agree that there needs to be much more consistency.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_Estonia.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 19:10, 28 May 2014 (UTC) ::''→ talk page → signature'' refers to two optional template parameters. Some templates optionally can link to the page where a person made an edit. I've been trying to reflect changes made to templates listed from [[Wikibooks:Templates]], which had not previously been documented in the examples there. I saw you clarify on someone's discussion page that the intention was to mean a large removal. I was trying to update the template to reflect that as well as the fact Wikipedia has a similar template named {{tlx|w:edit summary}}. In more general terms any major edit should use the edit summary, not just removals of a lot of text. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 19:27, 28 May 2014 (UTC) ::Also I kept the redirect the correct name you used was with a capital "S": [[Template:EditSummary]]. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 19:31, 28 May 2014 (UTC) ::Yes, I know that many of the templates take different parameters but I didn't think that was what the → talk page stuff was about. I'm not sure if it's clear. My first thought was that it was suggesting that after using the template we should then mention a page (i.e. below the template) and finally sign. Regarding the edit summary template - I wasn't aware that redirects would work for templates. That's useful to know, thanks.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_Estonia.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 19:48, 28 May 2014 (UTC) :::I saw someone else had already used the format to mention optional parameters and I decided to do the same as a short term solution to the fact that most of these templates are poorly documented. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 20:00, 28 May 2014 (UTC) == User creating another user == Hi, I saw you blocked "temporarily" (i.e. indefinitely...) a user because you didn't know how one user can create another. You can go to [[Special:UserLogin/signup]] to create a new account. I don't understand the block. [//simple.wikipedia.org/w/index.php?title=Special%3ALog&type=newusers&user=PiRSquared17&page=&year=&month=-1&tagfilter=&hide_patrol_log=1&hide_thanks_log=1 Examples]. [[User:PiRSquared17|PiRSquared17]] ([[User talk:PiRSquared17|discuss]] • [[Special:Contributions/PiRSquared17|contribs]]) 21:02, 28 May 2014 (UTC) : The block was simply because I had no idea what was going on. It was indefinite for that reason. It was a precaution. I guess I thought it was some kind of strange spammer action. Don't see how non-established users have the ability to create so many accounts at the click of a button. The block has been undone now.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_Estonia.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 21:16, 28 May 2014 (UTC) ::There is an account creation throttle set in the server configuration. It is currently 6 within a 24 hour period assuming the user doesn't IP address hop (you can see the configuration [https://noc.wikimedia.org/conf/InitialiseSettings.php.txt here], search for 'wgAccountCreationThrottle' to see the setting). The functionality is described [[mw:Manual:$wgAccountCreationThrottle|on MediaWiki Wiki]]. On en.wikibooks, Administrators are not affected by the limitation as they have ''noratelimit'' as a right. I have occasionally had to create a block of accounts for a school who have hit the rate limit. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 07:46, 29 May 2014 (UTC) ::Useful to know. Hadn't seen such actions before and it just seemed weird. It seems odd that a new user, with no edits on the other wikis I checked, would know how to create extra accounts. --[[User:Xania|ЗAНИA]] [[Image:Flag_of_Estonia.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 10:19, 29 May 2014 (UTC) == Locking only one heading == Is there a way to stop people from editing just one heading in the page, but allowing them to edit other heading on a page? [[User:CallumPoole|CallumPoole]] ([[User talk:CallumPoole|discuss]] • [[Special:Contributions/CallumPoole|contribs]]) 22:45, 30 May 2014 (UTC) :I don't think I understand what you are asking. The only way to stop people editing a page (or a section of a page) is if the page is protected but that is only done for pages which are very frequently vandalised.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 09:52, 2 June 2014 (UTC) == Delete == Hi Xania, Help again. I just saw a "Editor" group person delete a page. How is that an editor can do it? As in I am curious, since, I am not sure if I have that right or not?! Here at the deletion log, I can see [[Special:Log/delete]], that Savh deleted this: *23:30, 31 May 2014 Savh (discuss | contribs) deleted page A Helping Hand With Methods Of Acupuncture (Spam, vandalism, or nonsense) The user has the following rights: *Savh (discuss | contribs)‏‎ (Reviewer) (Created on 24 September 2010 at 22:23) Do I also have this rights, as I come under the same tag: *Harrybrowne1986 (discuss | contribs)‏‎ (Reviewer) (Created on 18 February 2011 at 17:23) Sorry, if I sound a bit lame in asking this, but I am not sure of this. Danke Schôn. [[User:Harrybrowne1986|Vishal]][[User Talk:Harrybrowne1986| Bakhai]] - [[Special:Contributions/Harrybrowne1986|Works]][[Image:Flag_of_India.svg|15px]] 18:17, 31 May 2014 (UTC) :I just investigated a little and notice that he/she is a Steward so can block and delete on almost every wiki (with some exceptions like en.wikipedia). I think it would be useful if Stewards left some kind of message in their Edit Summary so others know who they are (or at least mention in on their local user page). --[[User:Xania|ЗAНИA]] [[Image:Flag_of_Estonia.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 18:52, 31 May 2014 (UTC) Oh! Thanks for that. I see now on other wiki's too about him/her. Can you tell me something else please. I have been thinking of getting to the next level(which would be ?), and I know I am saying this too early(only as per the edits), but, it is like this, that I am trying to do good out of everything I do, and seeing that yes there are quite a number of admins active, I would still wish to get to that post. When do you think I can nominate myself for that, and be able to assist more. Also, thanks for helping me with my queries, always. :) Danke Schôn. [[User:Harrybrowne1986|Vishal]][[User Talk:Harrybrowne1986| Bakhai]] - [[Special:Contributions/Harrybrowne1986|Works]][[Image:Flag_of_India.svg|15px]] 19:14, 31 May 2014 (UTC) :You can read about administrators at [[Wikibooks:Administrators]] but the information about requirements is quite vague. I think the community look for consistency, a need for the tools (you need to clearly explain why you need the tools and what you will do with them) as well as presence on the project for several months.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 09:34, 3 June 2014 (UTC) :From what I have seen your biggest area to work on is creating substantive content (as opposed to vandal fighting) that will demonstrate both an understanding of the Wikibooks project and an ability to communicate well in written English. Administrators need to judge the quality and value of contributions (e.g., in deletion discussions) and explain their reasons when challenged over deletions, blocks, etc. To do this you need to be able to clearly articulate yourself to native English speakers and those with less developed skills. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 10:39, 3 June 2014 (UTC) Ahh. I see what you mean [[User:QuiteUnusual|Quite]]. Well in that case, I see myself working on anyway the German book, and also have been doing my part as a reviewer too. I will try and be at the standards required for the same. Till than Danke Schôn mate. Cheers. [[User:Harrybrowne1986|Vishal]][[User Talk:Harrybrowne1986| Bakhai]] - [[Special:Contributions/Harrybrowne1986|Works]][[Image:Flag_of_India.svg|15px]] 17:08, 7 June 2014 (UTC) == [[MediaWiki:Perbook/Wikijunior:Europe.css]] == Maybe this should have: <syntaxhighlight lang="css"> #firstHeading { text-align:center; color:blue; } </syntaxhighlight> Any new pages added in the future would then automatically have this styling. Also means future changes only requires updating one page. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 22:16, 31 May 2014 (UTC) You can also test out any changes you make in your own per book user subpage first at [[Special:MyPage/per book/Wikijunior:Europe.css|/per book/Wikijunior:Europe.css]]. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 23:48, 1 June 2014 (UTC) :Thanks for that. There are no more pages to be added to the book (unless Europe gains a new country like Scotland or Catalunya) but this seems a simpler method although I used ''auto wiki browser'' so at least it wasn't time consuming. Are codes like that listed anywhere on Wikibooks or did you just know it because of previous CSS knowledge?--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 23:36, 2 June 2014 (UTC) :: I was able to apply previous CSS knowledge by examining the HTML source code for a specific page. I do not know whether specific identifiers are documented anywhere at Wikibooks. I think the MediaWiki website or English Wikipedia might documented specific identifiers. You can read [[Cascading Style Sheets]] to learn how to style elements in general. --<span style="font: bold 10pt 'courier new', comic, sans, ms;">[[User:Darklama|<font color="midnightblue">dark</font>]][[User_talk:Darklama|<font color="green">lama</font>]]</span> 00:33, 3 June 2014 (UTC) :::Ah, the source code. I'm good at examining that when trying to download video from a site but didn't think about analyzing it for this kind of thing.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 09:30, 3 June 2014 (UTC) ==Stray Edits == Sorry about the stray pages I made Xania, I accidentally made the links unattached from the main book, I'll make sure to get new pages attached to the book ASAP, as for the other ones you can just delete them. And again, sorry bout that, my mistake. --[[User:MasterSkrat|MasterSkrat]] ([[User talk:MasterSkrat|discuss]] • [[Special:Contributions/MasterSkrat|contribs]]) 02:26, 2 June 2014 (UTC) == Divulgative dictionary == Ciao! Scusa se scrivo in italiano, ma così posso spiegare il mio progetto con scioltezza. <br /> Se sei interessato a tradurre il dizionario io te ne sarei veramente grato, ma come ho detto al Bar di en.wb non è importante tradurre i lemmi ma è importante che la mia idea venga portata avanti su wikibooks in inglese, perché penso che su quello in italiano non avrà un futuro così bello come potrebbe averlo qui. <br /> L'unica pagina che penso sia utile da tradurre è [https://it.wikibooks.org/wiki/DCD quella principale] perché contiene le idee che stanno alla base del libro; il resto può essere scritto dagli stessi utenti di Wikibooks in inglese. Io potrei darti una mano nella sua traduzione (per quello che riesco a fare: io capisco l'inglese ma non lo so scrivere bene) ma con le mie abilità posso solo continuare quello che ho già iniziato su it.wb. --[[User:Riccardo Rovinetti|Riccardo Rovinetti]] ([[User talk:Riccardo Rovinetti|discuss]] • [[Special:Contributions/Riccardo Rovinetti|contribs]]) 16:07, 3 June 2014 (UTC) :Ciao! Non e' un problema - anche io capisco l'italiano ma non lo scrivere bene! Si, la idea venga portata su wikibooks inglese ma e' necessario tradurre solo la paggina principale. La parole ''divulgative'' non si usa in inglese puoi devo pensarae un nome differente. Fammi pensare!--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 19:51, 3 June 2014 (UTC) :Una parole meglio e' ''instructive'' o ''educational''.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 19:53, 3 June 2014 (UTC) ::Grazie infinite per l'interessamento! Fammi sapere se ci sono novità o se ti serve aiuto! Thank you so much again!!! (P.S. Do you think it would be better if we used our native language to write? We'll be sure to write what we really want to say). --[[User:Riccardo Rovinetti|Riccardo Rovinetti]] ([[User talk:Riccardo Rovinetti|discuss]] • [[Special:Contributions/Riccardo Rovinetti|contribs]]) 20:45, 3 June 2014 (UTC) == Book move assistance == The [[OCR A-Level Physics]] book would be much better as a sub-book of the [[A-level Physics]] book rather than being its own book. The Overall book has subheadings that I have created and some extras that were already there. i moved the book to this new name ti make room for an overall portal to different examination boards and not just OCR. When I moved the book some of the subheadings got left behind as i was unaware that only the page would move and not the entire book. Most of the page that are under [[A-level Physics]] are apart of the OCR book but the ones that aren't are the ones under the subpage of Edexcel. I would like to request administrative assistance in moving this book. Also, the AQA board also has its own book, [[AQA A-Level Physics]]. This would also be better for the book layout if the book was a sub book of the portal page, [[A-level Physics]]. Thank you -- {{Benjamin.doe.signature}} 12:21, 07 June 2014 (UTC) :I think I understand what you're after but can you tell me exactly which pages need moving and to where? It definitely seems better to have just one book rather than duplicating so much information and having to update things every time an exam board changes their syllabus.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 18:32, 9 June 2014 (UTC) :: There is an OCR book and an AQA book. They should be out under their own subheading as AQA and OCR. Edexcel is already a sub book. There are also extra page in the actual "a-level physics" book. The ones that aren't filed under Edexcel and are directly in the book should be under OCR. It's really hard to explain so I'm sorry if you got confused. Thank you -- {{Benjamin.doe.signature}} 18:01, 10 June 2014 (UTC) == My edit == I wonder if you could provide an answer to my question raised on the following page [[Talk:Handbook of Management Scales/Alliance performance]]. Preferably there. [[Special:Contributions/87.51.169.180|87.51.169.180]] ([[User talk:87.51.169.180|discuss]]) 06:32, 9 June 2014 (UTC) :I have just replied for this same query, as requested by the IP USer on my talk page. :I reverted in Good Faith Edit, as Test Edit, and have stated the same to the user. I see that you had added a comment to the IP Page for Sandbox edit request. :Danke Schôn. [[User:Harrybrowne1986|Vishal]][[User Talk:Harrybrowne1986| Bakhai]] - [[Special:Contributions/Harrybrowne1986|Works]][[Image:Flag_of_India.svg|15px]] 06:55, 9 June 2014 (UTC) ::Replied on the talk page. Sorry for the late response.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 18:30, 9 June 2014 (UTC) == Usurp request on es, de, pt, fi wikipedia == This is User:Xania confirming requests to usurp accounts at these Wikis.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 23:03, 6 June 2014 (UTC) : Hi! If you have no contributions to ro.wikipedia, you can just register with your username without further notice. : If you wish to reply, please do it on my ro.wikipedia page [https://ro.wikipedia.org/wiki/Discuție_Utilizator:Wintereu here]. Thanks. --[[User:Wintereu|Wintereu]] ([[User talk:Wintereu|discuss]] • [[Special:Contributions/Wintereu|contribs]]) 00:31, 7 June 2014 (UTC) ::Tried that but someone else has my username. That's the problem. I have left a message on your ro.talk page.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 11:20, 7 June 2014 (UTC) ::: I see. Well, in that case, you just need to specify in the usurp request the new name that you wish to use. ::: After that, within a couple of days, an administrator will handle it. Thanks for notice. --[[User:Wintereu|Wintereu]] ([[User talk:Wintereu|discuss]] • [[Special:Contributions/Wintereu|contribs]]) 12:35, 7 June 2014 (UTC) ::: By the way, you also need to give a valid reason (due to protocol), which in your case is this: ''a user account (Xania) already exist, but it's not mine''. ::: --[[User:Wintereu|Wintereu]] ([[User talk:Wintereu|discuss]] • [[Special:Contributions/Wintereu|contribs]]) 12:43, 7 June 2014 (UTC) *Links to requests: # [https://es.wikipedia.org Castilian Wikipedia] {{done}} # [https://de.wikipedia.org/wiki/Hilfe:Benutzernamen_ändern/Benutzernamens-Übernahme#Xania_.E2.86.90_alter_Name German Wikipedia] {{done}} # [https://fi.wikipedia.org/wiki/Wikipedia:Käyttäjänimen_haltuunotto/pyynnöt#IP_user_.E2.86.92_Xania Finnish Wikipedia] {{not done}} (refusing to action, apparently against their policies) # [https://pt.wikipedia.org/wiki/Wikipédia:Renomeação_de_conta/Usurpações#109.117.255.196_.E2.86.92_Xania Portuguese Wikipedia] (waiting) # [https://ro.wikipedia.org/wiki/Wikipedia:Schimbarea_numelui_de_utilizator#User:Xania_Usurp_request Romanian Wikipedia] {{done}} # [https://meta.wikimedia.org/wiki/Steward_requests/SUL_requests#User:Xania Original Meta requests] --[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 18:53, 9 June 2014 (UTC) : I saw your request. You forgot to specify '''the new name''' you want to use. --[[User:Wintereu|Wintereu]] ([[User talk:Wintereu|discuss]] • [[Special:Contributions/Wintereu|contribs]]) 19:35, 9 June 2014 (UTC) ::This is the name I want to use. Someone else has my name on ro.wikipedia. I want to take control of that username.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 20:36, 9 June 2014 (UTC) ::: I'm afraid there's no legal way you can do this. Still, you could try to send an e-mail to that user (Xania). --[[User:Wintereu|Wintereu]] ([[User talk:Wintereu|discuss]] • [[Special:Contributions/Wintereu|contribs]]) 21:16, 9 June 2014 (UTC) :::Romanian Wikipedia doesn't allow usurping of usernames? Every other project seems to. Why not? Anybody know why projects can create their own rules about these things? Is this mentioned anywhere on Meta and what's the point?--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 21:33, 9 June 2014 (UTC) :::Now I am thinking that I might have caused confusion. My username is Xania (the link says ЗAНИA but the username is actually Xania). All I am asking is to take control of the local Xania username on ro.wikipedia because at the moment someone else has my username on that wikipedia. That user has never made any edits. I hope that helps.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 21:40, 9 June 2014 (UTC) :::: Afaik that's a pretty routine 'crat action. I've done it as an en.wn 'crat. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 22:36, 9 June 2014 (UTC) :::::When the SUL finalisation is completed (promised for months, so who knows when it will actually happen), you will automatically gain control of your username on all projects. Who gets a username when there is a conflict follows a priority list - with functionaries coming first, followed by edit counts. As you are a CheckUser and sysop here, and those operating the other Xania accounts are not, then you will take ownership of Xania everywhere. The previous owner gets force renamed - e.g., to Xania_rowiki. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 09:19, 11 June 2014 (UTC) :::::: First, a bureaucrat must review the request. Yours is still pending. It's not a refusal. --[[User:Wintereu|Wintereu]] ([[User talk:Wintereu|discuss]] • [[Special:Contributions/Wintereu|contribs]]) 16:31, 11 June 2014 (UTC) :::::: Saying that ''there's no legal way to do it'' seemed like a refusal.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 19:49, 11 June 2014 (UTC) ::::::: Unfortunately, ro.wp has only three 'crats and just two of them actually use their rights. If both of them are unavailable during the same period of time, noone will handle the requests. Sorry for the delay. [[User:Firilacroco|Firilacroco]] ([[User talk:Firilacroco|discuss]] • [[Special:Contributions/Firilacroco|contribs]]) 12:03, 1 July 2014 (UTC) :::::::: Hello, Xania. I'm one of the bureaucrats at ro.wiki and I saw your request today (sorry for the delay). Our policy says that we must announce the current user about the usurpation and mandates a 7 day waiting period for him/her to respond. After that, we will perform the usurpation. If seven days have passed and I forget, please give me a nudge. Thanks for your patience, [[User:Rsocol|Razvan Socol]] ([[User talk:Rsocol|discuss]] • [[Special:Contributions/Rsocol|contribs]]) 19:13, 1 July 2014 (UTC) ::::::::: The usurpation at ro.wiki is now completed. [[User:Rsocol|Razvan Socol]] ([[User talk:Rsocol|discuss]] • [[Special:Contributions/Rsocol|contribs]]) 04:10, 9 July 2014 (UTC) == [[Lingwa de planeta]] wikibook == Hello! I just wanted to explain about Lingwa de planeta wikibook. Lingwa de planeta (Lidepla for short) is rather a young conlang, but it seems rather notable. There is an "Alice in Wonderland" translation published in it, and even some Esperanto-authors treat it as a "modern Esperanto". By now I've put only the reference grammar here, to the wikibooks, but I'm going to translate big good manual (it's published in Russian wikibooks now.) --[[User:Sunnynai|Sunnynai]] ([[User talk:Sunnynai|discuss]] • [[Special:Contributions/Sunnynai|contribs]]) 09:56, 10 June 2014 (UTC) :Yes, I have also had a look and seen many resources around. The existence of an Alice in Wonderland translation is also important. I am removing the Query tag now although I suggest making the book a bit more book-like with pages, etc. As there is already a Russian version of this book it would be nice to link to it (if you haven't already done so) - [[Wikijunior:Europe]] has little templates at the bottom of its front page linking to German and Romanian translations of the book.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 10:23, 10 June 2014 (UTC) ::OK, thank you! I didn't succeed in making the template link, by I added the simple link to the Russian wikibook. Also, is it possible to add Lingwa de planeta to the constructed languages list? --[[User:Sunnynai|Sunnynai]] ([[User talk:Sunnynai|discuss]] • [[Special:Contributions/Sunnynai|contribs]]) 15:25, 10 June 2014 (UTC) :::Hi, I added {{tl|subjects}} and {{tl|status}} tags to the book's main page, and {{tl|BookCat}} to its subpages. Or I tried to, anyway. So now it's listed on {{nowrap|[[Subject:Constructed languages]]}}. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 16:06, 10 June 2014 (UTC) ::::Thanks a lot! Now [https://en.wikibooks.org/wiki/Lingwa_de_planeta/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B0%D1%8F_%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B0%D1%82%D0%B8%D0%BA%D0%B0 this page] can be deleted - I've made a copy with English title. --[[User:Sunnynai|Sunnynai]] ([[User talk:Sunnynai|discuss]] • [[Special:Contributions/Sunnynai|contribs]]) 17:51, 10 June 2014 (UTC) ::::: {{done}} --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 18:18, 10 June 2014 (UTC) == And thank you! == I am very slowly gaining more knowledge. I hope someone else with more knowledge than I comes along. [[User:Pittsburgh Poet|Pittsburgh Poet]] ([[User talk:Pittsburgh Poet|discuss]] • [[Special:Contributions/Pittsburgh Poet|contribs]]) 19:36, 28 June 2014 (UTC) == Small vandalism from 49.144.196.228 == So on a wikibook they did a small piece of 'vandalism' as seen [https://en.wikibooks.org/w/index.php?title=E-Commerce_and_E-Business%2FConcepts_and_Definitions&diff=2677569&oldid=2609376 here]. I've reverted their changes. I just thought I'd tell you, as I don't know how you deal with them. Do you block their IP or what ever? Their IP: 49.144.196.228. [[User:CallumPoole|CallumPoole]] ([[User talk:CallumPoole|discuss]] • [[Special:Contributions/CallumPoole|contribs]]) 14:32, 30 June 2014 (UTC) :Blocking is only used for persistent vandalism, usually after a warning, or where the edits are clearly some kind of semi-automated spamming. Unless there is an ongoing problem with vandalism from a particular IP address then just reverting it is fine and there's no need to notify anyone. If you do need to notify someone, please write a message on the [[WB:AN|Administrators' Noticeboard]] where it is more likely to be seen. Other than blocking, persistent vandals are reported to their ISP, employer or school via the OTRS system. I've had some success recently with getting schools to take action against persistent offenders where the school is in the UK. That's because they all have "acceptable use" policies for their students that mean they are willing to act on reports. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 14:57, 30 June 2014 (UTC) :Thanks for replying to this QuiteUnusual. As you can see, I am only active occasionally at the moment.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 07:17, 3 July 2014 (UTC) == Unintentional stereotyping in article == In "American Indians Today" ( http://en.wikibooks.org/wiki/American_Indians_Today/Tribes,_population_and_organization_in_and_out_the_reservations ), under the section 'American Indians outside the reservations,' is this statement: "...the Iroquois, who typically have a good head for heights..." This isn't any different than saying "African-Americans are good at sports," or "Asian-Americans are good at school," and while all those may be intended as positive stereotyping they're still stereotyping. A minimal revision, 'who are typically regarded within the construction business as having a good head for heights' would at least acknowledge the stereotyping. Since I don't actually know whether or not this claim is true, I will not make the edit myself, but wish to draw this to your attention. (I assume there's already been discussion over using 'American Indian' instead of 'Native American Tribes' or such?) Thanks for looking at it, whenever you return. [[User:A Michener|A Michener]] ([[User talk:A Michener|discuss]] • [[Special:Contributions/A Michener|contribs]]) 12:30, 15 September 2014 (UTC) edited because signature didn't seem to go through. New/infrequent user of the edit pages. :Thanks for your message and sorry for the super-late reply. I would suggest making the change if you feel it's right (I would agree that it can be construed as a stereotype). Regarding the use of Indian instead of Native American I think this is an Americanism and it's considered acceptable in the USA (although would be deeply offensive elsewhere certainly). Wikipedia's policy is to use any variety of English but I'm not sure if that applies here - again editors should be bold and make changes where they think appropriate although in this case that may be too many changes. I'd certainly support banning the use of 'Indian' except when referring to people from India.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 19:05, 8 October 2014 (UTC) == Catalonia is Spain == Hi Xania. Although there are many news nowadays about this topic, Catalonia is just a region of Spain and not a country. Regards <small><span class="autosigned">—Preceding [[w:Wikipedia:Signatures|unsigned]] comment added by [[User:92.71.202.66|92.71.202.66]] ([[User talk:92.71.202.66|discuss]] • [[Special:Contributions/92.71.202.66|contribs]]) 14:59, 31 October 2014</span></small><!-- Template:Unsigned --> :''&lt;pi zero wonders what that's in relation to. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 19:53, 31 October 2014 (UTC)&gt;'' ::Back in May 2014, Xania edited the description of the picture of the Sagrada Familia in [[wikijunior:Europe]] to say that it was in Catalunya rather than Spain. While Catalunya (English spelling: Catalonia) has made noises in the past, and is still talking, about seceding from Spain and France, it has not yet done so and so Barcelona is still part of Spain. [[User:Chazz|Chazz]] <small>([[User talk:Chazz|talk]])</small> 22:37, 31 October 2014 (UTC) ::: I've heard rumors that Catalan Wikipedia has been systematically suppressing the fact that Catalonia is part of Spain. I've got nothing but contempt for revisionism, but of course I don't know first-hand what's going on there. I can see, though, how that sort of stuff going on could make folks hypersensitive on the issue. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 14:10, 1 November 2014 (UTC) :Its a specific administrative zone not simply a region like, for example, Estremadura or Ribatejo in Portugal (even if these also have their own regional characteristics and "brand" they are not administratively independent of the "central" government) I would even classify it as a better defined administrative region then lets say Gibraltar (in terms of cultural identity and historical existence). --[[User:Panic2k4|Panic]] ([[User talk:Panic2k4|discuss]] • [[Special:Contributions/Panic2k4|contribs]]) 00:11, 2 November 2014 (UTC) :As mentioned above, I described it as Catalonia because that's where it is. I would also describe the Highlands as being in Scotland, the Guggenheim as being in the Basque Country and the Peak District as England yet they're not proper countries either. At least the UK allows its people to vote for the future of their people rather than in Spain where Catalonians are being denied the chance to have a democratic vote - I guess that's why ca.wikipedia is taking such a stance at present. I will always stick up for the little guy and believe in the right to self-determination even if that is contrary to what many in Spain believe.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 12:38, 2 November 2014 (UTC) ::I disagree with the absolute strictness of choice if not done with the purpose of clarity. For instance not many non central-southern Europeans will know about the Basque Country, so in certain contexts it would be correct to state simply Spain (or Basque Country an autonomous region of Spain if the point is relevant). In Europe due to its small size and extremely diverse regional diversity (even convoluted border evolution) it would be very confusing to only mention specific regions. This is even shared by many other small states like for instance Maryland (in the US) I think that strict mentions are only right if they add something to the content reader. ::As for the political side of it I simply can't take you position serious as it is mired with exceptionalism, from the issues of "democratic votes", concepts of referendum and constitutional law, to the basic, and wrong, direct comparison of Scotland and Catalonia (very distinct cases). In any case even in Italy you have movements similar to these, for example [http://www.theatlantic.com/international/archive/2014/03/europes-latest-secession-movement-venice/284562/ 2.1 million Venetians just voted to leave Italy and restore their medieval republic]. ::I see borders as irrelevant and unnecessary, they exist more than anything to protect special interest groups that are becoming more and more irrelevant in the present globalized world. There is no gain (to all of us) in subdividing, we should be aggregating (properly, not like the present EU or the US Federal government examples). (Note that I'm using the terms in their original meaning) Nationalism makes no sense (the defense of the nation states) beyond the protection of the acquired rights of its people from usurpation by other nation states, I however see a greater value in patriotism (proud preservation of a region's history, culture, diversity and self reliance) there is an intrinsic good in keeping people motivated to uplift the status and reputation of their "homeland". --[[User:Panic2k4|Panic]] ([[User talk:Panic2k4|discuss]] • [[Special:Contributions/Panic2k4|contribs]]) 14:08, 2 November 2014 (UTC) ::: I never claimed not to ''understand'' why the Catalonians at ca.wp might do what (I hear) they're doing. I simply consider falsifying the record a contemptible act, not an incomprehensible one. ::: All this political discussion vindicates my choice of the word ''hypersensitive'', as well. The question at hand is how to label a picture on a kids' book, not the political future of a region in Iberia. (If you wan to talk politics, when Westminster realized they might actually ''lose'' the Scottish referendum, and thereby lose all that North Sea oil, they launched a last-minute campaign of lying by equating a 'no' vote with [[w:devo max|devo max]], just long enough to get a 'no' vote.) --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 16:08, 2 November 2014 (UTC) :I probably shouldn't have got all political but the original poster did state that ''Catalonia'' is not a country. Maybe that would have been better worded as ''not a Sovereign state''. I won't be changing any descriptions but, as this is a wiki, the original poster can do so if she wishes.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 21:05, 2 November 2014 (UTC) == Vikidia in english == Hi Xania, it seems that through the Special:Import function, you already are a pretty significant contributor to Vikidia in english ! See [http://en.vikidia.org/w/index.php?title=Special:Contributions/Xania&limit=150&target=Xania here]. :-) By the way, I think that there is still some pretty good content to pick up from [[Wikijunior:Europe]] and [[Wikijunior:Languages]]. yet we are doing this with care, both choosing some article to import from Wikijunior and Simple English Wikipedia (many articles but just a part of them are good enough) and there is still some work on each article we import to fix and adapt it, see http://en.vikidia.org/w/index.php?title=European_Union&action=history for example. [[User:Astirmays|Astirmays]] ([[User talk:Astirmays|discuss]] • [[Special:Contributions/Astirmays|contribs]]) 08:04, 8 November 2014 (UTC) == Thank you for protecting American History/Colonies == How might I find a good writer to contribute in areas where I am ignorant (e.g., Native Americans during that time)? [[User:Pittsburgh Poet|Pittsburgh Poet]] ([[User talk:Pittsburgh Poet|discuss]] • [[Special:Contributions/Pittsburgh Poet|contribs]]) 01:27, 18 November 2014 (UTC) == Spam filter == I saw your edit summary. There's nothing in the AbuseLog showing you tripped an edit filter. Do you remember the exact details of the message you received? [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:41, 18 November 2014 (UTC) :Ah, I see - it was the spam blacklist. All links to Wikia are blacklisted - we can remove that, make it more specific or add some whitelist entries. Seems a bit broad to block them all. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:44, 18 November 2014 (UTC) :Yeah, it was the spam blacklist not the abuse filter. Any reason for the blacklisting of Wikia sites? Surely it's not just because Wikia compete with Wikimedia in some areas? It seems like a good idea to recommend to users different sites if their contributions don't belong on this project.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 19:50, 18 November 2014 (UTC) ::Before my time - I suggest we remove it from the blacklist. It can be re-added if it become a problem. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 22:19, 18 November 2014 (UTC) == Fluid Mechanics Applications Book == I have sent an email, via OTRS (2014120110022032) to Mohd Saleem Ali who is listed as the contact for the IP address from which all of the bad edits in this book originate. I have requested they instruct their students to stop the copyright violations and follow the advice they are being given. If they don't, I am minded to hard block them. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 22:19, 1 December 2014 (UTC) :That sounds good. Thanks. I started deleting a few of the pages concerned yesterday just to show that we aren't messing around. There are many more which should be deleted but I'll wait a few more days. I'd have to check but I'm pretty sure that not a single user in the class project has replied to any of the hundred messages that I've put on their talk pages.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 23:48, 1 December 2014 (UTC). [[User:Ashwin230|Ashwin230]] ([[User talk:Ashwin230|discuss]] • [[Special:Contributions/Ashwin230|contribs]]) 20:54, 2 December 2014 (UTC)Ashwin, dear Sir, I would like to bring in your kind notice that the work you've mentioned as "possible copyright infringement"[[Fluid_Mechanics_Applications/B51:GENERATION_OF_RENEWABLE_ENERGY]] is not at all linked to the work you've mentioned as possible copyright violation of. I can assure you, if you read through the content you would be able to identify that only a few generalized words have been same by some coincidence which should be considered as normal as they were used in the definition and were universally true.So, i would request you to take back the issue you reported.Thanks! :I have just done a search using random groups of ''one and a half'' sentences. I did 4 searches. 3 of the searches on Google revealed that the identical phrase was used in a Wikipedia article. The 4th search came from http://books.google.com/books?id=8X1IsAx5KcIC (search criteria: ''and generator.Components of a horizontal axis wind turbine (gearbox, rotor shaft and brake assembly) being lifted into''). I will remove the Copyright notice (although I see you've already done so) but phrases taken from the book mentioned in the link above will need to be written. Furthermore, you '''cannot copy and paste from Wikipedia'''. This is not permitted because the license used when people contribute to Wikipedia requires that a list of contributors to the article be maintained. Therefore when you copy and paste the contributors list is lost. If you want to use anything from Wikipedia you must request the page be imported at [[Wikibooks:Requests for Import]]. ::I've been doing a certain amount of review of Pages with pending changes lately. In light of this discussion, I am very carefully not reviewing changes to the Fluid Mechanics Applications book... I have to say, it does seem to be growing significantly faster than I would expect for a book of this complexity. [[User:Chazz|Chazz]] <small>([[User talk:Chazz|talk]])</small> 16:57, 5 December 2014 (UTC) :::I have begun a full review - at least half the pages are unambiguous violations and have been deleted. Repeat offenders are being blocked until they agree to desist. I've also hard blocked the school IP to give time to review the mess as it is being created too quickly to check properly. [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 17:04, 5 December 2014 (UTC) :Sounds good to me. Your note on the main page says all editing tomthe book has been blocked but I notice that edits are still being made. I'll keep an eye on parts of the book and the parts which I've already labeled as being copyvios. I started from the bottom of the main index and did random Google searches of random samples of text (usually 15-20 words long stretching over at least one sentence) - about 50% so far have had some kind of copyvio. However, a few of these are just copy and paste from Wikipedia. Wha probably annoys me most is the almost complete lack of replies to any messages posted on user talk pages.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 23:23, 5 December 2014 (UTC) ::The school IP addresses appear to be blocked but out of school hours they begin to edit again, presumably from home. Also there are a couple I blocked who then engaged in discussion who I have unblocked after they appeared to "get it". [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:46, 6 December 2014 (UTC) == request to have my wiki book fluid mechanics applications's chapter A50: Optimisation of Intake Manifold of a Car == Dear Admin, Please bring my page on the book back as I was informed of the issue of copyright violations on the 4th of December and I was told that I had about a week's time. But just the morning of the day after my page was deleted. Please put my page back and tell me about the copy right issues. And I shall handle it. :I have replied to this user's message on [[User talk:Musay16|their talk page]].--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 17:14, 7 December 2014 (UTC) == request to have my wiki book fluid mechanics applications's chapter A50: Optimisation of Intake Manifold of a Car == Deer admin, I hereby speak for no one but me I am just responsible for my page. And as far as I know I was given a week's span but my page was deleted far earlier than that. I didn't expect you to work without warning. Either way please undo the removal of my page and how do I sign this thing? If I sign it and the other page's editors don't then still do I get my page back? Cause I was warned on 4.11.2014 and given a weeks span. :I think QuiteUnusual has dealt with this and he has now re-created the page.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 10:49, 8 December 2014 (UTC) == About Fluid_Mechanics_Applications/A50:Optimisation_of_Intake_Manifold_of_a_Car == Should that page be reviewed and accepted? 11 pending edits as of now... Does that page have a copyright violation? The Contributions page does raise a question. --Leaderboard 11:38, 14 December 2014 (UTC) :If the edits aren't vandalism then accept it. If you like you can select a few random sentences from the text and do a Google search to see if it's a copy and paste from elsewhere. If so then tag the page with <nowiki>{{copyvio|URL of source}}</nowiki>. --[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 14:08, 14 December 2014 (UTC) == Can you help with a template change? == I don't know enough about templates to make what ought to be a trivial change to [https://en.wikibooks.org/wiki/Template:Muggles%27_Guide_to_Harry_Potter/Book/Page this template]... What it does right now is very nearly right. In the top left corner of the page, among other things, it creates the links "prev chapter | next chapter" with chapter numbers. The problem is that there's no way to navigate back up to the book overview from that link, or anywhere else on the page. Would it be possible to change that so that either it added a book link between the next and previous, or so that it made the book title in the line below that one into a link to the book overview? Thank you kindly... [[User:Chazz|Chazz]] <small>([[User talk:Chazz|talk]])</small> 00:57, 15 December 2014 (UTC) :Hi Chazz. I've had a look but I also don't know enough to make the change so I have copied your message to QuiteUnusual's talk page as I think he may be better at this.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 09:35, 15 December 2014 (UTC) == Need help about edit revertion == I've reverted the change by an IP user because that edit seems to be copied from Wikipedia(or at least significant parts of it). Can you tell me whether this reversion was correct? The edit by the user is [[https://en.wikibooks.org/w/index.php?title=General_Mechanics/Mach%27s_Principle&oldid=2751051|here]] --Leaderboard 09:32, 1 January 2015 (UTC) :Your actions look fine to me. I have left a note on the IP user's talk page. If they want they can look at the History and copy in the parts which weren't copied from Wikipedia. Good work.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 13:03, 1 January 2015 (UTC) == Query == Hey, I'm not sure whether or not you saw the message I left for you on [[w:en:User talk:Xania|en:User talk:Xania]]. If not here's a notice that they're there, then. [[User:Resident Mario|Resident Mario]] ([[User talk:Resident Mario|discuss]] • [[Special:Contributions/Resident Mario|contribs]]) 16:12, 19 February 2015 (UTC) == Great to see you here drop by! == Welcome back (for a bit, at least) ;-) --[[User:Atcovi|atcovi]] ([[User talk:Atcovi|talk]]) 22:38, 26 March 2015 (UTC) == Greek examples == Hi Xania First, thanks for your contributions on the wikibook Koine Greek, it's really useful! However, I stumpled an oddity regarding the examples given on this page, regarding 1st declension nouns: https://en.wikibooks.org/wiki/Koine_Greek/5._Declining_1st_and_2nd_Declension_Nouns In the table for 1st declension pattern 1, it says that the plural vocative should end in -αι, but in the example just below it, καρδία in vocative plural is given as καρδία instead of καρδίαι. When I compare it to the wiktionary entry (http://en.wiktionary.org/wiki/%CE%BA%CE%B1%CF%81%CE%B4%CE%AF%CE%B1) it seems like it should have been καρδίαι, right? The same goes for the examples φωνή and δόξα. If this happens to be correct, I'm not asking for an explanation, I just want to know whether this is an error or not :) Have a wonderful day! == Text Input Field == Could you please add in '''MediaWiki:Common.css''' the following code: .nobuttons input.searchboxSearchButton {display:none;} Details and further discussions on that topic on my discussion pageː [[User talk:Thirunavukkarasye-Raveendran#Request to an SysOpː Add code to CSS]] I really need this code for my project. Thanksǃ --[[User:Thirunavukkarasye-Raveendran|Thirunavukkarasye-Raveendran]] ([[User talk:Thirunavukkarasye-Raveendran|discuss]] • [[Special:Contributions/Thirunavukkarasye-Raveendran|contribs]]) 13:45, 2 May 2015 (UTC) == [[m:Special:MyLanguage/Access to nonpublic information policy/MassMessages/Initial notice to volunteers|Please sign new Wikimedia confidentiality agreement for nonpublic information by 15 December]] == ''This is a message from the [[m:Special:MyLanguage/Wikimedia Foundation|Wikimedia Foundation]]. [[m:Special:MyLanguage/Access to nonpublic information policy/MassMessages/Initial notice to volunteers|Translations]] are available.'' [[File:Wikimedia Foundation logo - vertical (2012-2016).svg|right|150px]] As you may know, the Wikimedia Foundation Board of Trustees approved a new [[m:Special:MyLanguage/Access to nonpublic information policy|"Access to nonpublic information policy"]] on 25 April 2014 after a community consultation. The former policy has remained in place until the new policy could be implemented. That implementation work is now being done, and we are beginning the transition to the new policy. An important part of that transition is helping volunteers like you sign the [[m:Special:MyLanguage/Confidentiality agreement for nonpublic information|required confidentiality agreement]]. All Wikimedia volunteers with access to nonpublic information are required to sign this new agreement, and we have prepared some documentation to help you do so. The Wikimedia Foundation is requiring that anyone with access to nonpublic information sign the new confidentiality agreement by 15 December 2015 (OTRS users have until 22 December 2015) to retain their access. You are receiving this email because you have access to nonpublic information and are required to sign the confidentiality agreement under the new policy. Signing the confidentiality agreement for nonpublic information is conducted and tracked using Legalpad on Phabricator. The general confidentiality agreement is now ready, and the OTRS agreement will be ready after 22 September 2015. We have prepared a guide on Meta-Wiki to help you create your Phabricator account and sign the new agreement: [[m:Special:MyLanguage/Confidentiality agreement for nonpublic information/How to sign|Confidentiality agreement for nonpublic information/How to sign]] If you have any questions or experience any problems while signing the new agreement, please [[m:Talk:Confidentiality agreement for nonpublic information/How to sign|visit this talk page]] or email me (gvarnum{{@}}wikimedia.org). Again, please sign this confidentiality agreement by 15 December 2015 (OTRS users have until 22 December 2015) to retain your access to nonpublic information. If you do not wish to retain this access, please let me know and we will forward your request to the appropriate individuals. Thank you,<br /> Gregory Varnum ([[m:User:GVarnum-WMF|User:GVarnum-WMF]]), Wikimedia Foundation ''Posted by the [[m:Special:MyLanguage/User:MediaWiki message delivery|MediaWiki message delivery]] 23:33, 15 September 2015 (UTC) • [[m:Special:MyLanguage/Access to nonpublic information policy/MassMessages/Initial notice to volunteers|Translate]] • [[m:Talk:Confidentiality agreement for nonpublic information/How to sign|Get help]] <!-- Message sent by User:GVarnum-WMF@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Access_to_nonpublic_information_policy/Functionaries&oldid=13643599 --> == [[m:Access to nonpublic information policy/MassMessages/Follow-up notice to volunteers|Reminder: Please sign new Wikimedia confidentiality agreement for nonpublic information by 15 December]] == ''This is a message from the [[m:Wikimedia Foundation|Wikimedia Foundation]]. [[m:Access to nonpublic information policy/MassMessages/Follow-up notice to volunteers|Translations]] are available.'' [[File:Wikimedia Foundation logo - vertical (2012-2016).svg|right|150px]] I wanted to follow-up on an message I sent you in September regarding the need for you to sign a [[m:Confidentiality agreement for nonpublic information|confidentiality agreement]] by 15 December 2015 (OTRS users have until 31 December 2015) in order to maintain your access from Wikimedia to nonpublic information. As you may know, the Wikimedia Foundation Board of Trustees approved a new [[m:Access to nonpublic information policy|"Access to nonpublic information policy"]] on 25 April 2014 after a community consultation. The former policy has remained in place until the new policy could be implemented. That implementation work is now being done, and we are transitioning to the new policy. An important part of that transition is helping volunteers like you sign the [[m:Confidentiality agreement for nonpublic information|required confidentiality agreement]]. All Wikimedia volunteers with access to nonpublic information are required to sign this new agreement, and we have prepared some documentation to help you do so. The Wikimedia Foundation is requiring that anyone with access to nonpublic information sign the new confidentiality agreement by 15 December 2015 (OTRS users have until 31 December 2015) to retain their access. You are receiving this message because you have access to nonpublic information and are required to sign the confidentiality agreement under the new policy. If you do not sign the new confidentiality agreement by 15 December 2015, you will lose your access to nonpublic information. Signing the confidentiality agreement for nonpublic information is conducted and tracked using Legalpad on Phabricator. We have prepared a guide on Meta-Wiki to help you create your Phabricator account and sign the new agreement: [[m:Confidentiality agreement for nonpublic information/How to sign|Confidentiality agreement for nonpublic information/How to sign]] If you have any questions or experience any problems while signing the new agreement, please [[m:Talk:Confidentiality agreement for nonpublic information/How to sign|visit this talk page]] or email me (gvarnum{{@}}wikimedia.org). Again, please sign this confidentiality agreement by 15 December 2015 (OTRS users have until 31 December 2015) to retain your access to nonpublic information. If you do not wish to retain this access, please let me know and we will forward your request to the appropriate individuals. Thank you,<br /> Gregory Varnum ([[m:User:GVarnum-WMF|User:GVarnum-WMF]]), Wikimedia Foundation ''Posted by the [[m:User:MediaWiki message delivery|MediaWiki message delivery]] 08:11, 16 October 2015 (UTC) • [[m:Access to nonpublic information policy/MassMessages/Follow-up notice to volunteers|Translate]] • [[m:Talk:Confidentiality agreement for nonpublic information/How to sign|Get help]] <!-- Message sent by User:GVarnum-WMF@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Access_to_nonpublic_information_policy/Functionaries&oldid=14140563 --> :Done. --[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 14:24, 27 October 2015 (UTC) == Are you handy with templates? == Noticed a problem in Template:Muggles' Guide to Harry Potter/Book/Page which could stand to be fixed... specifically there's no way to backtrack from the chapter page (e.g. [[Muggles' Guide to Harry Potter/Books/Order of the Phoenix/Chapter 4]]) back up to the book page ([[Muggles' Guide to Harry Potter/Books/Order of the Phoenix]]). The template does include the book title as "Harry Potter and the BOOK", where BOOK is a parameter that is filled in. Would it be possible to make that into a link to "Muggles' Guide to Harry Potter/Books/BOOK" as well? [[User:Chazz|Chazz]] <small>([[User talk:Chazz|talk]])</small> 21:03, 5 November 2015 (UTC) == Your feedback matters: Final reminder to take the global Wikimedia survey == (''Sorry to write in Engilsh'') <div class="plainlinks mw-content-ltr" lang="en" dir="ltr"> Hello! This is a final reminder that the Wikimedia Foundation survey will close on '''28 February, 2017 (23:59 UTC)'''. The survey is available in various languages and will take between 20 and 40 minutes. '''[https://wikimedia.qualtrics.com/SE/?SID=SV_6mTVlPf6O06r3mt&Aud=AE&Src=19AEOP Take the survey now.]''' If you already took the survey - thank you! We won't bother you again. '''About this survey:''' You can find more information about [[m:Community_Engagement_Insights/About_CE_Insights|this project here]] or you can read the [[m:Community_Engagement_Insights/Frequently_asked_questions|frequently asked questions]]. This survey is hosted by a third-party service and governed by this [[:foundation:Community_Engagement_Insights_2016_Survey_Privacy_Statement|privacy statement]]. If you need additional help, or if you wish to opt-out of future communications about this survey, send an email through EmailUser function to [[:m:Special:EmailUser/EGalvez_(WMF)| User:EGalvez (WMF)]] or surveys@wikimedia.org. '''About the Wikimedia Foundation:''' The [[:wmf:Home|Wikimedia Foundation]] supports you by working on the software and technology to keep the sites fast, secure, and accessible, as well as supports Wikimedia programs and initiatives to expand access and support free knowledge globally. Thank you! --[[:m:User:EGalvez (WMF)|EGalvez (WMF)]] ([[:m:User talk:EGalvez (WMF)|talk]]) 08:23, 24 February 2017 (UTC) </div> <!-- Message sent by User:EGalvez (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Community_Engagement_Insights/MassMessages/Lists/2016/19-AEOP&oldid=16205365 --> == [[m:Confidentiality agreement for nonpublic information/How to sign|URGENT: Please sign new Wikimedia confidentiality agreement for nonpublic information now]] == ''This is a message from the [[Special:MyLanguage/Wikimedia Foundation|Wikimedia Foundation]].'' [[File:Wikimedia Foundation logo - vertical (2012-2016).svg|right|150px]] This is a reminder to acknowledge and sign the new [[m:Confidentiality agreement for nonpublic information]]. As you know, your volunteer role in Wikimedia projects gives you access to secure and sensitive information. The new version includes one major change. * There is a change regarding the way personal data may be released. Accordingly, functionaries must notify the Wikimedia Foundation at check-disclosure{{@}}wikimedia.org '''before''' releasing data, in order to obtain a written approval for doing so. The Foundation will respond within 10 days. However, for emergencies, such as cases involving threats of violence, functionaries may release the personal data without such explicit permission, but they should notify the Foundation immediately following the disclosure. If they choose not to disclose the data, the request for disclosure should be forwarded to the Foundation's emergency email address (emergency{{@}}wikimedia.org). There are also some wording changes that were made to more closely align the language with evolving industry norms, best practices and laws. The most notable of these has been the change of the term "nonpublic information" to "nonpublic personal data". None of these changes are intended to make fundamental changes to the scope or practice of the policy but we know they could appear as such, hence wanted to flag them. The aforementioned changes require users that have already signed the previous version of the policy to sign the new version as well. We therefore ask that you to sign the updated version. Signing the agreement is tracked on Phabricator's Legalpad. An online guide is available to help you with signing the agreement: [[m:Confidentiality agreement for nonpublic information/How to sign]]. If you wish you can sign it directly at https://phabricator.wikimedia.org/L37. The exact policy is located here: [[m:Access to nonpublic personal data policy]]. The text of the confidentiality agreement is located here: [[m:Confidentiality agreement for nonpublic information]] If you have already received this message and signed the updated agreement, you need not sign it again. Once is sufficient. In this case, we ask that you respond to [[User:Samuel (WMF)|Samuel (WMF)]] letting him know when (date) and how (method/process of signing) you have signed it so that we can update our own records. '''Note''': please bear in mind that if you still haven’t signed the updated version of the Confidentiality Agreement by February 13, 2019 your rights will be removed. Thank you for your understanding, Samuel Guebo ([[User:Samuel (WMF)]]), Wikimedia Foundation ''Posted by the [[Special:MyLanguage/User:MediaWiki message delivery|MediaWiki message delivery]] 16:49, 16 January 2019 (UTC)'' <!-- Message sent by User:Samuel (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:Samuel_(WMF)/CA_Reminder/MassMessage_List&oldid=18789078 --> : This has now been signed (twice, once for Check User issues and another for OTRS) --[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 04:21, 18 January 2019 (UTC) ::Yeah I got a reminder even though I've signed it. I assume the WMF is not reconciling across people who have multiple access rights that require signing. If you check the [[Access to nonpublic personal data policy/Noticeboard|Noticeboard]] you can see if your signature has been noted. I can't see you on there though... [[User:QuiteUnusual|QuiteUnusual]] ([[User talk:QuiteUnusual|discuss]] • [[Special:Contributions/QuiteUnusual|contribs]]) 13:08, 18 January 2019 (UTC) == help == how do I add contents box : On most pages a contents box will appear automatically provided you separate your sections with headers. Use <nowiki>== TITLE ==</nowiki> to make headers which will then appear in the contents box at the top of the page.--[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 06:46, 28 February 2020 (UTC) does each part title have to be in all caps <!-- Template:Unsigned --><small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Anayguy‎|Anayguy‎]] ([[User talk:Anayguy‎#top|talk]] • [[Special:Contributions/Anayguy‎|contribs]]) 20:07, 28 February 2020 (UTC)</small> : Hi. Anayguy. No, they don't have to be in all caps. --[[User:Pi zero|Pi zero]] ([[User talk:Pi zero|discuss]] • [[Special:Contributions/Pi zero|contribs]]) 20:20, 28 February 2020 (UTC) how do I make a chart set up [[User:Anayguy|Anayguy]] ([[User talk:Anayguy|discuss]] • [[Special:Contributions/Anayguy|contribs]]) 19:57, 5 March 2020 (UTC) User:Anayguy [[User:Anayguy|Anayguy]] ([[User talk:Anayguy|discuss]] • [[Special:Contributions/Anayguy|contribs]]) 19:57, 5 March 2020 (UTC) ==A new proposal== [[File:Internet-group-chat.svg|link=|alt=|left|48x48px]]Hi {{BASEPAGENAME}}, there is currently a proposal at [[: Wikibooks:Reading room/Proposals]] for non-admins to be given the ability of <code> Suppress redirect</code> and <code> Move subpages</code>. Since you’ve been an active user on Wikibooks for the last thirty day, I thought you might join in by giving feedback/opinion or amendments. Thank you so much for your time [[User:Synoman Barris|Synoman Barris]] ([[User talk:Synoman Barris|discuss]] • [[Special:Contributions/Synoman Barris|contribs]]) 12:48, 14 September 2020 (UTC) == Request for History Change in [[OpenSCAD Tutorial/Chapter 8]] == Hello Xania, I see that you've been approving my edits to the [[OpenSCAD Tutorial/Chapter 8]] recently. Thank you for the help! I recently made a new edit to [[OpenSCAD Tutorial/Chapter 8]] while not logged in. As a result, the IP address I happened to be using at the time was published. I undid the change, but the edit remained. Could you please mask the IP address, attribute the change to me, or remove the edit from the history? Thanks so much! :Done --[[User:Xania|Xania]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 07:23, 17 May 2022 (UTC) == I reverted an edit you checked == See [[Special:diff/4069241]]. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:17, 31 May 2022 (UTC) :Ah, I see. Thanks [[User:Xania|Xania]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 06:35, 1 June 2022 (UTC) ::also [[Special:diff/4078382]]. Please be a bit more careful. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">'''Roar''' at me</span>]]</sub> 06:53, 11 August 2022 (UTC) :Excuse me? No need to be rude. I check hundreds of edits every week so there are bound to be some mistakes. We are all volunteers here and I do not appreciate being left messages like this.--[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 08:03, 11 August 2022 (UTC) :Sorry if I seemed rude. Just wanted to point them out. I'll stop with these then. Thanks for letting me know you don't want them. And yes, we all make mistakes. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">'''Roar''' at me</span>]]</sub> 11:03, 11 August 2022 (UTC) :No problem.--[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 01:49, 12 August 2022 (UTC) == Please block this vandal/troll == "Elliot Harkness is stupid" something along those lines. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 22:23, 27 June 2022 (UTC) :Someone else did it. I was offline.--[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 10:44, 28 June 2022 (UTC) == How can I do this? == How can I link recent changes with parameters (e.g: "?hidenewpages=1") in a way that would work on any wiki correctly (for use on my global userpage, which I spent all day improving)? Thanks. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 14:52, 28 June 2022 (UTC) :I'm not very technical I'm afraid. hidenewpages=1 is definitely the parameter to use for not showing new pages. For use on any wiki would [[../Special:RecentChanges?hidebots=1&hidecategorization=1|this]] not work? --[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 00:01, 29 June 2022 (UTC) ::I don't think it will. if [[index.php?title=RecentChanges]] doesnt work, I don't know what will. Also, hidenewpages=1 was on my bookmarked url for recent changes, but hid no new pages. At least that isn't what I want. <sub> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]/[[User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 06:43, 29 June 2022 (UTC) == Caro–Kann Defence Page == Why have my edits been reverted? I do not think the information I was presenting was incorrect. [[User:ISaveNewspapers|ISaveNewspapers]] ([[User talk:ISaveNewspapers|discuss]] • [[Special:Contributions/ISaveNewspapers|contribs]]) 15:38, 16 August 2022 (UTC) : I think it was one edit, the others were not reverted. My mistake.--[[User:Xania|Xania]] [[Image:Flag_of_Estonia.svg|15px]] [[Image:Flag_of_Ukraine.svg|15px]] [[User talk:Xania|<sup>talk</sup>]] 11:27, 17 August 2022 (UTC) ::Ok, I will correct it. [[User:ISaveNewspapers|ISaveNewspapers]] ([[User talk:ISaveNewspapers|discuss]] • [[Special:Contributions/ISaveNewspapers|contribs]]) 23:04, 19 August 2022 (UTC) ijeqdyp0jfs7bxbwi0dwjxh6l7u8rsp MATLAB Programming/Examples of MATLAB Command 0 99727 4095025 4078828 2022-08-20T01:14:21Z MrAlanKoh 3392840 MrAlanKoh moved page [[MATLAB Programming/The MATLAB Command Prompt]] to [[MATLAB Programming/Examples of MATLAB Command]] without leaving a redirect wikitext text/x-wiki <noinclude> {{MatlabNav}} </noinclude> == Introduction == MATLAB is interesting in that it is ''dynamically compiled''. In other words, when you're using it, you won't run all your code through a compiler, generate an executable, and then run the executable file to obtain a result. Instead, MATLAB simply goes line by line and performs the calculations without the need for an executable. Partly because of this, it is possible to do calculations one line at a time at the command line using the same syntax as would be used in a file. It's even possible to write loops and branches at the command line if you want to. Of course this would often lead to a lot of wasted efforts, so doing anything beyond very simple calculations, testing to see if a certain function, syntax, etc. works, or calling a function you put into an .m file should be done within an .m file. === Examples === MATLAB can perform the functions of a simple calculator from the command line. Here is a simple mathematics problem: <br> ''Sam's car's odometer reading was 3215 when he last filled the fuel tank. Yesterday he checked his odometer and it read 3503. He filled the tank and noticed that it took 10 gallons to do that. If his car's gas tank holds 15.4 gallons, how long can he drive before he is going to run out of gas, assuming the gas mileage is the same as before?'' % First let us compute the distance Sam's car has travelled in between the two gas fillings >> 3503-3215 ans = 288 % Gas mileage of Sam's car is >> 288/10 ans = 28.8 % With this, he can drive >> 28.8 * 15.4 ans = 443.5200 % 443.52 miles before he runs out of gas. % Let us do the same example, now by creating named variables >> distance = 3503-3215 distance = 288 >> mileage = distance/10 mileage = 28.8000 >> projected_distance = mileage * 15.4 projected_distance = 443.5200 To prevent the result from printing out in the command window, use a semicolon after the statement. The result will be stored in memory. You can then access the variable by calling its name. Example: >>projected_distance = mileage * 15.4; >> >>projected_distance projected_distance = 443.5200 ==External Resources== [http://wikis.controltheorypro.com/index.php?title=Basic_Tutorial ControlTheoryPro.com] {{BookCat}} blkiy3x8kv24azlxzhvaqy9ex1vo4hz Wikibooks:Featured books/Nominations 4 113843 4094991 4089543 2022-08-19T18:02:01Z 41.204.230.219 /* Physics */ new section wikitext text/x-wiki {{Discussion Rooms}} __NEWSECTIONLINK__ {{TOC left}} {{Featured books/Nominations/Archives}} [[Category:Featured books|Nominations]] The goal of this page is to feature those books which are considered among the best of what Wikibooks has to offer, in an effort to raise standards in content development. Criteria for judging books, and rules about discussions, can be found at [[Wikibooks:Good books|Wikibooks:Good&nbsp;books]]. When nominating a book for removal of featured book status, consider adding {{tl|featured&nbsp;book&nbsp;removal}} to the book and notifying the primary or active contributors, as they may be able to address your concerns about the content. {{clear}} =Nominations for Removal= == [[Basic Physics of Nuclear Medicine]] == The primary author has stated this book is no longer up to date with standard practice. This fails the [[Wikibooks:Good books]] criteria 4. <blockquote>Accurate, comprehensive, and concise enough to effectively teach and learn from in its current state.</blockquote> Unlike their author, I'm not in favor of deleting the book, and would support its reinstatement as a featured book should someone update them. It's a very niche subject though, so I'm unsure if we'll find someone who specializes in it anytime soon. --[[User:Mbrickn|Mbrickn]] ([[User talk:Mbrickn|discuss]] • [[Special:Contributions/Mbrickn|contribs]]) 05:52, 12 November 2021 (UTC) == [[US History]] == Apparently has already been removed as a featured book, but still appears in the featured book rotation. --[[User:Mbrickn|Mbrickn]] ([[User talk:Mbrickn|discuss]] • [[Special:Contributions/Mbrickn|contribs]]) 05:55, 12 November 2021 (UTC) : I have removed it from all lists of featured books now. --[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 08:49, 11 March 2022 (UTC) =Nominations for Addition= ==[[Minecraft Speedrunning]]== The book is very well formatted, contains a lot of useful information, and despite game strategies being allowed for quite some time, and quite a few books being made, there are no any featured books in [[Shelf:Electronic games]]. Therefore I think that once we get to the point where some books are really good, like this book is, we should nominate them to serve as an example for others. -[[User:Gifnk dlm 2020|Gifnk dlm 2020]] <span style="color:purple;">From Middle English Wikipedia</span> 📜📖💻 ([[User talk:Gifnk dlm 2020|talk]]) 17:56, 17 January 2022 (UTC) :I think there are still many improvements to be made . ::'''KIV''' - Supposedly in this Wikibooks page [[Minecraft Speedrunning/Shipwrecks]], it is mentioned there are three chest but assuming that the locations is fixed, it should specify WHERE the chests are. Or better need to add pictures. These are my two cents. In my opinion KIV until the author address this for all pages. [[User:MrAlanKoh|MrAlanKoh]] ([[User talk:MrAlanKoh|discuss]] • [[Special:Contributions/MrAlanKoh|contribs]]) 07:51, 31 July 2022 (UTC) ::The shipwreck issue has been resolved. Though this isn't a book im an expert at (never done a speedrun. I play slowly and just enjoy the ride). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:16, 7 August 2022 (UTC) == Physics == I don't know how to solve this questions below What is the result of two forces acting at 1. 90 degree 2. 60 degree 3. 150 degree to each other 8s7n6fg1onpc3jfeyj7dvde4hme5qex 4094994 4094991 2022-08-19T18:40:08Z L10nM4st3r 3380243 Not the correct place. Undid revision 4094991 by [[Special:Contributions/41.204.230.219|41.204.230.219]] ([[User talk:41.204.230.219|discuss]]) wikitext text/x-wiki {{Discussion Rooms}} __NEWSECTIONLINK__ {{TOC left}} {{Featured books/Nominations/Archives}} [[Category:Featured books|Nominations]] The goal of this page is to feature those books which are considered among the best of what Wikibooks has to offer, in an effort to raise standards in content development. Criteria for judging books, and rules about discussions, can be found at [[Wikibooks:Good books|Wikibooks:Good&nbsp;books]]. When nominating a book for removal of featured book status, consider adding {{tl|featured&nbsp;book&nbsp;removal}} to the book and notifying the primary or active contributors, as they may be able to address your concerns about the content. {{clear}} =Nominations for Removal= == [[Basic Physics of Nuclear Medicine]] == The primary author has stated this book is no longer up to date with standard practice. This fails the [[Wikibooks:Good books]] criteria 4. <blockquote>Accurate, comprehensive, and concise enough to effectively teach and learn from in its current state.</blockquote> Unlike their author, I'm not in favor of deleting the book, and would support its reinstatement as a featured book should someone update them. It's a very niche subject though, so I'm unsure if we'll find someone who specializes in it anytime soon. --[[User:Mbrickn|Mbrickn]] ([[User talk:Mbrickn|discuss]] • [[Special:Contributions/Mbrickn|contribs]]) 05:52, 12 November 2021 (UTC) == [[US History]] == Apparently has already been removed as a featured book, but still appears in the featured book rotation. --[[User:Mbrickn|Mbrickn]] ([[User talk:Mbrickn|discuss]] • [[Special:Contributions/Mbrickn|contribs]]) 05:55, 12 November 2021 (UTC) : I have removed it from all lists of featured books now. --[[User:Xania|ЗAНИA]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 08:49, 11 March 2022 (UTC) =Nominations for Addition= ==[[Minecraft Speedrunning]]== The book is very well formatted, contains a lot of useful information, and despite game strategies being allowed for quite some time, and quite a few books being made, there are no any featured books in [[Shelf:Electronic games]]. Therefore I think that once we get to the point where some books are really good, like this book is, we should nominate them to serve as an example for others. -[[User:Gifnk dlm 2020|Gifnk dlm 2020]] <span style="color:purple;">From Middle English Wikipedia</span> 📜📖💻 ([[User talk:Gifnk dlm 2020|talk]]) 17:56, 17 January 2022 (UTC) :I think there are still many improvements to be made . ::'''KIV''' - Supposedly in this Wikibooks page [[Minecraft Speedrunning/Shipwrecks]], it is mentioned there are three chest but assuming that the locations is fixed, it should specify WHERE the chests are. Or better need to add pictures. These are my two cents. In my opinion KIV until the author address this for all pages. [[User:MrAlanKoh|MrAlanKoh]] ([[User talk:MrAlanKoh|discuss]] • [[Special:Contributions/MrAlanKoh|contribs]]) 07:51, 31 July 2022 (UTC) ::The shipwreck issue has been resolved. Though this isn't a book im an expert at (never done a speedrun. I play slowly and just enjoy the ride). <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">Roar at me</span>]]</sub> 21:16, 7 August 2022 (UTC) ps641f00ugoogi0skm16363bulga5l7 Azerbaijani/Contents (Latin)/Alphabet 0 129481 4095008 4049610 2022-08-19T22:00:31Z 136.57.172.42 /* Əlifba */ wikitext text/x-wiki {{Wikipedia|Azerbaijani alphabet}} This page will teach you the Azerbaijani (also known as Azeri Turkish) alphabet, or '''əlifba'''. As you may have already noticed, this book will teach you the Latin version of Azerbaijani, so the alphabet shouldn't be too hard to get to grips with. ==Əlifba== {| class="wikitable" |- ! Letter ! Name of<br/>the letter ! IPA ! Pronunciation of the letter (English approximation) |- |A a |a |{{IPA|ɑ}} |Like ''a'' in ''father'' |- |B b |be |{{IPA|b}} |Like ''b'' in ''bad''. |- |C c |ce |{{IPA|ʤ}} |Like ''j'' in ''jump''. |- |Ç ç |çe |{{IPA|tʃ}} |Like ''ch'' in ''church''. |- |D d |de |{{IPA|d}} |Like ''d'' in ''duck'', but slightly softer. |- |E e |e |{{IPA|e}} |Like ''e'' in ''ten''. |- |Ə ə |ə |{{IPA|æ}} |'''This letter does not match its IPA value (''a'' in ''about'')!''' Like ''a'' in ''cat''. |- |F f |fe |{{IPA|f}} |Like ''f'' in ''four''. |- |G g |ge |{{IPA|g'}} |Like ''g'' in ''girl''. |- |Ğ ğ |yumuşaq ge |{{IPA|ɣ}} |'''You never find these at the beginning of words because they are always preceded by vowels'''. Has no exact English equivalent, but sounds same as French r. It is sort of similar to the Arabic ﻍ. |- |H h |he |{{IPA|h}} |Same as the English. |- |X x |xe |{{IPA|x}} |Like the ''kh'' in ''khan''. |- |I ı |ı |{{IPA|ɯ}} |Has no exact English equivalent. Somewhat similar ''io'' in ''nation''. |- |İ i |i |{{IPA|ɪ}} |Like ''i'' in ''it''. |- |J j |je |{{IPA|ʒ}} |Like ''j'' in ''dejavu''. |- |K k |ke |{{IPA|k}} |Like the ''c'' in ''cat''. |- |Q q |qe |{{IPA|g}} |Slightly softer ''g''. Pronounce it towards the back of your throat. Like the ''g'' in ''gun''. Like x at the end. |- |L l |le |{{IPA|l}} |Same as English. |- |M m |me |{{IPA|m}} |Like ''m'' in ''more''. |- |N n |ene |{{IPA|n}} |Like ''n'' in ''no''. |- |O o |o |{{IPA|ɔ}} |Like ''o'' in ''odd''. |- |Ö ö |ö |{{IPA|œ}} |Same as the German ''ö'' in ''öfters''. Closest English equivalent is possibly the ''i'' in ''bird''. |- |P p |pe |{{IPA|p}} |Like ''p'' in ''port''. |- |R r |re |{{IPA|ɾ}} |Same as the ''r'' in ''rat''. |- |S s |se |{{IPA|s}} |Like ''s'' in ''six''. |- |Şş |şe |{{IPA|ʃ}} |Same as the English ''sh'' as in ''sheet''. |- |T t |te |{{IPA|t}} |Like the ''t'' in ''ten'', but instead of the tongue touching the roof of the mouth behind the teeth, it should touch the teeth themselves. |- |U u |u |{{IPA|u}} |Like the ''u'' in put. |- |Ü ü |ü |{{IPA|y}} |Same as the German ''ü'', or the French word ''eu''. A close example would be the ''u'' in ''flute'', or better yet, the ''ü'' in the English slang expression ''über''. |- |V v |ve |{{IPA|v}} |Same as the English. |- |Y y |ye |{{IPA|j}} |Same as the English. |- |Z z |ze |{{IPA|z}} |Same as the English. |} {{BookCat}} 6g4m315s37klnslvsgg4iubbc9kvvin X-Plane Flight Simulator/Introduction 0 139546 4095036 3928950 2022-08-20T08:31:17Z 39.37.156.79 Added details pertaining to X-Plane's Flight Model wikitext text/x-wiki {{Wikipedia|X-Plane (simulator)}} X-Plane is the world’s most comprehensive, powerful, and challenging flight simulator for PCs (personal computers) using the operating systems of Windows, Linux, or Mac. At first glance X-Plane may seem like a game, especially since it's sold next to other flying games, but once you try to figure out how to make the simulated 747-400 fly on autopilot, you will realize that without clearly labeled buttons or a flight planner like Microsoft Flight Simulator X, you will need to google some real flight manuals and watch a few YouTube videos to get the plane going the way you imagine it. X-Plane's claim to fame is the accuracy of its flight model, with the AAA title using 'blade-element modelling' in contrast to the 'look up table approach' employed by other flight simulator software.<ref>[https://www.simulatorhardware.com/flight/how-to-build-a-home-flight-simulator-cockpit/#step-3%3A-choosing-the-software-platform How to Build a Home Flight Simulator Cockpit in 2022 (simulatorhardware.com)]</ref> X-Plane can also be used as an engineering tool to predict the flying qualities of fixed- and rotary-wing aircraft with incredible accuracy, once you've read enough engineering books to figure out how to do so; but to get you started before you have finished your degree in engineering, it includes a few aircraft you can try to fly spanning the aviation industry from the Sikorsky S–76 (more Googling and YouTubing) and Cessna 172 to the Space Shuttle and the B–52 Bomber. Additionally, some 2,000 additional aircraft models can be downloaded from the Internet. <ref>http://www.x-plane.com/manuals/desktop</ref> == References == {{Reflist}} {{BookCat}} ig8hrcs3zuze6qhhgz5sk93oezifhub International Postage Meter Stamp Catalog 0 206595 4095033 4082617 2022-08-20T05:09:42Z Jim Ashby 3304668 /* Welcome! */ wikitext text/x-wiki {{DISPLAYTITLE:<span style="display:block;text-align:center;font-size:1%;font-style:italic;line-height:1em;"> </span>}} [[File:Meter stamp catalog logo.jpg|800px|center]] ==<span style="font-size:xxx-large">''Welcome!''</span>== [[File:New Zealand stamp type A7a.jpg|left|200px]] [[File:Vatican stamp type A1 with frame.jpg|right|450px]] [[File:Great Britain stamp type A4DA.jpg|center|350px]] <br><br><br> {{drop|P }}<span style="font-size:3;">ostage meters first appeared experimentally at the end of the 19th century and came into general use worldwide starting in the 1920s. By the 1960s more mail was being franked by postage meter than with traditional adhesive stamps. The trend continues today as mechanical postage meters are displaced by newer and more versatile digital franking machines and systems.</span> <span style="font-size:3;">This is a catalog of all the different types of postage meter stamps ever used to frank mail in the world. It organizes and categorizes the stamps by their appearance (design format) rather than the meter model that printed them. It is thus a STAMP catalog for use primarily by stamp collectors and is not a meter (machine) catalog. It is an expansion of ''The International Postage Meter Stamp Catalog'', written and published by Joel Hawkins and Rick Stambaugh in 2005, and its 2008 Supplement.</span> <br><br> ---- [[File: China DA1.jpg|right|300px]] <span style="font-size:x-large; color:green;"><u>'''''Recent changes'''''</u></span> {| |- |style="color: green;"| * 20 Aug: '''''<u>Nigeria</u>''', "'''Group C'''" added.'' * 05 Jul: '''''<u>Italy</u>''', Sub-types "'''F4A'''" and "'''F4B'''" added.'' * 05 Jul: '''''<u>Italy</u>''', Sub-types "'''PO19A'''" and "'''PO19B'''" added.'' * 04 Jul: '''''<u>Hong Kong</u>''', Type "'''AA1'''" specialised page added.'' * 30 Jun: '''''<u>Argentina</u>''', Sub-type "'''GA1E'''" added.'' * 30 Jun: '''''<u>Dominica</u>''', Type "'''5'''" added.'' * 30 Jun: '''''<u>Falkland Islands</u>''', Type "'''B4'''" added.'' * 30 Jun: '''''<u>Gibraltar</u>''', Type "'''A1.2'''" added.'' * 30 Jun: '''''<u>Jersey</u>''', Type "'''A7.1'''" added.'' * 30 Jun: '''''<u>Mongolia</u>''', Type "'''2'''" added.'' |style="color: green;"| * 30 Jun: '''''<u>Oman</u>''', Variety "'''1.2c'''" added.'' * 30 Jun: '''''<u>St. Vincent</u>''', Variety "'''2a'''" added.'' * 30 Jun: '''''<u>Vanuatu</u>''', Type "'''B6'''" added.'' * 28 Jun: '''''<u>Luxembourg</u>''', Type "'''DA5'''" added.'' * 28 Jun: '''''<u>Peru</u>''', Type "'''PO-G2'''" added.'' * 28 Jun: '''''<u>Sweden</u>''', Type "'''D1.4B'''" added.'' * 26 Jun: '''''<u>Jersey</u>''', Types "'''A8.1'''", "'''A11'''" and "'''B6'''" added.'' * 09 Jun: '''''<u>Singapore</u>''', Type "'''PV1'''" split into Types "'''PV1'''" and "'''PV2'''".'' * 07 Jun: '''''<u>Guernsey</u>''', Group "'''PO'''" completely updated.'' * 28 Apr: '''''<u>Cape Verde</u>''', Type "'''PO2'''" and label types added.'' |} <br> ==<span style="color:red; font-size:5; >'''Table of Contents'''</span>== * <span style="font-size:3;"><u>'''[[/Introduction/]]'''</u> <span style="color:purple;"> (''The basics of meter stamp collecting'')</span></span> [[File: Netherlands stamp type D2.jpg|right|480px]] * <span style="font-size:3;"> <u>'''[[/Glossary, Abbreviations and Symbols/]]'''</u> <span style="color:purple;"> (''Understanding the stamp descriptions'')</span></span> * <span style="font-size:3;"> <u>'''[[/Identifier/]]'''</u> <span style="color:purple;"> (''Find the country your stamp is from'')</span></span> * <span style="font-size:3;"> <u>'''[[/Meter Manufacturers Worldwide/]]'''</u></span> [[File: Norway stamp type A1 10 ore.jpg|right|180px]] * <span style="font-size:3;"> <u>'''[[/Meter Stamp Collecting Societies/]]'''</u></span> * <span style="font-size:3;"> <u>'''[[/Bibliography/]]'''</u></span> <br><br><br> ---- {| | <span style="font-size:medium;">'''[[/Abu Dhabi/]]'''</span> | <span style="font-size:medium;">'''[[/Afghanistan/]]'''</span> | <span style="font-size:medium;">'''[[/Aland/]]'''</span> | <span style="font-size:medium;">'''[[/Albania/]]'''</span> | <span style="font-size:medium;">'''[[/Algeria/]]'''</span> |- | <span style="font-size:medium;">'''[[/American Samoa/]]'''</span> | <span style="font-size:medium;">'''[[/Andorra/]]'''</span> | <span style="font-size:medium;">'''[[/Angola/]]'''</span> | <span style="font-size:medium;">'''[[/Anguilla/]]'''</span> | <span style="font-size:medium;">'''[[/Antarctica/]]'''</span> |- | <span style="font-size:medium;">'''[[/Antigua and Barbuda/]]'''</span> | <span style="font-size:medium;">'''[[/Argentina/]]'''</span> | <span style="font-size:medium;">'''[[/Armenia/]]'''</span> | <span style="font-size:medium;">'''[[/Aruba/]]'''</span> | <span style="font-size:medium;">'''[[/Ascension Island/]]'''</span> |- | <span style="font-size:medium;">'''[[/Australia/]]'''</span> | <span style="font-size:medium;">'''[[/Austria/]]'''</span> | <span style="font-size:medium;">'''[[/Azerbaijan/]]'''</span> | <span style="font-size:medium;">'''[[/Azores/]]'''</span> | <span style="font-size:medium;">'''[[/Bahamas/]]'''</span> |- | <span style="font-size:medium;">'''[[/Bahrain/]]'''</span> | <span style="font-size:medium;">'''[[/Bangladesh/]]'''</span> | <span style="font-size:medium;">'''[[/Barbados/]]'''</span> | <span style="font-size:medium;">'''[[/Belarus/]]'''</span> | <span style="font-size:medium;">'''[[/Belgium/]]'''</span> |- | <span style="font-size:medium;">'''[[/Belize/]]'''</span> | <span style="font-size:medium;">'''[[/Benin/]]'''</span> | <span style="font-size:medium;">'''[[/Bermuda/]]'''</span> | <span style="font-size:medium;">'''[[/Bhutan/]]'''</span> | <span style="font-size:medium;">'''[[/Bolivia/]]'''</span> |- | <span style="font-size:medium;">'''[[/Bosnia & Herzegovina/]]'''</span> | <span style="font-size:medium;">'''[[/Botswana/]]'''</span> | <span style="font-size:medium;">'''[[/Brazil/]]'''</span> | <span style="font-size:small;">'''[[/British Indian Ocean Territory/]]'''</span> | <span style="font-size:medium;">'''[[/British Virgin Islands/]]'''</span> |- | <span style="font-size:medium;">'''[[/Brunei/]]'''</span> | <span style="font-size:medium;">'''[[/Bulgaria/]]'''</span> | <span style="font-size:medium;">'''[[/Burkina Faso/]]'''</span> | <span style="font-size:medium;">'''[[/Burundi/]]'''</span> | <span style="font-size:medium;">'''[[/Cambodia/]]'''</span> |- | <span style="font-size:medium;">'''[[/Cameroon/]]'''</span> | <span style="font-size:medium;">'''[[/Canada/]]'''</span> | <span style="font-size:medium;">'''[[/Canal Zone/]]'''</span> | <span style="font-size:medium;">'''[[/Cape Verde/]]'''</span> | <span style="font-size:medium;">'''[[/Cayman Islands/]]'''</span> |- | <span style="font-size:medium;">'''[[/Central African Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Chad/]]'''</span> | <span style="font-size:medium;">'''[[/Chile/]]'''</span> | <span style="font-size:small;">'''[[/China (mainland, ROC & PRC)/]]'''</span> | <span style="font-size:medium;">'''[[/China (Taiwan ROC)/]]'''</span> |- | <span style="font-size:medium;">'''[[/Christmas Island/]]'''</span> | <span style="font-size:medium;">'''[[/Cocos Island/]]'''</span> | <span style="font-size:medium;">'''[[/Colombia/]]'''</span> | <span style="font-size:medium;">'''[[/Comoros/]]'''</span> | <span style="font-size:small;">'''[[/Congo, Democratic Republic/]]'''</span> |- | <span style="font-size:small;">'''[[/Congo, Peoples Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Cook Islands/]]'''</span> | <span style="font-size:medium;">'''[[/Costa Rica/]]'''</span> | <span style="font-size:medium;">'''[[/Croatia/]]'''</span> | <span style="font-size:medium;">'''[[/Cuba/]]'''</span> |- | <span style="font-size:medium;">'''[[/Curacao/]]'''</span> | <span style="font-size:medium;">'''[[/Cyprus/]]'''</span> | <span style="font-size:medium;">'''[[/Czechoslovakia/]]'''</span> | <span style="font-size:medium;">'''[[/Czech Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Danzig/]]'''</span> |- | <span style="font-size:medium;">'''[[/Denmark/]]'''</span> | <span style="font-size:medium;">'''[[/Djibouti/]]'''</span> | <span style="font-size:medium;">'''[[/Dominica/]]'''</span> | <span style="font-size:medium;">'''[[/Dominican Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Dubai/]]'''</span> |- | <span style="font-size:medium;">'''[[/Dutch Caribbean/]]'''</span> | <span style="font-size:small;">''' [[/East African Community/]]'''</span> | <span style="font-size:medium;">''' [[/Ecuador/]]'''</span> | <span style="font-size:medium;">''' [[/Egypt/]]'''</span> | <span style="font-size:medium;">''' [[/El Salvador/]]'''</span> |- | <span style="font-size:medium;">''' [[/Equatorial Guinea/]]'''</span> | <span style="font-size:medium;">''' [[/Eritrea/]]'''</span> | <span style="font-size:medium;">''' [[/Estonia/]]'''</span> | <span style="font-size:small;">''' [[/Eswatini (Swaziland)/]]'''</span> | <span style="font-size:medium;">''' [[/Ethiopia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Falkland Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Faroe Islands /]]'''</span> | <span style="font-size:medium;">''' [[/Fiji/]]'''</span> | <span style="font-size:medium;">''' [[/Finland/]]'''</span> | <span style="font-size:medium;">''' [[/France/]]'''</span> |- | <span style="font-size:medium;">''' [[/French Equatorial Africa /]]'''</span> | <span style="font-size:medium;">''' [[/French Guiana/]]'''</span> | <span style="font-size:medium;">''' [[/French Indochina/]]'''</span> | <span style="font-size:medium;">''' [[/French Polynesia/]]'''</span> | <span style="font-size:medium;">''' [[/French West Africa/]]'''</span> |- | <span style="font-size:medium;">''' [[/Gabon /]]'''</span> | <span style="font-size:medium;">''' [[/The Gambia/]]'''</span> | <span style="font-size:medium;">''' [[/Georgia/]]'''</span> | <span style="font-size:medium;">''' [[/Germany, Part 1/]]'''</span> | <span style="font-size:medium;">''' [[/Germany, Part 2/]]'''</span> |- | <span style="font-size:medium;">''' [[/Germany, Part 3/]]'''</span> | <span style="font-size:medium;">''' [[/Ghana/]]'''</span> | <span style="font-size:medium;">''' [[/Gibraltar/]]'''</span> | <span style="font-size:medium;">''' [[/Great Britain/]]'''</span> | <span style="font-size:medium;">''' [[/Greece/]]'''</span> |- | <span style="font-size:medium;">''' [[/Greenland/]]'''</span> | <span style="font-size:medium;">''' [[/Grenada/]]'''</span> | <span style="font-size:medium;">''' [[/Guadaloupe/]]'''</span> | <span style="font-size:medium;">''' [[/Guatemala/]]'''</span> | <span style="font-size:medium;">''' [[/Guernsey/]]'''</span> |- | <span style="font-size:medium;">''' [[/Guinea/]]'''</span> | <span style="font-size:medium;">''' [[/Guinea Bissau/]]'''</span> | <span style="font-size:medium;">''' [[/Guyana/]]'''</span> | <span style="font-size:medium;">''' [[/Haiti/]]'''</span> | <span style="font-size:medium;">''' [[/Honduras/]]'''</span> |- | <span style="font-size:medium;">''' [[/Hong Kong/]]'''</span> | <span style="font-size:medium;">''' [[/Hungary/]]'''</span> | <span style="font-size:medium;">''' [[/Iceland/]]'''</span> | <span style="font-size:medium;">''' [[/India/]]'''</span> | <span style="font-size:medium;">''' [[/Indonesia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Iran/]]'''</span> | <span style="font-size:medium;">''' [[/Iraq/]]'''</span> | <span style="font-size:medium;">''' [[/Ireland/]]'''</span> | <span style="font-size:medium;">''' [[/Isle Of Man/]]'''</span> | <span style="font-size:medium;">''' [[/Israel/]]'''</span> |- | <span style="font-size:medium;">''' [[/Italy/]]'''</span> | <span style="font-size:medium;">''' [[/Ivory Coast/]]'''</span> | <span style="font-size:medium;">''' [[/Jamaica/]]'''</span> | <span style="font-size:medium;">''' [[/Japan/]]'''</span> | <span style="font-size:medium;">''' [[/Jersey/]]'''</span> |- | <span style="font-size:medium;">''' [[/Jordan/]]'''</span> | <span style="font-size:medium;">''' [[/Kazakhstan/]]'''</span> | <span style="font-size:medium;">''' [[/Kenya/]]'''</span> | <span style="font-size:medium;">''' [[/Kiribati/]]'''</span> | <span style="font-size:small;">''' [[/Korea, Dem. Rep. (North) /]]'''</span> |- | <span style="font-size:medium;">''' [[/Korea, Republic (South) /]]'''</span> | <span style="font-size:medium;">''' [[/Kuwait/]]'''</span> | <span style="font-size:medium;">''' [[/Kyrgyzstan/]]'''</span> | <span style="font-size:medium;">''' [[/Laos/]]'''</span> | <span style="font-size:medium;">''' [[/Latvia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Lebanon/]]'''</span> | <span style="font-size:medium;">''' [[/Lesotho/]]'''</span> | <span style="font-size:medium;">''' [[/Liberia/]]'''</span> | <span style="font-size:medium;">''' [[/Libya/]]'''</span> | <span style="font-size:medium;">''' [[/Liechtenstein/]]'''</span> |- | <span style="font-size:medium;">''' [[/Lithuania/]]'''</span> | <span style="font-size:medium;">''' [[/Luxembourg/]]'''</span> | <span style="font-size:medium;">''' [[/Macau/]]'''</span> | <span style="font-size:medium;">''' [[/Macedonia/]]'''</span> | <span style="font-size:medium;">''' [[/Madagascar/]]'''</span> |- | <span style="font-size:medium;">''' [[/Madeira Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Malawi/]]'''</span> | <span style="font-size:medium;">''' [[/Malaysia/]]'''</span> | <span style="font-size:medium;">''' [[/Maldives/]]'''</span> | <span style="font-size:medium;">''' [[/Mali Federation/]]'''</span> |- | <span style="font-size:medium;">''' [[/Mali/]]'''</span> | <span style="font-size:medium;">''' [[/Malta/]]'''</span> | <span style="font-size:medium;">''' [[/Marshall Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Martinique/]]'''</span> | <span style="font-size:medium;">''' [[/Mauritania/]]'''</span> |- | <span style="font-size:medium;">''' [[/Mauritius/]]'''</span> | <span style="font-size:medium;">''' [[/Mayotte/]]'''</span> | <span style="font-size:medium;">''' [[/Mexico/]]'''</span> | <span style="font-size:medium;">''' [[/Micronesia/]]'''</span> | <span style="font-size:medium;">''' [[/Moldova/]]'''</span> |- | <span style="font-size:medium;">''' [[/Monaco/]]'''</span> | <span style="font-size:medium;">''' [[/Mongolia/]]'''</span> | <span style="font-size:medium;">''' [[/Montenegro/]]'''</span> | <span style="font-size:medium;">''' [[/Montserrat/]]'''</span> | <span style="font-size:medium;">''' [[/Morocco/]]'''</span> |- | <span style="font-size:medium;">''' [[/Mozambique/]]'''</span> | <span style="font-size:medium;">''' [[/Myanmar/]]'''</span> | <span style="font-size:medium;">''' [[/Namibia/]]'''</span> | <span style="font-size:medium;">''' [[/Nauru/]]'''</span> | <span style="font-size:medium;">''' [[/Nepal/]]'''</span> |- | <span style="font-size:medium;">''' [[/Netherlands/]]'''</span> | <span style="font-size:small;">''' [[/Netherlands Antilles/]]'''</span> | <span style="font-size:medium;">''' [[/New Caledonia/]]'''</span> | <span style="font-size:medium;">''' [[/Newfoundland/]]'''</span> | <span style="font-size:medium;">''' [[/New Zealand/]]'''</span> |- | <span style="font-size:medium;">''' [[/Nicaragua/]]'''</span> | <span style="font-size:medium;">''' [[/Niger/]]'''</span> | <span style="font-size:medium;">''' [[/Nigeria/]]'''</span> | <span style="font-size:medium;">''' [[/Niue/]]'''</span> | <span style="font-size:medium;">''' [[/Norfolk Island/]]'''</span> |- | <span style="font-size:medium;">''' [[/Norway/]]'''</span> | <span style="font-size:medium;">''' [[/Oman/]]'''</span> | <span style="font-size:medium;">''' [[/Pakistan/]]'''</span> | <span style="font-size:medium;">''' [[/Palau/]]'''</span> | <span style="font-size:medium;">''' [[/Palestine/]]'''</span> |- | <span style="font-size:medium;">''' [[/Palestinian Authority/]]'''</span> | <span style="font-size:medium;">''' [[/Panama/]]'''</span> | <span style="font-size:medium;">''' [[/Papua New Guinea/]]'''</span> | <span style="font-size:medium;">''' [[/Paraguay/]]'''</span> | <span style="font-size:medium;">''' [[/Peru/]]'''</span> |- | <span style="font-size:medium;">''' [[/Philippines/]]'''</span> | <span style="font-size:medium;">''' [[/Poland/]]'''</span> | <span style="font-size:medium;">''' [[/Portugal/]]'''</span> | <span style="font-size:small;">''' [[/Portuguese India (Goa)/]]'''</span> | <span style="font-size:medium;">''' [[/Qatar/]]'''</span> |- | <span style="font-size:medium;">''' [[/Reunion/]]'''</span> | <span style="font-size:small;">''' [[/Rhodesia & Nyasaland/ ]]'''</span> | <span style="font-size:medium;">''' [[/Romania/]]'''</span> | <span style="font-size:medium;">''' [[/Ruanda-Urundi/]]'''</span> | <span style="font-size:medium;">''' [[/Russia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Rwanda/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Helena/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Kitts And Nevis/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Lucia/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Pierre & Miquelon/]]'''</span> |- | <span style="font-size:medium;">''' [[/Saint Vincent/]]'''</span> | <span style="font-size:medium;">''' [[/San Marino/]]'''</span> | <span style="font-size:small;">''' [[/Sao Tome E Principe/]]'''</span> | <span style="font-size:medium;">''' [[/Saudi Arabia/]]'''</span> | <span style="font-size:medium;">''' [[/Senegal/]]'''</span> |- | <span style="font-size:medium;">''' [[/Serbia/]]'''</span> | <span style="font-size:medium;">''' [[/Seychelles/]]'''</span> | <span style="font-size:medium;">''' [[/Sierra Leone/]]'''</span> | <span style="font-size:medium;">''' [[/Singapore/]]'''</span> | <span style="font-size:medium;">''' [[/Sint Maarten/]]'''</span> |- | <span style="font-size:medium;">''' [[/Slovakia/]]'''</span> | <span style="font-size:medium;">''' [[/Slovenia/]]'''</span> | <span style="font-size:medium;">''' [[/Solomon Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Somalia/]]'''</span> | <span style="font-size:medium;">''' [[/South Africa/]]'''</span> |- | <span style="font-size:medium;">''' [[/South Georgia/]]'''</span> | <span style="font-size:medium;">''' [[/Spain/]]'''</span> | <span style="font-size:medium;">''' [[/Sri Lanka/]]'''</span> | <span style="font-size:medium;">''' [[/Sudan/]]'''</span> | <span style="font-size:medium;">''' [[/Sudanese Republic/]]'''</span> |- | <span style="font-size:medium;">''' [[/Suriname/]]'''</span> | <span style="font-size:medium;">''' [[/Sweden/]]'''</span> | <span style="font-size:medium;">''' [[/Switzerland/]]'''</span> | <span style="font-size:medium;">''' [[/Syria/]]'''</span> | <span style="font-size:medium;">''' [[/Tajikistan/]]'''</span> |- | <span style="font-size:medium;">''' [[/Tanzania/]]'''</span> | <span style="font-size:medium;">''' [[/Thailand/]]'''</span> | <span style="font-size:small;">''' [[/Timor-Leste (East Timor)/]]'''</span> | <span style="font-size:medium;">''' [[/Togo/]]'''</span> | <span style="font-size:medium;">''' [[/Tokelau Islands/]]'''</span> |- | <span style="font-size:medium;">''' [[/Tonga/]]'''</span> | <span style="font-size:small;">''' [[/Trinidad & Tobago/]]'''</span> | <span style="font-size:medium;">''' [[/Tristan Da Cunha/]]'''</span> | <span style="font-size:medium;">''' [[/Tunisia/]]'''</span> | <span style="font-size:medium;">''' [[/Turkey/]]'''</span> |- | <span style="font-size:medium;">''' [[/Turkmenistan/]]'''</span> | <span style="font-size:medium;">''' [[/Turks & Caicos/]]'''</span> | <span style="font-size:medium;">''' [[/Tuvalu/]]'''</span> | <span style="font-size:medium;">''' [[/Uganda/]]'''</span> | <span style="font-size:medium;">''' [[/Ukraine/]]'''</span> |- | <span style="font-size:small;">''' [[/Union Of Soviet Socialist Republics/]]'''</span> | <span style="font-size:small;">''' [[/United Arab Emirates/]]'''</span> | <span style="font-size:medium;">''' [[/United Nations/]]'''</span> | <span style="font-size:small;">''' [[United States Postage Meter Stamp Catalog|<span style="color:#000080;">United States of America</span>]]'''</span> | <span style="font-size:medium;">''' [[/Uruguay/]]'''</span> |- | <span style="font-size:medium;">''' [[/Uzbekistan/]]'''</span> | <span style="font-size:medium;">''' [[/Vanuatu/]]'''</span> | <span style="font-size:medium;">''' [[/Vatican City/]]'''</span> | <span style="font-size:medium;">''' [[/Venezuela/]]'''</span> | <span style="font-size:medium;">''' [[/Vietnam/]]'''</span> |- | <span style="font-size:medium;">''' [[/Wallis & Futuna/]]'''</span> | <span style="font-size:medium;">''' [[/Western Sahara/]]'''</span> | <span style="font-size:medium;">''' [[/Western Samoa/]]'''</span> | <span style="font-size:medium;">''' [[/Yemen/]]'''</span> | <span style="font-size:medium;">''' [[/Yugoslavia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Zambia/]]'''</span> | <span style="font-size:medium;">''' [[/Zanzibar/]]'''</span> | <span style="font-size:medium;">''' [[/Zimbabwe/]]'''</span> |} <div class="center"><span style="color:blue; font-size:x-large;">· ♦ ·</span></div> ---- {{Shelves|Collecting}} {{Alphabetical|I}} {{status|25%}} [[ru:Международный каталог франкотипов]] mzyp9rz8soe0i9kdq3e6btpyrxzr0mt 4095048 4095033 2022-08-20T11:45:53Z Jim Ashby 3304668 /* Welcome! */ wikitext text/x-wiki {{DISPLAYTITLE:<span style="display:block;text-align:center;font-size:1%;font-style:italic;line-height:1em;"> </span>}} [[File:Meter stamp catalog logo.jpg|800px|center]] ==<span style="font-size:xxx-large">''Welcome!''</span>== [[File:New Zealand stamp type A7a.jpg|left|200px]] [[File:Vatican stamp type A1 with frame.jpg|right|450px]] [[File:Great Britain stamp type A4DA.jpg|center|350px]] <br><br><br> {{drop|P }}<span style="font-size:3;">ostage meters first appeared experimentally at the end of the 19th century and came into general use worldwide starting in the 1920s. By the 1960s more mail was being franked by postage meter than with traditional adhesive stamps. The trend continues today as mechanical postage meters are displaced by newer and more versatile digital franking machines and systems.</span> <span style="font-size:3;">This is a catalog of all the different types of postage meter stamps ever used to frank mail in the world. It organizes and categorizes the stamps by their appearance (design format) rather than the meter model that printed them. It is thus a STAMP catalog for use primarily by stamp collectors and is not a meter (machine) catalog. It is an expansion of ''The International Postage Meter Stamp Catalog'', written and published by Joel Hawkins and Rick Stambaugh in 2005, and its 2008 Supplement.</span> <br><br> ---- [[File: China DA1.jpg|right|300px]] <span style="font-size:x-large; color:green;"><u>'''''Recent changes'''''</u></span> {| |- |style="color: green;"| * 20 Aug: '''''<u>Nigeria</u>''', "'''Group C'''" added.'' * 20 Aug: '''''<u>Russia</u>''', Type "'''DA8'''" added.'' * 05 Jul: '''''<u>Italy</u>''', Sub-types "'''F4A'''" and "'''F4B'''" added.'' * 05 Jul: '''''<u>Italy</u>''', Sub-types "'''PO19A'''" and "'''PO19B'''" added.'' * 04 Jul: '''''<u>Hong Kong</u>''', Type "'''AA1'''" specialised page added.'' * 30 Jun: '''''<u>Argentina</u>''', Sub-type "'''GA1E'''" added.'' * 30 Jun: '''''<u>Dominica</u>''', Type "'''5'''" added.'' * 30 Jun: '''''<u>Falkland Islands</u>''', Type "'''B4'''" added.'' * 30 Jun: '''''<u>Gibraltar</u>''', Type "'''A1.2'''" added.'' * 30 Jun: '''''<u>Jersey</u>''', Type "'''A7.1'''" added.'' |style="color: green;"| * 30 Jun: '''''<u>Mongolia</u>''', Type "'''2'''" added.'' * 30 Jun: '''''<u>Oman</u>''', Variety "'''1.2c'''" added.'' * 30 Jun: '''''<u>St. Vincent</u>''', Variety "'''2a'''" added.'' * 30 Jun: '''''<u>Vanuatu</u>''', Type "'''B6'''" added.'' * 28 Jun: '''''<u>Luxembourg</u>''', Type "'''DA5'''" added.'' * 28 Jun: '''''<u>Peru</u>''', Type "'''PO-G2'''" added.'' * 28 Jun: '''''<u>Sweden</u>''', Type "'''D1.4B'''" added.'' * 26 Jun: '''''<u>Jersey</u>''', Types "'''A8.1'''", "'''A11'''" and "'''B6'''" added.'' * 09 Jun: '''''<u>Singapore</u>''', Type "'''PV1'''" split into Types "'''PV1'''" and "'''PV2'''".'' * 07 Jun: '''''<u>Guernsey</u>''', Group "'''PO'''" completely updated.'' |} <br> ==<span style="color:red; font-size:5; >'''Table of Contents'''</span>== * <span style="font-size:3;"><u>'''[[/Introduction/]]'''</u> <span style="color:purple;"> (''The basics of meter stamp collecting'')</span></span> [[File: Netherlands stamp type D2.jpg|right|480px]] * <span style="font-size:3;"> <u>'''[[/Glossary, Abbreviations and Symbols/]]'''</u> <span style="color:purple;"> (''Understanding the stamp descriptions'')</span></span> * <span style="font-size:3;"> <u>'''[[/Identifier/]]'''</u> <span style="color:purple;"> (''Find the country your stamp is from'')</span></span> * <span style="font-size:3;"> <u>'''[[/Meter Manufacturers Worldwide/]]'''</u></span> [[File: Norway stamp type A1 10 ore.jpg|right|180px]] * <span style="font-size:3;"> <u>'''[[/Meter Stamp Collecting Societies/]]'''</u></span> * <span style="font-size:3;"> <u>'''[[/Bibliography/]]'''</u></span> <br><br><br> ---- {| | <span style="font-size:medium;">'''[[/Abu Dhabi/]]'''</span> | <span style="font-size:medium;">'''[[/Afghanistan/]]'''</span> | <span style="font-size:medium;">'''[[/Aland/]]'''</span> | <span style="font-size:medium;">'''[[/Albania/]]'''</span> | <span style="font-size:medium;">'''[[/Algeria/]]'''</span> |- | <span style="font-size:medium;">'''[[/American Samoa/]]'''</span> | <span style="font-size:medium;">'''[[/Andorra/]]'''</span> | <span style="font-size:medium;">'''[[/Angola/]]'''</span> | <span style="font-size:medium;">'''[[/Anguilla/]]'''</span> | <span style="font-size:medium;">'''[[/Antarctica/]]'''</span> |- | <span style="font-size:medium;">'''[[/Antigua and Barbuda/]]'''</span> | <span style="font-size:medium;">'''[[/Argentina/]]'''</span> | <span style="font-size:medium;">'''[[/Armenia/]]'''</span> | <span style="font-size:medium;">'''[[/Aruba/]]'''</span> | <span style="font-size:medium;">'''[[/Ascension Island/]]'''</span> |- | <span style="font-size:medium;">'''[[/Australia/]]'''</span> | <span style="font-size:medium;">'''[[/Austria/]]'''</span> | <span style="font-size:medium;">'''[[/Azerbaijan/]]'''</span> | <span style="font-size:medium;">'''[[/Azores/]]'''</span> | <span style="font-size:medium;">'''[[/Bahamas/]]'''</span> |- | <span style="font-size:medium;">'''[[/Bahrain/]]'''</span> | <span style="font-size:medium;">'''[[/Bangladesh/]]'''</span> | <span style="font-size:medium;">'''[[/Barbados/]]'''</span> | <span style="font-size:medium;">'''[[/Belarus/]]'''</span> | <span style="font-size:medium;">'''[[/Belgium/]]'''</span> |- | <span style="font-size:medium;">'''[[/Belize/]]'''</span> | <span style="font-size:medium;">'''[[/Benin/]]'''</span> | <span style="font-size:medium;">'''[[/Bermuda/]]'''</span> | <span style="font-size:medium;">'''[[/Bhutan/]]'''</span> | <span style="font-size:medium;">'''[[/Bolivia/]]'''</span> |- | <span style="font-size:medium;">'''[[/Bosnia & Herzegovina/]]'''</span> | <span style="font-size:medium;">'''[[/Botswana/]]'''</span> | <span style="font-size:medium;">'''[[/Brazil/]]'''</span> | <span style="font-size:small;">'''[[/British Indian Ocean Territory/]]'''</span> | <span style="font-size:medium;">'''[[/British Virgin Islands/]]'''</span> |- | <span style="font-size:medium;">'''[[/Brunei/]]'''</span> | <span style="font-size:medium;">'''[[/Bulgaria/]]'''</span> | <span style="font-size:medium;">'''[[/Burkina Faso/]]'''</span> | <span style="font-size:medium;">'''[[/Burundi/]]'''</span> | <span style="font-size:medium;">'''[[/Cambodia/]]'''</span> |- | <span style="font-size:medium;">'''[[/Cameroon/]]'''</span> | <span style="font-size:medium;">'''[[/Canada/]]'''</span> | <span style="font-size:medium;">'''[[/Canal Zone/]]'''</span> | <span style="font-size:medium;">'''[[/Cape Verde/]]'''</span> | <span style="font-size:medium;">'''[[/Cayman Islands/]]'''</span> |- | <span style="font-size:medium;">'''[[/Central African Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Chad/]]'''</span> | <span style="font-size:medium;">'''[[/Chile/]]'''</span> | <span style="font-size:small;">'''[[/China (mainland, ROC & PRC)/]]'''</span> | <span style="font-size:medium;">'''[[/China (Taiwan ROC)/]]'''</span> |- | <span style="font-size:medium;">'''[[/Christmas Island/]]'''</span> | <span style="font-size:medium;">'''[[/Cocos Island/]]'''</span> | <span style="font-size:medium;">'''[[/Colombia/]]'''</span> | <span style="font-size:medium;">'''[[/Comoros/]]'''</span> | <span style="font-size:small;">'''[[/Congo, Democratic Republic/]]'''</span> |- | <span style="font-size:small;">'''[[/Congo, Peoples Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Cook Islands/]]'''</span> | <span style="font-size:medium;">'''[[/Costa Rica/]]'''</span> | <span style="font-size:medium;">'''[[/Croatia/]]'''</span> | <span style="font-size:medium;">'''[[/Cuba/]]'''</span> |- | <span style="font-size:medium;">'''[[/Curacao/]]'''</span> | <span style="font-size:medium;">'''[[/Cyprus/]]'''</span> | <span style="font-size:medium;">'''[[/Czechoslovakia/]]'''</span> | <span style="font-size:medium;">'''[[/Czech Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Danzig/]]'''</span> |- | <span style="font-size:medium;">'''[[/Denmark/]]'''</span> | <span style="font-size:medium;">'''[[/Djibouti/]]'''</span> | <span style="font-size:medium;">'''[[/Dominica/]]'''</span> | <span style="font-size:medium;">'''[[/Dominican Republic/]]'''</span> | <span style="font-size:medium;">'''[[/Dubai/]]'''</span> |- | <span style="font-size:medium;">'''[[/Dutch Caribbean/]]'''</span> | <span style="font-size:small;">''' [[/East African Community/]]'''</span> | <span style="font-size:medium;">''' [[/Ecuador/]]'''</span> | <span style="font-size:medium;">''' [[/Egypt/]]'''</span> | <span style="font-size:medium;">''' [[/El Salvador/]]'''</span> |- | <span style="font-size:medium;">''' [[/Equatorial Guinea/]]'''</span> | <span style="font-size:medium;">''' [[/Eritrea/]]'''</span> | <span style="font-size:medium;">''' [[/Estonia/]]'''</span> | <span style="font-size:small;">''' [[/Eswatini (Swaziland)/]]'''</span> | <span style="font-size:medium;">''' [[/Ethiopia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Falkland Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Faroe Islands /]]'''</span> | <span style="font-size:medium;">''' [[/Fiji/]]'''</span> | <span style="font-size:medium;">''' [[/Finland/]]'''</span> | <span style="font-size:medium;">''' [[/France/]]'''</span> |- | <span style="font-size:medium;">''' [[/French Equatorial Africa /]]'''</span> | <span style="font-size:medium;">''' [[/French Guiana/]]'''</span> | <span style="font-size:medium;">''' [[/French Indochina/]]'''</span> | <span style="font-size:medium;">''' [[/French Polynesia/]]'''</span> | <span style="font-size:medium;">''' [[/French West Africa/]]'''</span> |- | <span style="font-size:medium;">''' [[/Gabon /]]'''</span> | <span style="font-size:medium;">''' [[/The Gambia/]]'''</span> | <span style="font-size:medium;">''' [[/Georgia/]]'''</span> | <span style="font-size:medium;">''' [[/Germany, Part 1/]]'''</span> | <span style="font-size:medium;">''' [[/Germany, Part 2/]]'''</span> |- | <span style="font-size:medium;">''' [[/Germany, Part 3/]]'''</span> | <span style="font-size:medium;">''' [[/Ghana/]]'''</span> | <span style="font-size:medium;">''' [[/Gibraltar/]]'''</span> | <span style="font-size:medium;">''' [[/Great Britain/]]'''</span> | <span style="font-size:medium;">''' [[/Greece/]]'''</span> |- | <span style="font-size:medium;">''' [[/Greenland/]]'''</span> | <span style="font-size:medium;">''' [[/Grenada/]]'''</span> | <span style="font-size:medium;">''' [[/Guadaloupe/]]'''</span> | <span style="font-size:medium;">''' [[/Guatemala/]]'''</span> | <span style="font-size:medium;">''' [[/Guernsey/]]'''</span> |- | <span style="font-size:medium;">''' [[/Guinea/]]'''</span> | <span style="font-size:medium;">''' [[/Guinea Bissau/]]'''</span> | <span style="font-size:medium;">''' [[/Guyana/]]'''</span> | <span style="font-size:medium;">''' [[/Haiti/]]'''</span> | <span style="font-size:medium;">''' [[/Honduras/]]'''</span> |- | <span style="font-size:medium;">''' [[/Hong Kong/]]'''</span> | <span style="font-size:medium;">''' [[/Hungary/]]'''</span> | <span style="font-size:medium;">''' [[/Iceland/]]'''</span> | <span style="font-size:medium;">''' [[/India/]]'''</span> | <span style="font-size:medium;">''' [[/Indonesia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Iran/]]'''</span> | <span style="font-size:medium;">''' [[/Iraq/]]'''</span> | <span style="font-size:medium;">''' [[/Ireland/]]'''</span> | <span style="font-size:medium;">''' [[/Isle Of Man/]]'''</span> | <span style="font-size:medium;">''' [[/Israel/]]'''</span> |- | <span style="font-size:medium;">''' [[/Italy/]]'''</span> | <span style="font-size:medium;">''' [[/Ivory Coast/]]'''</span> | <span style="font-size:medium;">''' [[/Jamaica/]]'''</span> | <span style="font-size:medium;">''' [[/Japan/]]'''</span> | <span style="font-size:medium;">''' [[/Jersey/]]'''</span> |- | <span style="font-size:medium;">''' [[/Jordan/]]'''</span> | <span style="font-size:medium;">''' [[/Kazakhstan/]]'''</span> | <span style="font-size:medium;">''' [[/Kenya/]]'''</span> | <span style="font-size:medium;">''' [[/Kiribati/]]'''</span> | <span style="font-size:small;">''' [[/Korea, Dem. Rep. (North) /]]'''</span> |- | <span style="font-size:medium;">''' [[/Korea, Republic (South) /]]'''</span> | <span style="font-size:medium;">''' [[/Kuwait/]]'''</span> | <span style="font-size:medium;">''' [[/Kyrgyzstan/]]'''</span> | <span style="font-size:medium;">''' [[/Laos/]]'''</span> | <span style="font-size:medium;">''' [[/Latvia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Lebanon/]]'''</span> | <span style="font-size:medium;">''' [[/Lesotho/]]'''</span> | <span style="font-size:medium;">''' [[/Liberia/]]'''</span> | <span style="font-size:medium;">''' [[/Libya/]]'''</span> | <span style="font-size:medium;">''' [[/Liechtenstein/]]'''</span> |- | <span style="font-size:medium;">''' [[/Lithuania/]]'''</span> | <span style="font-size:medium;">''' [[/Luxembourg/]]'''</span> | <span style="font-size:medium;">''' [[/Macau/]]'''</span> | <span style="font-size:medium;">''' [[/Macedonia/]]'''</span> | <span style="font-size:medium;">''' [[/Madagascar/]]'''</span> |- | <span style="font-size:medium;">''' [[/Madeira Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Malawi/]]'''</span> | <span style="font-size:medium;">''' [[/Malaysia/]]'''</span> | <span style="font-size:medium;">''' [[/Maldives/]]'''</span> | <span style="font-size:medium;">''' [[/Mali Federation/]]'''</span> |- | <span style="font-size:medium;">''' [[/Mali/]]'''</span> | <span style="font-size:medium;">''' [[/Malta/]]'''</span> | <span style="font-size:medium;">''' [[/Marshall Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Martinique/]]'''</span> | <span style="font-size:medium;">''' [[/Mauritania/]]'''</span> |- | <span style="font-size:medium;">''' [[/Mauritius/]]'''</span> | <span style="font-size:medium;">''' [[/Mayotte/]]'''</span> | <span style="font-size:medium;">''' [[/Mexico/]]'''</span> | <span style="font-size:medium;">''' [[/Micronesia/]]'''</span> | <span style="font-size:medium;">''' [[/Moldova/]]'''</span> |- | <span style="font-size:medium;">''' [[/Monaco/]]'''</span> | <span style="font-size:medium;">''' [[/Mongolia/]]'''</span> | <span style="font-size:medium;">''' [[/Montenegro/]]'''</span> | <span style="font-size:medium;">''' [[/Montserrat/]]'''</span> | <span style="font-size:medium;">''' [[/Morocco/]]'''</span> |- | <span style="font-size:medium;">''' [[/Mozambique/]]'''</span> | <span style="font-size:medium;">''' [[/Myanmar/]]'''</span> | <span style="font-size:medium;">''' [[/Namibia/]]'''</span> | <span style="font-size:medium;">''' [[/Nauru/]]'''</span> | <span style="font-size:medium;">''' [[/Nepal/]]'''</span> |- | <span style="font-size:medium;">''' [[/Netherlands/]]'''</span> | <span style="font-size:small;">''' [[/Netherlands Antilles/]]'''</span> | <span style="font-size:medium;">''' [[/New Caledonia/]]'''</span> | <span style="font-size:medium;">''' [[/Newfoundland/]]'''</span> | <span style="font-size:medium;">''' [[/New Zealand/]]'''</span> |- | <span style="font-size:medium;">''' [[/Nicaragua/]]'''</span> | <span style="font-size:medium;">''' [[/Niger/]]'''</span> | <span style="font-size:medium;">''' [[/Nigeria/]]'''</span> | <span style="font-size:medium;">''' [[/Niue/]]'''</span> | <span style="font-size:medium;">''' [[/Norfolk Island/]]'''</span> |- | <span style="font-size:medium;">''' [[/Norway/]]'''</span> | <span style="font-size:medium;">''' [[/Oman/]]'''</span> | <span style="font-size:medium;">''' [[/Pakistan/]]'''</span> | <span style="font-size:medium;">''' [[/Palau/]]'''</span> | <span style="font-size:medium;">''' [[/Palestine/]]'''</span> |- | <span style="font-size:medium;">''' [[/Palestinian Authority/]]'''</span> | <span style="font-size:medium;">''' [[/Panama/]]'''</span> | <span style="font-size:medium;">''' [[/Papua New Guinea/]]'''</span> | <span style="font-size:medium;">''' [[/Paraguay/]]'''</span> | <span style="font-size:medium;">''' [[/Peru/]]'''</span> |- | <span style="font-size:medium;">''' [[/Philippines/]]'''</span> | <span style="font-size:medium;">''' [[/Poland/]]'''</span> | <span style="font-size:medium;">''' [[/Portugal/]]'''</span> | <span style="font-size:small;">''' [[/Portuguese India (Goa)/]]'''</span> | <span style="font-size:medium;">''' [[/Qatar/]]'''</span> |- | <span style="font-size:medium;">''' [[/Reunion/]]'''</span> | <span style="font-size:small;">''' [[/Rhodesia & Nyasaland/ ]]'''</span> | <span style="font-size:medium;">''' [[/Romania/]]'''</span> | <span style="font-size:medium;">''' [[/Ruanda-Urundi/]]'''</span> | <span style="font-size:medium;">''' [[/Russia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Rwanda/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Helena/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Kitts And Nevis/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Lucia/]]'''</span> | <span style="font-size:medium;">''' [[/Saint Pierre & Miquelon/]]'''</span> |- | <span style="font-size:medium;">''' [[/Saint Vincent/]]'''</span> | <span style="font-size:medium;">''' [[/San Marino/]]'''</span> | <span style="font-size:small;">''' [[/Sao Tome E Principe/]]'''</span> | <span style="font-size:medium;">''' [[/Saudi Arabia/]]'''</span> | <span style="font-size:medium;">''' [[/Senegal/]]'''</span> |- | <span style="font-size:medium;">''' [[/Serbia/]]'''</span> | <span style="font-size:medium;">''' [[/Seychelles/]]'''</span> | <span style="font-size:medium;">''' [[/Sierra Leone/]]'''</span> | <span style="font-size:medium;">''' [[/Singapore/]]'''</span> | <span style="font-size:medium;">''' [[/Sint Maarten/]]'''</span> |- | <span style="font-size:medium;">''' [[/Slovakia/]]'''</span> | <span style="font-size:medium;">''' [[/Slovenia/]]'''</span> | <span style="font-size:medium;">''' [[/Solomon Islands/]]'''</span> | <span style="font-size:medium;">''' [[/Somalia/]]'''</span> | <span style="font-size:medium;">''' [[/South Africa/]]'''</span> |- | <span style="font-size:medium;">''' [[/South Georgia/]]'''</span> | <span style="font-size:medium;">''' [[/Spain/]]'''</span> | <span style="font-size:medium;">''' [[/Sri Lanka/]]'''</span> | <span style="font-size:medium;">''' [[/Sudan/]]'''</span> | <span style="font-size:medium;">''' [[/Sudanese Republic/]]'''</span> |- | <span style="font-size:medium;">''' [[/Suriname/]]'''</span> | <span style="font-size:medium;">''' [[/Sweden/]]'''</span> | <span style="font-size:medium;">''' [[/Switzerland/]]'''</span> | <span style="font-size:medium;">''' [[/Syria/]]'''</span> | <span style="font-size:medium;">''' [[/Tajikistan/]]'''</span> |- | <span style="font-size:medium;">''' [[/Tanzania/]]'''</span> | <span style="font-size:medium;">''' [[/Thailand/]]'''</span> | <span style="font-size:small;">''' [[/Timor-Leste (East Timor)/]]'''</span> | <span style="font-size:medium;">''' [[/Togo/]]'''</span> | <span style="font-size:medium;">''' [[/Tokelau Islands/]]'''</span> |- | <span style="font-size:medium;">''' [[/Tonga/]]'''</span> | <span style="font-size:small;">''' [[/Trinidad & Tobago/]]'''</span> | <span style="font-size:medium;">''' [[/Tristan Da Cunha/]]'''</span> | <span style="font-size:medium;">''' [[/Tunisia/]]'''</span> | <span style="font-size:medium;">''' [[/Turkey/]]'''</span> |- | <span style="font-size:medium;">''' [[/Turkmenistan/]]'''</span> | <span style="font-size:medium;">''' [[/Turks & Caicos/]]'''</span> | <span style="font-size:medium;">''' [[/Tuvalu/]]'''</span> | <span style="font-size:medium;">''' [[/Uganda/]]'''</span> | <span style="font-size:medium;">''' [[/Ukraine/]]'''</span> |- | <span style="font-size:small;">''' [[/Union Of Soviet Socialist Republics/]]'''</span> | <span style="font-size:small;">''' [[/United Arab Emirates/]]'''</span> | <span style="font-size:medium;">''' [[/United Nations/]]'''</span> | <span style="font-size:small;">''' [[United States Postage Meter Stamp Catalog|<span style="color:#000080;">United States of America</span>]]'''</span> | <span style="font-size:medium;">''' [[/Uruguay/]]'''</span> |- | <span style="font-size:medium;">''' [[/Uzbekistan/]]'''</span> | <span style="font-size:medium;">''' [[/Vanuatu/]]'''</span> | <span style="font-size:medium;">''' [[/Vatican City/]]'''</span> | <span style="font-size:medium;">''' [[/Venezuela/]]'''</span> | <span style="font-size:medium;">''' [[/Vietnam/]]'''</span> |- | <span style="font-size:medium;">''' [[/Wallis & Futuna/]]'''</span> | <span style="font-size:medium;">''' [[/Western Sahara/]]'''</span> | <span style="font-size:medium;">''' [[/Western Samoa/]]'''</span> | <span style="font-size:medium;">''' [[/Yemen/]]'''</span> | <span style="font-size:medium;">''' [[/Yugoslavia/]]'''</span> |- | <span style="font-size:medium;">''' [[/Zambia/]]'''</span> | <span style="font-size:medium;">''' [[/Zanzibar/]]'''</span> | <span style="font-size:medium;">''' [[/Zimbabwe/]]'''</span> |} <div class="center"><span style="color:blue; font-size:x-large;">· ♦ ·</span></div> ---- {{Shelves|Collecting}} {{Alphabetical|I}} {{status|25%}} [[ru:Международный каталог франкотипов]] nrb3oyw8uc78wl9mfosxr6zycicwrfe Annotations of The Complete Peanuts/1969 to 1970 0 211383 4095006 3839056 2022-08-19T21:49:28Z 86.16.13.19 p.29 - added note that the LM for Apollo 10 was nicknamed "Snoopy". wikitext text/x-wiki <includeonly>==1969&ndash;1970==</includeonly> Annotations to '''''The Complete Peanuts: 1969 to 1970''''' by Charles M. Schulz (Fantagraphics Books, 2008. {{ISBN|1560978279}} * p.&nbsp;2 (January 4, 1969). 1984 refers to the dystopian novel ''[[w:Nineteen Eighty-Four|Nineteen Eighty-Four]]'' by [[w:George Orwell|George Orwell]]. Linus is presumably comparing Lucy to [[w:Big Brother (Nineteen Eighty-Four)|Big Brother]]. * p.&nbsp;4 (January 8, 1969). [[w:Peggy Fleming|Peggy Fleming]] was a famous figure skater, who had won the gold medal for figure skating at the 1968 Winter Olympics in Grenoble, France . * p.&nbsp;8 (January 16, 1969). See December 4, 1967 and October 8, 1967. * p.&nbsp;14 (February 1, 1969). [[w:Joe Garagioloa|Joe Garagioloa]] was a former baseball player who had become a broadcaster, and at this time was a panelist on ''[[w:Today (NBC program)|The Today Show]]''. * p.&nbsp;17 (February 6, 1969). The height of the [[w:Pitchers mound#Pitcher.27s mound|pitcher’s mound]] in Major League Baseball was lowered by five inches after the 1968 baseball season. As Charlie Brown relates, this was designed to lower the dominance of pitching in baseball by reducing the advantage held by the pitcher. See also March 25, 1969. * p.&nbsp;22 (February 18, 1969). In Genesis 19:26, [[w:Lot's Wife|Lot’s Wife]] looks back as they flee the city of Sodom (defying the angels who told them not to look back), and is turned to a pillar of salt. At Luke 17:32 Jesus said: "Remember Lot’s wife!". * p.&nbsp;29, 31–32 (March 8–15, 1969). Schulz features Snoopy travelling to the moon in his astronaut persona as the genuine [[w:Apollo program|Apollo program]] approached its climax. This series of strips ran during the [[w:Apollo 9|Apollo 9]] mission, with the dress rehearsal [[w:Apollo 10|Apollo 10]] following in May and the first moon landing on [[w:Apollo 11|Apollo 11]] in July. The Lunar Lander from Apollo 10 was nicknamed [[wikipedia:Apollo_10|“Snoopy"]]. * p.&nbsp;32 (March 13, 1969). Snoopy is alluding to comments made by astronauts [[w:William Anders|Bill Anders]] and [[w:Jim Lovell|Jim Lovell]] during the [[w:Apollo 8|Apollo 8]] mission the previous December. * p.&nbsp;37 (March 24, 1969). [[w:Expansion Team|Expansion clubs]] are new teams that have just been added to a sports league, and usually have less experienced players and staff. At this time, Major League Baseball had just undergone significant expansion, with four new teams added in Montreal, San Diego, Kansas City and Seattle for the 1969 season. * p.&nbsp;37–38 (March 26–29, 1969). [[w:Hyponatremia|Hyponatremia]] is indeed the term for the condition Linus describes. The special balanced electrolyte solution that Linus prescribes for the condition was already available in commercial form as [[w:Gatorade|Gatorade]]. * p.&nbsp;58 (May 13, 1969). “Play it again, Sam” is a reference to the classic motion picture ''[[w:Casablanca (film)|Casablanca]]''. This line is not actually in the film: the actual quotation is "If she can stand it, I can! Play it!". * p.&nbsp;60 (May 18, 1969). [[w:Kermit Zarley|Kermit Zarley]] was a professional golfer on the PGA tour. Also see February 1, 1969 and October 8, 1967. * p.&nbsp;74 (June 21, 1969). [[w:Eddie Rickenbacker|Eddie Rickenbacker]] was the highest scoring American fighter pilot during World War I, after a previous career as a racing driver. * p.&nbsp;77 (June 26, 1969). See June 8, 1967. * p.&nbsp;80 (July 4, 1969). [[w:Roller Derby|Roller Derby]] is a sport involving teams of five players roller skating around a track. At this time, Roller Derby was closer to [[w:sports entertainment|sports entertainment]] (similar to professional wrestling) than an actual competitive sport, which explains Snoopy’s outfit. * p.&nbsp;93 (August 3, 1969). [[w:Babe Ruth|Babe Ruth]] was one of the best known baseball players in history. See also September 28, 1964. * p.&nbsp;112 (September 15, 1969). At the time of this strip, the United States military still practiced [[w:Conscription in the United States|conscription]], and the military draft was a concern for all males as their 18th birthday approached. Conscription was subsequently eliminated in favor of an all-volunteer military in 1973. * p.&nbsp;113 (September 19, 1969). [[w:Vince Lombardi|Vince Lombardi]] was a famous football coach, best known as the coach of the [[w:Green Bay Packers|Green Bay Packers]] between 1959 and 1967. At the time of this strip, he was the coach of the [[w:Washington Redskins|Washington Redskins]]. * p.&nbsp;119 (October 3, 1969). [[w:Rod McKuen|Rod McKuen]] was best known as a poet and songwriter. Sally is confused, as usual. * p.&nbsp;136 (November 11, 1969). [[w:Bill Mauldin|Bill Mauldin]] was an American soldier and cartoonist, best known for creating the characters Willie and Joe for cartoons that appeared in ''[[w:Stars and Stripes|Stars and Stripes]]'' during World War II. * p.&nbsp;151 (December 16, 1969). Snoopy has confused his terminology somewhat; the usual term for the easy ski hill that beginners use is the “bunny hill”, rather than “rabbit slope”. * p.&nbsp;153 (December 21, 1969). The quotation on the descent of Jesus that Linus recites is Matthew 1:1–18. * p.&nbsp;157 (December 31, 1969). [[w:Fred Glover (ice hockey)|Fred Glover]] was a hockey player and coach (at the time, coach of the [[w:California Golden Seals|Oakland Seals]] of the NHL. [[w:Hank Aaron|Hank Aaron]] was a baseball player with the [[w:Atlanta Braves|Atlanta Braves]]. [[w:Pancho Gonzales|Pancho Gonzales]] was a famous professional tennis player. See also January 8, 1969, February 1, 1969, December 11, 1968 and October 11, 1968. * p.&nbsp;190 (March 18, 1970). "I was born one bright spring morning..." Yet Snoopy's birthday was celebrated in the strip of August 10, 1968. * p.&nbsp;206 (April 24, 1970). Lucy should have looked up "[[w:Arbor Day|Arbor Day]]" instead. * p.&nbsp;246 (July 26, 1970). First mention of "The Six Bunny-wunnies" fictional series of books. * P. 308 (December 17, 1970). [[w:Ouija|Ouija boards]] enjoyed a bit of popularity among the general population in the late 1960s and early 1970s, after their commercialization as a toy by Parker Brothers in 1966. {{:Annotations of The Complete Peanuts/PeanutsNavLine}} d6q7ev9qoon2g8ovge3nb4t2k2f5f7j Aros/User/Applications 0 237399 4094993 4092341 2022-08-19T18:17:13Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== Created originally on this [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=30859&forum=28&start=380&viewmode=flat&order=0#543705 thread] on amigaworld.net Interesting [http://itvision.altervista.org/why.linux.is.not.ready.for.the.desktop.current.html not ready for Linux] * Web browser AROS - using Odyssey formerly known as OWB * Email AROS - using SimpleMAIL and YAM * Video playback AROS - mplayer * Audio Playback AROS - mplayer * Photo editing - ZunePaint, Lunapaint, * Games AROS - some ported games plus lots of emulation software and HTML5 There is still a lot of software to be ported, written or shared so if you are interested in creating and joining in with this effort see [http://en.wikibooks.org/wiki/Aros/Developer/Docs here] ==Web Application== {| class="wikitable sortable" |- !width:30%;|Web Application !width:10%;|AROS(x86) !width:10%;|Amiga OS3 (68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |[http://forum.classicamiga.com/forum/showthread.php/1073-What-web-browser-you-use-in-Amiga Browsing] |[http://archives.aros-exec.org/index.php?function=browse&cat=network/browser Odyssey], [http://owb.mikendezign.com/ OWB 1.0x] [http://trac.webkit.org/ OWB Trac], |IBrowse*, Voyager*, [http://tech.dir.groups.yahoo.com/group/awebml/ AWeb], [http://amigan.1emu.net/releases AWeb Src], [http://aminet.net/package/comm/www/NetSurf-m68k Netsurf] |[ Odyssey OWB], [ Timberwolf (Firefox port 2011)], [http://amigaworld.net/modules/newbb/viewtopic.php?forum=32&topic_id=32847 OWB-mui], [http://strohmayer.org/owb/ OWB-Reaction], IBrowse*, [http://os4depot.net/index.php?function=showfile&file=network/browser/aweb.lha AWeb], Voyager, [http://www.os4depot.net/index.php?function=browse&cat=network/browser Netsurf], |[http://fabportnawak.free.fr/owb/ Odyssey OWB], [ Netsurf], IBrowse*, AWeb, |- |E-mailing |[http://archives.aros-exec.org/index.php?function=browse&cat=network/email SimpleMail], [http://sourceforge.net/projects/simplemail/files/ src], [http://trac.yam.ch/ YAM] |[http://sourceforge.net/projects/simplemail/files/ SimpleMail], [http://trac.yam.ch/ YAM] |SimpleMail, YAM, |SimpleMail, YAM |- |YouTube Viewing |[https://blog.alb42.de/amitube/ Amitube], [https://github.com/YePpHa/YouTubeCenter/releases or this one], |[https://blog.alb42.de/amitube/ Amitube], |[https://blog.alb42.de/amitube/ Amitube],getVideo, Tubexx, [https://github.com/walkero-gr/aiostreams aiostreams], |[https://blog.alb42.de/amitube/ Amitube],Odyssey (OWB), [http://morphos.lukysoft.cz/en/vypis.php?kat=5 getVideo], Tubexx |- |IRC |[http://archives.aros-exec.org/index.php?function=browse&cat=network/chat WookieChat], [https://sourceforge.net/projects/wookiechat/ Wookiechat src], [http://archives.aros-exec.org/index.php?function=browse&cat=network/chat AiRcOS], Jabberwocky, |Wookiechat, AmIRC |Wookiechat |[http://morphos.lukysoft.cz/en/vypis.php?kat=5 Wookiechat], [http://morphos.lukysoft.cz/en/vypis.php?kat=5 AmIRC], |- |Instant Messaging IM like Facebook(TM) and Twitter (TM) and others |[http://archives.aros-exec.org/index.php?function=browse&cat=network/chat jabberwocky], |[http://amitwitter.sourceforge.net/ AmiTwitter], CLIMM, SabreMSN, jabberwocky, |[http://amitwitter.sourceforge.net/ AmiTwitter], SabreMSN, |[http://amitwitter.sourceforge.net/ AmiTwitter], [http://morphos.lukysoft.cz/en/vypis.php?kat=5 PolyglotNG], SabreMSN, |- |Torrents |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8832&forum=4&post_id=89883#forumpost89883 ArTorr], | |CTorrent, Transmission |MLDonkey, Beehive, [http://morphos.lukysoft.cz/en/vypis.php?kat=5 Transmission], CTorrent, |- |FTP |Plugin included with Dopus Magellan, MarranoFTP, |[http://aminet.net/package/comm/tcp/AmiFTP AmiFTP], AmiTradeCenter, ncFTP, |[http://morphos.lukysoft.cz/en/vypis.php?kat=5 Pftp], [http://aminet.net/package/comm/tcp/AmiFTP-1.935-OS4 AmiFTP], |Transfer |- |Newsgroups |? |[http://newscoaster.sourceforge.net/ Newscoaster], [http://sourceforge.net/projects/newsrog/ NewsRog], [http://main.aminet.net/pub/aminet/comm/news/WorldNews1_1.lha WorldNews], |? |? |- |WYSIWYG Web Editor |? |[http://main.aminet.net/pub/aminet/comm/www/metalweb.lha MetalWEB], [http://main.aminet.net/pub/aminet/comm/www/awebedv1.2.lha AwebDV], [http://main.aminet.net/pub/aminet/comm/www/WebDesign.lha WebDesign], [http://amifind.platon42.de/cgi-bin/amifind?query=web+editor&dir=-1&mode=and Webplug], |? |? |- |Streaming Audio [http://www.gnu.org/software/gnump3d/ gnump3d], [http://www.icecast.org/ Icecast2] Server (Broadcast) and Client (Listen), [ mpd], [http://darkice.sourceforge.net/ DarkIce], [http://www.dyne.org/software/muse/ Muse], |Mplayer (Icecast Client only), |[http://www.modmancer.com/?p=143 MODMancer], |[http://www.tunenet.co.uk/ Tunenet], [http://amigazeux.net/anr/ AmiNetRadio], |Mplayer, AmiNetRadio, |- |VoIP (Voice over IP) with SIP Client (Session Initiation Protocol) or Asterisk IAX2 Clients Softphone (skype like) |? |AmiPhone with Speak Freely, |? |? |- |Weather Forecast |[http://sourceforge.net/projects/zunetools/files/ WeatherBar], |[http://amigazeux.net/wetter/ Wetter], |[http://os4depot.net/?function=showfile&file=utility/workbench/flipclock.lha FlipClock], |[http://amigazeux.net/wetter/ Wetter], |- |Street Road Maps Route Planning GPS Tracking |[https://blog.alb42.de/programs/muimapparium/ MuiMapparium] [https://build.alb42.de/ Build of MuiMapp versions], |AmiAtlas*, UKRoutePlus*, [http://blog.alb42.de/ AmOSM], |? |[http://blog.alb42.de/programs/mapparium/ Mapparium], |- |<!--Sub Menu-->Clock and Date setting from the internet (either ntp or websites) |<!--AROS-->[http://archives.aros-exec.org/index.php?function=browse&cat=network/misc ntpsync], [http://time.is Time in a Browser Tab], [https://www.timeanddate.com/worldclock/ World Clock], [http://www.time.gov/ NIST], |<!--Amiga OS-->ntpsync |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->RSS news feeds ('Really Simple Syndication') RSS, Atom and RDF aggregator |<!--AROS-->[http://www.dailyrotation.com/ Daily Rotation], [http://app.lightstreamer.com/RSSDemo/ Lightsteamer], [https://www.newsblur.com/ NewsBlur], [http://www.feedbucket.com/ Feed Bucket], [], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Speed Tests |<!--AROS-->[http://testmy.net/ Test My], [https://sourceforge.net/speedtest/ Speed Test], [ ], [http://www.netmeter.co.uk/ NetMeter] |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->HTML5 WebGL tests |<!--AROS-->[https://html5test.com/ HTML5 Test], [http://caniuse.com/webgl Can I?], [https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html WebGL Test], [http://webglreport.com/ WebGL Report], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->collaborative |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Graphical Image Editing Art== {| class="wikitable sortable" |- !width:30%;|Image Editing !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Pixel Raster Artwork |[https://sourceforge.net/projects/zunetools/files/ZunePaint/ ZunePaint], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit LunaPaint], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit GrafX2], [http://www.dusabledanslherbe.eu/AROSPage/lodepaint.32.html LodePaint needs OpenGL], |[http://www.amigaforever.com/classic/download.html PPaint], GrafX2, DeluxePaint, [http://www.amiforce.de/perfectpaint/perfectpaint.php PerfectPaint], Zoetrope, Brilliance2*, |[http://www.os4depot.net/index.php?function=browse&cat=graphics/edit LodePaint], GrafX2, |Sketch, Pixel*, GrafX2, [http://morphos.lukysoft.cz/en/vypis.php?kat=3 LunaPaint] |- |Image viewing |[http://sourceforge.net/projects/zunetools/files/ ZuneView], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/viewer LookHere], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/viewer LoView], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/viewer PicShow] , [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=31400&forum=32&start=80&viewmode=flat&order=0#583458 Picture Album], |PicShow, PicView, Photoalbum, |WarpView, PicShow, flPhoto, Thumbs, [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=31400&forum=32&start=80&viewmode=flat&order=0#583458 Picture Album], |[http://morphos.lukysoft.cz/en/vypis.php?kat=3 ShowGirls], [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=31400&forum=32&start=80&viewmode=flat&order=0#583458 Picture Album] |- |Photography retouching / Image Manipulation |[http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit RNOEffects], [https://sourceforge.net/projects/zunetools/files/ ZunePaint], [http://sourceforge.net/projects/zunetools/files/ ZuneView], [https://www.picozu.com/editor/ PicoZu], [http://www.photopea.com/ PhotoPea], [http://lunapic.com/editor/ LunaPic], |[http://amigau.com/c-graphics/tvpaint.htm TVPaint], Photogenics*, ArtEffect*, ImageFX*, XiPaint, fxPaint, ImageMasterRT, |WarpView, flPhoto, [http://www.os4depot.net/index.php?function=browse&cat=graphics/edit Photocrop] |[http://morphos.lukysoft.cz/en/vypis.php?kat=3 ShowGirls], ImageFX*, |- |Graphic Format Converter - ICC profile support sRGB, Adobe RGB, XYZ and linear RGB |? |GraphicsConverter, ImageStudio, [http://main.aminet.net/pub/aminet/gfx/conv/MPImage7xs.lha MPImage Src], [http://www.coplabs.org/artpro.html ArtPro] | | |- |Thumbnail Generator |[http://sourceforge.net/projects/zunetools/files/ ZuneView], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/shell Thumbnail Generator] |[http://main.aminet.net/pub/aminet/gfx/misc/ImageDesk304.lha ImageDesk], [http://main.aminet.net/pub/aminet/gfx/misc/mtn_11.lha MTN], [http://main.aminet.net/pub/aminet/util/misc/TNM.lha TNM] [http://main.aminet.net/pub/aminet/util/wb/image2icon.lha Image2Icon] | | |- |Icon Editor |[http://www.xiconeditor.com/ X-Icon editor], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/iconedit Archives], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/iconedit Icon Toolbox], | |[http://www.os4depot.net/index.php?function=browse&cat=graphics/iconedit IconEditor] | |- |Animation |Lunapaint |PPaint, AnimatED, Scala*, GoldDisk MovieSetter*, Walt Disney's Animation Studio*, ProDAD* |? |[http://morphos.lukysoft.cz/en/vypis.php?kat=3 Titler] |- |2D SVG based MovieSetter type |? |MovieSetter*, Fantavision* |? |? |- |Morphing |[ GLMorph] | |? |? |- |2D Cad (qcad->LibreCAD, etc.) |? |Xcad, MaxonCAD |? |? |- |3D Cad (OpenCascade->FreeCad, BRL-CAD, OpenSCAD, AvoCADo, etc.) |? |XCad3d*, DynaCADD* |? |? |- |3D Rendering |POV-Ray |[http://www.discreetfx.com./amigaproducts.html CINEMA 4D]*, POV-Ray, Lightwave3D*, Real3D*, Caligari24*, Reflections/Monzoom*, [http://main.aminet.net/pub/aminet/gfx/3d/irit70src.lha Irit Editor Src], [https://github.com/privatosan/RayStorm Raystorm src] |Blender, POV-Ray, Yafray |Blender, POV-Ray, Yafray |- |3D Format Converter |? |[http://main.aminet.net/pub/aminet/gfx/3d/T3DLIB_EXE_R43.lha T3D lib Exe] |[http://www.os4depot.net/index.php?function=showfile&file=graphics/convert/ivcon.lha IVCon] | |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Office Application== {| class="wikitable sortable" |- !width:30%;|Office !width:10%;|AROS (x86) !width:10%;|[http://en.wikipedia.org/wiki/Amiga_software AmigaOS3] (68k) !width:10%;|[http://en.wikipedia.org/wiki/AmigaOS_4 AmigaOS4] (PPC) !width:10%;|[http://en.wikipedia.org/wiki/MorphOS MorphOS] (PPC) |- |Word-processing |[http://desler.be/modules/wfchannel/ Cinnamon Writer], [https://finalwriter.godaddysites.com/ Final Writer 7*], [ ], [ ], |AmigaWriter*, WordWorth*, FinalWriter*, Excellence 3*, Protext, Rashumon, |AbiWord, [http://desler.be/ CinnamonWriter] |[http://desler.be/modules/wfchannel/ Cinnamon Writer], [http://www.meta-morphos.org/viewtopic.php?topic=1246&forum=53 scriba], [http://morphos.lukysoft.cz/en/index.php Papyrus Office], |- |Spreadsheets |[https://blog.alb42.de/programs/leu/ Leu], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=2995&forum=4&post_id=38103#forumpost38103 Ignition], [http://code.google.com/p/lua-calc/ LuaCalc], [ ], [ ], [ ], |Turbocalc*, [http://ignition.berlios.de/ Ignition], FinalCalc*, ProCalc 2, StarAmPlan, |Gnumeric, Ignition | [ ignition], [http://morphos.lukysoft.cz/en/vypis.php Papyrus Office], |- |Presentations |[http://www.hollywoood-mal.com/ Hollywood]*, [http://code.google.com/p/html5slides/ HTML5 Slides], [http://meyerweb.com/eric/tools/s5/ S5], [https://github.com/bartaz/impress.js impress.js], [http://presentationjs.com/ presentation.js], [http://lab.hakim.se/reveal-js/#/ reveal.js], [https://github.com/LeaVerou/CSSS CSSS], [http://leaverou.github.io/CSSS/#intro CSSS intro], |[http://www.hollywoood-mal.com/ Hollywood]*, MediaPoint, PointRider, Scala*, |[http://www.hollywoood-mal.com/ Hollywood]*, PointRider |[http://www.hollywoood-mal.com/ Hollywood]*, PointRider |- |Databases |[http://sdb.freeforums.org/ SDB], [http://archives.aros-exec.org/index.php?function=browse&cat=office/database MUIBase], |MUIbase, Datastore, FinalData, AmigaBase, Fiasco, Twist2, |MUIBase, SQLite, |[http://morphos.lukysoft.cz/en/vypis.php?kat=6 MUIBase], |- |PDF Viewing and editing digital signatures |[https://www.sejda.com/ Sedja], [http://sourceforge.net/projects/arospdf/ ArosPDF via splash], [https://github.com/wattoc/AROS-vpdf vpdf wip], |APDF |AmiPDF |APDF, vPDF, |- |Printing |Postscript 3 laser printers and Ghostscript internal, [http://aros-exec.org/modules/newbb/viewtopic.php?start=140&topic_id=6622&viewmode=compact&order=ASC&type=&mode=0 GutenPrint], |[http://www.irseesoft.de/tp_what.htm TurboPrint]* |(some native drivers), |early TurboPrint included, |- |<!--Sub Menu-->Note Taking Rich Text support like joplin, OneNote, EverNote Notes etc |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |PIM Personal Information Manager - Day Diary Planner Calendar App | [ ], [ ], [ ], |Digita Organiser*, On The Ball, Everyday Organiser, [http://main.aminet.net/pub/aminet/util/rexx/wac104.lha Calender in Rexx], [ Contact Manager], [http://main.aminet.net/pub/aminet/util/time/ohac13.lha Calendar in E], [http://main.aminet.net/pub/aminet/util/wb/AmiMemos.lha Post Notes in C], |AOrganiser, |[http://polymere.free.fr/orga_en.html PolyOrga], |- |Accounting |[http://archives.aros-exec.org/index.php?function=browse&cat=office/misc ETB], LoanCalc, [ ], [ ], [ ], |Home Accounts, Accountant, Small Business Accounts, Account Master, [http://main.aminet.net/pub/aminet/biz/misc/HomeBank.lha HomeBank], [ Amigabok], |? |? |- |Project Management |? |SuperGantt, SuperPlan, |? |? |- |System Wide Dictionary - multilingual [http://sourceforge.net/projects/babiloo/ Babiloo], [http://code.google.com/p/stardict-3/ StarDict], |[http://www.onlinedictionary.co.uk/ On-line], |[http://main.aminet.net/pub/aminet/text/misc/ASpell.lha AlphaSpell], [http://main.aminet.net/pub/aminet/text/misc/ispell-3.3.02-arexx-src.lha Ispell Src], | | |- |System wide Thesaurus - multi lingual |[http://www.onlinedictionary.co.uk/ On-line], |[http://main.aminet.net/pub/aminet/docs/etext/roget14a.lha Roget Gutenberg etext], Kuma K-Roget*, | | |- |<!--Sub Menu-->Sticky Desktop Notes (post it type) |<!--AROS-->[http://aminet.net/package/util/wb/amimemos.i386-aros AmiMemos], |<!--Amiga OS-->[http://aminet.net/package/util/wb/StickIt-2.00 StickIt v2], |<!--AmigaOS4--> |<!--MorphOS--> |- |DTP |[http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit RNOPublisher], |[http://pagestream.org/ Pagestream]*, Professional Page*, Saxon Publisher Publishing, |[http://pagestream.org/ Pagestream]* |[http://pagestream.org/ Pagestream]* |- |Scanning |[http://aros-exec.org/modules/newbb/viewtopic.php?start=10&topic_id=3662&viewmode=flat&order=ASC SCANdal] |FxScan*, ScanQuix* |SCANdal (Sane) |SCANdal |- |OCR |[http://archives.aros-exec.org/index.php?function=browse&cat=graphics/convert gOCR] | | |[http://morphos-files.net/categories/office/text Tesseract] |- |Text Editing |Jano Editor (already installed by default), [http://blog.alb42.de/edisyn/ EdiSyn], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit Annotate], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit Vim], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit FrexxEd] [https://github.com/vidarh/FrexxEd src], [http://shinkuro.altervista.org/amiga/software/nowined.htm NoWinEd], |Annotate, GoldED/CubicIDE*, CygnusED*, Turbotext, Protext*, NoWinED, |Notepad, Annotate, CygnusED*, NoWinED, |MorphOS ED, NoWinED, GoldED/CubicIDE*, CygnusED*, Annotate, |- |[http://sourceforge.net/projects/fontforge/files/fontforge-source/ Font Designer] |? [http://karrman.org/barfonts/generate.html Barcode fonts], [http://www.freefontconverter.com/ Online font converter], |TypeSmith*, SaxonScript (GetFont Adobe Type 1), |? |? |- |Drawing Vector |[http://sourceforge.net/projects/amifig/ ZuneFIG previously AmiFIG] |Drawstudio*, ProVector*, ArtExpression*, Professional Draw*, AmiFIG, MetaView, |MindSpace, [http://www.os4depot.net/index.php?function=browse&cat=graphics/edit amifig], |SteamDraw, [http://aminet.net/package/gfx/edit/amifig amiFIG], |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Remote Desktop (server) |[http://sourceforge.net/projects/zunetools/files/VNC_Server ArosVNCServer], |[http://s.guillard.free.fr/AmiVNC/AmiVNC.htm AmiVNC], [http://dspach.free.fr/amiga/avnc/index.html AVNC] |[http://s.guillard.free.fr/AmiVNC/AmiVNC.htm AmiVNC] |MorphVNC, vncserver |- |Remote Desktop (client) |[https://sourceforge.net/projects/zunetools/files/VNC_Client/ ArosVNC], [http://archives.aros-exec.org/index.php?function=browse&cat=network/misc rdesktop], |[http://twinvnc.free.fr/index.php?menu=01&lang=eng TwinVNC], [http://dspach.free.fr/amiga/vva/index.html VVA], [http://www.hd-zone.com/ RDesktop] |[http://twinvnc.free.fr/index.php?menu=01&lang=eng TwinVNC], [http://www.hd-zone.com/ RDesktop] |[http://twinvnc.free.fr/index.php?menu=01&lang=eng TwinVNC], [http://www.hd-zone.com/ RDesktop] |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Audio== {| class="wikitable sortable" |- !width:30%;|Audio !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Playing playback Audio |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6563&forum=4&post_id=62686#forumpost62686 mp3Player], [http://archives.aros-exec.org/index.php?function=browse&cat=video/play Mplayer], [ HarmonyPlayer hp], [http://www.a500.org/downloads/audio/index.xhtml playcdda] CDs, [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=7051&forum=2&post_id=67657#forumpost67657 WildMidi Player], [https://bszili.morphos.me/ UADE mod player], [], |AmiNetRadio, AmigaAmp, playOGG, |TuneNet, SimplePlay, AmigaAmp, TKPlayer |AmiNetRadio, Mplayer, Kaya, AmigaAmp |- |Editing Audio |[http://www.audio-evolution.com/downloads/AE4free_AROS.lha Audio Evolution 4] |[http://samplitude.act-net.com/index.html Samplitude Opus Key], [http://www.hd-rec.de/HD-Rec/index.php?site=home HD-Rec], [http://www.sonicpulse.de/eng/news.html SoundFX], |[http://www.hd-rec.de/HD-Rec/index.php?site=home HD-Rec], AmiSoundED, [http://os4depot.net/?function=showfile&file=audio/record/audioevolution4.lha Audio Evolution 4] |[http://www.hd-rec.de/HD-Rec/index.php?site=home HD-Rec], Audio Evolution 4 to come |- |Editing Tracker Music |[http://code.google.com/p/protrekkr/ Protrekkr 2.54 included with Icaros 2.x], [http://code.google.com/p/protrekkr/ Protrekkr], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6898&forum=4&post_id=66227#forumpost66227 Schism Tracker], [http://archives.aros-exec.org/index.php?function=browse&cat=audio/tracker MilkyTracker], [http://www.hivelytracker.com/ HivelyTracker], [ Radium in AROS already], [http://www.a500.org/downloads/development/index.xhtml libMikMod], |MilkyTracker, HivelyTracker, DigiBooster, Octamed SoundStudio, |MilkyTracker, HivelyTracker, GoatTracker |MilkyTracker, GoatTracker, DigiBooster, |- |Editing Music Other ([http://groups.yahoo.com/group/bpdevel/?tab=s Midi via CAMD], Live Looping or Audio Misc) |[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=47063#forumpost47063 early wip Bars and Pipes], |[http://bnp.hansfaust.de/ Bars'n'Pipes], MusicX*, Deluxe Music*, [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5732&forum=4&post_id=53660#forumpost53660 Horny], HD-Rec, [http://www.camx.de/camx_amiga.htm Camouflague]*, [https://github.com/kmatheussen/camd CAM-D], |HD-Rec, Rockbeat, [http://bnp.hansfaust.de/download.html Bars'n'Pipes], [http://os4depot.net/index.php?function=browse&cat=audio/edit Horny], Audio Evolution 4, |Bars'n'Pipes, |- |Sound Sampling |[http://www.audio-evolution.com/index.php?option=com_content&view=article&id=30&Itemid=23%22 Audio Evolution 4], [http://www.clusteruk.com/SitePortalPage.aspx?siteid=1&cfid=0&did=162 Quick Record], |Audio Evolution 3, [http://samplitude.act-net.com/index.html Samplitude Opus Key], Audiomaster IV*, |HD-Rec, Audio Evolution 4, |HD-Rec, Audio Evolution 4, |- |CD/DVD burn |[https://code.google.com/p/amiga-fryingpan/ FryingPan], |FryingPan, [http://www.estamos.de/makecd/#CurrentVersion MakeCD], |FryingPan, AmiDVD, |[http://www.amiga.org/forums/printthread.php?t=58736 FryingPan], Jalopeano, |- |CD/DVD audio rip |Lame, [http://www.imica.net/SitePortalPage.aspx?siteid=1&cfid=0&did=167 Quick CDrip], |Lame, [http://main.aminet.net/pub/aminet/mus/misc/MUImp3.lha Ncode + Rexx], |Lame, |Lame, [http://main.aminet.net/pub/aminet/mus/misc/flac-morphos.lha Flac ripper], |- |MP3 v1 and v2 Tagger |id3ren (v1), [http://archives.aros-exec.org/index.php?function=browse&cat=audio/edit mp3info], |[http://main.aminet.net/pub/aminet/mus/edit/MP3TagEditor.lha MP3TagEditor] v1 and v2, [http://main.aminet.net/pub/aminet/mus/misc/MPTool_1.23.lha MPTool], |[http://main.aminet.net/pub/aminet/mus/misc/id3ren-os4.lha ID3ren], |[http://main.aminet.net/pub/aminet/comm/net/mpgtx_1.3.1_mos.lha MPGtx], |- |Audio Convert |[http://www.online-convert.com/ Online Convert], |[http://aminet.net/package/mus/misc/SoundBox SoundBox], [http://aminet.net/package/mus/misc/SoundBoxKey SoundBox Key], [http://aminet.net/package/mus/edit/SampleE SampleE], sox |? |? |- |<!--Sub Menu-->Streaming i.e. despotify |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->DJ mixing jamming |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Radio Automation Software [http://www.rivendellaudio.org/ Rivendell], [http://code.campware.org/projects/livesupport/report/3 Campware LiveSupport], [http://www.sourcefabric.org/en/airtime/ SourceFabric AirTime], [http://www.ohloh.net/p/mediabox404 MediaBox404], | | | | |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Video Creativity and Production== {| class="wikitable sortable" |- !width:30%;|Video !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Playing Video |[http://archives.aros-exec.org/index.php?function=browse&cat=video/play Mplayer], [http://www.a500.org/downloads/video/index.xhtml CDXL player], [http://www.a500.org/downloads/video/index.xhtml IffAnimPlay], [https://ftp.gnome.org/mirror/archive/ftp.sunet.se/pub/aminet/gfx/show/VAMP-AROS.lha VAMP], |Frogger*, AMP2, MPlayer, RiVA*, MooViD*, |DvPlayer, MPlayer |MPlayer, Frogger, AMP2, VLC |- |Streaming Video |Mplayer, |? |Mplayer, Gnash, Tubexx |Mplayer, OWB, Tubexx |- |Playing DVD |[http://a-mc.biz/ AMC]*, Mplayer |AMP2, Frogger |[http://a-mc.biz/ AMC]*, DvPlayer*, AMP2, |Mplayer |- |Screen Recording |[http://archives.aros-exec.org/index.php?function=browse&cat=video/record Screenrecorder], [ ], [ ], [ ], [ ], |? |? |Screenrecorder, |- |Create and Edit Individual Video |[ Mencoder], [ Quick Videos], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit AVIbuild], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/misc FrameBuild], |Mainactor Broadcast*, [http://en.wikipedia.org/wiki/Video_Toaster Video Toaster], Broadcaster Elite, MovieShop, Adorage, [http://www.sci.fi/~wizor/webcam/cam_five.html VHI studio]*, |FFMpeg/GUI |Blender, Mencoder, FFmpeg |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Misc Application== {| class="wikitable sortable" |- !width:30%;|Misc Application !width:10%;|AROS(x86) !width:10%;|Amiga OS3 (68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |File Management |DOpus, [ DOpus Magellan], [ Scalos], [ ], |DOpus, [http://sourceforge.net/projects/dopus5allamigas/files/?source=navbar DOpus Magellan], ClassAction, FileMaster, [http://kazong.privat.t-online.de/archive.html DM2], [http://www.amiga.org/forums/showthread.php?t=4897 DirWork 2]*, |DOpus, Filer, AmiDisk |DOpus |- |File Verification / Repair |md5 (linux shell), [http://archives.aros-exec.org/index.php?function=browse&cat=utility/filetool workpar2] (PAR2), cksfv [http://zakalwe.fi/~shd/foss/cksfv/files/ from website], |? |? |Par2, |- |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5483&forum=7&post_id=51115#forumpost51115 App Installer] |Jack |InstallerNG, Grunch, |Jack |Jack |- |C/C++ IDE |Murks, [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit FrexxEd], Annotate, |[http://devplex.awardspace.biz/cubic/index.html Cubic IDE]*, Annotate, [http://main.aminet.net/pub/aminet/text/edit/XDME_1.84_src.lha XDME], Annotate, |CodeBench |[http://devplex.awardspace.biz/cubic/index.html Cubic IDE]*, Anontate, |- |Gui Creators |[http://aros-exec.org/modules/newbb/viewtopic.php?start=10&topic_id=5578&viewmode=flat&order=ASC MuiBuilder], |[http://main.aminet.net/pub/aminet/dev/gui/gadtoolsbox20c.lha GadtoolBox], [http://main.aminet.net/pub/aminet/dev/e/GTXConv.lha GadtoolBox to E], [http://main.aminet.net/pub/aminet/dev/gui/IEditor.lha IEditor], [http://main.aminet.net/pub/aminet/dev/gui/DesignerSource.lha Designer Src], [http://main.aminet.net/pub/aminet/dev/e/GTXConv.lha GTX Convert], |? |[ MuiBuilder], |- |Catalog .cd .ct Editors |FlexCat |[http://www.geit.de/deu_simplecat.html SimpleCat], FlexCat |[http://aminet.net/package/dev/misc/simplecat SimpleCat], FlexCat |[http://www.geit.de/deu_simplecat.html SimpleCat], FlexCat |- |Repository |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5699&forum=2&post_id=53395#forumpost53395 Git] |? |Git |[http://www.morphzone.org/modules/newbb_plus/viewtopic.php?forum=9&topic_id=5532&post_id=59549&viewmode=thread&order=0 Git] |- |Filesystem Backup | |[http://main.aminet.net/pub/aminet/util/cli/mymirror.lha MyMirror], [http://main.aminet.net/pub/aminet/disk/bakup/MRBackup221Dis.lha MrBackup], Quarterback Tools*, | | |- |Filesystem Repair | | Quarterback Tools, [ ], [ ], [ ], | | |- |Multiple File renaming | DOpus 4 or 5, |[http://main.aminet.net/pub/aminet/util/misc/MultiRen.lha MultiRen], [http://main.aminet.net/pub/aminet/util/shell/rename2u.lha Rename2u], | | |- |Anti Virus |? |VChecker, |? |? |- |<!--Sub Menu-->Random Wallpaper Desktop changer |<!--AROS-->[ DOpus5], [ Scalos], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Alarm Clock, Timer, Stopwatch, Countdown |<!--AROS-->[http://archives.aros-exec.org/index.php?function=browse&cat=utility/workbench DClock], [http://aminet.net/util/time/AlarmClockAROS.lha AlarmClock], [], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Fortune Cookie Quotes Sayings |<!--AROS-->[http://archives.aros-exec.org/index.php?function=browse&cat=utility/misc AFortune], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Languages |<!--AROS--> |<!--Amiga OS-->Fun School, |<!--AmigaOS4--> |<!--MorphOS--> |- |Mathematics ([http://www-fourier.ujf-grenoble.fr/~parisse/install_en.html Xcas], etc.), |[http://archives.aros-exec.org/index.php?function=browse&cat=utility/scientific mathX] |Maple V, mathX, Fun School, GCSE Maths, [ ], [ ], [ ], |Yacas |Yacas |- |<!--Sub Menu-->Classroom Aids |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Assessments |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Reference |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Training |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Courseware |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Skills Builder |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Misc Application 2== {| class="wikitable sortable" |- !width:30%;|Misc Application !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |BASIC |[http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=7206&viewmode=compact&order=ASC&type=&mode=0 X-AMOS], [http://archives.aros-exec.org/index.php?function=browse&cat=development/language SDLBasic], [http://www.dusabledanslherbe.eu/AROSPage/MISC.14.html Alvyn], [http://archives.aros-exec.org/index.php?function=browse&cat=development/language Basic4SDL], [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53371#forumpost53371 Ace Basic], |[http://www.amiforce.de/main.php Amiblitz 3], [http://amos.condor.serverpro3.com/AmosProManual/contents/c1.html Amos Pro], [http://aminet.net/package/dev/basic/ace24dist ACE Basic], |? |sdlBasic |- |OSK On Screen Keyboard |? |[http://main.aminet.net/pub/aminet/util/wb/OSK.lha OSK] |? |? |- |<!--Sub Menu-->Screen Magnifier Magnifying Glass Magnification |<!--AROS-->[http://www.onyxsoft.se/files/zoomit.lha ZoomIT], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Comic Book CBR CBZ format reader viewer | [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8395&forum=4&post_id=83694#forumpost83694 comics], |? |? |? |- |Ebook Reader |? |? |? |? |- |Ebook Converter |? |? |? |? |- |Text to Speech, |[http://archives.aros-exec.org/index.php?function=browse&cat=audio/misc flite], |[http://www.text2speech.com translator], [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=60084#forumpost60084 Die Giga Engine], |[http://www.os4depot.net/index.php?function=search&tool=simple FLite] |[http://se.aminet.net/pub/aminet/mus/misc/ FLite] |- |Speech Voice Recognition Dictation - [http://sourceforge.net/projects/cmusphinx/files/ CMU Sphinx], [http://julius.sourceforge.jp/en_index.php?q=en/index.html Julius], [http://www.isip.piconepress.com/projects/speech/index.html ISIP], |? |? |? |? |- |Fractals |? |ZoneXplorer, [http://amifind.platon42.de/cgi-bin/amifind?query=fractal&dir=256&mode=and Various], |? |? |- |World Construction |? |Vista Pro and [http://en.wikipedia.org/wiki/World_Construction_Set World Construction Set] |? |? |- |Astronomy |[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=14784#forumpost14784 Digital Almanac (ABIv0 only)], |[http://aminet.net/misc/sci/DA3V56ISO.zip Digital Almanac], Distant Suns*, [http://www.syz.com/DU/ Digital Universe]*, |[http://sourceforge.net/projects/digital-almanac/ Digital Almanac], Distant Suns*, [http://www.digitaluniverse.org.uk/ Digital Universe]*, |[http://www.aminet.net/misc/sci/da3.lha Digital Almanac], |- |CAD [http://www.nocrew.org/software/ocadis/?part=features oCADis], [http://avocado-cad.sourceforge.net/ avoCADo], [http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page FreeCAD python], |? |XCad (GFACAD)*, MAXONcad)*, [http://main.aminet.net/pub/aminet/gfx/3d/Cycas178_EN.lha Cycas*], DynaCadd*, |? |? |- |PCB design |? |[http://main.aminet.net/pub/aminet/gfx/edit/SchemariCAD.lha SchemariCAD], [ ], [ ], [ ], |? |? |- | Genealogy History Family Tree Ancestry Records (FreeBMD, FreeREG, and FreeCEN file formats or GEDCOM GenTree) | | [ Origins], [ Your Family Tree], [ ], [ ], [ ], | | |- |<!--Sub Menu-->Screen Display Blanker screensaver |<!--AROS-->Blanker Commodity (built in), [http://www.mazze-online.de/files/gblanker.i386-aros.zip GarshneBlanker (can be buggy)], |<!--Amiga OS-->MultiCX, |<!--AmigaOS4--> |<!--MorphOS-->ModernArt Blanker, |- |<!--Sub Menu-->Maths Graph Function Plotting |<!--AROS-->[https://blog.alb42.de/programs/#MUIPlot MUIPlot], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->App Utility Launcher Dock toolbar |<!--AROS-->[ BoingBar], [https://github.com/adkennan/DockBot Dockbot], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Games & Emulation== Some emulators require OpenGL to function and if the sound and emulation is fast, adjust ahi prefs channels, frequency and unit0 and unit1. Free public domain roms for use with emulators can be found [http://www.pdroms.de/ here] as most of the rest are covered by copyright rules. If you like to read about old games see [http://retrogamingtimes.com/ here] and [http://www.armchairarcade.com/neo/ here] and a [http://www.vintagecomputing.com/ blog] about old computers. Possibly some of the [http://www.answers.com/topic/list-of-best-selling-computer-and-video-games best selling] of all time. [http://en.wikipedia.org/wiki/List_of_computer_system_emulators Wiki] with emulated systems list. [http://aros.sourceforge.net/documentation/users/shell/changetaskpri.php changetaskpri -1] {| class="wikitable sortable" |- !width:10%;|Games [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Emulation] !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Games Emulation Amstrad CPC | [http://www.dusabledanslherbe.eu/AROSPage/Amstrad-CPC.42.html Caprice32 (OpenGL & pure SDL)], [http://www.dusabledanslherbe.eu/AROSPage/Amstrad-CPC.42.html Arnold], [http://www.cpcbox.com/ CPC Html5 Online], [http://www.cpcbox.com/ CPC Box javascript], | | [http://os4depot.net/index.php?function=browse&cat=emulation/computer ] | [http://morphos.lukysoft.cz/en/vypis.php?kat=2 ], |- |Games Emulation Apple2 and 2GS | | | | |- |Games Emulation Arcade |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Mame], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5288&forum=4&post_id=49091#forumpost49091 SI Emu (ABIv0 only)], |Mame, |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem xmame], amiarcadia, | [http://morphos.lukysoft.cz/en/vypis.php?kat=2 Mame], |- |Games Emulation Atari 2600 |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Stella], | | | |- |Games Emulation Atari 5200 | | | | |- |Games Emulation Atari 7800 | | | | |- |Games Emulation Atari 400 800 130XL |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Atari800], | | | |- |Games Emulation Atari Lynx |[http://myfreefilehosting.com/f/6366e11bdf_1.93MB Handy (ABIv0 only)], | | | |- |Games Emulation Atari Jaguar | | | | |- |Games Emulation Bandai Wonderswan | | | | |- |Games Emulation BBC Micro and Acorn Electron |[http://jemu.winape.net/ BBC Micro Online], |[http://beebem-unix.bbcmicro.com/download.html BeebEm], [http://b-em.bbcmicro.com/ B-Em], [http://elkulator.acornelectron.co.uk/ Elkulator], [http://electrem.emuunlim.com/ ElectrEm], | | |- |Games Emulation Dragon 32 and Tandy CoCo | |[http://www.6809.org.uk/dragon/xroar.shtml Xroar], | | |- |Games Emulation Commodore C16 Plus4 | | | | |- |Games Emulation Commodore C64 |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Vice (ABIv0 only)], [http://c64s.com/ C64 Online], |Frodo, |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem viceplus], |Vice, |- |Games Emulation Commodore Amiga |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Janus UAE], Emumiga, |n/a |[http://os4depot.net/index.php?function=browse&cat=emulation/computer UAE], | [http://morphos.lukysoft.cz/en/vypis.php?kat=2 UAE], |- |Games Emulation Japanese MSX MSX2 |[http://jsmsx.sourceforge.net/ JS based MSX Online], | | | |- |Games Emulation Mattel Intelivision | | | | |- |Games Emulation Mattel Colecovision and Adam | | | | |- |Games Emulation Milton Bradley (MB) Vectrex |[http://www.twitchasylum.com/jsvecx/ JS based Vectrex Online], | | | |- |Games Emulation Nintendo Gameboy |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem vba no sound], [http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU JS based Gameboy Online], | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem vba] | |- |Games Emulation Nintendo NES |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5288&forum=4&post_id=49091#forumpost49091 EmiNES], [http://www.nintendo8.com/ Nes Online], [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Fceu], [http://www.virtualnes.com/index.html vNes Online], |AmiNES, [http://www.dridus.com/~nyef/darcnes/ darcNES], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem amines] | |- |Games Emulation Nintendo SNES |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Zsnes], |? |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem warpsnes] |[http://fabportnawak.free.fr/snes/ Snes9x], |- |Games Emulation Nintendo N64 |[http://code.google.com/p/mupen64plus/ Mupen64+], |[http://code.google.com/p/mupen64plus/ Mupen64+], |? |? |- |Games Emulation NEC PC Engine |? |[http://www.hugo.fr.fm/ Hugo], [http://mednafen.sourceforge.net/ Mednafen], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem tgemu] | |- |Games Emulation Sega Master System (SMS) |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Dega], [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem sms], | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem osmose] | |- |Games Emulation Sega Genesis/Megadrive |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem gp no sound], [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem DGen], |[http://code.google.com/p/genplus-gx/ Genplus], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem genesisplus] | |- |Games Emulation Sega Saturn |? |[http://yabause.org/ Yabause], | | |- |Games Emulation Sinclair ZX80 and ZX81 |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Games Emulation Sinclair Spectrum |[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=48776#forumpost48776 Fuse (crackly sound)], [http://www.dusabledanslherbe.eu/AROSPage/Sam-Coupe.43.html SimCoupe], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5288&forum=4&post_id=49091#forumpost49091 FBZX slow], [http://matt.west.co.tt/spectrum/jsspeccy/ Speccy Online], |[http://www.lasernet.plus.com/ Asp], [http://www.zophar.net/sinclair.html Speculator], [http://www.worldofspectrum.org/x128/index.html X128], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/computer ] | |- |Games Emulation Sinclair QL |? |[http://aminet.net/package/misc/emu/QDOS4amiga1 QDOS4amiga] | | |- |Games Emulation SNK NeoGeo Pocket | | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem gngeo], NeoPop, | |- |Games Emulation Sony PlayStation |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem FPSE], | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem FPSE] | |- |Games Emulation [http://en.wikipedia.org/wiki/Tangerine_Computer_Systems Tangerine] Oric and Atmos |[http://aminet.net/package/misc/emu/oricutron Oricutron] |<!--Amiga OS--> |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem Oricutron] |[http://aminet.net/package/misc/emu/oricutron Oricutron] |- |Games Emulation TI 99/4 99/4A |<!--AROS--> |[http://aminet.net/package/misc/emu/TI4Amiga TI4Amiga] |<!--AmigaOS4--> |<!--MorphOS--> |- |Games Emulation HP 38G 40GS 48 49G/50G] Graphing Calculators |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Games Emulation TI 58 83 84 86 - 89 92 Graphing Calculators |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- | MB Milton Bradley Vextrex | [http://www.portacall.org/downloads/vecxgl.lha Vectrex OpenGL], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Games || AROS || Amiga OS || Amiga OS4 || Morphos |- |Games Action - [https://github.com/XProger/OpenLara openlara], [https://github.com/opentomb/OpenTomb opentomb] |[http://archives.aros-exec.org/index.php?function=browse&cat=game/action Thrust], [http://archives.aros-exec.org/index.php?function=browse&cat=game/action Worms], | | | |- |Games Adventure [http://dotg.sourceforge.net/ DMJ], |[http://archives.aros-exec.org/index.php?function=browse&cat=game/adventure ], [http://www.dusabledanslherbe.eu/AROSPage/Aquaria.37.html Aquaria]*(openGL), [http://www.toolness.com/wp/category/interactive-fiction/ Infocom], [http://www.accardi-by-the-sea.org/ Zork Online]. [http://www.sarien.net/ Sierra Sarien], [http://www.ucw.cz/draci-historie/index-en.html Dragon History for ScummVM], | | | |- |Games Board |[http://archives.aros-exec.org/index.php?function=browse&cat=game/board ], [http://www.casualgirlgamer.com/articles/entry/28/The-Best-30-HTML-5-games/ Various], | | | |- |Games Cards |[http://andsa.free.fr/ Reko Online], |[http://home.arcor.de/amigasolitaire/e/welcome.html Reko], | | |- |Games Misc |[http://archives.aros-exec.org/index.php?function=browse&cat=game/misc ], [http://www.tripwiremagazine.com/2011/11/html5-games.html Various HTML5 Games], | | | |- |Games FPS |Doom, Quake, [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Quake 3 Arena (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Cube (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Assault Cube (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Cube 2 Sauerbraten (OpenGL)], [http://fodquake.net/test/ FodQuake QuakeWorld], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6853&forum=4&post_id=66915#forumpost66915 Duke Nukem 3D], [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=6941&viewmode=flat&order=ASC&type=&mode=0 Darkplaces Nexuiz Xonotic], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Doom 3 SDL (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Hexenworld and Hexen 2], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=7200&forum=4&post_id=69528#forumpost69528 Aliens vs Predator Gold 2000 (openGL)], [ Odamex (openGL doom)], |Doom, Quake, AB3D, Fears, Breathless, |Doom, Quake, |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 Doom], Quake, Quake 3 Arena, |- |Games MMORG |[http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=4860&viewmode=flat&order=ASC Eternal Lands (OpenGL)], |? |? |? |- |Games Platform |[http://archives.aros-exec.org/index.php?function=browse&cat=game/platform ], [http://www.dusabledanslherbe.eu/AROSPage/mog.27.html# Maze of Galious], [http://www.dusabledanslherbe.eu/AROSPage/Gish.38.html Gish]*(openGL), [http://www.dusabledanslherbe.eu/AROSPage/MegaMario.15.html Mega Mario], [http://www.gianas-return.de/ Giana's Return], [http://www.sqrxz.de/ Sqrxz], [http://www.sqrxz2.de/ Sqrxz 2], [http://www.sqrxz.de/sqrxz-3/ Sqrxz 3], [http://www.sqrxz.de/sqrxz-4/ Sqrxz 4], [http://archives.aros-exec.org/index.php?function=browse&cat=game/platform Cave Story], | | | |- |Games Puzzle |[http://archives.aros-exec.org/index.php?function=browse&cat=game/puzzle ], [http://www.dusabledanslherbe.eu/AROSPage/Cubosphere.41.html Cubosphere (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/puzzle Candy Crisis], [http://www.portacall.org//downloads/BlastGuy.lha Blast Guy Bomberman clone], [http://bszili.morphos.me/ TailTale], [http://www.casualgirlgamer.com/articles/entry/28/The-Best-30-HTML-5-games/ Best 30 HTML5 Casual Games], [http://www.casualgirlgamer.com/articles/entry/28/The-Best-30-HTML-5-games/ Online DHTML Lemmings], | | | |- |Games Racing (Trigger Rally, VDrift, [http://www.ultimatestunts.nl/index.php?page=2&lang=en Ultimate Stunts], [http://maniadrive.raydium.org/ Mania Drive], ) |[http://www.dusabledanslherbe.eu/AROSPage/download/supertuxkart.zip Super Tux Kart (OpenGL)], [http://www.dusabledanslherbe.eu/AROSPage/F1Spirit.30.html F1 Spirit (OpenGL)], [http://bszili.morphos.me/index.html MultiRacer], | |[http://bszili.morphos.me/index.html Speed Dreams], |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 ], [http://bszili.morphos.me/index.html TORCS], |- |Games RPG [http://gemrb.sourceforge.net/wiki/doku.php?id=installation GemRB], |[http://archives.aros-exec.org/index.php?function=browse&cat=game/roleplaying nethack], BOH, [http://parpg.net/ PA RPG], [http://dnt.dnteam.org/cgi-bin/news.py DNT], [https://github.com/BSzili/aros-stuff Arx Libertatis], |Phantasie, Faery Tale, D&D ones, Dungeon Master, | | |- |Games Shoot Em Ups [http://www.mhgames.org/oldies/formido/ Formido], [http://code.google.com/p/violetland/ Violetland], |[http://www.dusabledanslherbe.eu/AROSPage/download/open_tyrian.rar Open Tyrian], [http://www.parallelrealities.co.uk/projects/starfighter.php Starfighter], [http://www.dusabledanslherbe.eu/AROSPage/Alien-Blaster.20.html Alien Blaster], | |[http://www.parallelrealities.co.uk/projects/starfighter.php Starfighter], | |- |Games Simulations [http://scp.indiegames.us/ Freespace 2], [http://www.heptargon.de/gl-117/gl-117.html GL117], [http://code.google.com/p/corsix-th/ Theme Hospital], [http://code.google.com/p/freerct/ Rollercoaster Tycoon], [http://hedgewars.org/ Hedgewars], | |SimCity, SimAnt, Sim Hospital, Theme Park, | |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 ] |- |Games Strategy [http://rtsgus.org/ RTSgus], [http://wargus.sourceforge.net/ Wargus], [http://stargus.sourceforge.net/ Stargus], |[http://archives.aros-exec.org/index.php?function=browse&cat=game/strategy MegaGlest (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/strategy UFO:AI (OpenGL)], [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=61383#forumpost61383 Epiar OpenGL], [http://www.tripwiremagazine.com/2011/11/html5-games.html C&C Html5], [http://wizard2k8.uw.hu/aros.html FreeCiv], [http://play.freeciv.org/ HTML5 FreeCiv], | | |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 ] |- |Games Sandbox Minecraft(TM) [http://www.michaelfogleman.com/craft/ Craft], [ Minetest], [ infiniminer], |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Battle Royale |<!--AROS-->[https://bruh.io/ Play.Bruh.io], [https://www.coolmathgames.com/0-copter Copter Royale], [https://surviv.io/ Surviv.io], [https://nuggetroyale.io/#Ketchup Nugget Royale], [https://miniroyale2.io/ Miniroyale2.io], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} ==Application Guides== ===Web Browser Fab's Odyssey OWB === *Acid3.acidtests.org html5 100/100 *html5test.com 334 out of 555 points *July 2015 [https://github.com/deadw00d/OdysseyWebBrowser WebKit version 187682] *2016 updating Mesa is "walk in the park" compared to updating WebKit engine in Odyssey, updating a web browser is not a trivial matter even for experienced programmers. The os interface code is mostly separated from the webkit engine in a separate set of files, there is still enough, that is interwoven and one needs to know a lot about how these interface, so huge effort when debugging. OWB uses Webkit1 and should not be used for vital personal data handling unlike Webkit2 which added further security features later If you have up to 2gb of memory or more, copy the OWB browser drawer (directory) to ram and run the browser from there - saves hard disk wear and tear drag the OWB drawer (directory) from Utilities to the RAM Disk icon on the desktop. Double click on the RAM Disk to open and again on the OWB icon. Right click on the OWB app and select WB Run option from the list shown. Slow internet experience can sometimes be improved by deleting cookies.db Please backup your cookies file as it's quite difficult to log in anymore if you lose them... New CA certification file for MuiOWB/Odyssey needed from [https://curl.haxx.se/ca/rename cacert.pem but expects to be ca-bundle.crt] from https://curl.haxx.se/docs/caextract.html, obtained from https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt Around 2016, adding "?disable_polymer=true" to a YouTube url would disable the new web component called [https://github.com/Polymer/polymer polymer] which is possibly why embedded videos sometimes work with Odyssey. Although playback is hit or miss even after first successful play Youtube's main page interface stopped working years ago but can sometimes work if you spoof the browser as IPad and use https://m.youtube.com/ instead. Sometimes m.youtube.com is unusable for AROS as Google likes breaking YouTube support often. AROS will need at least a new youtube.js type script written to gain some access back again play any YouTube video then add “&app=m&persist_app=1" behind the video URL in the address bar at the top of the screen. Now, your YouTube desktop version will display as a mobile version. Downloading video used to be easy but no longer, add ezdownload.js to the scripts folder list just like youtube.js. YouTube HTML5 converter scripts have been useless for a while now, the Scripts drawer (folder), located within the Odyssey drawer/folder ... Certain versions of OWB allow you to download the video to hard/ram disk and watch it with MPlayer after. Just start playing a video and then open the Network Activity window, and right click the video stream and copy its url. Then paste the url in the OWB to get it displayed directly in the internal media player... and then right click over the video and select "Download media" option. This may sound complicated, but when you learn it, it's just few clicks and you can download almost any video to a file Also, Youtube HTML5 player needs the youtube_fullscreen_fix.js script for youtube, etc ===E-mail SimpleMail=== SimpleMail supports IMAP and appears to work with GMail, but it's never been reliable enough, it can crash with large mailboxes. Please read more on this [http://www.freelists.org/list/simplemail-usr User list] GMail Be sure to activate the pop3 usage in your gmail account setup / configuration first. pop3: pop.gmail.com Use SSL: Yes Port: 995 smtp: smtp.gmail.com (with authentication) Use Authentication: Yes Use SSL: Yes Port: 465 or 587 Hotmail/MSN/outlook/Microsoft Mail mid-2017, all outlook.com accounts will be migrated to Office 365 / Exchange Most users are currently on POP which does not allow showing folders and many other features (technical limitations of POP3). With Microsoft IMAP you will get folders, sync read/unread, and show flags. You still won't get push though, as Microsoft has not turned on the IMAP Idle command as at Sept 2013. If you want to try it, you need to first remove (you can't edit) your pop account (long-press the account on the accounts screen, delete account). Then set it up this way: 1. Email/Password 2. Manual 3. IMAP 4. * Incoming: imap-mail.outlook.com, port 993, SSL/TLS should be checked * Outgoing: smtp-mail.outlook.com, port 587, SSL/TLS should be checked * POP server name pop-mail.outlook.com, port 995, POP encryption method SSL Yahoo Mail On April 24, 2002 Yahoo ceased to offer POP access to its free mail service. Introducing instead a yearly payment feature, allowing users POP3 and IMAP server support, along with such benefits as larger file attachment sizes and no adverts. Sorry to see Yahoo leaving its users to cough up for the privilege of accessing their mail. Understandable, when competing against rivals such as Gmail and Hotmail who hold a large majority of users and were hacked in 2014 as well. Incoming Mail (IMAP) Server * Server - imap.mail.yahoo.com * Port - 993 * Requires SSL - Yes Outgoing Mail (SMTP) Server * Server - smtp.mail.yahoo.com * Port - 465 or 587 * Requires SSL - Yes * Requires authentication - Yes Your login info * Email address - Your full email address (name@domain.com) * Password - Your account's password * Requires authentication - Yes Note that you need to enable “Web & POP Access” in your Yahoo Mail account to send and receive Yahoo Mail messages through any other email program. You will have to enable “Allow your Yahoo Mail to be POPed” under “POP and Forwarding”, to send and receive Yahoo mails through any other email client. Cannot be done since 2002 unless the customer pays Yahoo a subscription subs fee to have access to SMTP and POP3 * Set the POP server for incoming mails as pop.mail.yahoo.com. You will have to enable “SSL” and use 995 for Port. * “Account Name or Login Name” – Your Yahoo Mail ID i.e. your email address without the domain “@yahoo.com”. * “Email Address” – Your Yahoo Mail address i.e. your email address including the domain “@yahoo.com”. E.g. myname@yahoo.com * “Password” – Your Yahoo Mail password. Yahoo! Mail Plus users may have to set POP server as plus.pop.mail.yahoo.com and SMTP server as plus.smtp.mail.yahoo.com. * Set the SMTP server for outgoing mails as smtp.mail.yahoo.com. You will also have to make sure that “SSL” is enabled and use 465 for port. you must also enable “authentication” for this to work. ===E-mail YAM=== This email client is POP3 only if the SSL library is available [http://www.freelists.org/list/yam YAM Freelists] One of the downsides of using a POP3 mailer unfortunately - you have to set an option not to delete the mail if you want it left on the server. IMAP keeps all the emails on the server. Possible issues Sending mail issues is probably a matter of using your ISP's SMTP server, though it could also be an SSL issue. getting a "Couldn't initialise TLSv1 / SSL error Use of on-line e-mail accounts with this email client is not possible as it lacks the OpenSSL AmiSSl v3 compatible library GMail Incoming Mail (POP3) Server - requires SSL: pop.gmail.com Use SSL: Yes Port: 995 Outgoing Mail (SMTP) Server - requires TLS: smtp.gmail.com (use authentication) Use Authentication: Yes Use STARTTLS: Yes (some clients call this SSL) Port: 465 or 587 Account Name: your Gmail username (including '@gmail.com') Email Address: your full Gmail email address (username@gmail.com) Password: your Gmail password Anyway, the SMTP is pop.gmail.com port 465 and it uses SSLLv3 Authentication. The POP3 settings are for the same server (pop.gmail.com), only on port 995 instead. Outlook.com access <pre > Outlook.com SMTP server address: smtp.live.com Outlook.com SMTP user name: Your full Outlook.com email address (not an alias) Outlook.com SMTP password: Your Outlook.com password Outlook.com SMTP port: 587 Outlook.com SMTP TLS/SSL encryption required: yes </pre > Yahoo Mail <pre > “POP3 Server” – Set the POP server for incoming mails as pop.mail.yahoo.com. You will have to enable “SSL” and use 995 for Port. “SMTP Server” – Set the SMTP server for outgoing mails as smtp.mail.yahoo.com. You will also have to make sure that “SSL” is enabled and use 465 for port. you must also enable “authentication” for this to work. “Account Name or Login Name” – Your Yahoo Mail ID i.e. your email address without the domain “@yahoo.com”. “Email Address” – Your Yahoo Mail address i.e. your email address including the domain “@yahoo.com”. E.g. myname@yahoo.com “Password” – Your Yahoo Mail password. </pre > Yahoo! Mail Plus users may have to set POP server as plus.pop.mail.yahoo.com and SMTP server as plus.smtp.mail.yahoo.com. Note that you need to enable “Web & POP Access” in your Yahoo Mail account to send and receive Yahoo Mail messages through any other email program. You will have to enable “Allow your Yahoo Mail to be POPed” under “POP and Forwarding”, to send and receive Yahoo mails through any other email client. Cannot be done since 2002 unless the customer pays Yahoo a monthly fee to have access to SMTP and POP3 Microsoft Outlook Express Mail 1. Get the files to your PC. By whatever method get the files off your Amiga onto your PC. In the YAM folder you have a number of different folders, one for each of your folders in YAM. Inside that is a file usually some numbers such as 332423.283. YAM created a new file for every single email you received. 2. Open up a brand new Outlook Express. Just configure the account to use 127.0.0.1 as mail servers. It doesn't really matter. You will need to manually create any subfolders you used in YAM. 3. You will need to do a mass rename on all your email files from YAM. Just add a .eml to the end of it. Amazing how PCs still rely mostly on the file name so it knows what sort of file it is rather than just looking at it! There are a number of multiple renamers online to download and free too. 4. Go into each of your folders, inbox, sent items etc. And do a select all then drag the files into Outlook Express (to the relevant folder obviously) Amazingly the file format that YAM used is very compatible with .eml standard and viola your emails appear. With correct dates and working attachments. 5. If you want your email into Microsoft Outlook. Open that up and create a new profile and a new blank PST file. Then go into File Import and choose to import from Outlook Express. And the mail will go into there. And viola.. you have your old email from your Amiga in a more modern day format. ===FTP=== Magellan has a great FTP module. It allows transferring files from/to a FTP server over the Internet or the local network and, even if FTP is perceived as a "thing of the past", its usability is all inside the client. The FTP thing has a nice side effect too, since every Icaros machine can be a FTP server as well, and our files can be easily transferred from an Icaros machine to another with a little configuration effort. First of all, we need to know the 'server' IP address. Server is the Icaros machine with the file we are about to download on another Icaros machine, that we're going to call 'client'. To do that, move on the server machine and 1) run Prefs/Services to be sure "FTP file transfer" is enabled (if not, enable it and restart Icaros); 2) run a shell and enter this command: ifconfig -a Make a note of the IP address for the network interface used by the local area network. For cabled devices, it usually is net0:. Now go on the client machine and run Magellan: Perform these actions: 1) click on FTP; 2) click on ADDRESS BOOK; 3) click on "New". You can now add a new entry for your Icaros server machine: 1) Choose a name for your server, in order to spot it immediately in the address book. Enter the IP address you got before. 2) click on Custom Options: 1) go to Miscellaneous in the left menu; 2) Ensure "Passive Transfers" is NOT selected; 3) click on Use. We need to deactivate Passive Transfers because YAFS, the FTP server included in Icaros, only allows active transfers at the current stage. Now, we can finally connect to our new file source: 1) Look into the address book for the newly introduced server, be sure that name and IP address are right, and 2) click on Connect. A new lister with server's "MyWorkspace" contents will appear. You can now transfer files over the network choosing a destination among your local (client's) volumes. Can be adapted to any FTP client on any platform of your choice, just be sure your client allows Active Transfers as well. ===IRC Internet Relay Chat=== Jabberwocky is ideal for one-to-one social media communication, use IRC if you require one to many. Just type a message in ''lowercase''' letters and it will be posted to all in the [http://irc1.netsplit.de/channels/details.php?room=%23aros&net=freenode AROS channel]. Please do not use UPPER CASE as it is a sign of SHOUTING which is annoying. Other things to type in - replace <message> with a line of text and <nick> with a person's name <pre> /help /list /who /whois <nick> /msg <nick> <message> /query <nick> <message>s /query /away <message> /away /quit <going away message> </pre> [http://irchelp.org/irchelp/new2irc.html#smiley Intro guide here]. IRC Primer can be found here in [http://www.irchelp.org/irchelp/ircprimer.html html], [http://www.irchelp.org/irchelp/text/ircprimer.txt TXT], [http://www.kei.com/irc/IRCprimer1.1.ps PostScript]. Issue the command /me <text> where <text> is the text that should follow your nickname. Example: /me slaps ajk around a bit with a large trout /nick <newNick> /nickserv register <password> <email address> /ns instead of /nickserv, while others might need /msg nickserv /nickserv identify <password> Alternatives: /ns identify <password> /msg nickserv identify <password> === IRC WookieChat === WookieChat is the most complete internet client for communication across the IRC Network. WookieChat allows you to swap ideas and communicate in real-time, you can also exchange Files, Documents, Images and everything else using the application's DCC capabilities. add smilies drawer/directory run wookiechat from the shell and set stack to 1000000 e.g. wookiechat stack 1000000 select a server / server window * nickname * user name * real name - optional Once you configure the client with your preferred screen name, you'll want to find a channel to talk in. servers * New Server - click on this to add / add extra - change details in section below ths click box * New Group * Delete Entry * Connect to server * connect in new tab * perform on connect Change details * Servername - change text in this box to one of the below Server: * Port number - no need to change * Server password * Channel - add #channel from below * auto join - can click this * nick registration password, Click Connect to server button above <pre> Server: irc.freenode.net Channel: #aros </pre> irc://irc.freenode.net/aros <pre> Server: chat.amigaworld.net Channel: #amigaworld or #amigans </pre> <pre> On Sunday evenings USA time usually starting around 3PM EDT (1900 UTC) Server:irc.superhosts.net Channel #team*amiga </pre> <pre> BitlBee and Minbif are IRCd-like gateways to multiple IM networks Server: im.bitlbee.org Port 6667 Seems to be most useful on WookieChat as you can be connected to several servers at once. One for Bitlbee and any messages that might come through that. One for your normal IRC chat server. </pre> [http://www.bitlbee.org/main.php/servers.html Other servers], #Amiga.org - irc.synirc.net eu.synirc.net dissonance.nl.eu.synirc.net (IPv6: 2002:5511:1356:0:216:17ff:fe84:68a) twilight.de.eu.synirc.net zero.dk.eu.synirc.net us.synirc.net avarice.az.us.synirc.net envy.il.us.synirc.net harpy.mi.us.synirc.net liberty.nj.us.synirc.net snowball.mo.us.synirc.net - Ports 6660-6669 7001 (SSL) <pre> Multiple server support "Perform on connect" scripts and channel auto-joins Automatic Nickserv login Tabs for channels and private conversations CTCP PING, TIME, VERSION, SOUND Incoming and Outgoing DCC SEND file transfers Colours for different events Logging and automatic reloading of logs mIRC colour code filters Configurable timestamps GUI for changing channel modes easily Configurable highlight keywords URL Grabber window Optional outgoing swear word filter Event sounds for tabs opening, highlighted words, and private messages DCC CHAT support Doubleclickable URL's Support for multiple languages using LOCALE Clone detection Auto reconnection to Servers upon disconnection Command aliases Chat display can be toggled between AmIRC and mIRC style Counter for Unread messages Graphical nicklist and graphical smileys with a popup chooser </pre> ===IRC Aircos === Double click on Aircos icon in Extras:Networking/Apps/Aircos. It has been set up with a guest account for trial purposes. Though ideally, choose a nickname and password for frequent use of irc. ===XMPP Jabberwocky=== Servers are setup and close down at random You sign up to a server that someone else has setup and access chat services through them. The two ways to access chat from jabberwocky <pre > Jabberwocky -> Server -> XMPP -> open and ad-free Jabberwocky -> Server -> Transports (Gateways) -> Proprietary closed systems </pre > The Jabber.org service connects with all IM services that use XMPP, the open standard for instant messaging and presence over the Internet. The services we connect with include Google Talk (closed), Live Journal Talk, Nimbuzz, Ovi, and thousands more. However, you can not connect from Jabber.org to proprietary services like AIM, ICQ, MSN, Skype, or Yahoo because they don’t yet use XMPP components (XEP-0114) '''but''' you can use Jabber.com's servers and IM gateways (MSN, ICQ, Yahoo etc.) instead. The best way to use jabberwocky is in conjunction with a public jabber server with '''transports''' to your favorite services, like gtalk, Facebook, yahoo, ICQ, AIM, etc. You have to register with one of the servers, [https://list.jabber.at/ this list] or [http://www.jabberes.org/servers/ another list], [http://xmpp.net/ this security XMPP list], Unfortunately jabberwocky can only connect to one server at a time so it is best to check what services each server offers. If you set it up with separate Facebook and google talk accounts, for example, sometimes you'll only get one or the other. Jabberwocky open a window where the Jabber server part is typed in as well as your Nickname and Password. Jabber ID (JID) identifies you to the server and other users. Once registered the next step is to goto Jabberwocky's "Windows" menu and select the "Agents" option. The "Agents List" window will open. Roster (contacts list) [http://search.wensley.org.uk/ Chatrooms] (MUC) are available File Transfer - can send and receive files through the Jabber service but not with other services like IRC, ICQ, AIM or Yahoo. All you need is an installed webbrowser and OpenURL. Clickable URLs - The message window uses Mailtext.mcc and you can set a URL action in the MUI mailtext prefs like SYS:Utils/OpenURL %s NEWWIN. There is no consistent Skype like (H.323 VoIP) video conferencing available over Jabber. The move from xmpp to Jingle should help but no support on any amiga-like systems at the moment. [http://aminet.net/package/dev/src/AmiPhoneSrc192 AmiPhone] and [http://www.lysator.liu.se/%28frame,faq,nobg,useframes%29/ahi/v4-site/ Speak Freely] was an early attempt voice only contact. SIP and Asterisk are other PBX options. Facebook If you're using the XMPP transport provided by Facebook themselves, chat.facebook.com, it looks like they're now requiring SSL transport. This means jabberwocky method below will no longer work. The best thing to do is to create an ID on a public jabber server which has a Facebook gateway. <pre > 1. launch jabberwocky 2. if the login window doesn't appear on launch, select 'account' from the jabberwocky menu 3. your jabber ID will be user@chat.facebook.com where user is your user ID 4. your password is your normal facebook password 5. to save this for next time, click the popup gadget next to the ID field 6. click the 'add' button 7. click the 'close' button 8. click the 'connect' button </pre > you're done. you can also click the 'save as default account' button if you want. jabberwocky configured to auto-connect when launching the program, but you can configure as you like. there is amigaguide documentation included with jabberwocky. [http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=37085&forum=32 Read more here] for Facebook users, you can log-in directly to Facebook with jabberwocky. just sign in as @chat.facebook.com with your Facebook password as the password Twitter For a few years, there has been added a twitter transport. Servers include [http://jabber.hot-chilli.net/ jabber.hot-chili.net], and . An [http://jabber.hot-chilli.net/tag/how-tos/ How-to] :Read [http://jabber.hot-chilli.net/2010/05/09/twitter-transport-working/ more] Instagram no support at the moment best to use a web browser based client ICQ The new version (beta) of StriCQ uses a newer ICQ protocol. Most of the ICQ Jabber Transports still use an older ICQ protocol. You can only talk one-way to StriCQ using the older Transports. Only the newer ICQv7 Transport lets you talk both ways to StriCQ. Look at the server lists in the first section to check. Register on a Jabber server, e.g. this one works: http://www.jabber.de/ Then login into Jabberwocky with the following login data e.g. xxx@jabber.de / Password: xxx Now add your ICQ account under the window->Agents->"Register". Now Jabberwocky connects via the Jabber.de server with your ICQ account. Yahoo Messenger although yahoo! does not use xmpp protocol, you should be able to use the transport methods to gain access and post your replies MSN early months of 2013 Microsoft will ditch MSN Messenger client and force everyone to use Skype...but MSN protocol and servers will keep working as usual for quite a long time.... Occasionally the Messenger servers have been experiencing problems signing in. You may need to sign in at www.outlook.com and then try again. It may also take multiple tries to sign in. (This also affects you if you’re using Skype.) You have to check each servers' Agents List to see what transports (MSN protocol, ICQ protocol, etc.) are supported or use the list address' provided in the section above. Then register with each transport (IRC, MSN, ICQ, etc.) to which you need access. After registering you can Connect to start chatting. msn.jabber.com/registered should appear in the window. From this [http://tech.dir.groups.yahoo.com/group/amiga-jabberwocky/message/1378 JW group] guide which helps with this process in a clear, step by step procedure. 1. Sign up on MSN's site for a passport account. This typically involves getting a Hotmail address. 2. Log on to the Jabber server of your choice and do the following: * Select the "Windows/Agents" menu option in Jabberwocky. * Select the MSN Agent from the list presented by the server. * Click the Register button to open a new window asking for: **Username = passort account email address, typically your hotmail address. **Nick = Screen name to be shown to anyone you add to your buddy list. **Password = Password for your passport account/hotmail address. * Click the Register button at the bottom of the new window. 3. If all goes well, you will see the MSN Gateway added to your buddy list. If not, repeat part 2 on another server. Some servers may show MSN in their list of available agents, but have not updated their software for the latest protocols used by MSN. 4. Once you are registered, you can now add people to your buddy list. Note that you need to include the '''msn.''' ahead of the servername so that it knows what gateway agent to use. Some servers may use a slight variation and require '''msg.gate.''' before the server name, so try both to see what works. If my friend's msn was amiga@hotmail.co.uk and my jabber server was @jabber.meta.net.nz.. then amiga'''%'''hotmail.com@'''msn.'''jabber.meta.net.nz or another the trick to import MSN contacts is that you don't type the hotmail URL but the passport URL... e.g. Instead of: goodvibe%hotmail.com@msn.jabber.com You type: goodvibe%passport.com@msn.jabber.com And the thing about importing contacts I'm afraid you'll have to do it by hand, one at the time... Google Talk any XMPP server will work, but you have to add your contacts manually. a google talk user is typically either @gmail.com or @talk.google.com. a true gtalk transport is nice because it brings your contacts to you and (can) also support file transfers to/from google talk users. implement Jingle a set of extensions to the IETF's Extensible Messaging and Presence Protocol (XMPP) support ended early 2014 as Google moved to Google+ Hangouts which uses it own proprietary format ====Video Player MPlayer==== Many of the menu features (such as doubling) do not work with the current version of mplayer but using 4:3 mplayer -vf scale=800:600 file.avi 16:9 mplayer -vf scale=854:480 file.avi if you want gui use; mplayer -gui 1 <other params> file.avi <pre > stack 1000000 ; using AspireOS 1.xx ; copy FROM SYS:Extras/Multimedia/MPlayer/ TO RAM:MPlayer ALL CLONE > Nil: ; using Icaros Desktop 1.x ; copy FROM SYS:Tools/MPlayer/ TO RAM:MPlayer ALL CLONE > Nil: ; using Icaros Desktop 2.x ; copy FROM SYS:Utilities/MPlayer/ TO RAM:MPlayer ALL CLONE > Nil: cd RAM:MPlayer run MPlayer -gui > Nil: ;run MPlayer -gui -ao ahi_dev -playlist http://www.radio-paralax.de/listen.pls > Nil: </pre > MPlayer - Menu - Open Playlist and load already downloaded .pls or .m3u file - auto starts around 4 percent cache MPlayer - Menu - Open Stream and copy one of the .pls lines below into space allowed, press OK and press play button on main gui interface Old 8bit 16bit remixes chip tune game music http://www.radio-paralax.de/listen.pls http://scenesat.com/ http://www.shoutcast.com/radio/Amiga http://www.theoldcomputer.com/retro_radio/RetroRadio_Main.htm http://www.kohina.com/ http://www.remix64.com/ http://html5.grooveshark.com/ [http://forums.screamer-radio.com/viewtopic.php?f=10&t=14619 BBC Radio streams] http://retrogamer.net/forum/ http://retroasylum.podomatic.com/rss2.xml http://retrogamesquad.com/ http://www.retronauts.com/ http://backinmyplay.com/ http://www.backinmyplay.com/podcast/bimppodcast.xml http://monsterfeet.com/noquarter/ http://www.retrogamingradio.com/ http://www.radiofeeds.co.uk/mp3.asp Change the Mime-Types in Odyssey (Settings -> Preferences -> Mime Types) check if you have "MIME Types -> video/flv" set as: <pre > Extension: flv Viewer: [your path to MPlayer here] -cache 8192 %l </pre > And the same for the other video filetypes. Also, on OWB's Settings Content tab, check "Allow plugins". If it still doesn't work, you can try to delete your OWB prefs/settings and start from scratch. *200x UDP-based protocols like RTP *2009 HTTP Live Streaming (HLS) remains a widely used standard in adaptive bitrate video and Apple alternative to MPEG-DASH [https://github.com/videojs/video.js HTML5 Video Player and MediaSource Extensions MSE for playback], [https://github.com/video-dev/hls.js/ HTTP Live Streaming client], [https://blog.jonlu.ca/posts/illegal-streams HLS security], [https://videojs.github.io/videojs-contrib-hls/ OLD video.js in action] The stream is just MPEG-TS HLS which most browsers are perfectly capable of playing. Too bad the Twitch website appears to be trying to do the heavy lifting that the player should be doing in JavaScript…works by transmuxing MPEG-2 Transport Stream x264 video compression and AAC/MP3 streams into ISO BMFF (MP4) https://thavixt.github.io/twitch-lite/ (https://github.com/thavixt/twitch-lite) They just point back to the bloated twitch website. And by bloated I mean bloated - they even went to the lengths of optimizing their player with wasm... and you really don't need to do this to play HLS, you can just pass the url to the video tag element and that's it. You could probably patch the website with a user script though. All you really need is to obtain the [https://stackoverflow.com/questions/13986047/how-to-play-m3u8-encrypted-playlists-by-providing-key-file-separately m3u8 URL with a valid key file / access token] You should be able to obtain the m3u8 address with something as simple as curl cmdline, really. It's mostly just about sending a POST request to the twitch APIS. See https://github.com/dudik/twitch-m3u8/blob/master/index.js i installed wget and curl but i have no idea how i can set it I copied to a text file named "index.js" in the link you put. then from shell I typed: ram:curl index.js but surely missing the parameters to make it work is it possible to have an example of its use? You need to understand what you're doing there (as in, know JavaScript and understand what kind of data needs to be sent to the twitch API and how). Just sayin' it's doable, not how to do it exactly. M3U (or M3U8) is a plain text file format originally created to organize collections of MP3 files. The format is extended for HLS, where it’s used to define media streams. In HLS there are two kinds of m3u8 files: * Media playlist: containing URLs of the files needed for streaming (i.e. chunks of the original video to be played). * Master playlist: contains URLs to media playlists which, in turn, contain variants of the same video prepared for different bandwidths. A so-called M3U8 live stream URL is nothing more than URLs to M3U8 files, such as: https://s3-us-west-2.amazonaws.com/hls-playground/hls.m3u8. <pre> #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:11 #EXTINF:5.215111, 00000.ts #EXTINF:10.344822, 00001.ts #EXTINF:10.344822, 00002.ts #EXTINF:9.310344, 00003.ts #EXTINF:10.344822, 00004.ts ... #EXT-X-ENDLIST </pre> <pre> The first four lines are global (header) metadata for this M3U8 playlist. The EXT-X-VERSION is the version of the M3U8 format (must be at least 3 if we want to use EXTINF entries). The EXT-X-TARGETDURATION tag contain the maximum duration of each video “chunk”. Typically, this value is around 10s. </pre> The rest of the document contains pairs of lines such as: <pre> #EXTINF:10.344822, 00001.ts </pre> This is a video “chunk.” This one represents the 00001.ts chunk which is exactly 10.344822 seconds long. When a client video player needs to start a video from a certain point in said video, it can easily calculate which .ts file it needs to request by adding up the durations of previously viewed chunks. The second line can be a local filename or a URL to that file. The M3U8 file with its .ts files represents the simplest form of a HLS stream – a media playlist. Please keep in mind that not every browser can play HLS streams by default. Master Playlist or Index M3U8 File The previous M3U8 example points to a series of .ts chunks. They are created from the original video file, which is resized encoded and split into chunks. That means we still have the problem outlined in the introduction – what about clients on very slow (or unusually fast) networks? Or, clients on fast networks with very small screen sizes? It makes no sense to stream a file in maximum resolution if it can’t be shown in all its glory on your shiny new phone. M3U8 in HSL HLS solves this problem by introducing another “layer” of M3U8. This M3U8 file will not contain pointers to .ts files, but it has pointers to other M3U8 files which, in turn, contain video files prepared in advance for specific bitrates and resolutions. <pre> #EXTM3U #EXT-X-STREAM-INF:BANDWIDTH=1296,RESOLUTION=640x360 https://.../640x360_1200.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=264,RESOLUTION=416x234 https://.../416x234_200.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=464,RESOLUTION=480x270 https://.../480x270_400.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=1628,RESOLUTION=960x540 https://.../960x540_1500.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=2628,RESOLUTION=1280x720 https://.../1280x720_2500.m3u8 </pre> The video player will pick pairs of lines such as: <pre> #EXT-X-STREAM-INF:BANDWIDTH=1296,RESOLUTION=640x360 https://.../640x360_1200.m3u8 </pre> These are called variants of the same video prepared for different network speeds and screen resolutions. This specific M3U8 file (640x360_1200.m3u8) contains the video file chunks of the video resized to 640x360 pixels and prepared for bitrates of 1296kbps. Note that the reported bitrate must take into account both the video and audio streams in the video. The video player will usually start playing from the first stream variant (in the previous example this is 640x360_1200.m3u8). For that reason, you must take special care to decide which variant will be the first in the list. The order of the other variants isn’t important. If the first .ts file takes too long to download (causing “buffering”, i.e. waiting for the next chunk) the video player will switch to a to a stream with a smaller bitrate. And, of course, if it’s loaded fast enough it means that it can switch to a better quality variant, but only if it makes sense for the resolution of the display. If the first stream in the index M3U8 list isn’t the best one, the client will need one or two cycles until it settles with the right variant. So, now we have three layers of HLS: * Index M3U8 file (the master playlist) containing pointers (URLs) to variants. * Variant M3U8 files (the media playlist) for different streams for different screen sizes and network speeds. They contain pointers (URLs) to .ts files. * .ts files (chunks) which are binary files with parts of the video. ====ZunePaint==== simplified typical workflow * importing and organizing and photo management * making global and regional local correction(s) - recalculation is necessary after each adjustment as it is not in real-time * exporting your images in the best format available with the preservation of metadata Whilst achieving 80% of a great photo with just a filter, the remaining 20% comes from a manual fine-tuning of specific image attributes. For photojournalism, documentary, and event coverage, minimal touching is recommended. Stick to Camera Raw for such shots, and limit changes to level adjustment, sharpness, noise reduction, and white balance correction. For fashion or portrait shoots, a large amount of adjustment is allowed and usually ends up far from the original. Skin smoothing, blemish removal, eye touch-ups, etc. are common. Might alter the background a bit to emphasize the subject. Product photography usually requires a lot of sharpening, spot removal, and focus stacking. For landscape shots, best results are achieved by doing the maximum amount of preparation before/while taking the shot. No amount of processing can match timing, proper lighting, correct gear, optimal settings, etc. Excessive post-processing might give you a dramatic shot but best avoided in the long term. * White Balance - Left Amiga or F12 and K and under "Misc color effects" tab with a pull down for White Balance - color temperature also known as AKA tint (movies) or tones (painting) - warm temp raise red reduce green blue - cool raise blue lower red green * Exposure - exposure compensation, highlight/shadow recovery * Noise Reduction - during RAW development or using external software * Lens Corrections - distortion, vignetting, chromatic aberrations * Detail - capture sharpening and local contrast enhancement * Contrast - black point, levels (sliders) and curves tools (F12 and K) * Framing - straighten () and crop (F12 and F) * Refinements - color adjustments and selective enhancements - Left Amiga or F12 and K for RGB and YUV histogram tabs - * Resizing - enlarge for a print or downsize for the web or email (F12 and D) * Output Sharpening - customized for your subject matter and print/screen size White Balance - F12 and K scan your image for a shade which was meant to be white (neutral with each RGB value being equal) like paper or plastic which is in the same light as the subject of the picture. Use the dropper tool to select this color, similar colours will shift and you will have selected the perfect white balance for your part of the image - for the whole picture make sure RAZ or CLR button at the bottom is pressed before applying to the image above. Exposure correction F12 and K - YUV Y luminosity - RGB extra red tint - move red curve slightly down and move blue green curves slightly up Workflows in practice * Undo - Right AROS key or F12 and Z * Redo - Right AROS key or F12 and R First flatten your image (if necessary) and then do a rotation until the picture looks level. * Crop the picture. Click the selection button and drag a box over the area of the picture you want to keep. Press the crop button and the rest of the photo will be gone. * Adjust your saturation, exposure, hue levels, etc., (right AROS Key and K for color correction) until you are happy with the photo. Make sure you zoom in all of the way to 100% and look the photo over, zoom back out and move around. Look for obvious problems with the picture. * After coloring and exposure do a sharpen (Right AROS key and E for Convolution and select drop down option needed), e.g. set the matrix to 5x5 (roughly equivalent Amount to 60%) and set the Radius to 1.0. Click OK. And save your picture Cutting out and/or replacing unwanted background or features - select large areas with the selection option like the Magic Wand tool (aka Color Range) or the Lasso (quick and fast) with feather 2 to soften edge or the pen tool which adds points/lines/Bézier curves (better control but slower), hold down the shift button as you click to add extra points/areas of the subject matter to remove. Increase the tolerance to cover more areas. To subtract from your selection hold down alt as you're clicking. * Layer masks are a better way of working than Erase they clip (black hides/hidden white visible/reveal). Clone Stamp can be simulated by and brushes for other areas. * Leave the fine details like hair, fur, etc. to later with lasso and the shift key to draw a line all the way around your subject. Gradient Mapping - Inverse - Mask. i.e. Refine your selected image with edge detection and using the radius and edge options / adjuster (increase/decrease contrast) so that you will capture more fine detail from the background allowing easier removal. Remove fringe/halo saving image as png rather than jpg/jpeg to keep transparency background intact. Combining photos (cut, resize, positioning, lighting/shadows (flips) and colouring) - search out photos where the subjects are positioned in similar environments and perspective, to match up, simply place the cut out section (use Magic Wand and Erase using a circular brush (varied sizes) with the hardness set to 100% and no spacing) over the worked on picture, change the opacity and resize to see how it fits. Clone areas with a soft brush to where edges join, Adjust mid-tones, highlights and shadows. A panorama is a wide-angled view of a physical space. It is several stable, rotating tripod based photographs with no vertical movement that are stitched together horizontally to create a seamless picture. Grab a reference point about 20%-30% away from the right side, so that this reference point allows for some overlap between your photos when getting to the editing phase. Spotlights - triange of white opaque shape HDR image consists of three movement free pictures, one overexposed (too bright), one normal and one under-exposed (too dark). These three are merged in software (over, under and then normal at the bottom) to provide a high dynamic range. Aging faces - the ears and nose are more pronounced i.e. keep growing, the eyes are sunken, the neck to jaw ratio decreases, and all the skin shows the impact of years of gravity pulling on it, slim the lips a bit, thinner hairline, removing motion Implemented [http://colorizer.org/ colour model representations] [http://paulbourke.net/texture_colour/colourspace/ Mathematical approach] - Photo stills are spatially 2d (h and w), but are colorimetrically 3d (r g and b, or H L S, or Y U V etc.) as well. * RGB - split cubed mapped color model for photos and computer graphics hardware using the light spectrum (adding and subtracting) * YUV - Y-Lightness U-blue/yellow V-red/cyan (similar to YPbPr and YCbCr) used in the PAL, NTSC, and SECAM composite digital TV color [http://crewofone.com/2012/chroma-subsampling-and-transcoding/#comment-7299 video] Not implemented * HSV/HSB - hue saturation value (brightness) or HSVA with additional alpha transparent (cone of color-nonlinear transformation of RGB) * HSL - slightly different to above (spinning top shape) * CIE Lab - Commission Internationale de l'Eclairage based on brightness, hue, and colourfulness * CIELUV, CIELCH * YCbCr/YCC * CMYK CMJN (subtractive) profile is a narrower gamut (range) than any of the digital representations, mostly used for printing printshop, etc. * Pantone (TM) Matching scale scheme for DTP use * SMPTE DCI P3 color space (wider than sRGB for digital cinema movie projectors) Color Gamuts * sRGB Rec. 709 (TV Broadcasts) * DCI-P3 * Abode RGB * NTSC * Pointers Gamut * Rec. 2020 (HDR 4K streaming) * Visible Light Spectrum Histograms White balanced (neutral) if the spike happens in the same place in each channel of the RGB graphs. If not, you're not balanced. If you have sky you'll see the blue channel further off to the right. RGB is best one to change colours. These elements RGB is a 3-channel format containing data for Red, Green, and Blue in your photo scale between 0 and 255. The area in a picture that appears to be brighter/whiter contains more red color as compared to the area which is relatively darker. Similarly in the green channel the area that appears to be darker contains less amount of green color as compared to the area that appears to be brighter. Similarly in the blue channel the area appears to be darker contains less amount of blue color as compared to the area that appears to be brighter. Brightness luminance histogram also matches the green histogram more than any other color - human eye interprets green better e.g. RGB rough ratio 15/55/30% RGBA (RGB+A, A means alpha channel) . The alpha channel is used for "alpha compositing", which can mostly be associated as "opacity". AROS deals in RGB with two digits for every color (red, green, blue), in ARGB you have two additional hex digits for the alpha channel. The shadows are represented by the left third of the graph. The highlights are represented by the right third. And the midtones are, of course, in the middle. The higher the black peaks in the graph, the more pixels are concentrated in that tonal range (total black area). By moving the black endpoint, which identifies the shadows (darkness) and a white light endpoint (brightness) up and down either sides of the graph, colors are adjusted based on these points. By dragging the central one, can increased the midtones and control the contrast, raise shadows levels, clip or softly eliminate unsafe levels, alter gamma, etc... in a way that is much more precise and creative . RGB Curves * Move left endpoint (black point) up or right endpoint (white point) up brightens * Move left endpoint down or right endpoint down darkens Color Curves * Dragging up on the Red Curve increases the intensity of the reds in the image but * Dragging down on the Red Curve decreases the intensity of the reds and thus increases the apparent intensity of its complimentary color, cyan (Green’s complimentary color is magenta, and blue’s is yellow.) YUV Best option to analyse and pull out statistical elements of any picture (i.e. separate luminance data from color data). The line in Y luma tone box represents the brightness of the image with the point in the bottom left been black, and the point in the top right as white. A low-contrast image has a concentrated clump of values nearer to the center of the graph. By comparison, a high-contrast image has a wider distribution of values across the entire width of the Histogram. A histogram that is skewed to the right would indicate a picture that is a bit overexposed because most of the color data is on the lighter side (increase exposure with higher value F), while a histogram with the curve on the left shows a picture that is underexposed. This is good information to have when using post-processing software because it shows you not only where the color data exists for a given picture, but also where any data has been clipped (extremes on edges of either side): that is, it does not exist and, therefore, cannot be edited. By dragging the endpoints of the line and as well as the central one, can increased the dark/shadows, midtones and light/bright parts and control the contrast, raise shadows levels, clip or softly eliminate unsafe levels, alter gamma, etc... in a way that is much more precise and creative . The U and V chroma parts show color difference components of the image. It’s useful for checking whether or not the overall chroma is too high, and also whether it’s being limited too much Can be used to create a negative image but also With U (Cb), the higher value you are, the more you're on the blue primary color. If you go to the low values then you're on blue complementary color, i.e. yellow. With V (Cr), this is the same principle but with Red and Cyan. e.g. If you push U full blue and V full red, you get magenta. If you push U full yellow and V full Cyan then you get green. YUV simultaneously adds to one side of the color equation while subtracting from the other. using YUV to do color correction can be very problematic because each curve alters the result of each other: the mutual influence between U and V often makes things tricky. You may also be careful in what you do to avoid the raise of noise (which happens very easily). Best results are obtained with little adjustments sunset that looks uninspiring and needs some color pop especially for the rays over the hill, a subtle contrast raise while setting luma values back to the legal range without hard clipping. Implemented/ * would like to see for simplification and ease of use basic filters (presets) like black and white, monochrome, edge detection (sobel), motion/gaussian blur, * negative, sepiatone, retro vintage, night vision, colour tint, color gradient, color temperature, glows, fire, lightning, lens flare, emboss, filmic, pixelate mezzotint, antialias, etc. adjust / cosmetic tools such as crop, * reshaping tools, straighten, smear, smooth, perspective, liquify, bloat, pucker, push pixels in any direction, dispersion, transform like warp, blending with soft light, page-curl, whirl, ripple, fisheye, neon, etc. * red eye fixing, blemish remover, skin smoothing, teeth whitener, make eyes look brighter, desaturate, effects like oil paint, cartoon, pencil sketch, charcoal, noise/matrix like sharpen/unsharpen, (right AROS key with A for Artistic effects) * blend two image, gradient blend, masking blend, explode, implode, custom collage, surreal painting, comic book style, needlepoint, stained glass, watercolor, mosaic, stencil/outline, crayon, chalk, etc. borders such as * dropshadow, rounded, blurred, color tint, picture frame, film strip polaroid, bevelled edge, etc. brushes e.g. * frost, smoke, etc. and manual control of fix lens issues including vignetting (darkening), color fringing and barrel distortion, and chromatic and geometric aberration - lens and body profiles perspective correction levels - directly modify the levels of the tone-values of an image, by using sliders for highlights, midtones and shadows curves - Color Adjustment and Brightness/Contrast color balance one single color transparent (alpha channel (color information/selections) for masking and/or blending ) for backgrounds, etc. Threshold indicates how much other colors will be considered mixture of the removed color and non-removed colors decompose layer into a set of layers with each holding a different type of pattern that is visible within the image any selection using any selecting tools like lasso tool, marquee tool etc. the selection will temporarily be save to alpha If you create your image without transparency then the Alpha channel is not present, but you can add later. File formats like .psd (Photoshop file has layers, masks etc. contains edited sensor data. The original sensor data is no longer available) .xcf .raw .hdr Image Picture Formats * low dynamic range (JPEG, PNG, TIFF 8-bit), 16-bit (PPM, TIFF), typically as a 16-bit TIFF in either ProPhoto or AdobeRGB colorspace - TIFF files are also fairly universal – although, if they contain proprietary data, such as Photoshop Adjustment Layers or Smart Filters, then they can only be opened by Photoshop making them proprietary. * llinear high dynamic range (HDR) images (PFM, [http://www.openexr.com/ ILM .EXR], jpg, [http://aminet.net/util/dtype cr2] (canon tiff based), hdr, NEF, CRW, ARW, MRW, ORF, RAF (Fuji), PEF, DCR, SRF, ERF, DNG files are RAW converted to an Adobe proprietary format - a container that can embed the raw file as well as the information needed to open it) An old version of [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/convert dcraw] There is no single RAW file format. Each camera manufacturer has one or more unique RAW formats. RAW files contain the brightness levels data captured by the camera sensor. This data cannot be modified. A second smaller file, separate XML file, or within a database with instructions for the RAW processor to change exposure, saturation etc. The extra data can be changed but the original sensor data is still there. RAW is technically least compatible. A raw file is high-bit (usually 12 or 14 bits of information) but a camera-generated TIFF file will be usually converted by the camera (compressed, downsampled) to 8 bits. The raw file has no embedded color balance or color space, but the TIFF has both. These three things (smaller bit depth, embedded color balance, and embedded color space) make it so that the TIFF will lose quality more quickly with image adjustments than the raw file. The camera-generated TIFF image is much more like a camera processed JPEG than a raw file. A strong advantage goes to the raw file. The power of RAW files, such as the ability to set any color temperature non-destructively and will contain more tonal values. The principle of preserving the maximum amount of information to as late as possible in the process. The final conversion - which will always effectively represent a "downsampling" - should prevent as much loss as possible. Once you save it as TIFF, you throw away some of that data irretrievably. When saving in the lossy JPEG format, you get tremendous file size savings, but you've irreversibly thrown away a lot of image data. As long as you have the RAW file, original or otherwise, you have access to all of the image data as captured. * Exposure triange - aperture, ISO and shutter speed - the three fundamental elements working together so you get the results you want and not what the camera appears to tell you * The Manual/Creative Modes on your camera are Program, Aperture Priority, Shutter Priority, and Manual Mode. On most cameras, they are marked “P, A, S, M.” These stand for “Program Mode, Aperture priority (A or Av), Shutter Priority (S or TV), and Manual Mode. * letters AV (for Canon camera’s) or A (for Nikon camera’s) on your shooting mode dial sets your digital camera to aperture priority - If you want all of the foreground and background to be sharp and in focus (set your camera to a large number like F/11 closing the lens). On the other hand, if you’re taking a photograph of a subject in focus but not the background, then you would choose a small F number like F/4 (opening the lens). When you want full depth-of-field, choose a high f-stop (aperture). When you want shallow depth of field, choose a lower fstop. * Letter M if the subjects in the picture are not going anywhere i.e. you are not in a hurry - set my ISO to 100 to get no noise in the picture - * COMPOSITION rule of thirds (imagine a tic-tac-toe board placed on your picture, whatever is most interesting or eye-catching should be on the intersection of the lines) and leading lines but also getting down low and shooting up, or finding something to stand on to shoot down, or moving the tripod an inch - * Focus PRECISELY else parts will be blurry - make sure you have enough depth-of-field to make the subject come out sharp. When shooting portraits, you will almost always focus on the person's nearest eye * landscape focus concentrate on one-third the way into the scene because you'll want the foreground object to be in extremely sharp focus, and that's more important than losing a tiny bit of sharpness of the objects far in the background. Also, even more important than using the proper hyperfocal distance for your scene is using the proper aperture - * entry level DSLRs allow to change which autofocus point is used rather than always using the center autofocus point and then recompose the shot - back button Free royalty pictures www.freeimages.com, http://imageshack.us/ , http://photobucket.com/ , http://rawpixels.net/, ====Lunapaint==== Pixel based drawing app with nice onion-skin anmation function YouTube movies of DigiCel Flipbook. It becomes quite clear that there is not much missing in Lunapaint to be as good as FlipBook and then you have to take into account that Flipbook is considered to be amongst the best and easiest to use animation software out there. Ok to be honest Flipbook has some nice features that require more heavy work but those aren't so much needed right away, things like camera effects, sound, smart fill, export to different movie file formats etc. Films like Princess and the Frog and Simpsons the movie is made on this piece of software. It's astonising simplistic when you look at it. But it gets the job done. Just like LunaPaint could. I tried Flipbook with my tablet and compared it to Luna. The feeling is the same when sketching. LunaPaint is very responsive/fluent to draw with. Just as Flipbook is, and that responsiveness is something its users have mentioned as one of the positive sides of said software. author was learning MUI. Some parts just have to be rewritten with proper MUI classes before new features can be added. * add [Frame Add] / [Frame Del] * whole animation feature is impossible to use. If you draw 2 color maybe but if you start coloring your cells then you get in trouble * pickup the entire image as a brush, not just a selection ? And consequently remove the brush from memory when one doesn't need it anymore. can pick up a brush and put it onto a new image but cropping isn't possible, nor to load/save brushes. * Undo is something I longed for ages in Lunapaint. * to import into the current layer, other types of images (e.g. JPEG) besides RAW64. * implement graphic tablet features support **GENERAL DRAWING** Miss it very much: UNDO ERASER COLORPICKER - has to show on palette too which color got picked. BACKGROUND COLOR -Possibility to select from "New project screen" Miss it somewhat: ICON for UNDO ICON for ERASER ICON for CLEAR SCREEN ( What can I say? I start over from scratch very often ) BRUSH - possibility to cut out as brush not just copy off image to brush **ANIMATING** Miss it very much: NUMBER OF CELLS - Possibity to change total no. of cells during project ANIM BRUSH - Possibility to pick up a selected part of cells into an animbrush Miss it somewhat: ADD/REMOVE FRAMES: Add/remove single frame In general LunaPaint is really well done. It feels like I'm using a new DPaint version. It works with my tablet. Sure there's much missing of course but things can always be added over time. So there is great potential in LunaPaint that's for sure. Animations could be made in it and maybe put together in QuickVideo, gif or mng some day. LAYERS -Layers names doesn't get saved globally in animation frames -Layers order doesn't change globally in an animation. I would want this as default. EXPORTING IMAGES -Exporting frames to JPG/PNG gives problems with colors. (wrong colors. See my animatiopn --> My robot was blue now it's "gold" ) I think this only happens if you have layers. -Trying to flatten the layers before export doesn't work if you have animation frames only the one you have visible will flatten properly all other frames are destroyed. (Only one of the layers are visible on them) -Exporting images filenames should be fore example file0001, file0002...file0010 instead as of now file1, file2...file10 LOAD/SAVE (Preferences) -Make a setting for the default "Work" folder. * Destroyed colors if exported image/frame has layers * mystic color cycling of the selected color while stepping frames back/forth (annoying) ====Lodepaint==== Pixel based painting artwork app ====Grafx2==== Pixel based painting artwork app ====Vector Graphics ZuneFIG==== Vector Image Editing of files .svg .ps .eps Golden ratio divine proportion golden section mean phi fibonnaci term of 1.618 1.6180339887498948482 including mathematical progression sequences a+b of 1, 2, 3, 5, 8, 13, 21, 34, etc. Used it to create sculptures and artwork of the perfect ideal human body figure, logos designs etc. for good proportions and pleasing to the eye for best composition options for using rgb or cmyk colours, or grayscale color spaces The printing process uses four colors: cyan, magenta, yellow, and black (CMYK). Different color spaces have mismatches between the color that are represented in RGB and CMYKA. *Objects - raise lower rotate flip aligning snapping *Path - unify subtract intersect exclude divide *Colour - fill stroke *Stroke - size *Brushes - *Layers - *Effects - gaussian bevels glows shadows *Text - *Transform - AmiFIG ([http://epb.lbl.gov/xfig/frm_introduction.html xfig manual]) [[File:MyScreen.png|thumb|left|alt=Showing all Windows open in AmiFIG.|All windows available to AmiFIG.]] for drawing simple to intermediate vector graphic images for scientific and technical uses and for illustration purposes for those with talent ;Menu options * Load - fig format but import(s) SVG * Save - fig format but export(s) eps, ps, pdf, svg and png * PAN = Ctrl + Arrow keys * Deselect all points There is no selected object until you apply the tool, and the selected object is not highlighted. ;Metrics - to set up page and styles - first window to open on new drawings ;Tools - Drawing Primitives - set Attributes window first before clicking any Tools button(s) * Shapes - circles, ellipses, arcs, splines, boxes, polygon * Lines - polylines * Text "T" button * Photos - bitmaps * Compound - Glue, Break, Scale * POINTs - Move, Add, Remove * Objects - Move, Copy, Delete, Mirror, Rotate, Paste use right mouse button to stop extra lines, shapes being formed and the left mouse to select/deselect tools button(s) * Rotate - moves in 90 degree turns centered on clicked POINT of a polygon or square ;Attributes which provide change(s) to the above primitives * Color * Line Width * Line Style * arrowheads ;Modes Choose from freehand, charts, figures, magnet, etc. ;Library - allows .fig clip-art to be stored * compound tools to add .fig(s) together ;FIG 3.2 [http://epb.lbl.gov/xfig/fig-format.html Format] as produced by xfig version 3.2.5 <pre> Landscape Center Inches Letter 100.00 Single -2 1200 2 4 0 0 50 -1 0 12 0.0000 4 135 1050 1050 2475 This is a test.01 </pre> # change the text alignment within the textbox. I can choose left, center, or right aligned by either changing the integer in the second column from 0 (left) to 1 or 2 (center, or right). # The third integer in the row specifies fontcolor. For instance, 0 is black, but blue is 1 and Green3 is 13. # The sixth integer in the bottom row specifies fontface. 0 is Times-Roman, but 16 is Helvetica (a MATLAB default). # The seventh number is fontsize. 12 represents a 12pt fontsize. Changing the fontsize of an item really is as easy as changing that number to 20. # The next number is the counter-clockwise angle of the text. Notice that I have changed the angle to .7854 (pi/4 rounded to four digits=45 degrees). # twelfth number is the position according to the standard “x-axis” in Xfig units from the left. Note that 1200 Xfig units is equivalent to once inch. # thirteenth number is the “y-position” from the top using the same unit convention as before. * The nested text string is what you entered into the textbox. * The “01″ present at the end of that line in the .fig file is the closing tag. For instance, a change to \100 appends a @ symbol at the end of the period of that sentence. ; Just to note there are no layers, no 3d functions, no shading, no transparency, no animation ====Music Mods==== Digital module (mods) trackers are music creation software using samples and sometimes soundfonts, audio plugins (VST, AU or RTAS), MIDI. Generally, MODs are similar to MIDI in that they contain note on/off and other sequence messages that control the mod player. Unlike (most) midi files, however, they also contain sound samples that the sequence information actually plays. MOD files can have many channels (classic amiga mods have 4, corresponding to the inbuilt sound channels), but unlike MIDI, each channel can typically play only one note at once. However, since that note might be a sample of a chord, a drumloop or other complex sound, this is not as limiting as it sounds. Like MIDI, notes will play indefinitely if they're not instructed to end. Most trackers record this information automatically if you play your music in live. If you're using manual note entry, you can enter a note-off command with a keyboard shortcut - usually Caps Lock. In fact when considering file size MOD is not always the best option. Even a dummy song wastes few kilobytes for nothing when a simple SID tune could be few hundreds bytes and not bigger than 64kB. AHX is another small format, AHX tunes are never larger than 64kB excluding comments. [https://www.youtube.com/watch?v=rXXsZfwgil Protrekkr] (previously aka [w:Juan_Antonio_Arguelles_Rius|NoiseTrekkr]) If Protrekkr does not start, please check if the Unit 0 has been setup in the AHI prefs and still not, go to the directory utilities/protrekkr and double click on the Protrekkr icon *Sample *Note - Effect *Track (column) - Pattern - Order It all starts with the Sample which is used to create Note(s) in a Track (column of a tracker) The Note can be changed with an Effect. A Track of Note(s) can be collected into a Pattern (section of a song) and these can be given Order to create the whole song. Patience (notes have to be entered one at a time) or playing the bassline on a midi controller (faster - see midi section above). Best approach is to wait until a melody popped into your head. *Up-tempo means the track should be reasonably fast, but not super-fast. *Groovy and funky imply the track should have some sort of "swing" feel, with plenty of syncopation or off beat emphasis and a recognizable, melodic bass line. *Sweet and happy mean upbeat melodies, a major key and avoiding harsh sounds. *Moody - minor key First, create a quick bass sound, which is basically a sine wave, but can be hand drawn for a little more variance. It could also work for the melody part, too. This is usually a bass guitar or some kind of synthesizer bass. The bass line is often forgotten by inexperienced composers, but it plays an important role in a musical piece. Together with the rhythm section the bass line forms the groove of a song. It's the glue between the rhythm section and the melodic layer of a song. The drums are just pink noise samples, played at different frequencies to get a slightly different sound for the kick, snare, and hihats. Instruments that fall into the rhythm category are bass drums, snares, hi-hats, toms, cymbals, congas, tambourines, shakers, etc. Any percussive instrument can be used to form part of the rhythm section. The lead is the instrument that plays the main melody, on top of the chords. There are many instruments that can play a lead section, like a guitar, a piano, a saxophone or a flute. The list is almost endless. There is a lot of overlap with instruments that play chords. Often in one piece an instrument serves both roles. The lead melody is often played at a higher pitch than the chords. Listened back to what was produced so far, and a counter-melody can be imagined, which can be added with a triangle wave. To give the ends of phrases some life, you can add a solo part with a crunchy synth. By hitting random notes in the key of G, then edited a few of them. For the climax of the song, filled out the texture with a gentle high-pitch pad… …and a grungy bass synth. The arrow at A points at the pattern order list. As you see, the patterns don't have to be in numerical order. This song starts with pattern "00", then pattern "02", then "03", then "01", etcetera. Patterns may be repeated throughout a song. The B arrow points at the song title. Below it are the global BPM and speed parameters. These determine the tempo of the song, unless the tempo is altered through effect commands during the song. The C arrow points at the list of instruments. An instrument may consist of multiple samples. Which sample will be played depends on the note. This can be set in the Instrument Editing screen. Most instruments will consist of just one sample, though. The sample list for the selected instrument can be found under arrow D. Here's a part of the main editing screen. This is where you put in actual notes. Up to 32 channels can be used, meaning 32 sounds can play simultaneously. The first six channels of pattern "03" at order "02" are shown here. The arrow at A points at the row number. The B arrow points at the note to play, in this case a C4. The column pointed at by the C arrow tells us which instrument is associated with that note, in this case instrument #1 "Kick". The column at D is used (mainly) for volume commands. In this case it is left empty which means the instrument should play at its default volume. You can see the volume column being used in channel #6. The E column tells us which effect to use and any parameters for that effect. In this case it holds the "F" effect, which is a tempo command. The "04" means it should play at tempo 4 (a smaller number means faster). Base pattern When I create a new track I start with what I call the base pattern. It is worthwhile to spend some time polishing it as a lot of the ideas in the base pattern will be copied and used in other patterns. At least, that's how I work. Every musician will have his own way of working. In "Wild Bunnies" the base pattern is pattern "03" at order "02". In the section about selecting samples I talked about the four different categories of instruments: drums, bass, chords and leads. That's also how I usually go about making the base pattern. I start by making a drum pattern, then add a bass line, place some chords and top it off with a lead. This forms the base pattern from which the rest of the song will grow. Drums Here's a screenshot of the first four rows of the base pattern. I usually reserve the first four channels or so for the drum instruments. Right away there are a couple of tricks shown here. In the first channel the kick, or bass drum, plays some notes. Note the alternating F04 and F02 commands. The "F" command alters the tempo of the song and by quickly alternating the tempo; the song will get some kind of "swing" feel. In the second channel the closed hi-hat plays a fairly simple pattern. Further down in the channel, not shown here, some open hi-hat notes are added for a bit of variation. In the third and fourth channel the snare sample plays. The "8" command is for panning. One note is panned hard to the left and the other hard to the right. One sample is played a semitone lower than the other. This results in a cool flanging effect. It makes the snare stand out a little more in the mix. Bass line There are two different instruments used for the bass line. Instrument #6 is a pretty standard synthesized bass sound. Instrument #A sounds a bit like a slap bass when used with a quick fade out. By using two different instruments the bass line sounds a bit more ”human”. The volume command is used to cut off the notes. However, it is never set to zero. Setting the volume to a very small value will result in a reverb-like effect. This makes the song sound more "live". The bass line hints at the chords that will be played and the key the song will be in. In this case the key of the song is D-major, a positive and happy key. Chords The D major chords that are being played here are chords stabs; short sounds with a quick decay (fade out). Two different instruments (#8 and #9) are used to form the chords. These instruments are quite similar, but have a slightly different sound, panning and volume decay. Again, the reason for this is to make the sound more human. The volume command is used on some chords to simulate a delay, to achieve more of a live feel. The chords are placed off-beat making for a funky rhythm. Lead Finally the lead melody is added. The other instruments are invaluable in holding the track together, but the lead melody is usually what catches people's attention. A lot of notes and commands are used here, but it looks more complex than it is. A stepwise ascending melody plays in channel 13. Channel 14 and 15 copy this melody, but play it a few rows later at a lower volume. This creates an echo effect. A bit of panning is used on the notes to create some stereo depth. Like with the bass line, instead of cutting off notes the volume is set to low values for a reverb effect. The "461" effect adds a little vibrato to the note, which sounds nice on sustained notes. Those paying close attention may notice the instrument used here for the lead melody is the same as the one used for the bass line (#6 "Square"), except played two or three octaves higher. This instrument is a looped square wave sample. Each type of wave has its own quirks, but the square wave (shown below) is a really versatile wave form. Song structure Good, catchy songs are often carefully structured into sections, some of which are repeated throughout the song with small variations. A typical pop-song structure is: Intro - Verse - Chorus - Verse - Chorus - Bridge - Chorus. Other single sectional song structures are <pre> Strophic or AAA Song Form - oldest story telling with refrain (often title of the song) repeated in every verse section melody AABA Song Form - early popular, jazz and gospel fading during the 1960s AB or Verse/Chorus Song Form - songwriting format of choice for modern popular music since the 1960s Verse/Chorus/Bridge Song Form ABAB Song Form ABAC Song Form ABCD Song Form AAB 12-Bar Song Form - three four-bar lines or sub-sections 8-Bar Song Form 16-Bar Song Form Hybrid / Compound Song Forms </pre> The most common building blocks are: #INTRODUCTION(INTRO) #VERSE #REFRAIN #PRE-CHORUS / RISE / CLIMB #CHORUS #BRIDGE #MIDDLE EIGHT #SOLO / INSTRUMENTAL BREAK #COLLISION #CODA / OUTRO #AD LIB (OFTEN IN CODA / OUTRO) The chorus usually has more energy than the verse and often has a memorable melody line. As the chorus is repeated the most often during the song, it will be the part that people will remember. The bridge often marks a change of direction in the song. It is not uncommon to change keys in the bridge, or at least to use a different chord sequence. The bridge is used to build up tension towards the big finale, the last repetition of chorus. Playing RCTRL: Play song from row 0. LSHIFT + RCTRL: Play song from current row. RALT: Play pattern from row 0. LSHIFT + RALT: Play pattern from current row. Left mouse on '>': Play song from row 0. Right mouse on '>': Play song from current row. Left mouse on '|>': Play pattern from row 0. Right mouse on '|>': Play pattern from current row. Left mouse on 'Edit/Record': Edit mode on/off. Right mouse on 'Edit/Record': Record mode on/off. Editing LSHIFT + ESCAPE: Switch large patterns view on/off TAB: Go to next track LSHIFT + TAB: Go to prev. track LCTRL + TAB: Go to next note in track LCTRL + LSHIFT + TAB: Go to prev. note in track SPACE: Toggle Edit mode On & Off (Also stop if the song is being played) SHIFT SPACE: Toggle Record mode On & Off (Wait for a key note to be pressed or a midi in message to be received) DOWN ARROW: 1 Line down UP ARROW: 1 Line up LEFT ARROW: 1 Row left RIGHT ARROW: 1 Row right PREV. PAGE: 16 Arrows Up NEXT PAGE: 16 Arrows Down HOME / END: Top left / Bottom right of pattern LCTRL + HOME / END: First / last track F5, F6, F7, F8, F9: Jump to 0, 1/4, 2/4, 3/4, 4/4 lines of the patterns + - (Numeric keypad): Next / Previous pattern LCTRL + LEFT / RIGHT: Next / Previous pattern LCTRL + LALT + LEFT / RIGHT: Next / Previous position LALT + LEFT / RIGHT: Next / Previous instrument LSHIFT + M: Toggle mute state of the current channel LCTRL + LSHIFT + M: Solo the current track / Unmute all LSHIFT + F1 to F11: Select a tab/panel LCTRL + 1 to 4: Select a copy buffer Tracking 1st and 2nd keys rows: Upper octave row 3rd and 4th keys rows: Lower octave row RSHIFT: Insert a note off / and * (Numeric keypad) or F1 F2: -1 or +1 octave INSERT / BACKSPACE: Insert or Delete a line in current track or current selected block. LSHIFT + INSERT / BACKSPACE: Insert or Delete a line in current pattern DELETE (NOT BACKSPACE): Empty a column or a selected block. Blocks (Blocks can also be selected with the mouse by holding the right button and scrolling the pattern with the mouse wheel). LCTRL + A: Select entire current track LCTRL + LSHIFT + A: Select entire current pattern LALT + A: Select entire column note in a track LALT + LSHIFT + A: Select all notes of a track LCTRL + X: Cut the selected block and copy it into the block-buffer LCTRL + C: Copy the selected block into the block-buffer LCTRL + V: Paste the data from the block buffer into the pattern LCTRL + I: Interpolate selected data from the first to the last row of a selection LSHIFT + ARROWS PREV. PAGE NEXT PAGE: Select a block LCTRL + R: Randomize the select columns of a selection, works similar to CTRL + I (interpolating them) LCTRL + U: Transpose the note of a selection to 1 seminote higher LCTRL + D: Transpose the note of a selection to 1 seminote lower LCTRL + LSHIFT + U: Transpose the note of a selection to 1 seminote higher (only for the current instrument) LCTRL + LSHIFT + D: Transpose the note of a selection to 1 seminote lower (only for the current instrument) LCTRL + H: Transpose the note of a selection to 1 octave higher LCTRL + L: Transpose the note of a selection to 1 octave lower LCTRL + LSHIFT + H: Transpose the note of a selection to 1 octave higher (only for the current instrument) LCTRL + LSHIFT + L: Transpose the note of a selection to 1 octave lower (only for the current instrument) LCTRL + W: Save the current selection into a file Misc LALT + ENTER: Switch between full screen / windowed mode LALT + F4: Exit program (Windows only) LCTRL + S: Save current module LSHIFT + S: Switch top right panel to synths list LSHIFT + I: Switch top right panel to instruments list <pre> C-x xh xx xx hhhh Volume B-x xh xx xx hhhh Jump to A#x xh xx xx hhhh hhhh Slide F-x xh xx xx hhhh Tempo D-x xh xx xx hhhh Pattern Break G#x xh xx xx hhhh </pre> h Hex 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 d Dec 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 The Set Volume command: C. Input a note, then move the cursor to the effects command column and type a C. Play the pattern, and you shouldn't be able to hear the note you placed the C by. This is because the effect parameters are 00. Change the two zeros to a 40(Hex)/64(Dec), depending on what your tracker uses. Play back the pattern again, and the note should come in at full volume. The Position Jump command next. This is just a B followed by the position in the playing list that you want to jump to. One thing to remember is that the playing list always starts at 0, not 1. This command is usually in Hex. Onto the volume slide command: A. This is slightly more complex (much more if you're using a newer tracker, if you want to achieve the results here, then set slides to Amiga, not linear), due to the fact it depends on the secondary tempo. For now set a secondary tempo of 06 (you can play around later), load a long or looped sample and input a note or two. A few rows after a note type in the effect command A. For the parameters use 0F. Play back the pattern, and you should notice that when the effect kicks in, the sample drops to a very low volume very quickly. Change the effect parameters to F0, and use a low volume command on the note. Play back the pattern, and when the slide kicks in the volume of the note should increase very quickly. This because each part of the effect parameters for command A does a different thing. The first number slides the volume up, and the second slides it down. It's not recommended that you use both a volume up and volume down at the same time, due to the fact the tracker only looks for the first number that isn't set to 0. If you specify parameters of 8F, the tracker will see the 8, ignore the F, and slide the volume up. Using a slide up and down at same time just makes you look stupid. Don't do it... The Set Tempo command: F, is pretty easy to understand. You simply specify the BPM (in Hex) that you want to change to. One important thing to note is that values of lower than 20 (Hex) sets the secondary tempo rather than the primary. Another useful command is the Pattern Break: D. This will stop the playing of the current pattern and skip to the next one in the playing list. By using parameters of more than 00 you can also specify which line to begin playing from. Command 3 is Portamento to Note. This slides the currently playing note to another note, at a specified speed. The slide then stops when it reaches the desired note. <pre> C-2 1 000 - Starts the note playing --- 000 C-3 330 - Starts the slide to C-3 at a speed of 30. --- 300 - Continues the slide --- 300 - Continues the slide </pre> Once the parameters have been set, the command can be input again without any parameters, and it'll still perform the same function unless you change the parameters. This memory function allows certain commands to function correctly, such as command 5, which is the Portamento to Note and Volume Slide command. Once command 3 has been set up command 5 will simply take the parameters from that and perform a Portamento to Note. Any parameters set up for command 5 itself simply perform a Volume Slide identical to command A at the same time as the Portamento to Note. This memory function will only operate in the same channel where the original parameters were set up. There are various other commands which perform two functions at once. They will be described as we come across them. C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 00 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 02 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 05 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 08 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 0A C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 0D C-3 04 .. .. 09 10 ---> C-3 04 .. .. 09 10 (You can also switch on the Slider Rec to On, and perform parameter-live-recording, such as cutoff transitions, resonance or panning tweaking, etc..) Note: this command only works for volume/panning and fx datas columns. The next command we'll look at is the Portamento up/down: 1 and 2. Command 1 slides the pitch up at a specified speed, and 2 slides it down. This command works in a similar way to the volume slide, in that it is dependent on the secondary tempo. Both these commands have a memory dependent on each other, if you set the slide to a speed of 3 with the 1 command, a 2 command with no parameters will use the speed of 3 from the 1 command, and vice versa. Command 4 is Vibrato. Vibrato is basically rapid changes in pitch, just try it, and you'll see what I mean. Parameters are in the format of xy, where x is the speed of the slide, and y is the depth of the slide. One important point to remember is to keep your vibratos subtle and natural so a depth of 3 or less and a reasonably fast speed, around 8, is usually used. Setting the depth too high can make the part sound out of tune from the rest. Following on from command 4 is command 6. This is the Vibrato and Volume Slide command, and it has a memory like command 5, which you already know how to use. Command 7 is Tremolo. This is similar to vibrato. Rather than changing the pitch it slides the volume. The effect parameters are in exactly the same format. vibrato effect (0x1dxy) x = speed y = depth (can't be used if arpeggio (0x1b) is turned on) <pre> C-7 00 .. .. 1B37 <- Turn Arpeggio effect on --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 1B38 <- Change datas --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 1B00 <- Turn it off </pre> Command 9 is Sample Offset. This starts the playback of the sample from a different place than the start. The effect parameters specify the sample offset, but only very roughly. Say you have a sample which is 8765(Hex) bytes long, and you wanted it to play from position 4321(Hex). The effect parameter could only be as accurate as the 43 part, and it would ignore the 21. Command B is the Playing List/Order Jump command. The parameters specify the position in the Playing List/Order to jump to. When used in conjunction with command D you can specify the position and the line to play from. Command E is pretty complex, as it is used for a lot of different things, depending on what the first parameter is. Let's take a trip through each effect in order. Command E0 controls the hardware filter on an Amiga, which, as a low pass filter, cuts off the highest frequencies being played back. There are very few players and trackers on other system that simulate this function, not that you should need to use it. The second parameter, if set to 1, turns on the filter. If set to 0, the filter gets turned off. Commands E1/E2 are Fine Portamento Up/Down. Exactly the same functions as commands 1/2, except that they only slide the pitch by a very small amount. These commands have a memory the same as 1/2 as well. Command E3 sets the Glissando control. If parameters are set to 1 then when using command 3, any sliding will only use the notes in between the original note and the note being slid to. This produces a somewhat jumpier slide than usual. The best way to understand is to try it out for yourself. Produce a slow slide with command 3, listen to it, and then try using E31. Command E4 is the Set Vibrato Waveform control. This command controls how the vibrato command slides the pitch. Parameters are 0 - Sine, 1 - Ramp Down (Saw), 2 - Square. By adding 4 to the parameters, the waveform will not be restarted when a new note is played e.g. 5 - Sine without restart. Command E5 sets the Fine Tune of the instrument being played, but only for the particular note being played. It will override the default Fine Tune for the instrument. The parameters range from 0 to F, with 0 being -8 and F being +8 Fine Tune. A parameter of 8 gives no Fine Tune. If you're using a newer tracker that supports more than -8 to +8 e.g. -128 to +128, these parameters will give a rough Fine Tune, accurate to the nearest 16. Command E6 is the Jump Loop command. You mark the beginning of the part of a pattern that you want to loop with E60, and then specify with E6x the end of the loop, where x is the number of times you want it to loop. Command E7 is the Set Tremolo Waveform control. This has exactly the same parameters as command E4, except that it works for Tremolo rather than Vibrato. Command E9 is for Retriggering the note quickly. The parameter specifies the interval between the retrigs. Use a value of less than the current secondary tempo, or else the note will not get retrigged. Command EA/B are for Fine Volume Slide Up/Down. Much the same as the normal Volume Slides, except that these are easier to control since they don't depend on the secondary tempo. The parameters specify the amount to slide by e.g. if you have a sample playing at a volume of 08 (Hex) then the effect EA1 will slide this volume to 09 (Hex). A subsequent effect of EB4 would slide this volume down to 05 (Hex). Command EC is the Note Cut. This sets the volume of the currently playing note to 0 at a specified tick. The parameters should be lower than the secondary tempo or else the effect won't work. Command ED is the Note Delay. This should be used at the same time as a note is to be played, and the parameters will specify the number of ticks to delay playing the note. Again, keep the parameters lower than the secondary tempo, or the note won't get played! Command EE is the Pattern Delay. This delays the pattern for the amount of time it would take to play a certain number of rows. The parameters specify how many rows to delay for. Command EF is the Funk Repeat command. Set the sample loop to 0-1000. When EFx is used, the loop will be moved to 1000- 2000, then to 2000-3000 etc. After 9000-10000 the loop is set back to 0- 1000. The speed of the loop "movement" is defined by x. E is two times as slow as F, D is three times as slow as F etc. EF0 will turn the Funk Repeat off and reset the loop (to 0-1000). effects 0x41 and 0x42 to control the volumes of the 2 303 units There is a dedicated panel for synth parameter editing with coherent sections (osc, filter modulation, routing, so on) the interface is much nicer, much better to navigate with customizable colors, the reverb is now customizable (10 delay lines), It accepts newer types of Waves (higher bit rates, at least 24). Has a replay routine. It's pretty much your basic VA synth. The problem isn't with the sampler being to high it's the synth is tuned two octaves too low, but if you want your samples tuned down just set the base note down 2 octaves (in the instrument panel). so the synth is basically divided into 3 sections from left to right: oscillators/envelopes, then filter and LFO's, and in the right column you have mod routings and global settings. for the oscillator section you have two normal oscillators (sine, saw, square, noise), the second of which is tunable, the first one tunes with the key pressed. Attached to OSC 1 is a sub-oscillator, which is a sawtooth wave tuned one octave down. The phase modulation controls the point in the duty cycle at which the oscillator starts. The ADSR envelope sliders (grouped with oscs) are for modulation envelope 1 and 2 respectively. you can use the synth as a sampler by choosing the instrument at the top. In the filter column, the filter settings are: 1 = lowpass, 2 = highpass, 3 = off. cutoff and resonance. For the LFOs they are LFO 1 and LFO 2, the ADSR sliders in those are for the LFO itself. For the modulation routings you have ENV 1, LFO 1 for the first slider and ENV 2, LFO 2 for the second, you can cycle through the individual routings there, and you can route each modulation source to multiple destinations of course, which is another big plus for this synth. Finally the glide time is for portamento and master volume, well, the master volume... it can go quite loud. The sequencer is changed too, It's more like the one in AXS if you've used that, where you can mute tracks to re-use patterns with variation. <pre> Support for the following modules formats: 669 (Composer 669, Unis 669), AMF (DSMI Advanced Module Format), AMF (ASYLUM Music Format V1.0), APUN (APlayer), DSM (DSIK internal format), FAR (Farandole Composer), GDM (General DigiMusic), IT (Impulse Tracker), IMF (Imago Orpheus), MOD (15 and 31 instruments), MED (OctaMED), MTM (MultiTracker Module editor), OKT (Amiga Oktalyzer), S3M (Scream Tracker 3), STM (Scream Tracker), STX (Scream Tracker Music Interface Kit), ULT (UltraTracker), UNI (MikMod), XM (FastTracker 2), Mid (midi format via timidity) </pre> Possible plugin options include [http://lv2plug.in/ LV2], ====Midi - Musical Instrument Digital Interface==== A midi file typically contains music that plays on up to 16 channels (as per the midi standard), but many notes can simultaneously play on each channel (depending on the limit of the midi hardware playing it). MIDI files are essentially a stream of event data. An event can be many things, but typically "note on", "note off", "program change", "controller change", or messages that instruct a MIDI compatible synth how to play a given bit of music. *Channel *Messages * Sequencing - Vocals? Guitars? MIDI instruments? Drums? Sound design? [http://libremusicproduction.com/workflow Workflow], * Recording - * GUI - Piano roll (FL Studio like) or Tracker, Staves and Notes Notation, Ableton Live, NI Kontakt, KXStudio, ?? Timidity Although usually already installed, you can uncompress the [http://www.libsdl.org/projects/SDL_mixer/ timidity.tar.gz (14MB)] into a suitable drawer like below's SYS:Extras/Audio/ assign timidity: SYS:Extras/Audio/timidity added to SYSːs/User-Startup WildMidi playback [http://bnp.hansfaust.de/ Bars n Pipes sequencer] *Window - Tracks [http://theproblem.alco-rhythm.com/org/bp.html Each track can be activated] *Left - Input tool(s) chosen and their icons placed on the pipeline (which is next to it) *Middle - Play, Record, Multi before the sequencer line and Tap *Right - Associated output pipeline and final output tool(s). Midi channel selection #Double-click on B&P's icon. B&P will then open with an empty Song. You can also double-click on a song icon to open a song in B&P. #Choose a track. The B&P screen will contain a track window with a number of tracks shown as pipelines (track1, track2, etc...). To choose a track, simply click on the arrow-icon to high-light it. This icon show whether a track is chosen or not.To the right of the arrow-icon, you can see the icon for the midi-input. If you double-click on this icon you can change the MIDI-in setup. #Choose Record for the track. To the right of the MIDI-input icon you can ses a bar. The bar lead to another icon with that shows either P, R or M. This stands for Play, Record or Merge. To change the icon, simply click on it. If you choose P, this track can only play the track (you can't record anything). If you choose R, you can record what you play and it overwrites old stuff in the track. If you choose M, you merge new records with old stuff in the track. Choose R now to be able to make a record. #Chose MIDI-channel. On the most right part of the track you can see an icon with a number in it. This is the MIDI-channel selector. Here you must choose a MIDI-channel that is availeble on your synthesizer/keyboard. If you choose MIDI-channel 10, most synthesizer will play drum sounds. To the left of this icon is the MIDI-output icon. Double-click on this icon to change the MIDI-output configuration. #Start recording. The next step is to start recording. You must then find the control buttons (they look like buttons on a CD-player). To be able to make a record. you must click on the R icon. You can simply now press the play button (after you have pressed the R button) and play something on you keyboard. To playback your composition, press the Play button on the control panel. #Edit track. To edit a track, you simply double click in the middle part of a track. You will then get a new window containing the track, where you can change what you have recorded using tools provided. Take also a look in the drop-down menus for more features. *Tools ptool for the pipelines like (IN) Midi In, Quick Patch, (OUT) Midi Out, etc. Toolbox contains *Accessories paccess plugins like SmerFF to save/load MIDI files, adjust sysex messages, Options include *Menu - Songs load and save in .song format out of the box *Group *Edit *Tool *Timing SMTPE Synchronizing *Windows *Preferences Windows include *Song Construction and Time Line Scoring *Mix Maestro *Tempo Map * Bars and Pipes Pro 2.5beta3 is using internal 4-Byte IDs, to check which kind of data are currently processed. Especially in all its files the IDs play an important role. The IDs are stored into the file in the same order they are laid out in the memory. In a Bars 'N' Pipes file (no matter which kind) the ID "NAME" (saved as its ANSI-values) is stored on a big endian system (68k-computer) as "NAME". On a little endian system (x86 PC computer) as "EMAN". The target is to make the AROS-BnP compatible to songs, which were stored on a 68k computer (AMIGA). http://www.fromwithin.com/liquidmidi/archive.shtml http://musik.freepage.de/stage7/atips.htm http://groups.yahoo.com/group/barsnpipes/ and http://groups.yahoo.com/group/bpdevel/ Protrekkr How to use Midi In/Out in Protrekkr ? First of all, midi in & out capabilities of this program are rather limited. # Go to Misc. Setup section and select a midi in or out device to use (ptk only supports one device at a time). # Go to instrument section, and select a MIDI PRG (the default is N/A, which means no midi program selected). # Go to track section and here you can assign a midi channel to each track of ptk. # Play notes :]. Note off works. F'x' note cut command also works too, and note-volume command (speed) is supported. Also, you can change midicontrollers in the tracker, using '90' in the panning row: <pre> C-3 02 .. .. 0000.... --- .. .. 90 xxyy.... << This will set the value --- .. .. .. 0000.... of the controller n.'xx' to 'yy' (both in hex) --- .. .. .. 0000.... </pre> So "--- .. .. 90 2040...." will set the controller number $20(32) to $40(64). You will need the midi implementation table of your gear to know what you can change with midi controller messages. N.B. Not all MIDI devices are created equal! Although the MIDI specification defines a large range of MIDI messages of various kinds, not every MIDI device is required to work in exactly the same way and respond to all the available messages and ways of working. For example, we don't expect a wind synthesiser to work in the same way as a home keyboard. Some devices, the older ones perhaps, are only able to respond to a single channel. With some of those devices that channel can be altered from the default of 1 (probably) to another channel of the 16 possible. Other devices, for instance monophonic synthesisers, are capable of producing just one note at a time, on one MIDI channel. Others can produce many notes spread across many channels. Further devices can respond to, and transmit, "breath controller" data (MIDI controller number 2 (CC#2)) others may respond to the reception of CC#2 but not be able to create and to send it. A controller keyboard may be capable of sending "expression pedal" data, but another device may not be capable of responding to that message. Some devices just have the basic GM sound set. The "voice" or "instrument" is selected using a "Program Change" message on its own. Other devices have a greater selection of voices, usually arranged in "banks", and the choice of instrument is made by responding to "Bank Select MSB" (MIDI controller 0 (CC#0)), others use "Bank Select LSB" (MIDI controller number 32 (CC#32)), yet others use both MSB and LSB sent one after the other, all followed by the Program Change message. The detailed information about all the different voices will usually be available in a published MIDI Data List. MIDI Implementation Chart But in the User Manual there is sometimes a summary of how the device works, in terms of MIDI, in the chart at the back of the manual, the MIDI Implementation Chart. If you require two devices to work together you can compare the two implementation charts to see if they are "compatible". In order to do this we will need to interpret that chart. The chart is divided into four columns headed "Function", "Transmitted" (or "Tx"), "Received" (or "Rx"), or more correctly "Recognised", and finally, "Remarks". <pre> The left hand column defines which MIDI functions are being described. The 2nd column defines what the device in question is capable of transmitting to another device. The 3rd column defines what the device is capable of responding to. The 4th column is for explanations of the values contained within these previous two columns. </pre> There should then be twelve sections, with possibly a thirteenth containing extra "Notes". Finally there should be an explanation of the four MIDI "modes" and what the "X" and the "O" mean. <pre> Mode 1: Omni On, Poly; Mode 2: Omni On, Mono; Mode 3: Omni Off, Poly; Mode 4: Omni Off, Mono. </pre> O means "yes" (implemented), X means "no" (not implemented). Sometimes you will find a row of asterisks "**************", these seem to indicate that the data is not applicable in this case. Seen in the transmitted field only (unless you've seen otherwise). Lastly you may find against some entries an asterisk followed by a number e.g. *1, these will refer you to further information, often on a following page, giving more detail. Basic Channel But the very first set of boxes will tell us the "Basic Channel(s)" that the device sends or receives on. "Default" is what happens when the device is first turned on, "changed" is what a switch of some kind may allow the device to be set to. For many devices e.g. a GM sound module or a home keyboard, this would be 1-16 for both. That is it can handle sending and receiving on all MIDI channels. On other devices, for example a synthesiser, it may by default only work on channel 1. But the keyboard could be "split" with the lower notes e.g. on channel 2. If the synth has an arppegiator, this may be able to be set to transmit and or receive on yet another channel. So we might see the default as "1" but the changed as "1-16". Modes. We need to understand Omni On and Off, and Mono and Poly, then we can decipher the four modes. But first we need to understand that any of these four Mode messages can be sent to any MIDI channel. They don't necessarily apply to the whole device. If we send an "Omni On" message (CC#125) to a MIDI channel of a device, we are, in effect, asking it to respond to e.g. a Note On / Off message pair, received on any of the sixteen channels. Sound strange? Read it again. Still strange? It certainly is. We normally want a MIDI channel to respond only to Note On / Off messages sent on that channel, not any other. In other words, "Omni Off". So "Omni Off" (CC#124) tells a channel of our MIDI device to respond only to messages sent on that MIDI channel. "Poly" (CC#127) is for e.g. a channel of a polyphonic sound module, or a home keyboard, to be able to respond to many simultaneous Note On / Off message pairs at once and produce musical chords. "Mono" (CC#126) allows us to set a channel to respond as if it were e.g. a flute or a trumpet, playing just one note at a time. If the device is capable of it, then the overlapping of notes will produce legato playing, that is the attack portion of the second note of two overlapping notes will be removed resulting in a "smoother" transition. So a channel with a piano voice assigned to it will have Omni Off, Poly On (Mode 3), a channel with a saxophone voice assigned could be Omni Off, Mono On (Mode 4). We call these combinations the four modes, 1 to 4, as defined above. Most modern devices will have their channels set to Mode 3 (Omni Off, Poly) but be switchable, on a per channel basis, to Mode 4 (Omni Off, Mono). This second section of data will include first its default value i.e. upon device switch on. Then what Mode messages are acceptable, or X if none. Finally, in the "Altered" field, how a Mode message that can't be implemented will be interpreted. Usually there will just be a row of asterisks effectively meaning nothing will be done if you try to switch to an unimplemented mode. Note Number <pre> The next row will tell us which MIDI notes the device can send or receive, normally 0-127. The second line, "True Voice" has the following in the MIDI specification: "Range of received note numbers falling within the range of true notes produced by the instrument." My interpretation is that, for instance, a MIDI piano may be capable of sending all MIDI notes (0 to 127) by transposition, but only responding to the 88 notes (21 to 108) of a real piano. </pre> Velocity This will tell us whether the device we're looking at will handle note velocity, and what range from 1-127, or maybe just 64, it transmits or will recognise. So usually "O" plus a range or "X" for not implemented. After touch This may have one or two lines two it. If a one liner the either "O" or "X", yes or no. If a two liner then it may include "Keys" or "Poly" and "Channel". This will show whether the device will respond to Polyphonic after touch or channel after touch or neither. Pitch Bend Again "O" for implemented, "X" for not implemented. (Many stage pianos will have no pitch bend capability.) It may also, in the notes section, state whether it will respond to the full 14 bits, or not, as usually encoded by the pitch bend wheel. Control Change This is likely to be the largest section of the chart. It will list all those controllers, starting from CC#0, Bank Select MSB, which the device is capable of sending, and those that it will respond to using "O" or "X" respectively. You will, almost certainly, get some further explanation of functionality in the remarks column, or in more detail elsewhere in the documentation. Of course you will need to know what all the various controller numbers do. Lots of the official technical specifications can be found at the [www.midi.org/techspecs/ MMA], with the table of messages and control change [www.midi.org/techspecs/midimessages.php message numbers] Program Change Again "O" or "X" in the Transmitted or Recognised column to indicate whether or not the feature is implemented. In addition a range of numbers is shown, typically 0-127, to show what is available. True # (number): "The range of the program change numbers which correspond to the actual number of patches selected." System Exclusive Used to indicate whether or not the device can send or recognise System Exclusive messages. A short description is often given in the Remarks field followed by a detailed explanation elsewhere in the documentation. System Common - These include the following: <pre> MIDI Time Code Quarter Frame messages (device synchronisation). Song Position Pointer Song Select Tune Request </pre> The section will indicate whether or not the device can send or respond to any of these messages. System Real Time These include the following: <pre> Timing Clock - often just written as "Clock" Start Stop Continue </pre> These three are usually just referred to as "Commands" and listed. Again the section will indicate which, if any, of these messages the device can send or respond to. <pre> Aux. Messages Again "O" or "X" for implemented or not. Aux. = Auxiliary. Active Sense = Active Sensing. </pre> Often with an explanation of the action of the device. Notes The "Notes" section can contain any additional comments to clarify the particular implementation. Some of the explanations have been drawn directly from the MMA MIDI 1.0 Detailed Specification. And the detailed explanation of some of the functions will be found there, or in the General MIDI System Level 1 or General MIDI System Level 2 documents also published by the MMA. OFFICIAL MIDI SPECIFICATIONS SUMMARY OF MIDI MESSAGES Table 1 - Summary of MIDI Messages The following table lists the major MIDI messages in numerical (binary) order (adapted from "MIDI by the Numbers" by D. Valenti, Electronic Musician 2/88, and updated by the MIDI Manufacturers Association.). This table is intended as an overview of MIDI, and is by no means complete. WARNING! Details about implementing these messages can dramatically impact compatibility with other products. We strongly recommend consulting the official MIDI Specifications for additional information. MIDI 1.0 Specification Message Summary Channel Voice Messages [nnnn = 0-15 (MIDI Channel Number 1-16)] {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->1000nnnn || <!--Data-->0kkkkkkk 0vvvvvvv || <!--Description-->Note Off event. This message is sent when a note is released (ended). (kkkkkkk) is the key (note) number. (vvvvvvv) is the velocity. |- |<!--Status-->1001nnnn || <!--Data-->0kkkkkkk 0vvvvvvv || <!--Description-->Note On event. This message is sent when a note is depressed (start). (kkkkkkk) is the key (note) number. (vvvvvvv) is the velocity. |- |<!--Status-->1010nnnn || <!--Data-->0kkkkkkk 0vvvvvvv || <!--Description-->Polyphonic Key Pressure (Aftertouch). This message is most often sent by pressing down on the key after it "bottoms out". (kkkkkkk) is the key (note) number. (vvvvvvv) is the pressure value. |- |<!--Status-->1011nnnn || <!--Data-->0ccccccc 0vvvvvvv || <!--Description-->Control Change. This message is sent when a controller value changes. Controllers include devices such as pedals and levers. Controller numbers 120-127 are reserved as "Channel Mode Messages" (below). (ccccccc) is the controller number (0-119). (vvvvvvv) is the controller value (0-127). |- |<!--Status-->1100nnnn || <!--Data-->0ppppppp || <!--Description-->Program Change. This message sent when the patch number changes. (ppppppp) is the new program number. |- |<!--Status-->1101nnnn || <!--Data-->0vvvvvvv || <!--Description-->Channel Pressure (After-touch). This message is most often sent by pressing down on the key after it "bottoms out". This message is different from polyphonic after-touch. Use this message to send the single greatest pressure value (of all the current depressed keys). (vvvvvvv) is the pressure value. |- |<!--Status-->1110nnnn || <!--Data-->0lllllll 0mmmmmmm || <!--Description-->Pitch Bend Change. This message is sent to indicate a change in the pitch bender (wheel or lever, typically). The pitch bender is measured by a fourteen bit value. Center (no pitch change) is 2000H. Sensitivity is a function of the receiver, but may be set using RPN 0. (lllllll) are the least significant 7 bits. (mmmmmmm) are the most significant 7 bits. |} Channel Mode Messages (See also Control Change, above) {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->1011nnnn || <!--Data-->0ccccccc 0vvvvvvv || <!--Description-->Channel Mode Messages. This the same code as the Control Change (above), but implements Mode control and special message by using reserved controller numbers 120-127. The commands are: *All Sound Off. When All Sound Off is received all oscillators will turn off, and their volume envelopes are set to zero as soon as possible c = 120, v = 0: All Sound Off *Reset All Controllers. When Reset All Controllers is received, all controller values are reset to their default values. (See specific Recommended Practices for defaults) c = 121, v = x: Value must only be zero unless otherwise allowed in a specific Recommended Practice. *Local Control. When Local Control is Off, all devices on a given channel will respond only to data received over MIDI. Played data, etc. will be ignored. Local Control On restores the functions of the normal controllers. c = 122, v = 0: Local Control Off c = 122, v = 127: Local Control On * All Notes Off. When an All Notes Off is received, all oscillators will turn off. c = 123, v = 0: All Notes Off (See text for description of actual mode commands.) c = 124, v = 0: Omni Mode Off c = 125, v = 0: Omni Mode On c = 126, v = M: Mono Mode On (Poly Off) where M is the number of channels (Omni Off) or 0 (Omni On) c = 127, v = 0: Poly Mode On (Mono Off) (Note: These four messages also cause All Notes Off) |} System Common Messages System Messages (0xF0) The final status nybble is a “catch all” for data that doesn’t fit the other statuses. They all use the most significant nybble (4bits) of 0xF, with the least significant nybble indicating the specific category. The messages are denoted when the MSB of the second nybble is 1. When that bit is a 0, the messages fall into two other subcategories. System Common If the MSB of the second second nybble (4 bits) is not set, this indicates a System Common message. Most of these are messages that include some additional data bytes. System Common Messages Type Status Byte Number of Data Bytes Usage <pre> Time Code Quarter Frame 0xF1 1 Indicates timing using absolute time code, primarily for synthronization with video playback systems. A single location requires eight messages to send the location in an encoded hours:minutes:seconds:frames format*. Song Position 0xF2 2 Instructs a sequencer to jump to a new position in the song. The data bytes form a 14-bit value that expresses the location as the number of sixteenth notes from the start of the song. Song Select 0xF3 1 Instructs a sequencer to select a new song. The data byte indicates the song. Undefined 0xF4 0 Undefined 0xF5 0 Tune Request 0xF6 0 Requests that the receiver retunes itself**. </pre> *MIDI Time Code (MTC) is significantly complex. Please see the MIDI Specification **While modern digital instruments are good at staying in tune, older analog synthesizers were prone to tuning drift. Some analog synthesizers had an automatic tuning operation that could be initiated with this command. System Exclusive If you’ve been keeping track, you’ll notice there are two status bytes not yet defined: 0xf0 and 0xf7. These are used by the System Exclusive message, often abbreviated at SysEx. SysEx provides a path to send arbitrary data over a MIDI connection. There is a group of predefined messages for complex data, like fine grained control of MIDI Time code machinery. SysEx is also used to send manufacturer defined data, such as patches, or even firmware updates. System Exclusive messages are longer than other MIDI messages, and can be any length. The messages are of the following format: 0xF0, 0xID, 0xdd, ...... 0xF7 The message is bookended with distinct bytes. It opens with the Start Of Exclusive (SOX) data byte, 0xF0. The next one to three bytes after the start are an identifier. Values from 0x01 to 0x7C are one-byte vendor IDs, assigned to manufacturers who were involved with MIDI at the beginning. If the ID is 0x00, it’s a three-byte vendor ID - the next two bytes of the message are the value. <pre> ID 0x7D is a placeholder for non-commercial entities. ID 0x7E indicates a predefined Non-realtime SysEx message. ID 0x7F indicates a predefined Realtime SysEx message. </pre> After the ID is the data payload, sent as a stream of bytes. The transfer concludes with the End of Exclusive (EOX) byte, 0xF7. The payload data must follow the guidelines for MIDI data bytes – the MSB must not be set, so only 7 bits per byte are actually usable. If the MSB is set, it falls into three possible scenarios. An End of Exclusive byte marks the ordinary termination of the SysEx transfer. System Real Time messages may occur within the transfer without interrupting it. The recipient should handle them independently of the SysEx transfer. Other status bytes implicitly terminate the SysEx transfer and signal the start of new messages. Some inexpensive USB-to-MIDI interfaces aren’t capable of handling messages longer than four bytes. {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->11110000 || <!--Data-->0iiiiiii [0iiiiiii 0iiiiiii] 0ddddddd --- --- 0ddddddd 11110111 || <!--Description-->System Exclusive. This message type allows manufacturers to create their own messages (such as bulk dumps, patch parameters, and other non-spec data) and provides a mechanism for creating additional MIDI Specification messages. The Manufacturer's ID code (assigned by MMA or AMEI) is either 1 byte (0iiiiiii) or 3 bytes (0iiiiiii 0iiiiiii 0iiiiiii). Two of the 1 Byte IDs are reserved for extensions called Universal Exclusive Messages, which are not manufacturer-specific. If a device recognizes the ID code as its own (or as a supported Universal message) it will listen to the rest of the message (0ddddddd). Otherwise, the message will be ignored. (Note: Only Real-Time messages may be interleaved with a System Exclusive.) |- |<!--Status-->11110001 || <!--Data-->0nnndddd || <!--Description-->MIDI Time Code Quarter Frame. nnn = Message Type dddd = Values |- |<!--Status-->11110010 || <!--Data-->0lllllll 0mmmmmmm || <!--Description-->Song Position Pointer. This is an internal 14 bit register that holds the number of MIDI beats (1 beat= six MIDI clocks) since the start of the song. l is the LSB, m the MSB. |- |<!--Status-->11110011 || <!--Data-->0sssssss || <!--Description-->Song Select. The Song Select specifies which sequence or song is to be played. |- |<!--Status-->11110100 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11110101 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11110110 || <!--Data--> || <!--Description-->Tune Request. Upon receiving a Tune Request, all analog synthesizers should tune their oscillators. |- |<!--Status-->11110111 || <!--Data--> || <!--Description-->End of Exclusive. Used to terminate a System Exclusive dump. |} System Real-Time Messages {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->11111000 || <!--Data--> || <!--Description-->Timing Clock. Sent 24 times per quarter note when synchronization is required. |- |<!--Status-->11111001 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11111010 || <!--Data--> || <!--Description-->Start. Start the current sequence playing. (This message will be followed with Timing Clocks). |- |<!--Status-->11111011 || <!--Data--> || <!--Description-->Continue. Continue at the point the sequence was Stopped. |- |<!--Status-->11111100 || <!--Data--> || <!--Description-->Stop. Stop the current sequence. |- |<!--Status-->11111101 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11111110 || <!--Data--> || <!--Description-->Active Sensing. This message is intended to be sent repeatedly to tell the receiver that a connection is alive. Use of this message is optional. When initially received, the receiver will expect to receive another Active Sensing message each 300ms (max), and if it does not then it will assume that the connection has been terminated. At termination, the receiver will turn off all voices and return to normal (non- active sensing) operation. |- |<!--Status-->11111111 || <!--Data--> || <!--Description-->Reset. Reset all receivers in the system to power-up status. This should be used sparingly, preferably under manual control. In particular, it should not be sent on power-up. |} Advanced Messages Polyphonic Pressure (0xA0) and Channel Pressure (0xD0) Some MIDI controllers include a feature known as Aftertouch. While a key is being held down, the player can press harder on the key. The controller measures this, and converts it into MIDI messages. Aftertouch comes in two flavors, with two different status messages. The first flavor is polyphonic aftertouch, where every key on the controller is capable of sending its own independent pressure information. The messages are of the following format: <pre> 0xnc, 0xkk, 0xpp n is the status (0xA) c is the channel nybble kk is the key number (0 to 127) pp is the pressure value (0 to 127) </pre> Polyphonic aftertouch is an uncommon feature, usually found on premium quality instruments, because every key requires a separate pressure sensor, plus the circuitry to read them all. Much more commonly found is channel aftertouch. Instead of needing a discrete sensor per key, it uses a single, larger sensor to measure pressure on all of the keys as a group. The messages omit the key number, leaving a two-byte format <pre> 0xnc, 0xpp n is the status (0xD) c is the channel number pp is the pressure value (0 to 127) </pre> Pitch Bend (0xE0) Many keyboards have a wheel or lever towards the left of the keys for pitch bend control. This control is usually spring-loaded, so it snaps back to the center of its range when released. This allows for both upward and downward bends. Pitch Bend Wheel The wheel sends pitch bend messages, of the format <pre> 0xnc, 0xLL, 0xMM n is the status (0xE) c is the channel number LL is the 7 least-significant bits of the value MM is the 7 most-significant bits of the value </pre> You’ll notice that the bender data is actually 14 bits long, transmitted as two 7-bit data bytes. This means that the recipient needs to reassemble those bytes using binary manipulation. 14 bits results in an overall range of 214, or 0 to 16,383. Because it defaults to the center of the range, the default value for the bender is halfway through that range, at 8192 (0x2000). Control Change (0xB0) In addition to pitch bend, MIDI has provisions for a wider range of expressive controls, sometimes known as continuous controllers, often abbreviated CC. These are transmitted by the remaining knobs and sliders on the keyboard controller shown below. Continuous Controllers These controls send the following message format: <pre> 0xnc, 0xcc, 0xvv n is the status (0xB) c is the MIDI channel cc is the controller number (0-127) vv is the controller value (0-127) </pre> Typically, the wheel next to the bender sends controller number one, assigned to modulation (or vibrato) depth. It is implemented by most instruments. The remaining controller number assignments are another point of confusion. The MIDI specification was revised in version 2.0 to assign uses for many of the controllers. However, this implementation is not universal, and there are ranges of unassigned controllers. On many modern MIDI devices, the controllers are assignable. On the controller keyboard shown in the photos, the various controls can be configured to transmit different controller numbers. Controller numbers can be mapped to particular parameters. Virtual synthesizers frequently allow the user to assign CCs to the on-screen controls. This is very flexible, but it might require configuration on both ends of the link and completely bypasses the assignments in the standard. Program Change (0xC0) Most synthesizers have patch storage memory, and can be told to change patches using the following command: <pre> 0xnc, 0xpp n is the status (0xc) c is the channel pp is the patch number (0-127) </pre> This allows for 128 sounds to be selected, but modern instruments contain many more than 128 patches. Controller #0 is used as an additional layer of addressing, interpreted as a “bank select” command. Selecting a sound on such an instrument might involve two messages: a bank select controller message, then a program change. Audio & Midi are not synchronized, what I can do ? Buy a commercial software package but there is a nasty trick to synchronize both. It's a bit hardcore but works for me: Simply put one line down to all midi notes on your pattern (use Insert key) and go to 'Misc. Setup', adjust the latency and just search a value that will make sound sync both audio/midi. The stock Sin/Saw/Pulse and Rnd waveforms are too simple/common, is there a way to use something more complex/rich ? You have to ability to redirect the waveforms of the instruments through the synth pipe by selecting the "wav" option for the oscillator you're using for this synth instrument, samples can be used as wavetables to replace the stock signals. Sound banks like soundfont (sf2) or Kontakt2 are not supported at the moment ====DAW Audio Evolution 4==== The number of tracks per project(s) is unlimited .... AHI limits you to recording only two at a time. i.e. not on 8 track sound cards like the Juli@ or Phase 88. Most apps use the Music Unit only but a few apps also use Unit (0-3) instead or as well. * Set up AHI prefs so that microphone is available. (Input option near the bottom) stereo++ allows the audio piece to be placed anywhere and the left-right adjusted to sound positionally right hifi best for music playback if driver supports this option Channels Monitor Gain Inout Output Advanced settings - Debugging via serial port * Options -> Soundcard In/Out * Options -> SampleRate * Options -> Preferences F6 for Sample File List Setting a grid is easy as is measuring the BPM by marking a section of the sample. Is your kick drum track "not in time" ? If so, you're stumped in AE4 as it has no fancy variable time signatures and definitely no 'track this dodgy rhythm' function like software of the nature of Logic has. So if your drum beat is freeform you will need to work in freeform mode. (Real music is free form anyway). If the drum *is* accurate and you are just having trouble measuring the time, I usually measure over a range of bars and set the number of beats in range to say 16 as this is more accurate, Then you will need to shift the drum track to match your grid *before* applying the grid. (probably an iterative process as when the grid is active samples snap to it, and when inactive you cannot see it). AE4 does have ARexx but the functions are more for adding samples at set offsets and starting playback / recording. These are the usual features found in DAWs... * Recording digital audio, midi sequencer and mixer * virtual VST instruments and plug-ins * automation, group channels, MIDI channels, FX sends and returns, audio and MIDI editors and music notation editor * different track views * mixer and track layout (but not the same as below) * traditional two windows (track and mixer) creating a synthesizer or effect from various "primitive" elements and then using the result in a manner little different than one uses any synthesizer or effect * during the first your role is that of the instrument creator * during the second your role is that of the instrument player "patches" to "generate" sound, and/or to process sound. You can combine previously created processing or generator elements to create new processing or generating elements but the results are still distinctly processing or generating assemble a personal collection of sound objects written road maps relating patchbay points, outboard gear, and audio interface I/O Mixing - mixdown Could not figure out how to select what part I wanted to send to the aux, set it to echo and return. Pretty much the whole echo effect. Or any effect. Take look at page17 of the manual. When you open the EQ / Aux send popup window you will see 4 sends. Now from the menu choose the windows menu. Menus->Windows-> Aux Returns Window or press F5 You will see a small window with 4 volume controls and an effects button for each. Click a button and add an effects to that aux channel, then set it up as desired (note the reverb effect has a special AUX setting that improves its use with the aux channel, not compulsory but highly useful). You set the amount of 'return' on the main mix in the Aux Return window, and the amount sent from each main mixer channel in the popup for that channel. Again the aux sends are "prefade" so the volume faders on each channel do not affect them. Tracking Effects - fade in To add some echoes to some vocals, tried to add an effect on a track but did not come out. This is made more complicated as I wanted to mute a vocal but then make it echo at the muting point. Want to have one word of a vocal heard and then echoed off. But when the track is mute the echo is cancelled out. To correctly understand what is happening here you need to study the figure at the bottom of page 15 on the manual. You will see from that that the effects are applied 'prefade' So the automation you applied will naturally mute the entire signal. There would be a number of ways to achieve the goal, You have three real time effects slots, one for smoothing like so Sample -> Amplify -> Delay Then automate the gain of the amplify block so that it effectively mutes the sample just before the delay at the appropriate moment, the echo effect should then be heard. Getting the effects in the right order will require experimentation as they can only be added top down and it's not obvious which order they are applied to the signal, but there only two possibilities, so it wont take long to find out. Using MUTE can cause clicks to the Amplify can be used to mute more smoothly so that's a secondary advantage. Signal Processing - Overdub ===Spreadsheet Leu=== ===Spreadsheet Ignition=== ; Needs ABIv1 to be completed before more can be done File formats supported * ascii #?.txt and #?.csv (single sheets with data only). * igs and TurboCalc(WIP) #?.tc for all sheets with data, formats and formulas. There is '''no''' support for xls, xlsx, ods or uos ([http://en.wikipedia.org/wiki/Uniform_Office_Format Uniform Unified Office Format]) at the moment. * Always use Esc key after editing Spreadsheet cells. * copy/paste seems to copy the first instance only so go to Edit -> Clipboard to manage the list of remembered actions. * Right mouse click on row (1 or 2 or 3) or column header (a or b or c) to access optimal height or width of the row or column respectively * Edit -> Insert -> Row seems to clear the spreadsheet or clears the rows after the inserted row until undo restores as it should be... Change Sheet name by Object -> Sheet -> Properties Click in the cell which will contain the result, and click '''down arrow button''' to the right of the formula box at the bottom of the spreadsheet and choose the function required from the list provided. Then click on the start cell and click on the bottom right corner, a '''very''' small blob, which allows stretching a bounding box (thick grey outlines) across many cells This grey bounding box can be used to '''copy a formula''' to other cells. Object -> Cell -> Properties to change cell format - Currency only covers DM and not $, Euro, Renminbi, Yen or Pound etc. Shift key and arrow keys selects a range of cells, so that '''formatting can be done to all highlighted cells'''. View -> Overview then select ALL with one click (in empty cell in the top left hand corner of the sheet). Default mode is relative cell referencing e.g. a1+a2 but absolute e.g. $a$1+$a$2 can be entered. * #sheet-name to '''absolute''' reference another sheet-name cell unless reference() function used. ;Graphs use shift key and arrow keys to select a bunch of cells to be graph'ed making sure that x axes represents and y axes represents * value() - 0 value, 1 percent, 2 date, 3 time, 4 unit ... ;Dates * Excel starts a running count from the 1st Jan 1900 and Ignition starts from 1st Jan 1AD '''(maybe this needs to change)''' Set formatting Object -> Cell -> Properties and put date in days ;Time Set formatting Object -> Cell -> Properties and put time in seconds taken ;Database (to be done by someone else) type - standard, reference (bezug), search criterion (suchkriterium), * select a bunch of cells and Object -> Database -> Define to set Datenbank (database) and Felder (fields not sure how?) * Neu (new) or loschen (delete) to add/remove database headings e.g. Personal, Start Date, Finish Date (one per row?) * Object -> Database -> Index to add fields (felder) like Surname, First Name, Employee ID, etc. to ? Filtering done with dbfilter(), dbproduct() and dbposition(). Activities with dbsum(), dbaverage(), dbmin() and dbmax(). Table sorting - ;Scripts (Arexx) ;Excel(TM) to Ignition - commas ''',''' replaced by semi-colons ''';''' to separate values within functions *SUM(), *AVERAGE(), MAX(), MIN(), INT(), PRODUCT(), MEDIAN(), VAR() becomes Variance(), Percentile(), *IF(), AND, OR, NOT *LEFT(), RIGHT(), MID() becomes MIDDLE(), LEN() becomes LENGTH(), *LOWER() becomes LOWERCASE(), UPPER() becomes UPPERCASE(), * DATE(yyyy,mm,dd) becomes COMPUTEDATE(dd;mm;yyyy), *TODAY(), DAY(),WEEK(), MONTH(),=YEAR(TODAY()), *EOMONTH() becomes MONTHLENGTH(), *NOW() should be date and time becomes time only, SECOND(), MINUTE(), HOUR(), *DBSUM() becomes DSUM(), ;Missing and possibly useful features/functions needed for ignition to have better support of Excel files There is no Merge and Join Text over many cells, no protect and/or freeze row or columns or books but can LOCK sheets, no define bunch of cells as a name, Macros (Arexx?), conditional formatting, no Solver, no Goal Seek, no Format Painter, no AutoFill, no AutoSum function button, no pivot tables, (30 argument limit applies to Excel) *HLOOKUP(), VLOOKUP(), [http://production-scheduling.com/excel-index-function-most-useful/ INDEX(), MATCH()], CHOOSE(), TEXT(), *TRIM(), FIND(), SUBSTITUTE(), CONCATENATE() or &, PROPER(), REPT(), *[https://acingexcel.com/excel-sumproduct-function/ SUMPRODUCT()], ROUND(), ROUNDUP(), *ROUNDDOWN(), COUNT(), COUNTA(), SUMIF(), COUNTIF(), COUNTBLANK(), TRUNC(), *PMT(), PV(), FV(), POWER(), SQRT(), MODE(), TRUE, FALSE, *MODE(), LARGE(), SMALL(), RANK(), STDEV(), *DCOUNT(), DCOUNTA(), WEEKDAY(), ;Excel Keyboard [http://dmcritchie.mvps.org/excel/shortx2k.htm shortcuts needed to aid usability in Ignition] <pre> Ctrl Z - Undo Ctrl D - Fill Down Ctrl R - Fill right Ctrl F - Find Ctrl H - Replace Ctrl 1 - Formatting of Cells CTRL SHIFT ~ Apply General Formatting ie a number Ctrl ; - Todays Date F2 - Edit cell F4 - toggle cell absolute / relative cell references </pre> Every ODF file is a collection of several subdocuments within a package (ZIP file), each of which stores part of the complete document. * content.xml – Document content and automatic styles used in the content. * styles.xml – Styles used in the document content and automatic styles used in the styles themselves. * meta.xml – Document meta information, such as the author or the time of the last save action. * settings.xml – Application-specific settings, such as the window size or printer information. To read document follow these steps: * Extracting .ods file. * Getting content.xml file (which contains sheets data). * Creating XmlDocument object from content.xml file. * Creating DataSet (that represent Spreadsheet file). * With XmlDocument select “table:table” elements, and then create adequate DataTables. * Parse child’s of “table:table” element and fill DataTables with those data. * At the end, return DataSet and show it in application’s interface. To write document follow these steps: * Extracting template.ods file (.ods file that we use as template). * Getting content.xml file. * Creating XmlDocument object from content.xml file. * Erasing all “table:table” elements from the content.xml file. * Reading data from our DataSet and composing adequate “table:table” elements. * Adding “table:table” elements to content.xml file. * Zipping that file as new .ods file. XLS file format The XLS file format contains streams, substreams, and records. These sheet substreams include worksheets, macro sheets, chart sheets, dialog sheets, and VBA module sheets. All the records in an XLS document start with a 2-byte unsigned integer to specify Record Type (rt), and another for Count of Bytes (cb). A record cannot exceed 8224 bytes. If larger than the rest is stored in one or more continue records. * Workbook stream **Globals substream ***BoundSheet8 record - info for Worksheet substream i.e. name, location, type, and visibility. (4bytes the lbPlyPos FilePointer, specifies the position in the Workbook stream where the sheet substream starts) **Worksheet substream (sheet) - Cell Table - Row record - Cells (2byte=row 2byte=column 2byte=XF format) ***Blank cell record ***RK cell record 32-bit number. ***BoolErr cell record (2-byte Bes structure that may be either a Boolean value or an error code) ***Number cell record (64-bit floating-point number) ***LabelSst cell record (4-byte integer that specifies a string in the Shared Strings Table (SST). Specifically, the integer corresponds to the array index in the RGB field of the SST) ***Formula cell record (FormulaValue structure in the 8 bytes that follow the cell structure. The next 6 bytes can be ignored, and the rest of the record is a CellParsedFormula structure that contains the formula itself) ***MulBlank record (first 2 bytes give the row, and the next 2 bytes give the column that the series of blanks starts at. Next, a variable length array of cell structures follows to store formatting information, and the last 2 bytes show what column the series of blanks ends on) ***MulRK record ***Shared String Table (SST) contains all of the string values in the workbook. ACCRINT(), ACCRINTM(), AMORDEGRC(), AMORLINC(), COUPDAYBS(), COUPDAYS(), COUPDAYSNC(), COUPNCD(), COUPNUM(), COUPPCD(), CUMIPMT(), CUMPRINC(), DB(), DDB(), DISC(), DOLLARDE(), DOLLARFR(), DURATION(), EFFECT(), FV(), FVSCHEDULE(), INTRATE(), IPMT(), IRR(), ISPMT(), MDURATION(), MIRR(), NOMINAL(), NPER(), NPV(), ODDFPRICE(), ODDFYIELD(), ODDLPRICE(), ODDLYIELD(), PMT(), PPMT(), PRICE(), PRICEDISC(), PRICEMAT(), PV(), RATE(), RECEIVED(), SLN(), SYD(), TBILLEQ(), TBILLPRICE(), TBILLYIELD(), VDB(), XIRR(), XNPV(), YIELD(), YIELDDISC(), YIELDMAT(), ===Document Scanning - Scandal=== Scanner usually needs to be connected via a USB port and not via a hub or extension lead. Check in Trident Prefs -> Devices that the USB Scanner is not bound to anything (e.g. Bindings None) If not found then reboot the computer and recheck. Start Scandal, choose Settings from Menu strip at top of screen and in Scanner Driver choose the ?#.device of the scanner (e.g. epson2.device). The next two boxes - leave empty as they are for morphos SCSI use only or put ata.device (use the selection option in bigger box below) and Unit as 0 this is needed for gt68xx * gt68xx - no editing needed in s/gt68xx.conf but needs a firmware file that corresponds to the scanner [http://www.meier-geinitz.de/sane/gt68xx-backend/ gt68xx firmwares] in sys:s/gt68xx. * epson2 - Need to edit the file epson2.conf in sys/s that corresponds to the scanner being used '''Save''' the settings but do not press the Use button (aros freezes) Back to the Picture Scan window and the right-hand sections. Click on the '''Information''' tab and press Connect button and the scanner should now be detected. Go next to the '''Scanner''' tab next to Information Tab should have Color, Black and White, etc. and dpi settings now. Selecting an option Color, B/W etc. can cause dpi settings corruption (especially if the settings are in one line) so set '''dpi first'''. Make sure if Preview is set or not. In the '''Scan''' Tab, press Scan and the scanner will do its duty. Be aware that nothing is saved to disk yet. In the Save tab, change format JPEG, PNG or IFF DEEP. Tick incremental and base filename if necessary and then click the Save button. The image will now be saved to permanent storage. The driver ignores a device if it is already bond to another USB class, rejects it from being usable. However, open Trident prefs, select your device and use the right mouse button to open. Select "NONE" to prevent poseidon from touching the device. Now save settings. It should always work now. === Amiga Emu - Janus UAE === What is the fix for the grey screen when trying to run the workbench screenmode to match the current AROS one? is it seemless, ie click on an ADF disk image and it loads it? With Amibridge, AROS attempts to make the UAE emulator seem embedded within but it still is acting as an app There is no dynarec m68k for each hardware that Aros supports or direct patching of motorola calls to AROS hardware accelerated ones unless the emulator has that included Try starting Janus with a priority of -1 like this little script: <pre> cd sys:system/AmiBridge/emulator changetaskpri -1 run janus-uae -f my_uaerc.config >nil: cd sys:prefs endcli </pre> This stops it hogging all the CPU time. old versions of UAE do not support hi-res p96 graphics ===Screensaver Blanker=== Most blankers on the amiga (i.e. aros) run as commodities (they are in the tools/commodities drawer). Double click on blanker. Control is with an app called Exchange, which you need to run first (double click on app) or run QUIET sys:tools/commodities/Exchange >NIL: but subsequently can use (Cntrl Alt h). Icon tool types (may be broken) or command line options <pre> seconds=number </pre> Once the timing is right then add the following to s:icaros-sequence or s:user-startup e.g. for 5 minutes run QUIET sys:tools/commodities/Blanker seconds=300 >NIL: *[http://archives.aros-exec.org/index.php?function=showfile&file=graphics/screenblanker/gblanker.i386-aros.zip Garshneblanker] can make Aros unstable or slow. Certain blankers crashes in Icaros 2.0.x like Dragon, Executor. *[ Acuario AROS version], the aquarium screen saver. Startup: extras:acuariofv-aros/acuario Kill: c:break name=extras:acuariofv-aros/acuario Managed to start Acuario by the Executor blanker. <pre> cx_priority= cx_popkey= ie CX_POPKEY="Shift F1" cx_popup=Yes or No </pre> <pre> Qualifier String Input Event Class ---------------- ----------------- "lshift" IEQUALIFIER_LSHIFT "rshift" IEQUALIFIER_RSHIFT "capslock" IEQUALIFIER_CAPSLOCK "control" IEQUALIFIER_CONTROL "lalt" IEQUALIFIER_LALT "ralt" IEQUALIFIER_RALT "lcommand" IEQUALIFIER_LCOMMAND "rcommand" IEQUALIFIER_RCOMMAND "numericpad" IEQUALIFIER_NUMERICPAD "repeat" IEQUALIFIER_REPEAT "midbutton" IEQUALIFIER_MIDBUTTON "rbutton" IEQUALIFIER_RBUTTON "leftbutton" IEQUALIFIER_LEFTBUTTON "relativemouse" IEQUALIFIER_RELATIVEMOUSE </pre> <pre> Synonym Synonym String Identifier ------- ---------- "shift" IXSYM_SHIFT /* look for either shift key */ "caps" IXSYM_CAPS /* look for either shift key or capslock */ "alt" IXSYM_ALT /* look for either alt key */ Highmap is one of the following strings: "space", "backspace", "tab", "enter", "return", "esc", "del", "up", "down", "right", "left", "f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", "f10", "help". </pre> ===Writing CD / DVD - Frying Pan=== Can be backup DVDs (4GB ISO size limit due to use of FileInfoBlock), create audio cds from mp3's, and put .iso files on discs If using for the first time - click Drive button and Device set to ata.device and unit to 0 (zero) Click Tracks Button - Drive 1 - Create New Disc or Import Existing Disc Image (iso bin/cue etc.) - Session File open cue file If you're making a data cd, with files and drawers from your hard drive, you should be using the ISO Builder.. which is the MUI page on the left. ("Data/Audio Tracks" is on the right). You should use the "Data/Audio tracks" page if you want to create music cds with AIFF/WAV/MP3 files, or if you download an .iso file, and you want to put it on a cd. Click WRITE Button - set write speed - click on long Write button Examples Easiest way would be to burn a DATA CD, simply go to "Tracks" page "ISO Builder" and "ADD" everything you need to burn. On the "Write" page i have "Masterize Disc (DAO)", "Close Disc" and "Eject after Write" set. One must not "Blank disc before write" if one uses a CDR AUDIO CD from MP3's are as easy but tricky to deal with. FP only understands one MP3 format, Layer II, everything else will just create empty tracks Burning bootable CD's works only with .iso files. Go to "Tracks" page and "Data/Audio Tracks" and add the .iso Video * Y'PbPr is analogue component video * YUV is an intermediary step in converting Y'PbPr to S-Video (YC) or composite video * Y'CbCr is digital component video. YUV is an intermediate stage in turning component video into composite video or S-video. Y'CbCr are the component of digital video, often wrongly called YUV. 1080p (not including backups) typically 20 to 40Gb and up to 80Gb to 200GB (RAW) per hour H.264 could shoot around 40GB 1080p in a day. Over a month is around 1 TB (1,024 GB) friendly editing codec like ProRes 3TB day and 100TB a month or DNxHD codec 2160p (4K) (not including backups) typically 300Gb to 800GB per hour single minute of ProRes UHD file (3840 x 2160) is around 5.3 GB (880 Mbit/s), single hour of 4K footage is a minimum 300GB. 30 hours of 4K ProRes 9TB the XAVC codec in the LUMIX GH4 camera. 1 hour 4K footage (4096 x 2160) about 40 GB. Then, 1 hour per day is around 0.9TB (900GB) DTP Pagestream 3.2 3.3 Amiga Version <pre > Assign PageStream: "Work:PageStream3" Assign SoftLogik: "PageStream:SoftLogik" Assign Fonts: "PageStream:SoftLogik/Fonts" ADD </pre > Normally Pagestream Fonts are installed in directory Pagestream3:Fonts/. Next step is to mark the right fonts-path in Pagestream's Systemprefs (don't confuse softlogik.font - this is only a screen-systemfont). Installed them all in a NEW Pagestream/Fonts drawer - every font-family in its own separate directory and marked them in PageStream3/Systemprefs for each family entry. e.g. Project > System Preferences >Fonts. You simply enter the path where the fonts are located into the Default Drawer string. e.g. System:PageStream/Fonts Then you click on Add and add a drawer. Then you hit Update. Then you hit Save. The new font(s) are available. If everything went ok font "triumvirate-normal" should be chosen automatically when typing text. Kerning and leading Normally, only use postscript fonts (Adobe Type 1 - both metric file .afm or .pfm variant and outline file .pfb) because easier to print to postscript printers and these fonts give the best results and printing is fast! Double sided printing. CYMK pantone matching system color range support http://pagestream.ylansi.net/ For long documents you would normally prepare the body text beforehand in a text editor because any DTP package is not suited to this activity (i.e. slow). Cropping pictures are done outside usually. Wysiwyg Page setup - Page Size - Landscape or Portrait - Full width bottom left corner Toolbar - Panel General, Palettes, Text Toolbox and View Master page (size, borders margin, etc.) - Styles (columns, alley, gutter between, etc.) i.e. balance the weight of design and contrast with white space(s) - unity Text via two methods - click box for text block box which you resize or click I resizing text box frame which resizes itself Centre picture if resizing horizontally - Toolbox - move to next page and return - grid Structured vector clipart images - halftone - scaling Table of contents, Header and Footer Back Matter like the glossary, appendices, index, endnotes, and bibliography. Right Mouse click - Line, Fill, Color - Spot color Quick keyboard shortcuts <pre > l - line a - alignment c - colours </pre > [http://www.ncsu.edu/viste/dtp/index.html DTP Design layout to impress an audience] 9vwwatp89i7fpanb9t03fl1dkfnclju 4095037 4094993 2022-08-20T08:52:40Z Jeff1138 301139 wikitext text/x-wiki {{ArosNav}} ==Introduction== Created originally on this [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=30859&forum=28&start=380&viewmode=flat&order=0#543705 thread] on amigaworld.net * Web browser AROS - using Odyssey formerly known as OWB * Email AROS - using SimpleMAIL and YAM * Video playback AROS - mplayer * Audio Playback AROS - mplayer * Photo editing - ZunePaint, Lunapaint, * Games AROS - some ported games plus lots of emulation software and HTML5 There is still a lot of software to be ported, written or shared so if you are interested in creating and joining in with this effort see [http://en.wikibooks.org/wiki/Aros/Developer/Docs here] ==Web Application== {| class="wikitable sortable" |- !width:30%;|Web Application !width:10%;|AROS(x86) !width:10%;|Amiga OS3 (68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |[http://forum.classicamiga.com/forum/showthread.php/1073-What-web-browser-you-use-in-Amiga Browsing] |[http://archives.aros-exec.org/index.php?function=browse&cat=network/browser Odyssey], [http://owb.mikendezign.com/ OWB 1.0x] [http://trac.webkit.org/ OWB Trac], |IBrowse*, Voyager*, [http://tech.dir.groups.yahoo.com/group/awebml/ AWeb], [http://amigan.1emu.net/releases AWeb Src], [http://aminet.net/package/comm/www/NetSurf-m68k Netsurf] |[ Odyssey OWB], [ Timberwolf (Firefox port 2011)], [http://amigaworld.net/modules/newbb/viewtopic.php?forum=32&topic_id=32847 OWB-mui], [http://strohmayer.org/owb/ OWB-Reaction], IBrowse*, [http://os4depot.net/index.php?function=showfile&file=network/browser/aweb.lha AWeb], Voyager, [http://www.os4depot.net/index.php?function=browse&cat=network/browser Netsurf], |[http://fabportnawak.free.fr/owb/ Odyssey OWB], [ Netsurf], IBrowse*, AWeb, |- |E-mailing |[http://archives.aros-exec.org/index.php?function=browse&cat=network/email SimpleMail], [http://sourceforge.net/projects/simplemail/files/ src], [http://trac.yam.ch/ YAM] |[http://sourceforge.net/projects/simplemail/files/ SimpleMail], [http://trac.yam.ch/ YAM] |SimpleMail, YAM, |SimpleMail, YAM |- |YouTube Viewing |[https://blog.alb42.de/amitube/ Amitube], [https://github.com/YePpHa/YouTubeCenter/releases or this one], |[https://blog.alb42.de/amitube/ Amitube], |[https://blog.alb42.de/amitube/ Amitube],getVideo, Tubexx, [https://github.com/walkero-gr/aiostreams aiostreams], |[https://blog.alb42.de/amitube/ Amitube],Odyssey (OWB), [http://morphos.lukysoft.cz/en/vypis.php?kat=5 getVideo], Tubexx |- |IRC |[http://archives.aros-exec.org/index.php?function=browse&cat=network/chat WookieChat], [https://sourceforge.net/projects/wookiechat/ Wookiechat src], [http://archives.aros-exec.org/index.php?function=browse&cat=network/chat AiRcOS], Jabberwocky, |Wookiechat, AmIRC |Wookiechat |[http://morphos.lukysoft.cz/en/vypis.php?kat=5 Wookiechat], [http://morphos.lukysoft.cz/en/vypis.php?kat=5 AmIRC], |- |Instant Messaging IM like Facebook(TM) and Twitter (TM) and others |[http://archives.aros-exec.org/index.php?function=browse&cat=network/chat jabberwocky], |[http://amitwitter.sourceforge.net/ AmiTwitter], CLIMM, SabreMSN, jabberwocky, |[http://amitwitter.sourceforge.net/ AmiTwitter], SabreMSN, |[http://amitwitter.sourceforge.net/ AmiTwitter], [http://morphos.lukysoft.cz/en/vypis.php?kat=5 PolyglotNG], SabreMSN, |- |Torrents |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8832&forum=4&post_id=89883#forumpost89883 ArTorr], | |CTorrent, Transmission |MLDonkey, Beehive, [http://morphos.lukysoft.cz/en/vypis.php?kat=5 Transmission], CTorrent, |- |FTP |Plugin included with Dopus Magellan, MarranoFTP, |[http://aminet.net/package/comm/tcp/AmiFTP AmiFTP], AmiTradeCenter, ncFTP, |[http://morphos.lukysoft.cz/en/vypis.php?kat=5 Pftp], [http://aminet.net/package/comm/tcp/AmiFTP-1.935-OS4 AmiFTP], |Transfer |- |Newsgroups |? |[http://newscoaster.sourceforge.net/ Newscoaster], [http://sourceforge.net/projects/newsrog/ NewsRog], [http://main.aminet.net/pub/aminet/comm/news/WorldNews1_1.lha WorldNews], |? |? |- |WYSIWYG Web Editor |? |[http://main.aminet.net/pub/aminet/comm/www/metalweb.lha MetalWEB], [http://main.aminet.net/pub/aminet/comm/www/awebedv1.2.lha AwebDV], [http://main.aminet.net/pub/aminet/comm/www/WebDesign.lha WebDesign], [http://amifind.platon42.de/cgi-bin/amifind?query=web+editor&dir=-1&mode=and Webplug], |? |? |- |Streaming Audio [http://www.gnu.org/software/gnump3d/ gnump3d], [http://www.icecast.org/ Icecast2] Server (Broadcast) and Client (Listen), [ mpd], [http://darkice.sourceforge.net/ DarkIce], [http://www.dyne.org/software/muse/ Muse], |Mplayer (Icecast Client only), |[http://www.modmancer.com/?p=143 MODMancer], |[http://www.tunenet.co.uk/ Tunenet], [http://amigazeux.net/anr/ AmiNetRadio], |Mplayer, AmiNetRadio, |- |VoIP (Voice over IP) with SIP Client (Session Initiation Protocol) or Asterisk IAX2 Clients Softphone (skype like) |? |AmiPhone with Speak Freely, |? |? |- |Weather Forecast |[http://sourceforge.net/projects/zunetools/files/ WeatherBar], |[http://amigazeux.net/wetter/ Wetter], |[http://os4depot.net/?function=showfile&file=utility/workbench/flipclock.lha FlipClock], |[http://amigazeux.net/wetter/ Wetter], |- |Street Road Maps Route Planning GPS Tracking |[https://blog.alb42.de/programs/muimapparium/ MuiMapparium] [https://build.alb42.de/ Build of MuiMapp versions], |AmiAtlas*, UKRoutePlus*, [http://blog.alb42.de/ AmOSM], |? |[http://blog.alb42.de/programs/mapparium/ Mapparium], |- |<!--Sub Menu-->Clock and Date setting from the internet (either ntp or websites) |<!--AROS-->[http://archives.aros-exec.org/index.php?function=browse&cat=network/misc ntpsync], [http://time.is Time in a Browser Tab], [https://www.timeanddate.com/worldclock/ World Clock], [http://www.time.gov/ NIST], |<!--Amiga OS-->ntpsync |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->RSS news feeds ('Really Simple Syndication') RSS, Atom and RDF aggregator |<!--AROS-->[http://www.dailyrotation.com/ Daily Rotation], [http://app.lightstreamer.com/RSSDemo/ Lightsteamer], [https://www.newsblur.com/ NewsBlur], [http://www.feedbucket.com/ Feed Bucket], [], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Speed Tests |<!--AROS-->[http://testmy.net/ Test My], [https://sourceforge.net/speedtest/ Speed Test], [ ], [http://www.netmeter.co.uk/ NetMeter] |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->HTML5 WebGL tests |<!--AROS-->[https://html5test.com/ HTML5 Test], [http://caniuse.com/webgl Can I?], [https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html WebGL Test], [http://webglreport.com/ WebGL Report], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->collaborative |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Graphical Image Editing Art== {| class="wikitable sortable" |- !width:30%;|Image Editing !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Pixel Raster Artwork |[https://sourceforge.net/projects/zunetools/files/ZunePaint/ ZunePaint], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit LunaPaint], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit GrafX2], [http://www.dusabledanslherbe.eu/AROSPage/lodepaint.32.html LodePaint needs OpenGL], |[http://www.amigaforever.com/classic/download.html PPaint], GrafX2, DeluxePaint, [http://www.amiforce.de/perfectpaint/perfectpaint.php PerfectPaint], Zoetrope, Brilliance2*, |[http://www.os4depot.net/index.php?function=browse&cat=graphics/edit LodePaint], GrafX2, |Sketch, Pixel*, GrafX2, [http://morphos.lukysoft.cz/en/vypis.php?kat=3 LunaPaint] |- |Image viewing |[http://sourceforge.net/projects/zunetools/files/ ZuneView], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/viewer LookHere], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/viewer LoView], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/viewer PicShow] , [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=31400&forum=32&start=80&viewmode=flat&order=0#583458 Picture Album], |PicShow, PicView, Photoalbum, |WarpView, PicShow, flPhoto, Thumbs, [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=31400&forum=32&start=80&viewmode=flat&order=0#583458 Picture Album], |[http://morphos.lukysoft.cz/en/vypis.php?kat=3 ShowGirls], [http://amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=31400&forum=32&start=80&viewmode=flat&order=0#583458 Picture Album] |- |Photography retouching / Image Manipulation |[http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit RNOEffects], [https://sourceforge.net/projects/zunetools/files/ ZunePaint], [http://sourceforge.net/projects/zunetools/files/ ZuneView], [https://www.picozu.com/editor/ PicoZu], [http://www.photopea.com/ PhotoPea], [http://lunapic.com/editor/ LunaPic], |[http://amigau.com/c-graphics/tvpaint.htm TVPaint], Photogenics*, ArtEffect*, ImageFX*, XiPaint, fxPaint, ImageMasterRT, |WarpView, flPhoto, [http://www.os4depot.net/index.php?function=browse&cat=graphics/edit Photocrop] |[http://morphos.lukysoft.cz/en/vypis.php?kat=3 ShowGirls], ImageFX*, |- |Graphic Format Converter - ICC profile support sRGB, Adobe RGB, XYZ and linear RGB |? |GraphicsConverter, ImageStudio, [http://main.aminet.net/pub/aminet/gfx/conv/MPImage7xs.lha MPImage Src], [http://www.coplabs.org/artpro.html ArtPro] | | |- |Thumbnail Generator |[http://sourceforge.net/projects/zunetools/files/ ZuneView], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/shell Thumbnail Generator] |[http://main.aminet.net/pub/aminet/gfx/misc/ImageDesk304.lha ImageDesk], [http://main.aminet.net/pub/aminet/gfx/misc/mtn_11.lha MTN], [http://main.aminet.net/pub/aminet/util/misc/TNM.lha TNM] [http://main.aminet.net/pub/aminet/util/wb/image2icon.lha Image2Icon] | | |- |Icon Editor |[http://www.xiconeditor.com/ X-Icon editor], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/iconedit Archives], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/workbench Icon Toolbox], | |[http://www.os4depot.net/index.php?function=browse&cat=graphics/iconedit IconEditor] | |- |Animation |Lunapaint |PPaint, AnimatED, Scala*, GoldDisk MovieSetter*, Walt Disney's Animation Studio*, ProDAD* |? |[http://morphos.lukysoft.cz/en/vypis.php?kat=3 Titler] |- |2D SVG based MovieSetter type |? |MovieSetter*, Fantavision* |? |? |- |Morphing |[ GLMorph] | |? |? |- |2D Cad (qcad->LibreCAD, etc.) |? |Xcad, MaxonCAD |? |? |- |3D Cad (OpenCascade->FreeCad, BRL-CAD, OpenSCAD, AvoCADo, etc.) |? |XCad3d*, DynaCADD* |? |? |- |3D Rendering |POV-Ray |[http://www.discreetfx.com./amigaproducts.html CINEMA 4D]*, POV-Ray, Lightwave3D*, Real3D*, Caligari24*, Reflections/Monzoom*, [http://main.aminet.net/pub/aminet/gfx/3d/irit70src.lha Irit Editor Src], [https://github.com/privatosan/RayStorm Raystorm src] |Blender, POV-Ray, Yafray |Blender, POV-Ray, Yafray |- |3D Format Converter |? |[http://main.aminet.net/pub/aminet/gfx/3d/T3DLIB_EXE_R43.lha T3D lib Exe] |[http://www.os4depot.net/index.php?function=showfile&file=graphics/convert/ivcon.lha IVCon] | |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Office Application== {| class="wikitable sortable" |- !width:30%;|Office !width:10%;|AROS (x86) !width:10%;|[http://en.wikipedia.org/wiki/Amiga_software AmigaOS3] (68k) !width:10%;|[http://en.wikipedia.org/wiki/AmigaOS_4 AmigaOS4] (PPC) !width:10%;|[http://en.wikipedia.org/wiki/MorphOS MorphOS] (PPC) |- |Word-processing |[http://desler.be/modules/wfchannel/ Cinnamon Writer], [https://finalwriter.godaddysites.com/ Final Writer 7*], [ ], [ ], |AmigaWriter*, WordWorth*, FinalWriter*, Excellence 3*, Protext, Rashumon, |AbiWord, [http://desler.be/ CinnamonWriter] |[http://desler.be/modules/wfchannel/ Cinnamon Writer], [http://www.meta-morphos.org/viewtopic.php?topic=1246&forum=53 scriba], [http://morphos.lukysoft.cz/en/index.php Papyrus Office], |- |Spreadsheets |[https://blog.alb42.de/programs/leu/ Leu], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=2995&forum=4&post_id=38103#forumpost38103 Ignition], [http://code.google.com/p/lua-calc/ LuaCalc], [ ], [ ], [ ], |Turbocalc*, [http://ignition.berlios.de/ Ignition], FinalCalc*, ProCalc 2, StarAmPlan, |Gnumeric, Ignition | [ ignition], [http://morphos.lukysoft.cz/en/vypis.php Papyrus Office], |- |Presentations |[http://www.hollywoood-mal.com/ Hollywood]*, [http://code.google.com/p/html5slides/ HTML5 Slides], [http://meyerweb.com/eric/tools/s5/ S5], [https://github.com/bartaz/impress.js impress.js], [http://presentationjs.com/ presentation.js], [http://lab.hakim.se/reveal-js/#/ reveal.js], [https://github.com/LeaVerou/CSSS CSSS], [http://leaverou.github.io/CSSS/#intro CSSS intro], |[http://www.hollywoood-mal.com/ Hollywood]*, MediaPoint, PointRider, Scala*, |[http://www.hollywoood-mal.com/ Hollywood]*, PointRider |[http://www.hollywoood-mal.com/ Hollywood]*, PointRider |- |Databases |[http://sdb.freeforums.org/ SDB], [http://archives.aros-exec.org/index.php?function=browse&cat=office/database MUIBase], |MUIbase, Datastore, FinalData, AmigaBase, Fiasco, Twist2, |MUIBase, SQLite, |[http://morphos.lukysoft.cz/en/vypis.php?kat=6 MUIBase], |- |PDF Viewing and editing digital signatures |[https://www.sejda.com/ Sedja], [http://sourceforge.net/projects/arospdf/ ArosPDF via splash], [https://github.com/wattoc/AROS-vpdf vpdf wip], |APDF |AmiPDF |APDF, vPDF, |- |Printing |Postscript 3 laser printers and Ghostscript internal, [http://aros-exec.org/modules/newbb/viewtopic.php?start=140&topic_id=6622&viewmode=compact&order=ASC&type=&mode=0 GutenPrint], |[http://www.irseesoft.de/tp_what.htm TurboPrint]* |(some native drivers), |early TurboPrint included, |- |<!--Sub Menu-->Note Taking Rich Text support like joplin, OneNote, EverNote Notes etc |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |PIM Personal Information Manager - Day Diary Planner Calendar App | [ ], [ ], [ ], |Digita Organiser*, On The Ball, Everyday Organiser, [http://main.aminet.net/pub/aminet/util/rexx/wac104.lha Calender in Rexx], [ Contact Manager], [http://main.aminet.net/pub/aminet/util/time/ohac13.lha Calendar in E], [http://main.aminet.net/pub/aminet/util/wb/AmiMemos.lha Post Notes in C], |AOrganiser, |[http://polymere.free.fr/orga_en.html PolyOrga], |- |Accounting |[http://archives.aros-exec.org/index.php?function=browse&cat=office/misc ETB], LoanCalc, [ ], [ ], [ ], |Home Accounts, Accountant, Small Business Accounts, Account Master, [http://main.aminet.net/pub/aminet/biz/misc/HomeBank.lha HomeBank], [ Amigabok], |? |? |- |Project Management |? |SuperGantt, SuperPlan, |? |? |- |System Wide Dictionary - multilingual [http://sourceforge.net/projects/babiloo/ Babiloo], [http://code.google.com/p/stardict-3/ StarDict], |[http://www.onlinedictionary.co.uk/ On-line], |[http://main.aminet.net/pub/aminet/text/misc/ASpell.lha AlphaSpell], [http://main.aminet.net/pub/aminet/text/misc/ispell-3.3.02-arexx-src.lha Ispell Src], | | |- |System wide Thesaurus - multi lingual |[http://www.onlinedictionary.co.uk/ On-line], |[http://main.aminet.net/pub/aminet/docs/etext/roget14a.lha Roget Gutenberg etext], Kuma K-Roget*, | | |- |<!--Sub Menu-->Sticky Desktop Notes (post it type) |<!--AROS-->[http://aminet.net/package/util/wb/amimemos.i386-aros AmiMemos], |<!--Amiga OS-->[http://aminet.net/package/util/wb/StickIt-2.00 StickIt v2], |<!--AmigaOS4--> |<!--MorphOS--> |- |DTP |[http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit RNOPublisher], |[http://pagestream.org/ Pagestream]*, Professional Page*, Saxon Publisher Publishing, |[http://pagestream.org/ Pagestream]* |[http://pagestream.org/ Pagestream]* |- |Scanning |[http://aros-exec.org/modules/newbb/viewtopic.php?start=10&topic_id=3662&viewmode=flat&order=ASC SCANdal] |FxScan*, ScanQuix* |SCANdal (Sane) |SCANdal |- |OCR |[http://archives.aros-exec.org/index.php?function=browse&cat=graphics/convert gOCR] | | |[http://morphos-files.net/categories/office/text Tesseract] |- |Text Editing |Jano Editor (already installed by default), [http://blog.alb42.de/edisyn/ EdiSyn], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit Annotate], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit Vim], [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit FrexxEd] [https://github.com/vidarh/FrexxEd src], [http://shinkuro.altervista.org/amiga/software/nowined.htm NoWinEd], |Annotate, GoldED/CubicIDE*, CygnusED*, Turbotext, Protext*, NoWinED, |Notepad, Annotate, CygnusED*, NoWinED, |MorphOS ED, NoWinED, GoldED/CubicIDE*, CygnusED*, Annotate, |- |[http://sourceforge.net/projects/fontforge/files/fontforge-source/ Font Designer] |? [http://karrman.org/barfonts/generate.html Barcode fonts], [http://www.freefontconverter.com/ Online font converter], |TypeSmith*, SaxonScript (GetFont Adobe Type 1), |? |? |- |Drawing Vector |[http://sourceforge.net/projects/amifig/ ZuneFIG previously AmiFIG] |Drawstudio*, ProVector*, ArtExpression*, Professional Draw*, AmiFIG, MetaView, |MindSpace, [http://www.os4depot.net/index.php?function=browse&cat=graphics/edit amifig], |SteamDraw, [http://aminet.net/package/gfx/edit/amifig amiFIG], |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Remote Desktop (server) |[http://sourceforge.net/projects/zunetools/files/VNC_Server ArosVNCServer], |[http://s.guillard.free.fr/AmiVNC/AmiVNC.htm AmiVNC], [http://dspach.free.fr/amiga/avnc/index.html AVNC] |[http://s.guillard.free.fr/AmiVNC/AmiVNC.htm AmiVNC] |MorphVNC, vncserver |- |Remote Desktop (client) |[https://sourceforge.net/projects/zunetools/files/VNC_Client/ ArosVNC], [http://archives.aros-exec.org/index.php?function=browse&cat=network/misc rdesktop], |[http://twinvnc.free.fr/index.php?menu=01&lang=eng TwinVNC], [http://dspach.free.fr/amiga/vva/index.html VVA], [http://www.hd-zone.com/ RDesktop] |[http://twinvnc.free.fr/index.php?menu=01&lang=eng TwinVNC], [http://www.hd-zone.com/ RDesktop] |[http://twinvnc.free.fr/index.php?menu=01&lang=eng TwinVNC], [http://www.hd-zone.com/ RDesktop] |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Audio== {| class="wikitable sortable" |- !width:30%;|Audio !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Playing playback Audio |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6563&forum=4&post_id=62686#forumpost62686 mp3Player], [http://archives.aros-exec.org/index.php?function=browse&cat=video/play Mplayer], [ HarmonyPlayer hp], [http://www.a500.org/downloads/audio/index.xhtml playcdda] CDs, [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=7051&forum=2&post_id=67657#forumpost67657 WildMidi Player], [https://bszili.morphos.me/ UADE mod player], [], |AmiNetRadio, AmigaAmp, playOGG, |TuneNet, SimplePlay, AmigaAmp, TKPlayer |AmiNetRadio, Mplayer, Kaya, AmigaAmp |- |Editing Audio |[http://www.audio-evolution.com/downloads/AE4free_AROS.lha Audio Evolution 4] |[http://samplitude.act-net.com/index.html Samplitude Opus Key], [http://www.hd-rec.de/HD-Rec/index.php?site=home HD-Rec], [http://www.sonicpulse.de/eng/news.html SoundFX], |[http://www.hd-rec.de/HD-Rec/index.php?site=home HD-Rec], AmiSoundED, [http://os4depot.net/?function=showfile&file=audio/record/audioevolution4.lha Audio Evolution 4] |[http://www.hd-rec.de/HD-Rec/index.php?site=home HD-Rec], Audio Evolution 4 to come |- |Editing Tracker Music |[http://code.google.com/p/protrekkr/ Protrekkr 2.54 included with Icaros 2.x], [http://code.google.com/p/protrekkr/ Protrekkr], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6898&forum=4&post_id=66227#forumpost66227 Schism Tracker], [http://archives.aros-exec.org/index.php?function=browse&cat=audio/tracker MilkyTracker], [http://www.hivelytracker.com/ HivelyTracker], [ Radium in AROS already], [http://www.a500.org/downloads/development/index.xhtml libMikMod], |MilkyTracker, HivelyTracker, DigiBooster, Octamed SoundStudio, |MilkyTracker, HivelyTracker, GoatTracker |MilkyTracker, GoatTracker, DigiBooster, |- |Editing Music Other ([http://groups.yahoo.com/group/bpdevel/?tab=s Midi via CAMD], Live Looping or Audio Misc) |[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=47063#forumpost47063 early wip Bars and Pipes], |[http://bnp.hansfaust.de/ Bars'n'Pipes], MusicX*, Deluxe Music*, [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5732&forum=4&post_id=53660#forumpost53660 Horny], HD-Rec, [http://www.camx.de/camx_amiga.htm Camouflague]*, [https://github.com/kmatheussen/camd CAM-D], |HD-Rec, Rockbeat, [http://bnp.hansfaust.de/download.html Bars'n'Pipes], [http://os4depot.net/index.php?function=browse&cat=audio/edit Horny], Audio Evolution 4, |Bars'n'Pipes, |- |Sound Sampling |[http://www.audio-evolution.com/index.php?option=com_content&view=article&id=30&Itemid=23%22 Audio Evolution 4], [http://www.clusteruk.com/SitePortalPage.aspx?siteid=1&cfid=0&did=162 Quick Record], |Audio Evolution 3, [http://samplitude.act-net.com/index.html Samplitude Opus Key], Audiomaster IV*, |HD-Rec, Audio Evolution 4, |HD-Rec, Audio Evolution 4, |- |CD/DVD burn |[https://code.google.com/p/amiga-fryingpan/ FryingPan], |FryingPan, [http://www.estamos.de/makecd/#CurrentVersion MakeCD], |FryingPan, AmiDVD, |[http://www.amiga.org/forums/printthread.php?t=58736 FryingPan], Jalopeano, |- |CD/DVD audio rip |Lame, [http://www.imica.net/SitePortalPage.aspx?siteid=1&cfid=0&did=167 Quick CDrip], |Lame, [http://main.aminet.net/pub/aminet/mus/misc/MUImp3.lha Ncode + Rexx], |Lame, |Lame, [http://main.aminet.net/pub/aminet/mus/misc/flac-morphos.lha Flac ripper], |- |MP3 v1 and v2 Tagger |id3ren (v1), [http://archives.aros-exec.org/index.php?function=browse&cat=audio/edit mp3info], |[http://main.aminet.net/pub/aminet/mus/edit/MP3TagEditor.lha MP3TagEditor] v1 and v2, [http://main.aminet.net/pub/aminet/mus/misc/MPTool_1.23.lha MPTool], |[http://main.aminet.net/pub/aminet/mus/misc/id3ren-os4.lha ID3ren], |[http://main.aminet.net/pub/aminet/comm/net/mpgtx_1.3.1_mos.lha MPGtx], |- |Audio Convert |[http://www.online-convert.com/ Online Convert], |[http://aminet.net/package/mus/misc/SoundBox SoundBox], [http://aminet.net/package/mus/misc/SoundBoxKey SoundBox Key], [http://aminet.net/package/mus/edit/SampleE SampleE], sox |? |? |- |<!--Sub Menu-->Streaming i.e. despotify |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->DJ mixing jamming |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Radio Automation Software [http://www.rivendellaudio.org/ Rivendell], [http://code.campware.org/projects/livesupport/report/3 Campware LiveSupport], [http://www.sourcefabric.org/en/airtime/ SourceFabric AirTime], [http://www.ohloh.net/p/mediabox404 MediaBox404], | | | | |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Video Creativity and Production== {| class="wikitable sortable" |- !width:30%;|Video !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Playing Video |[http://archives.aros-exec.org/index.php?function=browse&cat=video/play Mplayer], [http://www.a500.org/downloads/video/index.xhtml CDXL player], [http://www.a500.org/downloads/video/index.xhtml IffAnimPlay], [https://ftp.gnome.org/mirror/archive/ftp.sunet.se/pub/aminet/gfx/show/VAMP-AROS.lha VAMP], |Frogger*, AMP2, MPlayer, RiVA*, MooViD*, |DvPlayer, MPlayer |MPlayer, Frogger, AMP2, VLC |- |Streaming Video |Mplayer, |? |Mplayer, Gnash, Tubexx |Mplayer, OWB, Tubexx |- |Playing DVD |[http://a-mc.biz/ AMC]*, Mplayer |AMP2, Frogger |[http://a-mc.biz/ AMC]*, DvPlayer*, AMP2, |Mplayer |- |Screen Recording |[http://archives.aros-exec.org/index.php?function=browse&cat=video/record Screenrecorder], [ ], [ ], [ ], [ ], |? |? |Screenrecorder, |- |Create and Edit Individual Video |[ Mencoder], [ Quick Videos], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/edit AVIbuild], [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/misc FrameBuild], |Mainactor Broadcast*, [http://en.wikipedia.org/wiki/Video_Toaster Video Toaster], Broadcaster Elite, MovieShop, Adorage, [http://www.sci.fi/~wizor/webcam/cam_five.html VHI studio]*, |FFMpeg/GUI |Blender, Mencoder, FFmpeg |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Misc Application== {| class="wikitable sortable" |- !width:30%;|Misc Application !width:10%;|AROS(x86) !width:10%;|Amiga OS3 (68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |File Management |DOpus, [ DOpus Magellan], [ Scalos], [ ], |DOpus, [http://sourceforge.net/projects/dopus5allamigas/files/?source=navbar DOpus Magellan], ClassAction, FileMaster, [http://kazong.privat.t-online.de/archive.html DM2], [http://www.amiga.org/forums/showthread.php?t=4897 DirWork 2]*, |DOpus, Filer, AmiDisk |DOpus |- |File Verification / Repair |md5 (linux shell), [http://archives.aros-exec.org/index.php?function=browse&cat=utility/filetool workpar2] (PAR2), cksfv [http://zakalwe.fi/~shd/foss/cksfv/files/ from website], |? |? |Par2, |- |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5483&forum=7&post_id=51115#forumpost51115 App Installer] |Jack |InstallerNG, Grunch, |Jack |Jack |- |C/C++ IDE |Murks, [http://archives.aros-exec.org/index.php?function=browse&cat=utility/text/edit FrexxEd], Annotate, |[http://devplex.awardspace.biz/cubic/index.html Cubic IDE]*, Annotate, [http://main.aminet.net/pub/aminet/text/edit/XDME_1.84_src.lha XDME], Annotate, |CodeBench |[http://devplex.awardspace.biz/cubic/index.html Cubic IDE]*, Anontate, |- |Gui Creators |[http://aros-exec.org/modules/newbb/viewtopic.php?start=10&topic_id=5578&viewmode=flat&order=ASC MuiBuilder], |[http://main.aminet.net/pub/aminet/dev/gui/gadtoolsbox20c.lha GadtoolBox], [http://main.aminet.net/pub/aminet/dev/e/GTXConv.lha GadtoolBox to E], [http://main.aminet.net/pub/aminet/dev/gui/IEditor.lha IEditor], [http://main.aminet.net/pub/aminet/dev/gui/DesignerSource.lha Designer Src], [http://main.aminet.net/pub/aminet/dev/e/GTXConv.lha GTX Convert], |? |[ MuiBuilder], |- |Catalog .cd .ct Editors |FlexCat |[http://www.geit.de/deu_simplecat.html SimpleCat], FlexCat |[http://aminet.net/package/dev/misc/simplecat SimpleCat], FlexCat |[http://www.geit.de/deu_simplecat.html SimpleCat], FlexCat |- |Repository |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5699&forum=2&post_id=53395#forumpost53395 Git] |? |Git |[http://www.morphzone.org/modules/newbb_plus/viewtopic.php?forum=9&topic_id=5532&post_id=59549&viewmode=thread&order=0 Git] |- |Filesystem Backup | |[http://main.aminet.net/pub/aminet/util/cli/mymirror.lha MyMirror], [http://main.aminet.net/pub/aminet/disk/bakup/MRBackup221Dis.lha MrBackup], Quarterback Tools*, | | |- |Filesystem Repair | | Quarterback Tools, [ ], [ ], [ ], | | |- |Multiple File renaming | DOpus 4 or 5, |[http://main.aminet.net/pub/aminet/util/misc/MultiRen.lha MultiRen], [http://main.aminet.net/pub/aminet/util/shell/rename2u.lha Rename2u], | | |- |Anti Virus |? |VChecker, |? |? |- |<!--Sub Menu-->Random Wallpaper Desktop changer |<!--AROS-->[ DOpus5], [ Scalos], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Alarm Clock, Timer, Stopwatch, Countdown |<!--AROS-->[http://archives.aros-exec.org/index.php?function=browse&cat=utility/workbench DClock], [http://aminet.net/util/time/AlarmClockAROS.lha AlarmClock], [], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Fortune Cookie Quotes Sayings |<!--AROS-->[http://archives.aros-exec.org/index.php?function=browse&cat=utility/misc AFortune], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Languages |<!--AROS--> |<!--Amiga OS-->Fun School, |<!--AmigaOS4--> |<!--MorphOS--> |- |Mathematics ([http://www-fourier.ujf-grenoble.fr/~parisse/install_en.html Xcas], etc.), |[http://archives.aros-exec.org/index.php?function=browse&cat=utility/scientific mathX] |Maple V, mathX, Fun School, GCSE Maths, [ ], [ ], [ ], |Yacas |Yacas |- |<!--Sub Menu-->Classroom Aids |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Assessments |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Reference |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Training |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Courseware |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Skills Builder |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Misc Application 2== {| class="wikitable sortable" |- !width:30%;|Misc Application !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |BASIC |[http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=7206&viewmode=compact&order=ASC&type=&mode=0 X-AMOS], [http://archives.aros-exec.org/index.php?function=browse&cat=development/language SDLBasic], [http://www.dusabledanslherbe.eu/AROSPage/MISC.14.html Alvyn], [http://archives.aros-exec.org/index.php?function=browse&cat=development/language Basic4SDL], [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=53371#forumpost53371 Ace Basic], |[http://www.amiforce.de/main.php Amiblitz 3], [http://amos.condor.serverpro3.com/AmosProManual/contents/c1.html Amos Pro], [http://aminet.net/package/dev/basic/ace24dist ACE Basic], |? |sdlBasic |- |OSK On Screen Keyboard |? |[http://main.aminet.net/pub/aminet/util/wb/OSK.lha OSK] |? |? |- |<!--Sub Menu-->Screen Magnifier Magnifying Glass Magnification |<!--AROS-->[http://www.onyxsoft.se/files/zoomit.lha ZoomIT], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Comic Book CBR CBZ format reader viewer | [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=8395&forum=4&post_id=83694#forumpost83694 comics], |? |? |? |- |Ebook Reader |? |? |? |? |- |Ebook Converter |? |? |? |? |- |Text to Speech, |[http://archives.aros-exec.org/index.php?function=browse&cat=audio/misc flite], |[http://www.text2speech.com translator], [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=60084#forumpost60084 Die Giga Engine], |[http://www.os4depot.net/index.php?function=search&tool=simple FLite] |[http://se.aminet.net/pub/aminet/mus/misc/ FLite] |- |Speech Voice Recognition Dictation - [http://sourceforge.net/projects/cmusphinx/files/ CMU Sphinx], [http://julius.sourceforge.jp/en_index.php?q=en/index.html Julius], [http://www.isip.piconepress.com/projects/speech/index.html ISIP], |? |? |? |? |- |Fractals |? |ZoneXplorer, [http://amifind.platon42.de/cgi-bin/amifind?query=fractal&dir=256&mode=and Various], |? |? |- |World Construction |? |Vista Pro and [http://en.wikipedia.org/wiki/World_Construction_Set World Construction Set] |? |? |- |Astronomy |[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=14784#forumpost14784 Digital Almanac (ABIv0 only)], |[http://aminet.net/misc/sci/DA3V56ISO.zip Digital Almanac], Distant Suns*, [http://www.syz.com/DU/ Digital Universe]*, |[http://sourceforge.net/projects/digital-almanac/ Digital Almanac], Distant Suns*, [http://www.digitaluniverse.org.uk/ Digital Universe]*, |[http://www.aminet.net/misc/sci/da3.lha Digital Almanac], |- |CAD [http://www.nocrew.org/software/ocadis/?part=features oCADis], [http://avocado-cad.sourceforge.net/ avoCADo], [http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Main_Page FreeCAD python], |? |XCad (GFACAD)*, MAXONcad)*, [http://main.aminet.net/pub/aminet/gfx/3d/Cycas178_EN.lha Cycas*], DynaCadd*, |? |? |- |PCB design |? |[http://main.aminet.net/pub/aminet/gfx/edit/SchemariCAD.lha SchemariCAD], [ ], [ ], [ ], |? |? |- | Genealogy History Family Tree Ancestry Records (FreeBMD, FreeREG, and FreeCEN file formats or GEDCOM GenTree) | | [ Origins], [ Your Family Tree], [ ], [ ], [ ], | | |- |<!--Sub Menu-->Screen Display Blanker screensaver |<!--AROS-->Blanker Commodity (built in), [http://www.mazze-online.de/files/gblanker.i386-aros.zip GarshneBlanker (can be buggy)], |<!--Amiga OS-->MultiCX, |<!--AmigaOS4--> |<!--MorphOS-->ModernArt Blanker, |- |<!--Sub Menu-->Maths Graph Function Plotting |<!--AROS-->[https://blog.alb42.de/programs/#MUIPlot MUIPlot], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->App Utility Launcher Dock toolbar |<!--AROS-->[ BoingBar], [https://github.com/adkennan/DockBot Dockbot], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} <nowiki>*</nowiki> Commercial product. ==Games & Emulation== Some emulators require OpenGL to function and if the sound and emulation is fast, adjust ahi prefs channels, frequency and unit0 and unit1. Free public domain roms for use with emulators can be found [http://www.pdroms.de/ here] as most of the rest are covered by copyright rules. If you like to read about old games see [http://retrogamingtimes.com/ here] and [http://www.armchairarcade.com/neo/ here] and a [http://www.vintagecomputing.com/ blog] about old computers. Possibly some of the [http://www.answers.com/topic/list-of-best-selling-computer-and-video-games best selling] of all time. [http://en.wikipedia.org/wiki/List_of_computer_system_emulators Wiki] with emulated systems list. [http://aros.sourceforge.net/documentation/users/shell/changetaskpri.php changetaskpri -1] {| class="wikitable sortable" |- !width:10%;|Games [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Emulation] !width:10%;|AROS(x86) !width:10%;|AmigaOS3(68k) !width:10%;|AmigaOS4(PPC) !width:10%;|MorphOS(PPC) |- |Games Emulation Amstrad CPC | [http://www.dusabledanslherbe.eu/AROSPage/Amstrad-CPC.42.html Caprice32 (OpenGL & pure SDL)], [http://www.dusabledanslherbe.eu/AROSPage/Amstrad-CPC.42.html Arnold], [http://www.cpcbox.com/ CPC Html5 Online], [http://www.cpcbox.com/ CPC Box javascript], | | [http://os4depot.net/index.php?function=browse&cat=emulation/computer ] | [http://morphos.lukysoft.cz/en/vypis.php?kat=2 ], |- |Games Emulation Apple2 and 2GS | | | | |- |Games Emulation Arcade |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Mame], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5288&forum=4&post_id=49091#forumpost49091 SI Emu (ABIv0 only)], |Mame, |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem xmame], amiarcadia, | [http://morphos.lukysoft.cz/en/vypis.php?kat=2 Mame], |- |Games Emulation Atari 2600 |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Stella], | | | |- |Games Emulation Atari 5200 | | | | |- |Games Emulation Atari 7800 | | | | |- |Games Emulation Atari 400 800 130XL |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Atari800], | | | |- |Games Emulation Atari Lynx |[http://myfreefilehosting.com/f/6366e11bdf_1.93MB Handy (ABIv0 only)], | | | |- |Games Emulation Atari Jaguar | | | | |- |Games Emulation Bandai Wonderswan | | | | |- |Games Emulation BBC Micro and Acorn Electron |[http://jemu.winape.net/ BBC Micro Online], |[http://beebem-unix.bbcmicro.com/download.html BeebEm], [http://b-em.bbcmicro.com/ B-Em], [http://elkulator.acornelectron.co.uk/ Elkulator], [http://electrem.emuunlim.com/ ElectrEm], | | |- |Games Emulation Dragon 32 and Tandy CoCo | |[http://www.6809.org.uk/dragon/xroar.shtml Xroar], | | |- |Games Emulation Commodore C16 Plus4 | | | | |- |Games Emulation Commodore C64 |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Vice (ABIv0 only)], [http://c64s.com/ C64 Online], |Frodo, |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem viceplus], |Vice, |- |Games Emulation Commodore Amiga |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/computer Janus UAE], Emumiga, |n/a |[http://os4depot.net/index.php?function=browse&cat=emulation/computer UAE], | [http://morphos.lukysoft.cz/en/vypis.php?kat=2 UAE], |- |Games Emulation Japanese MSX MSX2 |[http://jsmsx.sourceforge.net/ JS based MSX Online], | | | |- |Games Emulation Mattel Intelivision | | | | |- |Games Emulation Mattel Colecovision and Adam | | | | |- |Games Emulation Milton Bradley (MB) Vectrex |[http://www.twitchasylum.com/jsvecx/ JS based Vectrex Online], | | | |- |Games Emulation Nintendo Gameboy |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem vba no sound], [http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU JS based Gameboy Online], | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem vba] | |- |Games Emulation Nintendo NES |[http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5288&forum=4&post_id=49091#forumpost49091 EmiNES], [http://www.nintendo8.com/ Nes Online], [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Fceu], [http://www.virtualnes.com/index.html vNes Online], |AmiNES, [http://www.dridus.com/~nyef/darcnes/ darcNES], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem amines] | |- |Games Emulation Nintendo SNES |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Zsnes], |? |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem warpsnes] |[http://fabportnawak.free.fr/snes/ Snes9x], |- |Games Emulation Nintendo N64 |[http://code.google.com/p/mupen64plus/ Mupen64+], |[http://code.google.com/p/mupen64plus/ Mupen64+], |? |? |- |Games Emulation NEC PC Engine |? |[http://www.hugo.fr.fm/ Hugo], [http://mednafen.sourceforge.net/ Mednafen], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem tgemu] | |- |Games Emulation Sega Master System (SMS) |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem Dega], [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem sms], | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem osmose] | |- |Games Emulation Sega Genesis/Megadrive |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem gp no sound], [http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem DGen], |[http://code.google.com/p/genplus-gx/ Genplus], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem genesisplus] | |- |Games Emulation Sega Saturn |? |[http://yabause.org/ Yabause], | | |- |Games Emulation Sinclair ZX80 and ZX81 |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Games Emulation Sinclair Spectrum |[http://aros-exec.org/modules/newbb/viewtopic.php?post_id=48776#forumpost48776 Fuse (crackly sound)], [http://www.dusabledanslherbe.eu/AROSPage/Sam-Coupe.43.html SimCoupe], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5288&forum=4&post_id=49091#forumpost49091 FBZX slow], [http://matt.west.co.tt/spectrum/jsspeccy/ Speccy Online], |[http://www.lasernet.plus.com/ Asp], [http://www.zophar.net/sinclair.html Speculator], [http://www.worldofspectrum.org/x128/index.html X128], |[http://www.os4depot.net/index.php?function=browse&cat=emulation/computer ] | |- |Games Emulation Sinclair QL |? |[http://aminet.net/package/misc/emu/QDOS4amiga1 QDOS4amiga] | | |- |Games Emulation SNK NeoGeo Pocket | | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem gngeo], NeoPop, | |- |Games Emulation Sony PlayStation |[http://archives.aros-exec.org/index.php?function=browse&cat=emulation/gamesystem FPSE], | |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem FPSE] | |- |Games Emulation [http://en.wikipedia.org/wiki/Tangerine_Computer_Systems Tangerine] Oric and Atmos |[http://aminet.net/package/misc/emu/oricutron Oricutron] |<!--Amiga OS--> |[http://www.os4depot.net/index.php?function=browse&cat=emulation/gamesystem Oricutron] |[http://aminet.net/package/misc/emu/oricutron Oricutron] |- |Games Emulation TI 99/4 99/4A |<!--AROS--> |[http://aminet.net/package/misc/emu/TI4Amiga TI4Amiga] |<!--AmigaOS4--> |<!--MorphOS--> |- |Games Emulation HP 38G 40GS 48 49G/50G] Graphing Calculators |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |Games Emulation TI 58 83 84 86 - 89 92 Graphing Calculators |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- | MB Milton Bradley Vextrex | [http://www.portacall.org/downloads/vecxgl.lha Vectrex OpenGL], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |- style="background:lightgrey; text-align:center; font-weight:bold;" | Games || AROS || Amiga OS || Amiga OS4 || Morphos |- |Games Action - [https://github.com/XProger/OpenLara openlara], [https://github.com/opentomb/OpenTomb opentomb] |[http://archives.aros-exec.org/index.php?function=browse&cat=game/action Thrust], [http://archives.aros-exec.org/index.php?function=browse&cat=game/action Worms], | | | |- |Games Adventure [http://dotg.sourceforge.net/ DMJ], |[http://archives.aros-exec.org/index.php?function=browse&cat=game/adventure ], [http://www.dusabledanslherbe.eu/AROSPage/Aquaria.37.html Aquaria]*(openGL), [http://www.toolness.com/wp/category/interactive-fiction/ Infocom], [http://www.accardi-by-the-sea.org/ Zork Online]. [http://www.sarien.net/ Sierra Sarien], [http://www.ucw.cz/draci-historie/index-en.html Dragon History for ScummVM], | | | |- |Games Board |[http://archives.aros-exec.org/index.php?function=browse&cat=game/board ], [http://www.casualgirlgamer.com/articles/entry/28/The-Best-30-HTML-5-games/ Various], | | | |- |Games Cards |[http://andsa.free.fr/ Reko Online], |[http://home.arcor.de/amigasolitaire/e/welcome.html Reko], | | |- |Games Misc |[http://archives.aros-exec.org/index.php?function=browse&cat=game/misc ], [http://www.tripwiremagazine.com/2011/11/html5-games.html Various HTML5 Games], | | | |- |Games FPS |Doom, Quake, [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Quake 3 Arena (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Cube (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Assault Cube (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Cube 2 Sauerbraten (OpenGL)], [http://fodquake.net/test/ FodQuake QuakeWorld], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=6853&forum=4&post_id=66915#forumpost66915 Duke Nukem 3D], [http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=6941&viewmode=flat&order=ASC&type=&mode=0 Darkplaces Nexuiz Xonotic], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Doom 3 SDL (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/fps Hexenworld and Hexen 2], [http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=7200&forum=4&post_id=69528#forumpost69528 Aliens vs Predator Gold 2000 (openGL)], [ Odamex (openGL doom)], |Doom, Quake, AB3D, Fears, Breathless, |Doom, Quake, |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 Doom], Quake, Quake 3 Arena, |- |Games MMORG |[http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=4860&viewmode=flat&order=ASC Eternal Lands (OpenGL)], |? |? |? |- |Games Platform |[http://archives.aros-exec.org/index.php?function=browse&cat=game/platform ], [http://www.dusabledanslherbe.eu/AROSPage/mog.27.html# Maze of Galious], [http://www.dusabledanslherbe.eu/AROSPage/Gish.38.html Gish]*(openGL), [http://www.dusabledanslherbe.eu/AROSPage/MegaMario.15.html Mega Mario], [http://www.gianas-return.de/ Giana's Return], [http://www.sqrxz.de/ Sqrxz], [http://www.sqrxz2.de/ Sqrxz 2], [http://www.sqrxz.de/sqrxz-3/ Sqrxz 3], [http://www.sqrxz.de/sqrxz-4/ Sqrxz 4], [http://archives.aros-exec.org/index.php?function=browse&cat=game/platform Cave Story], | | | |- |Games Puzzle |[http://archives.aros-exec.org/index.php?function=browse&cat=game/puzzle ], [http://www.dusabledanslherbe.eu/AROSPage/Cubosphere.41.html Cubosphere (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/puzzle Candy Crisis], [http://www.portacall.org//downloads/BlastGuy.lha Blast Guy Bomberman clone], [http://bszili.morphos.me/ TailTale], [http://www.casualgirlgamer.com/articles/entry/28/The-Best-30-HTML-5-games/ Best 30 HTML5 Casual Games], [http://www.casualgirlgamer.com/articles/entry/28/The-Best-30-HTML-5-games/ Online DHTML Lemmings], | | | |- |Games Racing (Trigger Rally, VDrift, [http://www.ultimatestunts.nl/index.php?page=2&lang=en Ultimate Stunts], [http://maniadrive.raydium.org/ Mania Drive], ) |[http://www.dusabledanslherbe.eu/AROSPage/download/supertuxkart.zip Super Tux Kart (OpenGL)], [http://www.dusabledanslherbe.eu/AROSPage/F1Spirit.30.html F1 Spirit (OpenGL)], [http://bszili.morphos.me/index.html MultiRacer], | |[http://bszili.morphos.me/index.html Speed Dreams], |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 ], [http://bszili.morphos.me/index.html TORCS], |- |Games RPG [http://gemrb.sourceforge.net/wiki/doku.php?id=installation GemRB], |[http://archives.aros-exec.org/index.php?function=browse&cat=game/roleplaying nethack], BOH, [http://parpg.net/ PA RPG], [http://dnt.dnteam.org/cgi-bin/news.py DNT], [https://github.com/BSzili/aros-stuff Arx Libertatis], |Phantasie, Faery Tale, D&D ones, Dungeon Master, | | |- |Games Shoot Em Ups [http://www.mhgames.org/oldies/formido/ Formido], [http://code.google.com/p/violetland/ Violetland], |[http://www.dusabledanslherbe.eu/AROSPage/download/open_tyrian.rar Open Tyrian], [http://www.parallelrealities.co.uk/projects/starfighter.php Starfighter], [http://www.dusabledanslherbe.eu/AROSPage/Alien-Blaster.20.html Alien Blaster], | |[http://www.parallelrealities.co.uk/projects/starfighter.php Starfighter], | |- |Games Simulations [http://scp.indiegames.us/ Freespace 2], [http://www.heptargon.de/gl-117/gl-117.html GL117], [http://code.google.com/p/corsix-th/ Theme Hospital], [http://code.google.com/p/freerct/ Rollercoaster Tycoon], [http://hedgewars.org/ Hedgewars], | |SimCity, SimAnt, Sim Hospital, Theme Park, | |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 ] |- |Games Strategy [http://rtsgus.org/ RTSgus], [http://wargus.sourceforge.net/ Wargus], [http://stargus.sourceforge.net/ Stargus], |[http://archives.aros-exec.org/index.php?function=browse&cat=game/strategy MegaGlest (OpenGL)], [http://archives.aros-exec.org/index.php?function=browse&cat=game/strategy UFO:AI (OpenGL)], [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=61383#forumpost61383 Epiar OpenGL], [http://www.tripwiremagazine.com/2011/11/html5-games.html C&C Html5], [http://wizard2k8.uw.hu/aros.html FreeCiv], [http://play.freeciv.org/ HTML5 FreeCiv], | | |[http://morphos.lukysoft.cz/en/vypis.php?kat=12 ] |- |Games Sandbox Minecraft(TM) [http://www.michaelfogleman.com/craft/ Craft], [ Minetest], [ infiniminer], |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu-->Battle Royale |<!--AROS-->[https://bruh.io/ Play.Bruh.io], [https://www.coolmathgames.com/0-copter Copter Royale], [https://surviv.io/ Surviv.io], [https://nuggetroyale.io/#Ketchup Nugget Royale], [https://miniroyale2.io/ Miniroyale2.io], |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |<!--Sub Menu--> |<!--AROS--> |<!--Amiga OS--> |<!--AmigaOS4--> |<!--MorphOS--> |- |} ==Application Guides== ===Web Browser Fab's Odyssey OWB === *Acid3.acidtests.org html5 100/100 *html5test.com 334 out of 555 points *July 2015 [https://github.com/deadw00d/OdysseyWebBrowser WebKit version 187682] *2016 updating Mesa is "walk in the park" compared to updating WebKit engine in Odyssey, updating a web browser is not a trivial matter even for experienced programmers. The os interface code is mostly separated from the webkit engine in a separate set of files, there is still enough, that is interwoven and one needs to know a lot about how these interface, so huge effort when debugging. OWB uses Webkit1 and should not be used for vital personal data handling unlike Webkit2 which added further security features later If you have up to 2gb of memory or more, copy the OWB browser drawer (directory) to ram and run the browser from there - saves hard disk wear and tear drag the OWB drawer (directory) from Utilities to the RAM Disk icon on the desktop. Double click on the RAM Disk to open and again on the OWB icon. Right click on the OWB app and select WB Run option from the list shown. Slow internet experience can sometimes be improved by deleting cookies.db Please backup your cookies file as it's quite difficult to log in anymore if you lose them... New CA certification file for MuiOWB/Odyssey needed from [https://curl.haxx.se/ca/rename cacert.pem but expects to be ca-bundle.crt] from https://curl.haxx.se/docs/caextract.html, obtained from https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt Around 2016, adding "?disable_polymer=true" to a YouTube url would disable the new web component called [https://github.com/Polymer/polymer polymer] which is possibly why embedded videos sometimes work with Odyssey. Although playback is hit or miss even after first successful play Youtube's main page interface stopped working years ago but can sometimes work if you spoof the browser as IPad and use https://m.youtube.com/ instead. Sometimes m.youtube.com is unusable for AROS as Google likes breaking YouTube support often. AROS will need at least a new youtube.js type script written to gain some access back again play any YouTube video then add “&app=m&persist_app=1" behind the video URL in the address bar at the top of the screen. Now, your YouTube desktop version will display as a mobile version. Downloading video used to be easy but no longer, add ezdownload.js to the scripts folder list just like youtube.js. YouTube HTML5 converter scripts have been useless for a while now, the Scripts drawer (folder), located within the Odyssey drawer/folder ... Certain versions of OWB allow you to download the video to hard/ram disk and watch it with MPlayer after. Just start playing a video and then open the Network Activity window, and right click the video stream and copy its url. Then paste the url in the OWB to get it displayed directly in the internal media player... and then right click over the video and select "Download media" option. This may sound complicated, but when you learn it, it's just few clicks and you can download almost any video to a file Also, Youtube HTML5 player needs the youtube_fullscreen_fix.js script for youtube, etc ===E-mail SimpleMail=== SimpleMail supports IMAP and appears to work with GMail, but it's never been reliable enough, it can crash with large mailboxes. Please read more on this [http://www.freelists.org/list/simplemail-usr User list] GMail Be sure to activate the pop3 usage in your gmail account setup / configuration first. pop3: pop.gmail.com Use SSL: Yes Port: 995 smtp: smtp.gmail.com (with authentication) Use Authentication: Yes Use SSL: Yes Port: 465 or 587 Hotmail/MSN/outlook/Microsoft Mail mid-2017, all outlook.com accounts will be migrated to Office 365 / Exchange Most users are currently on POP which does not allow showing folders and many other features (technical limitations of POP3). With Microsoft IMAP you will get folders, sync read/unread, and show flags. You still won't get push though, as Microsoft has not turned on the IMAP Idle command as at Sept 2013. If you want to try it, you need to first remove (you can't edit) your pop account (long-press the account on the accounts screen, delete account). Then set it up this way: 1. Email/Password 2. Manual 3. IMAP 4. * Incoming: imap-mail.outlook.com, port 993, SSL/TLS should be checked * Outgoing: smtp-mail.outlook.com, port 587, SSL/TLS should be checked * POP server name pop-mail.outlook.com, port 995, POP encryption method SSL Yahoo Mail On April 24, 2002 Yahoo ceased to offer POP access to its free mail service. Introducing instead a yearly payment feature, allowing users POP3 and IMAP server support, along with such benefits as larger file attachment sizes and no adverts. Sorry to see Yahoo leaving its users to cough up for the privilege of accessing their mail. Understandable, when competing against rivals such as Gmail and Hotmail who hold a large majority of users and were hacked in 2014 as well. Incoming Mail (IMAP) Server * Server - imap.mail.yahoo.com * Port - 993 * Requires SSL - Yes Outgoing Mail (SMTP) Server * Server - smtp.mail.yahoo.com * Port - 465 or 587 * Requires SSL - Yes * Requires authentication - Yes Your login info * Email address - Your full email address (name@domain.com) * Password - Your account's password * Requires authentication - Yes Note that you need to enable “Web & POP Access” in your Yahoo Mail account to send and receive Yahoo Mail messages through any other email program. You will have to enable “Allow your Yahoo Mail to be POPed” under “POP and Forwarding”, to send and receive Yahoo mails through any other email client. Cannot be done since 2002 unless the customer pays Yahoo a subscription subs fee to have access to SMTP and POP3 * Set the POP server for incoming mails as pop.mail.yahoo.com. You will have to enable “SSL” and use 995 for Port. * “Account Name or Login Name” – Your Yahoo Mail ID i.e. your email address without the domain “@yahoo.com”. * “Email Address” – Your Yahoo Mail address i.e. your email address including the domain “@yahoo.com”. E.g. myname@yahoo.com * “Password” – Your Yahoo Mail password. Yahoo! Mail Plus users may have to set POP server as plus.pop.mail.yahoo.com and SMTP server as plus.smtp.mail.yahoo.com. * Set the SMTP server for outgoing mails as smtp.mail.yahoo.com. You will also have to make sure that “SSL” is enabled and use 465 for port. you must also enable “authentication” for this to work. ===E-mail YAM=== This email client is POP3 only if the SSL library is available [http://www.freelists.org/list/yam YAM Freelists] One of the downsides of using a POP3 mailer unfortunately - you have to set an option not to delete the mail if you want it left on the server. IMAP keeps all the emails on the server. Possible issues Sending mail issues is probably a matter of using your ISP's SMTP server, though it could also be an SSL issue. getting a "Couldn't initialise TLSv1 / SSL error Use of on-line e-mail accounts with this email client is not possible as it lacks the OpenSSL AmiSSl v3 compatible library GMail Incoming Mail (POP3) Server - requires SSL: pop.gmail.com Use SSL: Yes Port: 995 Outgoing Mail (SMTP) Server - requires TLS: smtp.gmail.com (use authentication) Use Authentication: Yes Use STARTTLS: Yes (some clients call this SSL) Port: 465 or 587 Account Name: your Gmail username (including '@gmail.com') Email Address: your full Gmail email address (username@gmail.com) Password: your Gmail password Anyway, the SMTP is pop.gmail.com port 465 and it uses SSLLv3 Authentication. The POP3 settings are for the same server (pop.gmail.com), only on port 995 instead. Outlook.com access <pre > Outlook.com SMTP server address: smtp.live.com Outlook.com SMTP user name: Your full Outlook.com email address (not an alias) Outlook.com SMTP password: Your Outlook.com password Outlook.com SMTP port: 587 Outlook.com SMTP TLS/SSL encryption required: yes </pre > Yahoo Mail <pre > “POP3 Server” – Set the POP server for incoming mails as pop.mail.yahoo.com. You will have to enable “SSL” and use 995 for Port. “SMTP Server” – Set the SMTP server for outgoing mails as smtp.mail.yahoo.com. You will also have to make sure that “SSL” is enabled and use 465 for port. you must also enable “authentication” for this to work. “Account Name or Login Name” – Your Yahoo Mail ID i.e. your email address without the domain “@yahoo.com”. “Email Address” – Your Yahoo Mail address i.e. your email address including the domain “@yahoo.com”. E.g. myname@yahoo.com “Password” – Your Yahoo Mail password. </pre > Yahoo! Mail Plus users may have to set POP server as plus.pop.mail.yahoo.com and SMTP server as plus.smtp.mail.yahoo.com. Note that you need to enable “Web & POP Access” in your Yahoo Mail account to send and receive Yahoo Mail messages through any other email program. You will have to enable “Allow your Yahoo Mail to be POPed” under “POP and Forwarding”, to send and receive Yahoo mails through any other email client. Cannot be done since 2002 unless the customer pays Yahoo a monthly fee to have access to SMTP and POP3 Microsoft Outlook Express Mail 1. Get the files to your PC. By whatever method get the files off your Amiga onto your PC. In the YAM folder you have a number of different folders, one for each of your folders in YAM. Inside that is a file usually some numbers such as 332423.283. YAM created a new file for every single email you received. 2. Open up a brand new Outlook Express. Just configure the account to use 127.0.0.1 as mail servers. It doesn't really matter. You will need to manually create any subfolders you used in YAM. 3. You will need to do a mass rename on all your email files from YAM. Just add a .eml to the end of it. Amazing how PCs still rely mostly on the file name so it knows what sort of file it is rather than just looking at it! There are a number of multiple renamers online to download and free too. 4. Go into each of your folders, inbox, sent items etc. And do a select all then drag the files into Outlook Express (to the relevant folder obviously) Amazingly the file format that YAM used is very compatible with .eml standard and viola your emails appear. With correct dates and working attachments. 5. If you want your email into Microsoft Outlook. Open that up and create a new profile and a new blank PST file. Then go into File Import and choose to import from Outlook Express. And the mail will go into there. And viola.. you have your old email from your Amiga in a more modern day format. ===FTP=== Magellan has a great FTP module. It allows transferring files from/to a FTP server over the Internet or the local network and, even if FTP is perceived as a "thing of the past", its usability is all inside the client. The FTP thing has a nice side effect too, since every Icaros machine can be a FTP server as well, and our files can be easily transferred from an Icaros machine to another with a little configuration effort. First of all, we need to know the 'server' IP address. Server is the Icaros machine with the file we are about to download on another Icaros machine, that we're going to call 'client'. To do that, move on the server machine and 1) run Prefs/Services to be sure "FTP file transfer" is enabled (if not, enable it and restart Icaros); 2) run a shell and enter this command: ifconfig -a Make a note of the IP address for the network interface used by the local area network. For cabled devices, it usually is net0:. Now go on the client machine and run Magellan: Perform these actions: 1) click on FTP; 2) click on ADDRESS BOOK; 3) click on "New". You can now add a new entry for your Icaros server machine: 1) Choose a name for your server, in order to spot it immediately in the address book. Enter the IP address you got before. 2) click on Custom Options: 1) go to Miscellaneous in the left menu; 2) Ensure "Passive Transfers" is NOT selected; 3) click on Use. We need to deactivate Passive Transfers because YAFS, the FTP server included in Icaros, only allows active transfers at the current stage. Now, we can finally connect to our new file source: 1) Look into the address book for the newly introduced server, be sure that name and IP address are right, and 2) click on Connect. A new lister with server's "MyWorkspace" contents will appear. You can now transfer files over the network choosing a destination among your local (client's) volumes. Can be adapted to any FTP client on any platform of your choice, just be sure your client allows Active Transfers as well. ===IRC Internet Relay Chat=== Jabberwocky is ideal for one-to-one social media communication, use IRC if you require one to many. Just type a message in ''lowercase''' letters and it will be posted to all in the [http://irc1.netsplit.de/channels/details.php?room=%23aros&net=freenode AROS channel]. Please do not use UPPER CASE as it is a sign of SHOUTING which is annoying. Other things to type in - replace <message> with a line of text and <nick> with a person's name <pre> /help /list /who /whois <nick> /msg <nick> <message> /query <nick> <message>s /query /away <message> /away /quit <going away message> </pre> [http://irchelp.org/irchelp/new2irc.html#smiley Intro guide here]. IRC Primer can be found here in [http://www.irchelp.org/irchelp/ircprimer.html html], [http://www.irchelp.org/irchelp/text/ircprimer.txt TXT], [http://www.kei.com/irc/IRCprimer1.1.ps PostScript]. Issue the command /me <text> where <text> is the text that should follow your nickname. Example: /me slaps ajk around a bit with a large trout /nick <newNick> /nickserv register <password> <email address> /ns instead of /nickserv, while others might need /msg nickserv /nickserv identify <password> Alternatives: /ns identify <password> /msg nickserv identify <password> === IRC WookieChat === WookieChat is the most complete internet client for communication across the IRC Network. WookieChat allows you to swap ideas and communicate in real-time, you can also exchange Files, Documents, Images and everything else using the application's DCC capabilities. add smilies drawer/directory run wookiechat from the shell and set stack to 1000000 e.g. wookiechat stack 1000000 select a server / server window * nickname * user name * real name - optional Once you configure the client with your preferred screen name, you'll want to find a channel to talk in. servers * New Server - click on this to add / add extra - change details in section below ths click box * New Group * Delete Entry * Connect to server * connect in new tab * perform on connect Change details * Servername - change text in this box to one of the below Server: * Port number - no need to change * Server password * Channel - add #channel from below * auto join - can click this * nick registration password, Click Connect to server button above <pre> Server: irc.freenode.net Channel: #aros </pre> irc://irc.freenode.net/aros <pre> Server: chat.amigaworld.net Channel: #amigaworld or #amigans </pre> <pre> On Sunday evenings USA time usually starting around 3PM EDT (1900 UTC) Server:irc.superhosts.net Channel #team*amiga </pre> <pre> BitlBee and Minbif are IRCd-like gateways to multiple IM networks Server: im.bitlbee.org Port 6667 Seems to be most useful on WookieChat as you can be connected to several servers at once. One for Bitlbee and any messages that might come through that. One for your normal IRC chat server. </pre> [http://www.bitlbee.org/main.php/servers.html Other servers], #Amiga.org - irc.synirc.net eu.synirc.net dissonance.nl.eu.synirc.net (IPv6: 2002:5511:1356:0:216:17ff:fe84:68a) twilight.de.eu.synirc.net zero.dk.eu.synirc.net us.synirc.net avarice.az.us.synirc.net envy.il.us.synirc.net harpy.mi.us.synirc.net liberty.nj.us.synirc.net snowball.mo.us.synirc.net - Ports 6660-6669 7001 (SSL) <pre> Multiple server support "Perform on connect" scripts and channel auto-joins Automatic Nickserv login Tabs for channels and private conversations CTCP PING, TIME, VERSION, SOUND Incoming and Outgoing DCC SEND file transfers Colours for different events Logging and automatic reloading of logs mIRC colour code filters Configurable timestamps GUI for changing channel modes easily Configurable highlight keywords URL Grabber window Optional outgoing swear word filter Event sounds for tabs opening, highlighted words, and private messages DCC CHAT support Doubleclickable URL's Support for multiple languages using LOCALE Clone detection Auto reconnection to Servers upon disconnection Command aliases Chat display can be toggled between AmIRC and mIRC style Counter for Unread messages Graphical nicklist and graphical smileys with a popup chooser </pre> ===IRC Aircos === Double click on Aircos icon in Extras:Networking/Apps/Aircos. It has been set up with a guest account for trial purposes. Though ideally, choose a nickname and password for frequent use of irc. ===XMPP Jabberwocky=== Servers are setup and close down at random You sign up to a server that someone else has setup and access chat services through them. The two ways to access chat from jabberwocky <pre > Jabberwocky -> Server -> XMPP -> open and ad-free Jabberwocky -> Server -> Transports (Gateways) -> Proprietary closed systems </pre > The Jabber.org service connects with all IM services that use XMPP, the open standard for instant messaging and presence over the Internet. The services we connect with include Google Talk (closed), Live Journal Talk, Nimbuzz, Ovi, and thousands more. However, you can not connect from Jabber.org to proprietary services like AIM, ICQ, MSN, Skype, or Yahoo because they don’t yet use XMPP components (XEP-0114) '''but''' you can use Jabber.com's servers and IM gateways (MSN, ICQ, Yahoo etc.) instead. The best way to use jabberwocky is in conjunction with a public jabber server with '''transports''' to your favorite services, like gtalk, Facebook, yahoo, ICQ, AIM, etc. You have to register with one of the servers, [https://list.jabber.at/ this list] or [http://www.jabberes.org/servers/ another list], [http://xmpp.net/ this security XMPP list], Unfortunately jabberwocky can only connect to one server at a time so it is best to check what services each server offers. If you set it up with separate Facebook and google talk accounts, for example, sometimes you'll only get one or the other. Jabberwocky open a window where the Jabber server part is typed in as well as your Nickname and Password. Jabber ID (JID) identifies you to the server and other users. Once registered the next step is to goto Jabberwocky's "Windows" menu and select the "Agents" option. The "Agents List" window will open. Roster (contacts list) [http://search.wensley.org.uk/ Chatrooms] (MUC) are available File Transfer - can send and receive files through the Jabber service but not with other services like IRC, ICQ, AIM or Yahoo. All you need is an installed webbrowser and OpenURL. Clickable URLs - The message window uses Mailtext.mcc and you can set a URL action in the MUI mailtext prefs like SYS:Utils/OpenURL %s NEWWIN. There is no consistent Skype like (H.323 VoIP) video conferencing available over Jabber. The move from xmpp to Jingle should help but no support on any amiga-like systems at the moment. [http://aminet.net/package/dev/src/AmiPhoneSrc192 AmiPhone] and [http://www.lysator.liu.se/%28frame,faq,nobg,useframes%29/ahi/v4-site/ Speak Freely] was an early attempt voice only contact. SIP and Asterisk are other PBX options. Facebook If you're using the XMPP transport provided by Facebook themselves, chat.facebook.com, it looks like they're now requiring SSL transport. This means jabberwocky method below will no longer work. The best thing to do is to create an ID on a public jabber server which has a Facebook gateway. <pre > 1. launch jabberwocky 2. if the login window doesn't appear on launch, select 'account' from the jabberwocky menu 3. your jabber ID will be user@chat.facebook.com where user is your user ID 4. your password is your normal facebook password 5. to save this for next time, click the popup gadget next to the ID field 6. click the 'add' button 7. click the 'close' button 8. click the 'connect' button </pre > you're done. you can also click the 'save as default account' button if you want. jabberwocky configured to auto-connect when launching the program, but you can configure as you like. there is amigaguide documentation included with jabberwocky. [http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=37085&forum=32 Read more here] for Facebook users, you can log-in directly to Facebook with jabberwocky. just sign in as @chat.facebook.com with your Facebook password as the password Twitter For a few years, there has been added a twitter transport. Servers include [http://jabber.hot-chilli.net/ jabber.hot-chili.net], and . An [http://jabber.hot-chilli.net/tag/how-tos/ How-to] :Read [http://jabber.hot-chilli.net/2010/05/09/twitter-transport-working/ more] Instagram no support at the moment best to use a web browser based client ICQ The new version (beta) of StriCQ uses a newer ICQ protocol. Most of the ICQ Jabber Transports still use an older ICQ protocol. You can only talk one-way to StriCQ using the older Transports. Only the newer ICQv7 Transport lets you talk both ways to StriCQ. Look at the server lists in the first section to check. Register on a Jabber server, e.g. this one works: http://www.jabber.de/ Then login into Jabberwocky with the following login data e.g. xxx@jabber.de / Password: xxx Now add your ICQ account under the window->Agents->"Register". Now Jabberwocky connects via the Jabber.de server with your ICQ account. Yahoo Messenger although yahoo! does not use xmpp protocol, you should be able to use the transport methods to gain access and post your replies MSN early months of 2013 Microsoft will ditch MSN Messenger client and force everyone to use Skype...but MSN protocol and servers will keep working as usual for quite a long time.... Occasionally the Messenger servers have been experiencing problems signing in. You may need to sign in at www.outlook.com and then try again. It may also take multiple tries to sign in. (This also affects you if you’re using Skype.) You have to check each servers' Agents List to see what transports (MSN protocol, ICQ protocol, etc.) are supported or use the list address' provided in the section above. Then register with each transport (IRC, MSN, ICQ, etc.) to which you need access. After registering you can Connect to start chatting. msn.jabber.com/registered should appear in the window. From this [http://tech.dir.groups.yahoo.com/group/amiga-jabberwocky/message/1378 JW group] guide which helps with this process in a clear, step by step procedure. 1. Sign up on MSN's site for a passport account. This typically involves getting a Hotmail address. 2. Log on to the Jabber server of your choice and do the following: * Select the "Windows/Agents" menu option in Jabberwocky. * Select the MSN Agent from the list presented by the server. * Click the Register button to open a new window asking for: **Username = passort account email address, typically your hotmail address. **Nick = Screen name to be shown to anyone you add to your buddy list. **Password = Password for your passport account/hotmail address. * Click the Register button at the bottom of the new window. 3. If all goes well, you will see the MSN Gateway added to your buddy list. If not, repeat part 2 on another server. Some servers may show MSN in their list of available agents, but have not updated their software for the latest protocols used by MSN. 4. Once you are registered, you can now add people to your buddy list. Note that you need to include the '''msn.''' ahead of the servername so that it knows what gateway agent to use. Some servers may use a slight variation and require '''msg.gate.''' before the server name, so try both to see what works. If my friend's msn was amiga@hotmail.co.uk and my jabber server was @jabber.meta.net.nz.. then amiga'''%'''hotmail.com@'''msn.'''jabber.meta.net.nz or another the trick to import MSN contacts is that you don't type the hotmail URL but the passport URL... e.g. Instead of: goodvibe%hotmail.com@msn.jabber.com You type: goodvibe%passport.com@msn.jabber.com And the thing about importing contacts I'm afraid you'll have to do it by hand, one at the time... Google Talk any XMPP server will work, but you have to add your contacts manually. a google talk user is typically either @gmail.com or @talk.google.com. a true gtalk transport is nice because it brings your contacts to you and (can) also support file transfers to/from google talk users. implement Jingle a set of extensions to the IETF's Extensible Messaging and Presence Protocol (XMPP) support ended early 2014 as Google moved to Google+ Hangouts which uses it own proprietary format ====Video Player MPlayer==== Many of the menu features (such as doubling) do not work with the current version of mplayer but using 4:3 mplayer -vf scale=800:600 file.avi 16:9 mplayer -vf scale=854:480 file.avi if you want gui use; mplayer -gui 1 <other params> file.avi <pre > stack 1000000 ; using AspireOS 1.xx ; copy FROM SYS:Extras/Multimedia/MPlayer/ TO RAM:MPlayer ALL CLONE > Nil: ; using Icaros Desktop 1.x ; copy FROM SYS:Tools/MPlayer/ TO RAM:MPlayer ALL CLONE > Nil: ; using Icaros Desktop 2.x ; copy FROM SYS:Utilities/MPlayer/ TO RAM:MPlayer ALL CLONE > Nil: cd RAM:MPlayer run MPlayer -gui > Nil: ;run MPlayer -gui -ao ahi_dev -playlist http://www.radio-paralax.de/listen.pls > Nil: </pre > MPlayer - Menu - Open Playlist and load already downloaded .pls or .m3u file - auto starts around 4 percent cache MPlayer - Menu - Open Stream and copy one of the .pls lines below into space allowed, press OK and press play button on main gui interface Old 8bit 16bit remixes chip tune game music http://www.radio-paralax.de/listen.pls http://scenesat.com/ http://www.shoutcast.com/radio/Amiga http://www.theoldcomputer.com/retro_radio/RetroRadio_Main.htm http://www.kohina.com/ http://www.remix64.com/ http://html5.grooveshark.com/ [http://forums.screamer-radio.com/viewtopic.php?f=10&t=14619 BBC Radio streams] http://retrogamer.net/forum/ http://retroasylum.podomatic.com/rss2.xml http://retrogamesquad.com/ http://www.retronauts.com/ http://backinmyplay.com/ http://www.backinmyplay.com/podcast/bimppodcast.xml http://monsterfeet.com/noquarter/ http://www.retrogamingradio.com/ http://www.radiofeeds.co.uk/mp3.asp Change the Mime-Types in Odyssey (Settings -> Preferences -> Mime Types) check if you have "MIME Types -> video/flv" set as: <pre > Extension: flv Viewer: [your path to MPlayer here] -cache 8192 %l </pre > And the same for the other video filetypes. Also, on OWB's Settings Content tab, check "Allow plugins". If it still doesn't work, you can try to delete your OWB prefs/settings and start from scratch. *200x UDP-based protocols like RTP *2009 HTTP Live Streaming (HLS) remains a widely used standard in adaptive bitrate video and Apple alternative to MPEG-DASH [https://github.com/videojs/video.js HTML5 Video Player and MediaSource Extensions MSE for playback], [https://github.com/video-dev/hls.js/ HTTP Live Streaming client], [https://blog.jonlu.ca/posts/illegal-streams HLS security], [https://videojs.github.io/videojs-contrib-hls/ OLD video.js in action] The stream is just MPEG-TS HLS which most browsers are perfectly capable of playing. Too bad the Twitch website appears to be trying to do the heavy lifting that the player should be doing in JavaScript…works by transmuxing MPEG-2 Transport Stream x264 video compression and AAC/MP3 streams into ISO BMFF (MP4) https://thavixt.github.io/twitch-lite/ (https://github.com/thavixt/twitch-lite) They just point back to the bloated twitch website. And by bloated I mean bloated - they even went to the lengths of optimizing their player with wasm... and you really don't need to do this to play HLS, you can just pass the url to the video tag element and that's it. You could probably patch the website with a user script though. All you really need is to obtain the [https://stackoverflow.com/questions/13986047/how-to-play-m3u8-encrypted-playlists-by-providing-key-file-separately m3u8 URL with a valid key file / access token] You should be able to obtain the m3u8 address with something as simple as curl cmdline, really. It's mostly just about sending a POST request to the twitch APIS. See https://github.com/dudik/twitch-m3u8/blob/master/index.js i installed wget and curl but i have no idea how i can set it I copied to a text file named "index.js" in the link you put. then from shell I typed: ram:curl index.js but surely missing the parameters to make it work is it possible to have an example of its use? You need to understand what you're doing there (as in, know JavaScript and understand what kind of data needs to be sent to the twitch API and how). Just sayin' it's doable, not how to do it exactly. M3U (or M3U8) is a plain text file format originally created to organize collections of MP3 files. The format is extended for HLS, where it’s used to define media streams. In HLS there are two kinds of m3u8 files: * Media playlist: containing URLs of the files needed for streaming (i.e. chunks of the original video to be played). * Master playlist: contains URLs to media playlists which, in turn, contain variants of the same video prepared for different bandwidths. A so-called M3U8 live stream URL is nothing more than URLs to M3U8 files, such as: https://s3-us-west-2.amazonaws.com/hls-playground/hls.m3u8. <pre> #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:11 #EXTINF:5.215111, 00000.ts #EXTINF:10.344822, 00001.ts #EXTINF:10.344822, 00002.ts #EXTINF:9.310344, 00003.ts #EXTINF:10.344822, 00004.ts ... #EXT-X-ENDLIST </pre> <pre> The first four lines are global (header) metadata for this M3U8 playlist. The EXT-X-VERSION is the version of the M3U8 format (must be at least 3 if we want to use EXTINF entries). The EXT-X-TARGETDURATION tag contain the maximum duration of each video “chunk”. Typically, this value is around 10s. </pre> The rest of the document contains pairs of lines such as: <pre> #EXTINF:10.344822, 00001.ts </pre> This is a video “chunk.” This one represents the 00001.ts chunk which is exactly 10.344822 seconds long. When a client video player needs to start a video from a certain point in said video, it can easily calculate which .ts file it needs to request by adding up the durations of previously viewed chunks. The second line can be a local filename or a URL to that file. The M3U8 file with its .ts files represents the simplest form of a HLS stream – a media playlist. Please keep in mind that not every browser can play HLS streams by default. Master Playlist or Index M3U8 File The previous M3U8 example points to a series of .ts chunks. They are created from the original video file, which is resized encoded and split into chunks. That means we still have the problem outlined in the introduction – what about clients on very slow (or unusually fast) networks? Or, clients on fast networks with very small screen sizes? It makes no sense to stream a file in maximum resolution if it can’t be shown in all its glory on your shiny new phone. M3U8 in HSL HLS solves this problem by introducing another “layer” of M3U8. This M3U8 file will not contain pointers to .ts files, but it has pointers to other M3U8 files which, in turn, contain video files prepared in advance for specific bitrates and resolutions. <pre> #EXTM3U #EXT-X-STREAM-INF:BANDWIDTH=1296,RESOLUTION=640x360 https://.../640x360_1200.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=264,RESOLUTION=416x234 https://.../416x234_200.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=464,RESOLUTION=480x270 https://.../480x270_400.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=1628,RESOLUTION=960x540 https://.../960x540_1500.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=2628,RESOLUTION=1280x720 https://.../1280x720_2500.m3u8 </pre> The video player will pick pairs of lines such as: <pre> #EXT-X-STREAM-INF:BANDWIDTH=1296,RESOLUTION=640x360 https://.../640x360_1200.m3u8 </pre> These are called variants of the same video prepared for different network speeds and screen resolutions. This specific M3U8 file (640x360_1200.m3u8) contains the video file chunks of the video resized to 640x360 pixels and prepared for bitrates of 1296kbps. Note that the reported bitrate must take into account both the video and audio streams in the video. The video player will usually start playing from the first stream variant (in the previous example this is 640x360_1200.m3u8). For that reason, you must take special care to decide which variant will be the first in the list. The order of the other variants isn’t important. If the first .ts file takes too long to download (causing “buffering”, i.e. waiting for the next chunk) the video player will switch to a to a stream with a smaller bitrate. And, of course, if it’s loaded fast enough it means that it can switch to a better quality variant, but only if it makes sense for the resolution of the display. If the first stream in the index M3U8 list isn’t the best one, the client will need one or two cycles until it settles with the right variant. So, now we have three layers of HLS: * Index M3U8 file (the master playlist) containing pointers (URLs) to variants. * Variant M3U8 files (the media playlist) for different streams for different screen sizes and network speeds. They contain pointers (URLs) to .ts files. * .ts files (chunks) which are binary files with parts of the video. ====ZunePaint==== simplified typical workflow * importing and organizing and photo management * making global and regional local correction(s) - recalculation is necessary after each adjustment as it is not in real-time * exporting your images in the best format available with the preservation of metadata Whilst achieving 80% of a great photo with just a filter, the remaining 20% comes from a manual fine-tuning of specific image attributes. For photojournalism, documentary, and event coverage, minimal touching is recommended. Stick to Camera Raw for such shots, and limit changes to level adjustment, sharpness, noise reduction, and white balance correction. For fashion or portrait shoots, a large amount of adjustment is allowed and usually ends up far from the original. Skin smoothing, blemish removal, eye touch-ups, etc. are common. Might alter the background a bit to emphasize the subject. Product photography usually requires a lot of sharpening, spot removal, and focus stacking. For landscape shots, best results are achieved by doing the maximum amount of preparation before/while taking the shot. No amount of processing can match timing, proper lighting, correct gear, optimal settings, etc. Excessive post-processing might give you a dramatic shot but best avoided in the long term. * White Balance - Left Amiga or F12 and K and under "Misc color effects" tab with a pull down for White Balance - color temperature also known as AKA tint (movies) or tones (painting) - warm temp raise red reduce green blue - cool raise blue lower red green * Exposure - exposure compensation, highlight/shadow recovery * Noise Reduction - during RAW development or using external software * Lens Corrections - distortion, vignetting, chromatic aberrations * Detail - capture sharpening and local contrast enhancement * Contrast - black point, levels (sliders) and curves tools (F12 and K) * Framing - straighten () and crop (F12 and F) * Refinements - color adjustments and selective enhancements - Left Amiga or F12 and K for RGB and YUV histogram tabs - * Resizing - enlarge for a print or downsize for the web or email (F12 and D) * Output Sharpening - customized for your subject matter and print/screen size White Balance - F12 and K scan your image for a shade which was meant to be white (neutral with each RGB value being equal) like paper or plastic which is in the same light as the subject of the picture. Use the dropper tool to select this color, similar colours will shift and you will have selected the perfect white balance for your part of the image - for the whole picture make sure RAZ or CLR button at the bottom is pressed before applying to the image above. Exposure correction F12 and K - YUV Y luminosity - RGB extra red tint - move red curve slightly down and move blue green curves slightly up Workflows in practice * Undo - Right AROS key or F12 and Z * Redo - Right AROS key or F12 and R First flatten your image (if necessary) and then do a rotation until the picture looks level. * Crop the picture. Click the selection button and drag a box over the area of the picture you want to keep. Press the crop button and the rest of the photo will be gone. * Adjust your saturation, exposure, hue levels, etc., (right AROS Key and K for color correction) until you are happy with the photo. Make sure you zoom in all of the way to 100% and look the photo over, zoom back out and move around. Look for obvious problems with the picture. * After coloring and exposure do a sharpen (Right AROS key and E for Convolution and select drop down option needed), e.g. set the matrix to 5x5 (roughly equivalent Amount to 60%) and set the Radius to 1.0. Click OK. And save your picture Cutting out and/or replacing unwanted background or features - select large areas with the selection option like the Magic Wand tool (aka Color Range) or the Lasso (quick and fast) with feather 2 to soften edge or the pen tool which adds points/lines/Bézier curves (better control but slower), hold down the shift button as you click to add extra points/areas of the subject matter to remove. Increase the tolerance to cover more areas. To subtract from your selection hold down alt as you're clicking. * Layer masks are a better way of working than Erase they clip (black hides/hidden white visible/reveal). Clone Stamp can be simulated by and brushes for other areas. * Leave the fine details like hair, fur, etc. to later with lasso and the shift key to draw a line all the way around your subject. Gradient Mapping - Inverse - Mask. i.e. Refine your selected image with edge detection and using the radius and edge options / adjuster (increase/decrease contrast) so that you will capture more fine detail from the background allowing easier removal. Remove fringe/halo saving image as png rather than jpg/jpeg to keep transparency background intact. Combining photos (cut, resize, positioning, lighting/shadows (flips) and colouring) - search out photos where the subjects are positioned in similar environments and perspective, to match up, simply place the cut out section (use Magic Wand and Erase using a circular brush (varied sizes) with the hardness set to 100% and no spacing) over the worked on picture, change the opacity and resize to see how it fits. Clone areas with a soft brush to where edges join, Adjust mid-tones, highlights and shadows. A panorama is a wide-angled view of a physical space. It is several stable, rotating tripod based photographs with no vertical movement that are stitched together horizontally to create a seamless picture. Grab a reference point about 20%-30% away from the right side, so that this reference point allows for some overlap between your photos when getting to the editing phase. Spotlights - triange of white opaque shape HDR image consists of three movement free pictures, one overexposed (too bright), one normal and one under-exposed (too dark). These three are merged in software (over, under and then normal at the bottom) to provide a high dynamic range. Aging faces - the ears and nose are more pronounced i.e. keep growing, the eyes are sunken, the neck to jaw ratio decreases, and all the skin shows the impact of years of gravity pulling on it, slim the lips a bit, thinner hairline, removing motion Implemented [http://colorizer.org/ colour model representations] [http://paulbourke.net/texture_colour/colourspace/ Mathematical approach] - Photo stills are spatially 2d (h and w), but are colorimetrically 3d (r g and b, or H L S, or Y U V etc.) as well. * RGB - split cubed mapped color model for photos and computer graphics hardware using the light spectrum (adding and subtracting) * YUV - Y-Lightness U-blue/yellow V-red/cyan (similar to YPbPr and YCbCr) used in the PAL, NTSC, and SECAM composite digital TV color [http://crewofone.com/2012/chroma-subsampling-and-transcoding/#comment-7299 video] Not implemented * HSV/HSB - hue saturation value (brightness) or HSVA with additional alpha transparent (cone of color-nonlinear transformation of RGB) * HSL - slightly different to above (spinning top shape) * CIE Lab - Commission Internationale de l'Eclairage based on brightness, hue, and colourfulness * CIELUV, CIELCH * YCbCr/YCC * CMYK CMJN (subtractive) profile is a narrower gamut (range) than any of the digital representations, mostly used for printing printshop, etc. * Pantone (TM) Matching scale scheme for DTP use * SMPTE DCI P3 color space (wider than sRGB for digital cinema movie projectors) Color Gamuts * sRGB Rec. 709 (TV Broadcasts) * DCI-P3 * Abode RGB * NTSC * Pointers Gamut * Rec. 2020 (HDR 4K streaming) * Visible Light Spectrum Histograms White balanced (neutral) if the spike happens in the same place in each channel of the RGB graphs. If not, you're not balanced. If you have sky you'll see the blue channel further off to the right. RGB is best one to change colours. These elements RGB is a 3-channel format containing data for Red, Green, and Blue in your photo scale between 0 and 255. The area in a picture that appears to be brighter/whiter contains more red color as compared to the area which is relatively darker. Similarly in the green channel the area that appears to be darker contains less amount of green color as compared to the area that appears to be brighter. Similarly in the blue channel the area appears to be darker contains less amount of blue color as compared to the area that appears to be brighter. Brightness luminance histogram also matches the green histogram more than any other color - human eye interprets green better e.g. RGB rough ratio 15/55/30% RGBA (RGB+A, A means alpha channel) . The alpha channel is used for "alpha compositing", which can mostly be associated as "opacity". AROS deals in RGB with two digits for every color (red, green, blue), in ARGB you have two additional hex digits for the alpha channel. The shadows are represented by the left third of the graph. The highlights are represented by the right third. And the midtones are, of course, in the middle. The higher the black peaks in the graph, the more pixels are concentrated in that tonal range (total black area). By moving the black endpoint, which identifies the shadows (darkness) and a white light endpoint (brightness) up and down either sides of the graph, colors are adjusted based on these points. By dragging the central one, can increased the midtones and control the contrast, raise shadows levels, clip or softly eliminate unsafe levels, alter gamma, etc... in a way that is much more precise and creative . RGB Curves * Move left endpoint (black point) up or right endpoint (white point) up brightens * Move left endpoint down or right endpoint down darkens Color Curves * Dragging up on the Red Curve increases the intensity of the reds in the image but * Dragging down on the Red Curve decreases the intensity of the reds and thus increases the apparent intensity of its complimentary color, cyan (Green’s complimentary color is magenta, and blue’s is yellow.) YUV Best option to analyse and pull out statistical elements of any picture (i.e. separate luminance data from color data). The line in Y luma tone box represents the brightness of the image with the point in the bottom left been black, and the point in the top right as white. A low-contrast image has a concentrated clump of values nearer to the center of the graph. By comparison, a high-contrast image has a wider distribution of values across the entire width of the Histogram. A histogram that is skewed to the right would indicate a picture that is a bit overexposed because most of the color data is on the lighter side (increase exposure with higher value F), while a histogram with the curve on the left shows a picture that is underexposed. This is good information to have when using post-processing software because it shows you not only where the color data exists for a given picture, but also where any data has been clipped (extremes on edges of either side): that is, it does not exist and, therefore, cannot be edited. By dragging the endpoints of the line and as well as the central one, can increased the dark/shadows, midtones and light/bright parts and control the contrast, raise shadows levels, clip or softly eliminate unsafe levels, alter gamma, etc... in a way that is much more precise and creative . The U and V chroma parts show color difference components of the image. It’s useful for checking whether or not the overall chroma is too high, and also whether it’s being limited too much Can be used to create a negative image but also With U (Cb), the higher value you are, the more you're on the blue primary color. If you go to the low values then you're on blue complementary color, i.e. yellow. With V (Cr), this is the same principle but with Red and Cyan. e.g. If you push U full blue and V full red, you get magenta. If you push U full yellow and V full Cyan then you get green. YUV simultaneously adds to one side of the color equation while subtracting from the other. using YUV to do color correction can be very problematic because each curve alters the result of each other: the mutual influence between U and V often makes things tricky. You may also be careful in what you do to avoid the raise of noise (which happens very easily). Best results are obtained with little adjustments sunset that looks uninspiring and needs some color pop especially for the rays over the hill, a subtle contrast raise while setting luma values back to the legal range without hard clipping. Implemented/ * would like to see for simplification and ease of use basic filters (presets) like black and white, monochrome, edge detection (sobel), motion/gaussian blur, * negative, sepiatone, retro vintage, night vision, colour tint, color gradient, color temperature, glows, fire, lightning, lens flare, emboss, filmic, pixelate mezzotint, antialias, etc. adjust / cosmetic tools such as crop, * reshaping tools, straighten, smear, smooth, perspective, liquify, bloat, pucker, push pixels in any direction, dispersion, transform like warp, blending with soft light, page-curl, whirl, ripple, fisheye, neon, etc. * red eye fixing, blemish remover, skin smoothing, teeth whitener, make eyes look brighter, desaturate, effects like oil paint, cartoon, pencil sketch, charcoal, noise/matrix like sharpen/unsharpen, (right AROS key with A for Artistic effects) * blend two image, gradient blend, masking blend, explode, implode, custom collage, surreal painting, comic book style, needlepoint, stained glass, watercolor, mosaic, stencil/outline, crayon, chalk, etc. borders such as * dropshadow, rounded, blurred, color tint, picture frame, film strip polaroid, bevelled edge, etc. brushes e.g. * frost, smoke, etc. and manual control of fix lens issues including vignetting (darkening), color fringing and barrel distortion, and chromatic and geometric aberration - lens and body profiles perspective correction levels - directly modify the levels of the tone-values of an image, by using sliders for highlights, midtones and shadows curves - Color Adjustment and Brightness/Contrast color balance one single color transparent (alpha channel (color information/selections) for masking and/or blending ) for backgrounds, etc. Threshold indicates how much other colors will be considered mixture of the removed color and non-removed colors decompose layer into a set of layers with each holding a different type of pattern that is visible within the image any selection using any selecting tools like lasso tool, marquee tool etc. the selection will temporarily be save to alpha If you create your image without transparency then the Alpha channel is not present, but you can add later. File formats like .psd (Photoshop file has layers, masks etc. contains edited sensor data. The original sensor data is no longer available) .xcf .raw .hdr Image Picture Formats * low dynamic range (JPEG, PNG, TIFF 8-bit), 16-bit (PPM, TIFF), typically as a 16-bit TIFF in either ProPhoto or AdobeRGB colorspace - TIFF files are also fairly universal – although, if they contain proprietary data, such as Photoshop Adjustment Layers or Smart Filters, then they can only be opened by Photoshop making them proprietary. * llinear high dynamic range (HDR) images (PFM, [http://www.openexr.com/ ILM .EXR], jpg, [http://aminet.net/util/dtype cr2] (canon tiff based), hdr, NEF, CRW, ARW, MRW, ORF, RAF (Fuji), PEF, DCR, SRF, ERF, DNG files are RAW converted to an Adobe proprietary format - a container that can embed the raw file as well as the information needed to open it) An old version of [http://archives.aros-exec.org/index.php?function=browse&cat=graphics/convert dcraw] There is no single RAW file format. Each camera manufacturer has one or more unique RAW formats. RAW files contain the brightness levels data captured by the camera sensor. This data cannot be modified. A second smaller file, separate XML file, or within a database with instructions for the RAW processor to change exposure, saturation etc. The extra data can be changed but the original sensor data is still there. RAW is technically least compatible. A raw file is high-bit (usually 12 or 14 bits of information) but a camera-generated TIFF file will be usually converted by the camera (compressed, downsampled) to 8 bits. The raw file has no embedded color balance or color space, but the TIFF has both. These three things (smaller bit depth, embedded color balance, and embedded color space) make it so that the TIFF will lose quality more quickly with image adjustments than the raw file. The camera-generated TIFF image is much more like a camera processed JPEG than a raw file. A strong advantage goes to the raw file. The power of RAW files, such as the ability to set any color temperature non-destructively and will contain more tonal values. The principle of preserving the maximum amount of information to as late as possible in the process. The final conversion - which will always effectively represent a "downsampling" - should prevent as much loss as possible. Once you save it as TIFF, you throw away some of that data irretrievably. When saving in the lossy JPEG format, you get tremendous file size savings, but you've irreversibly thrown away a lot of image data. As long as you have the RAW file, original or otherwise, you have access to all of the image data as captured. * Exposure triange - aperture, ISO and shutter speed - the three fundamental elements working together so you get the results you want and not what the camera appears to tell you * The Manual/Creative Modes on your camera are Program, Aperture Priority, Shutter Priority, and Manual Mode. On most cameras, they are marked “P, A, S, M.” These stand for “Program Mode, Aperture priority (A or Av), Shutter Priority (S or TV), and Manual Mode. * letters AV (for Canon camera’s) or A (for Nikon camera’s) on your shooting mode dial sets your digital camera to aperture priority - If you want all of the foreground and background to be sharp and in focus (set your camera to a large number like F/11 closing the lens). On the other hand, if you’re taking a photograph of a subject in focus but not the background, then you would choose a small F number like F/4 (opening the lens). When you want full depth-of-field, choose a high f-stop (aperture). When you want shallow depth of field, choose a lower fstop. * Letter M if the subjects in the picture are not going anywhere i.e. you are not in a hurry - set my ISO to 100 to get no noise in the picture - * COMPOSITION rule of thirds (imagine a tic-tac-toe board placed on your picture, whatever is most interesting or eye-catching should be on the intersection of the lines) and leading lines but also getting down low and shooting up, or finding something to stand on to shoot down, or moving the tripod an inch - * Focus PRECISELY else parts will be blurry - make sure you have enough depth-of-field to make the subject come out sharp. When shooting portraits, you will almost always focus on the person's nearest eye * landscape focus concentrate on one-third the way into the scene because you'll want the foreground object to be in extremely sharp focus, and that's more important than losing a tiny bit of sharpness of the objects far in the background. Also, even more important than using the proper hyperfocal distance for your scene is using the proper aperture - * entry level DSLRs allow to change which autofocus point is used rather than always using the center autofocus point and then recompose the shot - back button Free royalty pictures www.freeimages.com, http://imageshack.us/ , http://photobucket.com/ , http://rawpixels.net/, ====Lunapaint==== Pixel based drawing app with nice onion-skin anmation function YouTube movies of DigiCel Flipbook. It becomes quite clear that there is not much missing in Lunapaint to be as good as FlipBook and then you have to take into account that Flipbook is considered to be amongst the best and easiest to use animation software out there. Ok to be honest Flipbook has some nice features that require more heavy work but those aren't so much needed right away, things like camera effects, sound, smart fill, export to different movie file formats etc. Films like Princess and the Frog and Simpsons the movie is made on this piece of software. It's astonising simplistic when you look at it. But it gets the job done. Just like LunaPaint could. I tried Flipbook with my tablet and compared it to Luna. The feeling is the same when sketching. LunaPaint is very responsive/fluent to draw with. Just as Flipbook is, and that responsiveness is something its users have mentioned as one of the positive sides of said software. author was learning MUI. Some parts just have to be rewritten with proper MUI classes before new features can be added. * add [Frame Add] / [Frame Del] * whole animation feature is impossible to use. If you draw 2 color maybe but if you start coloring your cells then you get in trouble * pickup the entire image as a brush, not just a selection ? And consequently remove the brush from memory when one doesn't need it anymore. can pick up a brush and put it onto a new image but cropping isn't possible, nor to load/save brushes. * Undo is something I longed for ages in Lunapaint. * to import into the current layer, other types of images (e.g. JPEG) besides RAW64. * implement graphic tablet features support **GENERAL DRAWING** Miss it very much: UNDO ERASER COLORPICKER - has to show on palette too which color got picked. BACKGROUND COLOR -Possibility to select from "New project screen" Miss it somewhat: ICON for UNDO ICON for ERASER ICON for CLEAR SCREEN ( What can I say? I start over from scratch very often ) BRUSH - possibility to cut out as brush not just copy off image to brush **ANIMATING** Miss it very much: NUMBER OF CELLS - Possibity to change total no. of cells during project ANIM BRUSH - Possibility to pick up a selected part of cells into an animbrush Miss it somewhat: ADD/REMOVE FRAMES: Add/remove single frame In general LunaPaint is really well done. It feels like I'm using a new DPaint version. It works with my tablet. Sure there's much missing of course but things can always be added over time. So there is great potential in LunaPaint that's for sure. Animations could be made in it and maybe put together in QuickVideo, gif or mng some day. LAYERS -Layers names doesn't get saved globally in animation frames -Layers order doesn't change globally in an animation. I would want this as default. EXPORTING IMAGES -Exporting frames to JPG/PNG gives problems with colors. (wrong colors. See my animatiopn --> My robot was blue now it's "gold" ) I think this only happens if you have layers. -Trying to flatten the layers before export doesn't work if you have animation frames only the one you have visible will flatten properly all other frames are destroyed. (Only one of the layers are visible on them) -Exporting images filenames should be fore example file0001, file0002...file0010 instead as of now file1, file2...file10 LOAD/SAVE (Preferences) -Make a setting for the default "Work" folder. * Destroyed colors if exported image/frame has layers * mystic color cycling of the selected color while stepping frames back/forth (annoying) ====Lodepaint==== Pixel based painting artwork app ====Grafx2==== Pixel based painting artwork app ====Vector Graphics ZuneFIG==== Vector Image Editing of files .svg .ps .eps Golden ratio divine proportion golden section mean phi fibonnaci term of 1.618 1.6180339887498948482 including mathematical progression sequences a+b of 1, 2, 3, 5, 8, 13, 21, 34, etc. Used it to create sculptures and artwork of the perfect ideal human body figure, logos designs etc. for good proportions and pleasing to the eye for best composition options for using rgb or cmyk colours, or grayscale color spaces The printing process uses four colors: cyan, magenta, yellow, and black (CMYK). Different color spaces have mismatches between the color that are represented in RGB and CMYKA. *Objects - raise lower rotate flip aligning snapping *Path - unify subtract intersect exclude divide *Colour - fill stroke *Stroke - size *Brushes - *Layers - *Effects - gaussian bevels glows shadows *Text - *Transform - AmiFIG ([http://epb.lbl.gov/xfig/frm_introduction.html xfig manual]) [[File:MyScreen.png|thumb|left|alt=Showing all Windows open in AmiFIG.|All windows available to AmiFIG.]] for drawing simple to intermediate vector graphic images for scientific and technical uses and for illustration purposes for those with talent ;Menu options * Load - fig format but import(s) SVG * Save - fig format but export(s) eps, ps, pdf, svg and png * PAN = Ctrl + Arrow keys * Deselect all points There is no selected object until you apply the tool, and the selected object is not highlighted. ;Metrics - to set up page and styles - first window to open on new drawings ;Tools - Drawing Primitives - set Attributes window first before clicking any Tools button(s) * Shapes - circles, ellipses, arcs, splines, boxes, polygon * Lines - polylines * Text "T" button * Photos - bitmaps * Compound - Glue, Break, Scale * POINTs - Move, Add, Remove * Objects - Move, Copy, Delete, Mirror, Rotate, Paste use right mouse button to stop extra lines, shapes being formed and the left mouse to select/deselect tools button(s) * Rotate - moves in 90 degree turns centered on clicked POINT of a polygon or square ;Attributes which provide change(s) to the above primitives * Color * Line Width * Line Style * arrowheads ;Modes Choose from freehand, charts, figures, magnet, etc. ;Library - allows .fig clip-art to be stored * compound tools to add .fig(s) together ;FIG 3.2 [http://epb.lbl.gov/xfig/fig-format.html Format] as produced by xfig version 3.2.5 <pre> Landscape Center Inches Letter 100.00 Single -2 1200 2 4 0 0 50 -1 0 12 0.0000 4 135 1050 1050 2475 This is a test.01 </pre> # change the text alignment within the textbox. I can choose left, center, or right aligned by either changing the integer in the second column from 0 (left) to 1 or 2 (center, or right). # The third integer in the row specifies fontcolor. For instance, 0 is black, but blue is 1 and Green3 is 13. # The sixth integer in the bottom row specifies fontface. 0 is Times-Roman, but 16 is Helvetica (a MATLAB default). # The seventh number is fontsize. 12 represents a 12pt fontsize. Changing the fontsize of an item really is as easy as changing that number to 20. # The next number is the counter-clockwise angle of the text. Notice that I have changed the angle to .7854 (pi/4 rounded to four digits=45 degrees). # twelfth number is the position according to the standard “x-axis” in Xfig units from the left. Note that 1200 Xfig units is equivalent to once inch. # thirteenth number is the “y-position” from the top using the same unit convention as before. * The nested text string is what you entered into the textbox. * The “01″ present at the end of that line in the .fig file is the closing tag. For instance, a change to \100 appends a @ symbol at the end of the period of that sentence. ; Just to note there are no layers, no 3d functions, no shading, no transparency, no animation ====Music Mods==== Digital module (mods) trackers are music creation software using samples and sometimes soundfonts, audio plugins (VST, AU or RTAS), MIDI. Generally, MODs are similar to MIDI in that they contain note on/off and other sequence messages that control the mod player. Unlike (most) midi files, however, they also contain sound samples that the sequence information actually plays. MOD files can have many channels (classic amiga mods have 4, corresponding to the inbuilt sound channels), but unlike MIDI, each channel can typically play only one note at once. However, since that note might be a sample of a chord, a drumloop or other complex sound, this is not as limiting as it sounds. Like MIDI, notes will play indefinitely if they're not instructed to end. Most trackers record this information automatically if you play your music in live. If you're using manual note entry, you can enter a note-off command with a keyboard shortcut - usually Caps Lock. In fact when considering file size MOD is not always the best option. Even a dummy song wastes few kilobytes for nothing when a simple SID tune could be few hundreds bytes and not bigger than 64kB. AHX is another small format, AHX tunes are never larger than 64kB excluding comments. [https://www.youtube.com/watch?v=rXXsZfwgil Protrekkr] (previously aka [w:Juan_Antonio_Arguelles_Rius|NoiseTrekkr]) If Protrekkr does not start, please check if the Unit 0 has been setup in the AHI prefs and still not, go to the directory utilities/protrekkr and double click on the Protrekkr icon *Sample *Note - Effect *Track (column) - Pattern - Order It all starts with the Sample which is used to create Note(s) in a Track (column of a tracker) The Note can be changed with an Effect. A Track of Note(s) can be collected into a Pattern (section of a song) and these can be given Order to create the whole song. Patience (notes have to be entered one at a time) or playing the bassline on a midi controller (faster - see midi section above). Best approach is to wait until a melody popped into your head. *Up-tempo means the track should be reasonably fast, but not super-fast. *Groovy and funky imply the track should have some sort of "swing" feel, with plenty of syncopation or off beat emphasis and a recognizable, melodic bass line. *Sweet and happy mean upbeat melodies, a major key and avoiding harsh sounds. *Moody - minor key First, create a quick bass sound, which is basically a sine wave, but can be hand drawn for a little more variance. It could also work for the melody part, too. This is usually a bass guitar or some kind of synthesizer bass. The bass line is often forgotten by inexperienced composers, but it plays an important role in a musical piece. Together with the rhythm section the bass line forms the groove of a song. It's the glue between the rhythm section and the melodic layer of a song. The drums are just pink noise samples, played at different frequencies to get a slightly different sound for the kick, snare, and hihats. Instruments that fall into the rhythm category are bass drums, snares, hi-hats, toms, cymbals, congas, tambourines, shakers, etc. Any percussive instrument can be used to form part of the rhythm section. The lead is the instrument that plays the main melody, on top of the chords. There are many instruments that can play a lead section, like a guitar, a piano, a saxophone or a flute. The list is almost endless. There is a lot of overlap with instruments that play chords. Often in one piece an instrument serves both roles. The lead melody is often played at a higher pitch than the chords. Listened back to what was produced so far, and a counter-melody can be imagined, which can be added with a triangle wave. To give the ends of phrases some life, you can add a solo part with a crunchy synth. By hitting random notes in the key of G, then edited a few of them. For the climax of the song, filled out the texture with a gentle high-pitch pad… …and a grungy bass synth. The arrow at A points at the pattern order list. As you see, the patterns don't have to be in numerical order. This song starts with pattern "00", then pattern "02", then "03", then "01", etcetera. Patterns may be repeated throughout a song. The B arrow points at the song title. Below it are the global BPM and speed parameters. These determine the tempo of the song, unless the tempo is altered through effect commands during the song. The C arrow points at the list of instruments. An instrument may consist of multiple samples. Which sample will be played depends on the note. This can be set in the Instrument Editing screen. Most instruments will consist of just one sample, though. The sample list for the selected instrument can be found under arrow D. Here's a part of the main editing screen. This is where you put in actual notes. Up to 32 channels can be used, meaning 32 sounds can play simultaneously. The first six channels of pattern "03" at order "02" are shown here. The arrow at A points at the row number. The B arrow points at the note to play, in this case a C4. The column pointed at by the C arrow tells us which instrument is associated with that note, in this case instrument #1 "Kick". The column at D is used (mainly) for volume commands. In this case it is left empty which means the instrument should play at its default volume. You can see the volume column being used in channel #6. The E column tells us which effect to use and any parameters for that effect. In this case it holds the "F" effect, which is a tempo command. The "04" means it should play at tempo 4 (a smaller number means faster). Base pattern When I create a new track I start with what I call the base pattern. It is worthwhile to spend some time polishing it as a lot of the ideas in the base pattern will be copied and used in other patterns. At least, that's how I work. Every musician will have his own way of working. In "Wild Bunnies" the base pattern is pattern "03" at order "02". In the section about selecting samples I talked about the four different categories of instruments: drums, bass, chords and leads. That's also how I usually go about making the base pattern. I start by making a drum pattern, then add a bass line, place some chords and top it off with a lead. This forms the base pattern from which the rest of the song will grow. Drums Here's a screenshot of the first four rows of the base pattern. I usually reserve the first four channels or so for the drum instruments. Right away there are a couple of tricks shown here. In the first channel the kick, or bass drum, plays some notes. Note the alternating F04 and F02 commands. The "F" command alters the tempo of the song and by quickly alternating the tempo; the song will get some kind of "swing" feel. In the second channel the closed hi-hat plays a fairly simple pattern. Further down in the channel, not shown here, some open hi-hat notes are added for a bit of variation. In the third and fourth channel the snare sample plays. The "8" command is for panning. One note is panned hard to the left and the other hard to the right. One sample is played a semitone lower than the other. This results in a cool flanging effect. It makes the snare stand out a little more in the mix. Bass line There are two different instruments used for the bass line. Instrument #6 is a pretty standard synthesized bass sound. Instrument #A sounds a bit like a slap bass when used with a quick fade out. By using two different instruments the bass line sounds a bit more ”human”. The volume command is used to cut off the notes. However, it is never set to zero. Setting the volume to a very small value will result in a reverb-like effect. This makes the song sound more "live". The bass line hints at the chords that will be played and the key the song will be in. In this case the key of the song is D-major, a positive and happy key. Chords The D major chords that are being played here are chords stabs; short sounds with a quick decay (fade out). Two different instruments (#8 and #9) are used to form the chords. These instruments are quite similar, but have a slightly different sound, panning and volume decay. Again, the reason for this is to make the sound more human. The volume command is used on some chords to simulate a delay, to achieve more of a live feel. The chords are placed off-beat making for a funky rhythm. Lead Finally the lead melody is added. The other instruments are invaluable in holding the track together, but the lead melody is usually what catches people's attention. A lot of notes and commands are used here, but it looks more complex than it is. A stepwise ascending melody plays in channel 13. Channel 14 and 15 copy this melody, but play it a few rows later at a lower volume. This creates an echo effect. A bit of panning is used on the notes to create some stereo depth. Like with the bass line, instead of cutting off notes the volume is set to low values for a reverb effect. The "461" effect adds a little vibrato to the note, which sounds nice on sustained notes. Those paying close attention may notice the instrument used here for the lead melody is the same as the one used for the bass line (#6 "Square"), except played two or three octaves higher. This instrument is a looped square wave sample. Each type of wave has its own quirks, but the square wave (shown below) is a really versatile wave form. Song structure Good, catchy songs are often carefully structured into sections, some of which are repeated throughout the song with small variations. A typical pop-song structure is: Intro - Verse - Chorus - Verse - Chorus - Bridge - Chorus. Other single sectional song structures are <pre> Strophic or AAA Song Form - oldest story telling with refrain (often title of the song) repeated in every verse section melody AABA Song Form - early popular, jazz and gospel fading during the 1960s AB or Verse/Chorus Song Form - songwriting format of choice for modern popular music since the 1960s Verse/Chorus/Bridge Song Form ABAB Song Form ABAC Song Form ABCD Song Form AAB 12-Bar Song Form - three four-bar lines or sub-sections 8-Bar Song Form 16-Bar Song Form Hybrid / Compound Song Forms </pre> The most common building blocks are: #INTRODUCTION(INTRO) #VERSE #REFRAIN #PRE-CHORUS / RISE / CLIMB #CHORUS #BRIDGE #MIDDLE EIGHT #SOLO / INSTRUMENTAL BREAK #COLLISION #CODA / OUTRO #AD LIB (OFTEN IN CODA / OUTRO) The chorus usually has more energy than the verse and often has a memorable melody line. As the chorus is repeated the most often during the song, it will be the part that people will remember. The bridge often marks a change of direction in the song. It is not uncommon to change keys in the bridge, or at least to use a different chord sequence. The bridge is used to build up tension towards the big finale, the last repetition of chorus. Playing RCTRL: Play song from row 0. LSHIFT + RCTRL: Play song from current row. RALT: Play pattern from row 0. LSHIFT + RALT: Play pattern from current row. Left mouse on '>': Play song from row 0. Right mouse on '>': Play song from current row. Left mouse on '|>': Play pattern from row 0. Right mouse on '|>': Play pattern from current row. Left mouse on 'Edit/Record': Edit mode on/off. Right mouse on 'Edit/Record': Record mode on/off. Editing LSHIFT + ESCAPE: Switch large patterns view on/off TAB: Go to next track LSHIFT + TAB: Go to prev. track LCTRL + TAB: Go to next note in track LCTRL + LSHIFT + TAB: Go to prev. note in track SPACE: Toggle Edit mode On & Off (Also stop if the song is being played) SHIFT SPACE: Toggle Record mode On & Off (Wait for a key note to be pressed or a midi in message to be received) DOWN ARROW: 1 Line down UP ARROW: 1 Line up LEFT ARROW: 1 Row left RIGHT ARROW: 1 Row right PREV. PAGE: 16 Arrows Up NEXT PAGE: 16 Arrows Down HOME / END: Top left / Bottom right of pattern LCTRL + HOME / END: First / last track F5, F6, F7, F8, F9: Jump to 0, 1/4, 2/4, 3/4, 4/4 lines of the patterns + - (Numeric keypad): Next / Previous pattern LCTRL + LEFT / RIGHT: Next / Previous pattern LCTRL + LALT + LEFT / RIGHT: Next / Previous position LALT + LEFT / RIGHT: Next / Previous instrument LSHIFT + M: Toggle mute state of the current channel LCTRL + LSHIFT + M: Solo the current track / Unmute all LSHIFT + F1 to F11: Select a tab/panel LCTRL + 1 to 4: Select a copy buffer Tracking 1st and 2nd keys rows: Upper octave row 3rd and 4th keys rows: Lower octave row RSHIFT: Insert a note off / and * (Numeric keypad) or F1 F2: -1 or +1 octave INSERT / BACKSPACE: Insert or Delete a line in current track or current selected block. LSHIFT + INSERT / BACKSPACE: Insert or Delete a line in current pattern DELETE (NOT BACKSPACE): Empty a column or a selected block. Blocks (Blocks can also be selected with the mouse by holding the right button and scrolling the pattern with the mouse wheel). LCTRL + A: Select entire current track LCTRL + LSHIFT + A: Select entire current pattern LALT + A: Select entire column note in a track LALT + LSHIFT + A: Select all notes of a track LCTRL + X: Cut the selected block and copy it into the block-buffer LCTRL + C: Copy the selected block into the block-buffer LCTRL + V: Paste the data from the block buffer into the pattern LCTRL + I: Interpolate selected data from the first to the last row of a selection LSHIFT + ARROWS PREV. PAGE NEXT PAGE: Select a block LCTRL + R: Randomize the select columns of a selection, works similar to CTRL + I (interpolating them) LCTRL + U: Transpose the note of a selection to 1 seminote higher LCTRL + D: Transpose the note of a selection to 1 seminote lower LCTRL + LSHIFT + U: Transpose the note of a selection to 1 seminote higher (only for the current instrument) LCTRL + LSHIFT + D: Transpose the note of a selection to 1 seminote lower (only for the current instrument) LCTRL + H: Transpose the note of a selection to 1 octave higher LCTRL + L: Transpose the note of a selection to 1 octave lower LCTRL + LSHIFT + H: Transpose the note of a selection to 1 octave higher (only for the current instrument) LCTRL + LSHIFT + L: Transpose the note of a selection to 1 octave lower (only for the current instrument) LCTRL + W: Save the current selection into a file Misc LALT + ENTER: Switch between full screen / windowed mode LALT + F4: Exit program (Windows only) LCTRL + S: Save current module LSHIFT + S: Switch top right panel to synths list LSHIFT + I: Switch top right panel to instruments list <pre> C-x xh xx xx hhhh Volume B-x xh xx xx hhhh Jump to A#x xh xx xx hhhh hhhh Slide F-x xh xx xx hhhh Tempo D-x xh xx xx hhhh Pattern Break G#x xh xx xx hhhh </pre> h Hex 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 d Dec 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 The Set Volume command: C. Input a note, then move the cursor to the effects command column and type a C. Play the pattern, and you shouldn't be able to hear the note you placed the C by. This is because the effect parameters are 00. Change the two zeros to a 40(Hex)/64(Dec), depending on what your tracker uses. Play back the pattern again, and the note should come in at full volume. The Position Jump command next. This is just a B followed by the position in the playing list that you want to jump to. One thing to remember is that the playing list always starts at 0, not 1. This command is usually in Hex. Onto the volume slide command: A. This is slightly more complex (much more if you're using a newer tracker, if you want to achieve the results here, then set slides to Amiga, not linear), due to the fact it depends on the secondary tempo. For now set a secondary tempo of 06 (you can play around later), load a long or looped sample and input a note or two. A few rows after a note type in the effect command A. For the parameters use 0F. Play back the pattern, and you should notice that when the effect kicks in, the sample drops to a very low volume very quickly. Change the effect parameters to F0, and use a low volume command on the note. Play back the pattern, and when the slide kicks in the volume of the note should increase very quickly. This because each part of the effect parameters for command A does a different thing. The first number slides the volume up, and the second slides it down. It's not recommended that you use both a volume up and volume down at the same time, due to the fact the tracker only looks for the first number that isn't set to 0. If you specify parameters of 8F, the tracker will see the 8, ignore the F, and slide the volume up. Using a slide up and down at same time just makes you look stupid. Don't do it... The Set Tempo command: F, is pretty easy to understand. You simply specify the BPM (in Hex) that you want to change to. One important thing to note is that values of lower than 20 (Hex) sets the secondary tempo rather than the primary. Another useful command is the Pattern Break: D. This will stop the playing of the current pattern and skip to the next one in the playing list. By using parameters of more than 00 you can also specify which line to begin playing from. Command 3 is Portamento to Note. This slides the currently playing note to another note, at a specified speed. The slide then stops when it reaches the desired note. <pre> C-2 1 000 - Starts the note playing --- 000 C-3 330 - Starts the slide to C-3 at a speed of 30. --- 300 - Continues the slide --- 300 - Continues the slide </pre> Once the parameters have been set, the command can be input again without any parameters, and it'll still perform the same function unless you change the parameters. This memory function allows certain commands to function correctly, such as command 5, which is the Portamento to Note and Volume Slide command. Once command 3 has been set up command 5 will simply take the parameters from that and perform a Portamento to Note. Any parameters set up for command 5 itself simply perform a Volume Slide identical to command A at the same time as the Portamento to Note. This memory function will only operate in the same channel where the original parameters were set up. There are various other commands which perform two functions at once. They will be described as we come across them. C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 00 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 02 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 05 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 08 C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 0A C-3 04 .. .. 09 00 ---> C-3 04 .. .. 09 0D C-3 04 .. .. 09 10 ---> C-3 04 .. .. 09 10 (You can also switch on the Slider Rec to On, and perform parameter-live-recording, such as cutoff transitions, resonance or panning tweaking, etc..) Note: this command only works for volume/panning and fx datas columns. The next command we'll look at is the Portamento up/down: 1 and 2. Command 1 slides the pitch up at a specified speed, and 2 slides it down. This command works in a similar way to the volume slide, in that it is dependent on the secondary tempo. Both these commands have a memory dependent on each other, if you set the slide to a speed of 3 with the 1 command, a 2 command with no parameters will use the speed of 3 from the 1 command, and vice versa. Command 4 is Vibrato. Vibrato is basically rapid changes in pitch, just try it, and you'll see what I mean. Parameters are in the format of xy, where x is the speed of the slide, and y is the depth of the slide. One important point to remember is to keep your vibratos subtle and natural so a depth of 3 or less and a reasonably fast speed, around 8, is usually used. Setting the depth too high can make the part sound out of tune from the rest. Following on from command 4 is command 6. This is the Vibrato and Volume Slide command, and it has a memory like command 5, which you already know how to use. Command 7 is Tremolo. This is similar to vibrato. Rather than changing the pitch it slides the volume. The effect parameters are in exactly the same format. vibrato effect (0x1dxy) x = speed y = depth (can't be used if arpeggio (0x1b) is turned on) <pre> C-7 00 .. .. 1B37 <- Turn Arpeggio effect on --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 1B38 <- Change datas --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 0000 --- .. .. .. 1B00 <- Turn it off </pre> Command 9 is Sample Offset. This starts the playback of the sample from a different place than the start. The effect parameters specify the sample offset, but only very roughly. Say you have a sample which is 8765(Hex) bytes long, and you wanted it to play from position 4321(Hex). The effect parameter could only be as accurate as the 43 part, and it would ignore the 21. Command B is the Playing List/Order Jump command. The parameters specify the position in the Playing List/Order to jump to. When used in conjunction with command D you can specify the position and the line to play from. Command E is pretty complex, as it is used for a lot of different things, depending on what the first parameter is. Let's take a trip through each effect in order. Command E0 controls the hardware filter on an Amiga, which, as a low pass filter, cuts off the highest frequencies being played back. There are very few players and trackers on other system that simulate this function, not that you should need to use it. The second parameter, if set to 1, turns on the filter. If set to 0, the filter gets turned off. Commands E1/E2 are Fine Portamento Up/Down. Exactly the same functions as commands 1/2, except that they only slide the pitch by a very small amount. These commands have a memory the same as 1/2 as well. Command E3 sets the Glissando control. If parameters are set to 1 then when using command 3, any sliding will only use the notes in between the original note and the note being slid to. This produces a somewhat jumpier slide than usual. The best way to understand is to try it out for yourself. Produce a slow slide with command 3, listen to it, and then try using E31. Command E4 is the Set Vibrato Waveform control. This command controls how the vibrato command slides the pitch. Parameters are 0 - Sine, 1 - Ramp Down (Saw), 2 - Square. By adding 4 to the parameters, the waveform will not be restarted when a new note is played e.g. 5 - Sine without restart. Command E5 sets the Fine Tune of the instrument being played, but only for the particular note being played. It will override the default Fine Tune for the instrument. The parameters range from 0 to F, with 0 being -8 and F being +8 Fine Tune. A parameter of 8 gives no Fine Tune. If you're using a newer tracker that supports more than -8 to +8 e.g. -128 to +128, these parameters will give a rough Fine Tune, accurate to the nearest 16. Command E6 is the Jump Loop command. You mark the beginning of the part of a pattern that you want to loop with E60, and then specify with E6x the end of the loop, where x is the number of times you want it to loop. Command E7 is the Set Tremolo Waveform control. This has exactly the same parameters as command E4, except that it works for Tremolo rather than Vibrato. Command E9 is for Retriggering the note quickly. The parameter specifies the interval between the retrigs. Use a value of less than the current secondary tempo, or else the note will not get retrigged. Command EA/B are for Fine Volume Slide Up/Down. Much the same as the normal Volume Slides, except that these are easier to control since they don't depend on the secondary tempo. The parameters specify the amount to slide by e.g. if you have a sample playing at a volume of 08 (Hex) then the effect EA1 will slide this volume to 09 (Hex). A subsequent effect of EB4 would slide this volume down to 05 (Hex). Command EC is the Note Cut. This sets the volume of the currently playing note to 0 at a specified tick. The parameters should be lower than the secondary tempo or else the effect won't work. Command ED is the Note Delay. This should be used at the same time as a note is to be played, and the parameters will specify the number of ticks to delay playing the note. Again, keep the parameters lower than the secondary tempo, or the note won't get played! Command EE is the Pattern Delay. This delays the pattern for the amount of time it would take to play a certain number of rows. The parameters specify how many rows to delay for. Command EF is the Funk Repeat command. Set the sample loop to 0-1000. When EFx is used, the loop will be moved to 1000- 2000, then to 2000-3000 etc. After 9000-10000 the loop is set back to 0- 1000. The speed of the loop "movement" is defined by x. E is two times as slow as F, D is three times as slow as F etc. EF0 will turn the Funk Repeat off and reset the loop (to 0-1000). effects 0x41 and 0x42 to control the volumes of the 2 303 units There is a dedicated panel for synth parameter editing with coherent sections (osc, filter modulation, routing, so on) the interface is much nicer, much better to navigate with customizable colors, the reverb is now customizable (10 delay lines), It accepts newer types of Waves (higher bit rates, at least 24). Has a replay routine. It's pretty much your basic VA synth. The problem isn't with the sampler being to high it's the synth is tuned two octaves too low, but if you want your samples tuned down just set the base note down 2 octaves (in the instrument panel). so the synth is basically divided into 3 sections from left to right: oscillators/envelopes, then filter and LFO's, and in the right column you have mod routings and global settings. for the oscillator section you have two normal oscillators (sine, saw, square, noise), the second of which is tunable, the first one tunes with the key pressed. Attached to OSC 1 is a sub-oscillator, which is a sawtooth wave tuned one octave down. The phase modulation controls the point in the duty cycle at which the oscillator starts. The ADSR envelope sliders (grouped with oscs) are for modulation envelope 1 and 2 respectively. you can use the synth as a sampler by choosing the instrument at the top. In the filter column, the filter settings are: 1 = lowpass, 2 = highpass, 3 = off. cutoff and resonance. For the LFOs they are LFO 1 and LFO 2, the ADSR sliders in those are for the LFO itself. For the modulation routings you have ENV 1, LFO 1 for the first slider and ENV 2, LFO 2 for the second, you can cycle through the individual routings there, and you can route each modulation source to multiple destinations of course, which is another big plus for this synth. Finally the glide time is for portamento and master volume, well, the master volume... it can go quite loud. The sequencer is changed too, It's more like the one in AXS if you've used that, where you can mute tracks to re-use patterns with variation. <pre> Support for the following modules formats: 669 (Composer 669, Unis 669), AMF (DSMI Advanced Module Format), AMF (ASYLUM Music Format V1.0), APUN (APlayer), DSM (DSIK internal format), FAR (Farandole Composer), GDM (General DigiMusic), IT (Impulse Tracker), IMF (Imago Orpheus), MOD (15 and 31 instruments), MED (OctaMED), MTM (MultiTracker Module editor), OKT (Amiga Oktalyzer), S3M (Scream Tracker 3), STM (Scream Tracker), STX (Scream Tracker Music Interface Kit), ULT (UltraTracker), UNI (MikMod), XM (FastTracker 2), Mid (midi format via timidity) </pre> Possible plugin options include [http://lv2plug.in/ LV2], ====Midi - Musical Instrument Digital Interface==== A midi file typically contains music that plays on up to 16 channels (as per the midi standard), but many notes can simultaneously play on each channel (depending on the limit of the midi hardware playing it). MIDI files are essentially a stream of event data. An event can be many things, but typically "note on", "note off", "program change", "controller change", or messages that instruct a MIDI compatible synth how to play a given bit of music. *Channel *Messages * Sequencing - Vocals? Guitars? MIDI instruments? Drums? Sound design? [http://libremusicproduction.com/workflow Workflow], * Recording - * GUI - Piano roll (FL Studio like) or Tracker, Staves and Notes Notation, Ableton Live, NI Kontakt, KXStudio, ?? Timidity Although usually already installed, you can uncompress the [http://www.libsdl.org/projects/SDL_mixer/ timidity.tar.gz (14MB)] into a suitable drawer like below's SYS:Extras/Audio/ assign timidity: SYS:Extras/Audio/timidity added to SYSːs/User-Startup WildMidi playback [http://bnp.hansfaust.de/ Bars n Pipes sequencer] *Window - Tracks [http://theproblem.alco-rhythm.com/org/bp.html Each track can be activated] *Left - Input tool(s) chosen and their icons placed on the pipeline (which is next to it) *Middle - Play, Record, Multi before the sequencer line and Tap *Right - Associated output pipeline and final output tool(s). Midi channel selection #Double-click on B&P's icon. B&P will then open with an empty Song. You can also double-click on a song icon to open a song in B&P. #Choose a track. The B&P screen will contain a track window with a number of tracks shown as pipelines (track1, track2, etc...). To choose a track, simply click on the arrow-icon to high-light it. This icon show whether a track is chosen or not.To the right of the arrow-icon, you can see the icon for the midi-input. If you double-click on this icon you can change the MIDI-in setup. #Choose Record for the track. To the right of the MIDI-input icon you can ses a bar. The bar lead to another icon with that shows either P, R or M. This stands for Play, Record or Merge. To change the icon, simply click on it. If you choose P, this track can only play the track (you can't record anything). If you choose R, you can record what you play and it overwrites old stuff in the track. If you choose M, you merge new records with old stuff in the track. Choose R now to be able to make a record. #Chose MIDI-channel. On the most right part of the track you can see an icon with a number in it. This is the MIDI-channel selector. Here you must choose a MIDI-channel that is availeble on your synthesizer/keyboard. If you choose MIDI-channel 10, most synthesizer will play drum sounds. To the left of this icon is the MIDI-output icon. Double-click on this icon to change the MIDI-output configuration. #Start recording. The next step is to start recording. You must then find the control buttons (they look like buttons on a CD-player). To be able to make a record. you must click on the R icon. You can simply now press the play button (after you have pressed the R button) and play something on you keyboard. To playback your composition, press the Play button on the control panel. #Edit track. To edit a track, you simply double click in the middle part of a track. You will then get a new window containing the track, where you can change what you have recorded using tools provided. Take also a look in the drop-down menus for more features. *Tools ptool for the pipelines like (IN) Midi In, Quick Patch, (OUT) Midi Out, etc. Toolbox contains *Accessories paccess plugins like SmerFF to save/load MIDI files, adjust sysex messages, Options include *Menu - Songs load and save in .song format out of the box *Group *Edit *Tool *Timing SMTPE Synchronizing *Windows *Preferences Windows include *Song Construction and Time Line Scoring *Mix Maestro *Tempo Map * Bars and Pipes Pro 2.5beta3 is using internal 4-Byte IDs, to check which kind of data are currently processed. Especially in all its files the IDs play an important role. The IDs are stored into the file in the same order they are laid out in the memory. In a Bars 'N' Pipes file (no matter which kind) the ID "NAME" (saved as its ANSI-values) is stored on a big endian system (68k-computer) as "NAME". On a little endian system (x86 PC computer) as "EMAN". The target is to make the AROS-BnP compatible to songs, which were stored on a 68k computer (AMIGA). http://www.fromwithin.com/liquidmidi/archive.shtml http://musik.freepage.de/stage7/atips.htm http://groups.yahoo.com/group/barsnpipes/ and http://groups.yahoo.com/group/bpdevel/ Protrekkr How to use Midi In/Out in Protrekkr ? First of all, midi in & out capabilities of this program are rather limited. # Go to Misc. Setup section and select a midi in or out device to use (ptk only supports one device at a time). # Go to instrument section, and select a MIDI PRG (the default is N/A, which means no midi program selected). # Go to track section and here you can assign a midi channel to each track of ptk. # Play notes :]. Note off works. F'x' note cut command also works too, and note-volume command (speed) is supported. Also, you can change midicontrollers in the tracker, using '90' in the panning row: <pre> C-3 02 .. .. 0000.... --- .. .. 90 xxyy.... << This will set the value --- .. .. .. 0000.... of the controller n.'xx' to 'yy' (both in hex) --- .. .. .. 0000.... </pre> So "--- .. .. 90 2040...." will set the controller number $20(32) to $40(64). You will need the midi implementation table of your gear to know what you can change with midi controller messages. N.B. Not all MIDI devices are created equal! Although the MIDI specification defines a large range of MIDI messages of various kinds, not every MIDI device is required to work in exactly the same way and respond to all the available messages and ways of working. For example, we don't expect a wind synthesiser to work in the same way as a home keyboard. Some devices, the older ones perhaps, are only able to respond to a single channel. With some of those devices that channel can be altered from the default of 1 (probably) to another channel of the 16 possible. Other devices, for instance monophonic synthesisers, are capable of producing just one note at a time, on one MIDI channel. Others can produce many notes spread across many channels. Further devices can respond to, and transmit, "breath controller" data (MIDI controller number 2 (CC#2)) others may respond to the reception of CC#2 but not be able to create and to send it. A controller keyboard may be capable of sending "expression pedal" data, but another device may not be capable of responding to that message. Some devices just have the basic GM sound set. The "voice" or "instrument" is selected using a "Program Change" message on its own. Other devices have a greater selection of voices, usually arranged in "banks", and the choice of instrument is made by responding to "Bank Select MSB" (MIDI controller 0 (CC#0)), others use "Bank Select LSB" (MIDI controller number 32 (CC#32)), yet others use both MSB and LSB sent one after the other, all followed by the Program Change message. The detailed information about all the different voices will usually be available in a published MIDI Data List. MIDI Implementation Chart But in the User Manual there is sometimes a summary of how the device works, in terms of MIDI, in the chart at the back of the manual, the MIDI Implementation Chart. If you require two devices to work together you can compare the two implementation charts to see if they are "compatible". In order to do this we will need to interpret that chart. The chart is divided into four columns headed "Function", "Transmitted" (or "Tx"), "Received" (or "Rx"), or more correctly "Recognised", and finally, "Remarks". <pre> The left hand column defines which MIDI functions are being described. The 2nd column defines what the device in question is capable of transmitting to another device. The 3rd column defines what the device is capable of responding to. The 4th column is for explanations of the values contained within these previous two columns. </pre> There should then be twelve sections, with possibly a thirteenth containing extra "Notes". Finally there should be an explanation of the four MIDI "modes" and what the "X" and the "O" mean. <pre> Mode 1: Omni On, Poly; Mode 2: Omni On, Mono; Mode 3: Omni Off, Poly; Mode 4: Omni Off, Mono. </pre> O means "yes" (implemented), X means "no" (not implemented). Sometimes you will find a row of asterisks "**************", these seem to indicate that the data is not applicable in this case. Seen in the transmitted field only (unless you've seen otherwise). Lastly you may find against some entries an asterisk followed by a number e.g. *1, these will refer you to further information, often on a following page, giving more detail. Basic Channel But the very first set of boxes will tell us the "Basic Channel(s)" that the device sends or receives on. "Default" is what happens when the device is first turned on, "changed" is what a switch of some kind may allow the device to be set to. For many devices e.g. a GM sound module or a home keyboard, this would be 1-16 for both. That is it can handle sending and receiving on all MIDI channels. On other devices, for example a synthesiser, it may by default only work on channel 1. But the keyboard could be "split" with the lower notes e.g. on channel 2. If the synth has an arppegiator, this may be able to be set to transmit and or receive on yet another channel. So we might see the default as "1" but the changed as "1-16". Modes. We need to understand Omni On and Off, and Mono and Poly, then we can decipher the four modes. But first we need to understand that any of these four Mode messages can be sent to any MIDI channel. They don't necessarily apply to the whole device. If we send an "Omni On" message (CC#125) to a MIDI channel of a device, we are, in effect, asking it to respond to e.g. a Note On / Off message pair, received on any of the sixteen channels. Sound strange? Read it again. Still strange? It certainly is. We normally want a MIDI channel to respond only to Note On / Off messages sent on that channel, not any other. In other words, "Omni Off". So "Omni Off" (CC#124) tells a channel of our MIDI device to respond only to messages sent on that MIDI channel. "Poly" (CC#127) is for e.g. a channel of a polyphonic sound module, or a home keyboard, to be able to respond to many simultaneous Note On / Off message pairs at once and produce musical chords. "Mono" (CC#126) allows us to set a channel to respond as if it were e.g. a flute or a trumpet, playing just one note at a time. If the device is capable of it, then the overlapping of notes will produce legato playing, that is the attack portion of the second note of two overlapping notes will be removed resulting in a "smoother" transition. So a channel with a piano voice assigned to it will have Omni Off, Poly On (Mode 3), a channel with a saxophone voice assigned could be Omni Off, Mono On (Mode 4). We call these combinations the four modes, 1 to 4, as defined above. Most modern devices will have their channels set to Mode 3 (Omni Off, Poly) but be switchable, on a per channel basis, to Mode 4 (Omni Off, Mono). This second section of data will include first its default value i.e. upon device switch on. Then what Mode messages are acceptable, or X if none. Finally, in the "Altered" field, how a Mode message that can't be implemented will be interpreted. Usually there will just be a row of asterisks effectively meaning nothing will be done if you try to switch to an unimplemented mode. Note Number <pre> The next row will tell us which MIDI notes the device can send or receive, normally 0-127. The second line, "True Voice" has the following in the MIDI specification: "Range of received note numbers falling within the range of true notes produced by the instrument." My interpretation is that, for instance, a MIDI piano may be capable of sending all MIDI notes (0 to 127) by transposition, but only responding to the 88 notes (21 to 108) of a real piano. </pre> Velocity This will tell us whether the device we're looking at will handle note velocity, and what range from 1-127, or maybe just 64, it transmits or will recognise. So usually "O" plus a range or "X" for not implemented. After touch This may have one or two lines two it. If a one liner the either "O" or "X", yes or no. If a two liner then it may include "Keys" or "Poly" and "Channel". This will show whether the device will respond to Polyphonic after touch or channel after touch or neither. Pitch Bend Again "O" for implemented, "X" for not implemented. (Many stage pianos will have no pitch bend capability.) It may also, in the notes section, state whether it will respond to the full 14 bits, or not, as usually encoded by the pitch bend wheel. Control Change This is likely to be the largest section of the chart. It will list all those controllers, starting from CC#0, Bank Select MSB, which the device is capable of sending, and those that it will respond to using "O" or "X" respectively. You will, almost certainly, get some further explanation of functionality in the remarks column, or in more detail elsewhere in the documentation. Of course you will need to know what all the various controller numbers do. Lots of the official technical specifications can be found at the [www.midi.org/techspecs/ MMA], with the table of messages and control change [www.midi.org/techspecs/midimessages.php message numbers] Program Change Again "O" or "X" in the Transmitted or Recognised column to indicate whether or not the feature is implemented. In addition a range of numbers is shown, typically 0-127, to show what is available. True # (number): "The range of the program change numbers which correspond to the actual number of patches selected." System Exclusive Used to indicate whether or not the device can send or recognise System Exclusive messages. A short description is often given in the Remarks field followed by a detailed explanation elsewhere in the documentation. System Common - These include the following: <pre> MIDI Time Code Quarter Frame messages (device synchronisation). Song Position Pointer Song Select Tune Request </pre> The section will indicate whether or not the device can send or respond to any of these messages. System Real Time These include the following: <pre> Timing Clock - often just written as "Clock" Start Stop Continue </pre> These three are usually just referred to as "Commands" and listed. Again the section will indicate which, if any, of these messages the device can send or respond to. <pre> Aux. Messages Again "O" or "X" for implemented or not. Aux. = Auxiliary. Active Sense = Active Sensing. </pre> Often with an explanation of the action of the device. Notes The "Notes" section can contain any additional comments to clarify the particular implementation. Some of the explanations have been drawn directly from the MMA MIDI 1.0 Detailed Specification. And the detailed explanation of some of the functions will be found there, or in the General MIDI System Level 1 or General MIDI System Level 2 documents also published by the MMA. OFFICIAL MIDI SPECIFICATIONS SUMMARY OF MIDI MESSAGES Table 1 - Summary of MIDI Messages The following table lists the major MIDI messages in numerical (binary) order (adapted from "MIDI by the Numbers" by D. Valenti, Electronic Musician 2/88, and updated by the MIDI Manufacturers Association.). This table is intended as an overview of MIDI, and is by no means complete. WARNING! Details about implementing these messages can dramatically impact compatibility with other products. We strongly recommend consulting the official MIDI Specifications for additional information. MIDI 1.0 Specification Message Summary Channel Voice Messages [nnnn = 0-15 (MIDI Channel Number 1-16)] {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->1000nnnn || <!--Data-->0kkkkkkk 0vvvvvvv || <!--Description-->Note Off event. This message is sent when a note is released (ended). (kkkkkkk) is the key (note) number. (vvvvvvv) is the velocity. |- |<!--Status-->1001nnnn || <!--Data-->0kkkkkkk 0vvvvvvv || <!--Description-->Note On event. This message is sent when a note is depressed (start). (kkkkkkk) is the key (note) number. (vvvvvvv) is the velocity. |- |<!--Status-->1010nnnn || <!--Data-->0kkkkkkk 0vvvvvvv || <!--Description-->Polyphonic Key Pressure (Aftertouch). This message is most often sent by pressing down on the key after it "bottoms out". (kkkkkkk) is the key (note) number. (vvvvvvv) is the pressure value. |- |<!--Status-->1011nnnn || <!--Data-->0ccccccc 0vvvvvvv || <!--Description-->Control Change. This message is sent when a controller value changes. Controllers include devices such as pedals and levers. Controller numbers 120-127 are reserved as "Channel Mode Messages" (below). (ccccccc) is the controller number (0-119). (vvvvvvv) is the controller value (0-127). |- |<!--Status-->1100nnnn || <!--Data-->0ppppppp || <!--Description-->Program Change. This message sent when the patch number changes. (ppppppp) is the new program number. |- |<!--Status-->1101nnnn || <!--Data-->0vvvvvvv || <!--Description-->Channel Pressure (After-touch). This message is most often sent by pressing down on the key after it "bottoms out". This message is different from polyphonic after-touch. Use this message to send the single greatest pressure value (of all the current depressed keys). (vvvvvvv) is the pressure value. |- |<!--Status-->1110nnnn || <!--Data-->0lllllll 0mmmmmmm || <!--Description-->Pitch Bend Change. This message is sent to indicate a change in the pitch bender (wheel or lever, typically). The pitch bender is measured by a fourteen bit value. Center (no pitch change) is 2000H. Sensitivity is a function of the receiver, but may be set using RPN 0. (lllllll) are the least significant 7 bits. (mmmmmmm) are the most significant 7 bits. |} Channel Mode Messages (See also Control Change, above) {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->1011nnnn || <!--Data-->0ccccccc 0vvvvvvv || <!--Description-->Channel Mode Messages. This the same code as the Control Change (above), but implements Mode control and special message by using reserved controller numbers 120-127. The commands are: *All Sound Off. When All Sound Off is received all oscillators will turn off, and their volume envelopes are set to zero as soon as possible c = 120, v = 0: All Sound Off *Reset All Controllers. When Reset All Controllers is received, all controller values are reset to their default values. (See specific Recommended Practices for defaults) c = 121, v = x: Value must only be zero unless otherwise allowed in a specific Recommended Practice. *Local Control. When Local Control is Off, all devices on a given channel will respond only to data received over MIDI. Played data, etc. will be ignored. Local Control On restores the functions of the normal controllers. c = 122, v = 0: Local Control Off c = 122, v = 127: Local Control On * All Notes Off. When an All Notes Off is received, all oscillators will turn off. c = 123, v = 0: All Notes Off (See text for description of actual mode commands.) c = 124, v = 0: Omni Mode Off c = 125, v = 0: Omni Mode On c = 126, v = M: Mono Mode On (Poly Off) where M is the number of channels (Omni Off) or 0 (Omni On) c = 127, v = 0: Poly Mode On (Mono Off) (Note: These four messages also cause All Notes Off) |} System Common Messages System Messages (0xF0) The final status nybble is a “catch all” for data that doesn’t fit the other statuses. They all use the most significant nybble (4bits) of 0xF, with the least significant nybble indicating the specific category. The messages are denoted when the MSB of the second nybble is 1. When that bit is a 0, the messages fall into two other subcategories. System Common If the MSB of the second second nybble (4 bits) is not set, this indicates a System Common message. Most of these are messages that include some additional data bytes. System Common Messages Type Status Byte Number of Data Bytes Usage <pre> Time Code Quarter Frame 0xF1 1 Indicates timing using absolute time code, primarily for synthronization with video playback systems. A single location requires eight messages to send the location in an encoded hours:minutes:seconds:frames format*. Song Position 0xF2 2 Instructs a sequencer to jump to a new position in the song. The data bytes form a 14-bit value that expresses the location as the number of sixteenth notes from the start of the song. Song Select 0xF3 1 Instructs a sequencer to select a new song. The data byte indicates the song. Undefined 0xF4 0 Undefined 0xF5 0 Tune Request 0xF6 0 Requests that the receiver retunes itself**. </pre> *MIDI Time Code (MTC) is significantly complex. Please see the MIDI Specification **While modern digital instruments are good at staying in tune, older analog synthesizers were prone to tuning drift. Some analog synthesizers had an automatic tuning operation that could be initiated with this command. System Exclusive If you’ve been keeping track, you’ll notice there are two status bytes not yet defined: 0xf0 and 0xf7. These are used by the System Exclusive message, often abbreviated at SysEx. SysEx provides a path to send arbitrary data over a MIDI connection. There is a group of predefined messages for complex data, like fine grained control of MIDI Time code machinery. SysEx is also used to send manufacturer defined data, such as patches, or even firmware updates. System Exclusive messages are longer than other MIDI messages, and can be any length. The messages are of the following format: 0xF0, 0xID, 0xdd, ...... 0xF7 The message is bookended with distinct bytes. It opens with the Start Of Exclusive (SOX) data byte, 0xF0. The next one to three bytes after the start are an identifier. Values from 0x01 to 0x7C are one-byte vendor IDs, assigned to manufacturers who were involved with MIDI at the beginning. If the ID is 0x00, it’s a three-byte vendor ID - the next two bytes of the message are the value. <pre> ID 0x7D is a placeholder for non-commercial entities. ID 0x7E indicates a predefined Non-realtime SysEx message. ID 0x7F indicates a predefined Realtime SysEx message. </pre> After the ID is the data payload, sent as a stream of bytes. The transfer concludes with the End of Exclusive (EOX) byte, 0xF7. The payload data must follow the guidelines for MIDI data bytes – the MSB must not be set, so only 7 bits per byte are actually usable. If the MSB is set, it falls into three possible scenarios. An End of Exclusive byte marks the ordinary termination of the SysEx transfer. System Real Time messages may occur within the transfer without interrupting it. The recipient should handle them independently of the SysEx transfer. Other status bytes implicitly terminate the SysEx transfer and signal the start of new messages. Some inexpensive USB-to-MIDI interfaces aren’t capable of handling messages longer than four bytes. {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->11110000 || <!--Data-->0iiiiiii [0iiiiiii 0iiiiiii] 0ddddddd --- --- 0ddddddd 11110111 || <!--Description-->System Exclusive. This message type allows manufacturers to create their own messages (such as bulk dumps, patch parameters, and other non-spec data) and provides a mechanism for creating additional MIDI Specification messages. The Manufacturer's ID code (assigned by MMA or AMEI) is either 1 byte (0iiiiiii) or 3 bytes (0iiiiiii 0iiiiiii 0iiiiiii). Two of the 1 Byte IDs are reserved for extensions called Universal Exclusive Messages, which are not manufacturer-specific. If a device recognizes the ID code as its own (or as a supported Universal message) it will listen to the rest of the message (0ddddddd). Otherwise, the message will be ignored. (Note: Only Real-Time messages may be interleaved with a System Exclusive.) |- |<!--Status-->11110001 || <!--Data-->0nnndddd || <!--Description-->MIDI Time Code Quarter Frame. nnn = Message Type dddd = Values |- |<!--Status-->11110010 || <!--Data-->0lllllll 0mmmmmmm || <!--Description-->Song Position Pointer. This is an internal 14 bit register that holds the number of MIDI beats (1 beat= six MIDI clocks) since the start of the song. l is the LSB, m the MSB. |- |<!--Status-->11110011 || <!--Data-->0sssssss || <!--Description-->Song Select. The Song Select specifies which sequence or song is to be played. |- |<!--Status-->11110100 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11110101 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11110110 || <!--Data--> || <!--Description-->Tune Request. Upon receiving a Tune Request, all analog synthesizers should tune their oscillators. |- |<!--Status-->11110111 || <!--Data--> || <!--Description-->End of Exclusive. Used to terminate a System Exclusive dump. |} System Real-Time Messages {| class="wikitable sortable" width="90%" ! width="10%" |Status D7----D0 ! width="10%" |Data Byte(s) D7----D0 ! width="20%" |Description |- |<!--Status-->11111000 || <!--Data--> || <!--Description-->Timing Clock. Sent 24 times per quarter note when synchronization is required. |- |<!--Status-->11111001 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11111010 || <!--Data--> || <!--Description-->Start. Start the current sequence playing. (This message will be followed with Timing Clocks). |- |<!--Status-->11111011 || <!--Data--> || <!--Description-->Continue. Continue at the point the sequence was Stopped. |- |<!--Status-->11111100 || <!--Data--> || <!--Description-->Stop. Stop the current sequence. |- |<!--Status-->11111101 || <!--Data--> || <!--Description-->Undefined. (Reserved) |- |<!--Status-->11111110 || <!--Data--> || <!--Description-->Active Sensing. This message is intended to be sent repeatedly to tell the receiver that a connection is alive. Use of this message is optional. When initially received, the receiver will expect to receive another Active Sensing message each 300ms (max), and if it does not then it will assume that the connection has been terminated. At termination, the receiver will turn off all voices and return to normal (non- active sensing) operation. |- |<!--Status-->11111111 || <!--Data--> || <!--Description-->Reset. Reset all receivers in the system to power-up status. This should be used sparingly, preferably under manual control. In particular, it should not be sent on power-up. |} Advanced Messages Polyphonic Pressure (0xA0) and Channel Pressure (0xD0) Some MIDI controllers include a feature known as Aftertouch. While a key is being held down, the player can press harder on the key. The controller measures this, and converts it into MIDI messages. Aftertouch comes in two flavors, with two different status messages. The first flavor is polyphonic aftertouch, where every key on the controller is capable of sending its own independent pressure information. The messages are of the following format: <pre> 0xnc, 0xkk, 0xpp n is the status (0xA) c is the channel nybble kk is the key number (0 to 127) pp is the pressure value (0 to 127) </pre> Polyphonic aftertouch is an uncommon feature, usually found on premium quality instruments, because every key requires a separate pressure sensor, plus the circuitry to read them all. Much more commonly found is channel aftertouch. Instead of needing a discrete sensor per key, it uses a single, larger sensor to measure pressure on all of the keys as a group. The messages omit the key number, leaving a two-byte format <pre> 0xnc, 0xpp n is the status (0xD) c is the channel number pp is the pressure value (0 to 127) </pre> Pitch Bend (0xE0) Many keyboards have a wheel or lever towards the left of the keys for pitch bend control. This control is usually spring-loaded, so it snaps back to the center of its range when released. This allows for both upward and downward bends. Pitch Bend Wheel The wheel sends pitch bend messages, of the format <pre> 0xnc, 0xLL, 0xMM n is the status (0xE) c is the channel number LL is the 7 least-significant bits of the value MM is the 7 most-significant bits of the value </pre> You’ll notice that the bender data is actually 14 bits long, transmitted as two 7-bit data bytes. This means that the recipient needs to reassemble those bytes using binary manipulation. 14 bits results in an overall range of 214, or 0 to 16,383. Because it defaults to the center of the range, the default value for the bender is halfway through that range, at 8192 (0x2000). Control Change (0xB0) In addition to pitch bend, MIDI has provisions for a wider range of expressive controls, sometimes known as continuous controllers, often abbreviated CC. These are transmitted by the remaining knobs and sliders on the keyboard controller shown below. Continuous Controllers These controls send the following message format: <pre> 0xnc, 0xcc, 0xvv n is the status (0xB) c is the MIDI channel cc is the controller number (0-127) vv is the controller value (0-127) </pre> Typically, the wheel next to the bender sends controller number one, assigned to modulation (or vibrato) depth. It is implemented by most instruments. The remaining controller number assignments are another point of confusion. The MIDI specification was revised in version 2.0 to assign uses for many of the controllers. However, this implementation is not universal, and there are ranges of unassigned controllers. On many modern MIDI devices, the controllers are assignable. On the controller keyboard shown in the photos, the various controls can be configured to transmit different controller numbers. Controller numbers can be mapped to particular parameters. Virtual synthesizers frequently allow the user to assign CCs to the on-screen controls. This is very flexible, but it might require configuration on both ends of the link and completely bypasses the assignments in the standard. Program Change (0xC0) Most synthesizers have patch storage memory, and can be told to change patches using the following command: <pre> 0xnc, 0xpp n is the status (0xc) c is the channel pp is the patch number (0-127) </pre> This allows for 128 sounds to be selected, but modern instruments contain many more than 128 patches. Controller #0 is used as an additional layer of addressing, interpreted as a “bank select” command. Selecting a sound on such an instrument might involve two messages: a bank select controller message, then a program change. Audio & Midi are not synchronized, what I can do ? Buy a commercial software package but there is a nasty trick to synchronize both. It's a bit hardcore but works for me: Simply put one line down to all midi notes on your pattern (use Insert key) and go to 'Misc. Setup', adjust the latency and just search a value that will make sound sync both audio/midi. The stock Sin/Saw/Pulse and Rnd waveforms are too simple/common, is there a way to use something more complex/rich ? You have to ability to redirect the waveforms of the instruments through the synth pipe by selecting the "wav" option for the oscillator you're using for this synth instrument, samples can be used as wavetables to replace the stock signals. Sound banks like soundfont (sf2) or Kontakt2 are not supported at the moment ====DAW Audio Evolution 4==== The number of tracks per project(s) is unlimited .... AHI limits you to recording only two at a time. i.e. not on 8 track sound cards like the Juli@ or Phase 88. Most apps use the Music Unit only but a few apps also use Unit (0-3) instead or as well. * Set up AHI prefs so that microphone is available. (Input option near the bottom) stereo++ allows the audio piece to be placed anywhere and the left-right adjusted to sound positionally right hifi best for music playback if driver supports this option Channels Monitor Gain Inout Output Advanced settings - Debugging via serial port * Options -> Soundcard In/Out * Options -> SampleRate * Options -> Preferences F6 for Sample File List Setting a grid is easy as is measuring the BPM by marking a section of the sample. Is your kick drum track "not in time" ? If so, you're stumped in AE4 as it has no fancy variable time signatures and definitely no 'track this dodgy rhythm' function like software of the nature of Logic has. So if your drum beat is freeform you will need to work in freeform mode. (Real music is free form anyway). If the drum *is* accurate and you are just having trouble measuring the time, I usually measure over a range of bars and set the number of beats in range to say 16 as this is more accurate, Then you will need to shift the drum track to match your grid *before* applying the grid. (probably an iterative process as when the grid is active samples snap to it, and when inactive you cannot see it). AE4 does have ARexx but the functions are more for adding samples at set offsets and starting playback / recording. These are the usual features found in DAWs... * Recording digital audio, midi sequencer and mixer * virtual VST instruments and plug-ins * automation, group channels, MIDI channels, FX sends and returns, audio and MIDI editors and music notation editor * different track views * mixer and track layout (but not the same as below) * traditional two windows (track and mixer) creating a synthesizer or effect from various "primitive" elements and then using the result in a manner little different than one uses any synthesizer or effect * during the first your role is that of the instrument creator * during the second your role is that of the instrument player "patches" to "generate" sound, and/or to process sound. You can combine previously created processing or generator elements to create new processing or generating elements but the results are still distinctly processing or generating assemble a personal collection of sound objects written road maps relating patchbay points, outboard gear, and audio interface I/O Mixing - mixdown Could not figure out how to select what part I wanted to send to the aux, set it to echo and return. Pretty much the whole echo effect. Or any effect. Take look at page17 of the manual. When you open the EQ / Aux send popup window you will see 4 sends. Now from the menu choose the windows menu. Menus->Windows-> Aux Returns Window or press F5 You will see a small window with 4 volume controls and an effects button for each. Click a button and add an effects to that aux channel, then set it up as desired (note the reverb effect has a special AUX setting that improves its use with the aux channel, not compulsory but highly useful). You set the amount of 'return' on the main mix in the Aux Return window, and the amount sent from each main mixer channel in the popup for that channel. Again the aux sends are "prefade" so the volume faders on each channel do not affect them. Tracking Effects - fade in To add some echoes to some vocals, tried to add an effect on a track but did not come out. This is made more complicated as I wanted to mute a vocal but then make it echo at the muting point. Want to have one word of a vocal heard and then echoed off. But when the track is mute the echo is cancelled out. To correctly understand what is happening here you need to study the figure at the bottom of page 15 on the manual. You will see from that that the effects are applied 'prefade' So the automation you applied will naturally mute the entire signal. There would be a number of ways to achieve the goal, You have three real time effects slots, one for smoothing like so Sample -> Amplify -> Delay Then automate the gain of the amplify block so that it effectively mutes the sample just before the delay at the appropriate moment, the echo effect should then be heard. Getting the effects in the right order will require experimentation as they can only be added top down and it's not obvious which order they are applied to the signal, but there only two possibilities, so it wont take long to find out. Using MUTE can cause clicks to the Amplify can be used to mute more smoothly so that's a secondary advantage. Signal Processing - Overdub ===Spreadsheet Leu=== ===Spreadsheet Ignition=== ; Needs ABIv1 to be completed before more can be done File formats supported * ascii #?.txt and #?.csv (single sheets with data only). * igs and TurboCalc(WIP) #?.tc for all sheets with data, formats and formulas. There is '''no''' support for xls, xlsx, ods or uos ([http://en.wikipedia.org/wiki/Uniform_Office_Format Uniform Unified Office Format]) at the moment. * Always use Esc key after editing Spreadsheet cells. * copy/paste seems to copy the first instance only so go to Edit -> Clipboard to manage the list of remembered actions. * Right mouse click on row (1 or 2 or 3) or column header (a or b or c) to access optimal height or width of the row or column respectively * Edit -> Insert -> Row seems to clear the spreadsheet or clears the rows after the inserted row until undo restores as it should be... Change Sheet name by Object -> Sheet -> Properties Click in the cell which will contain the result, and click '''down arrow button''' to the right of the formula box at the bottom of the spreadsheet and choose the function required from the list provided. Then click on the start cell and click on the bottom right corner, a '''very''' small blob, which allows stretching a bounding box (thick grey outlines) across many cells This grey bounding box can be used to '''copy a formula''' to other cells. Object -> Cell -> Properties to change cell format - Currency only covers DM and not $, Euro, Renminbi, Yen or Pound etc. Shift key and arrow keys selects a range of cells, so that '''formatting can be done to all highlighted cells'''. View -> Overview then select ALL with one click (in empty cell in the top left hand corner of the sheet). Default mode is relative cell referencing e.g. a1+a2 but absolute e.g. $a$1+$a$2 can be entered. * #sheet-name to '''absolute''' reference another sheet-name cell unless reference() function used. ;Graphs use shift key and arrow keys to select a bunch of cells to be graph'ed making sure that x axes represents and y axes represents * value() - 0 value, 1 percent, 2 date, 3 time, 4 unit ... ;Dates * Excel starts a running count from the 1st Jan 1900 and Ignition starts from 1st Jan 1AD '''(maybe this needs to change)''' Set formatting Object -> Cell -> Properties and put date in days ;Time Set formatting Object -> Cell -> Properties and put time in seconds taken ;Database (to be done by someone else) type - standard, reference (bezug), search criterion (suchkriterium), * select a bunch of cells and Object -> Database -> Define to set Datenbank (database) and Felder (fields not sure how?) * Neu (new) or loschen (delete) to add/remove database headings e.g. Personal, Start Date, Finish Date (one per row?) * Object -> Database -> Index to add fields (felder) like Surname, First Name, Employee ID, etc. to ? Filtering done with dbfilter(), dbproduct() and dbposition(). Activities with dbsum(), dbaverage(), dbmin() and dbmax(). Table sorting - ;Scripts (Arexx) ;Excel(TM) to Ignition - commas ''',''' replaced by semi-colons ''';''' to separate values within functions *SUM(), *AVERAGE(), MAX(), MIN(), INT(), PRODUCT(), MEDIAN(), VAR() becomes Variance(), Percentile(), *IF(), AND, OR, NOT *LEFT(), RIGHT(), MID() becomes MIDDLE(), LEN() becomes LENGTH(), *LOWER() becomes LOWERCASE(), UPPER() becomes UPPERCASE(), * DATE(yyyy,mm,dd) becomes COMPUTEDATE(dd;mm;yyyy), *TODAY(), DAY(),WEEK(), MONTH(),=YEAR(TODAY()), *EOMONTH() becomes MONTHLENGTH(), *NOW() should be date and time becomes time only, SECOND(), MINUTE(), HOUR(), *DBSUM() becomes DSUM(), ;Missing and possibly useful features/functions needed for ignition to have better support of Excel files There is no Merge and Join Text over many cells, no protect and/or freeze row or columns or books but can LOCK sheets, no define bunch of cells as a name, Macros (Arexx?), conditional formatting, no Solver, no Goal Seek, no Format Painter, no AutoFill, no AutoSum function button, no pivot tables, (30 argument limit applies to Excel) *HLOOKUP(), VLOOKUP(), [http://production-scheduling.com/excel-index-function-most-useful/ INDEX(), MATCH()], CHOOSE(), TEXT(), *TRIM(), FIND(), SUBSTITUTE(), CONCATENATE() or &, PROPER(), REPT(), *[https://acingexcel.com/excel-sumproduct-function/ SUMPRODUCT()], ROUND(), ROUNDUP(), *ROUNDDOWN(), COUNT(), COUNTA(), SUMIF(), COUNTIF(), COUNTBLANK(), TRUNC(), *PMT(), PV(), FV(), POWER(), SQRT(), MODE(), TRUE, FALSE, *MODE(), LARGE(), SMALL(), RANK(), STDEV(), *DCOUNT(), DCOUNTA(), WEEKDAY(), ;Excel Keyboard [http://dmcritchie.mvps.org/excel/shortx2k.htm shortcuts needed to aid usability in Ignition] <pre> Ctrl Z - Undo Ctrl D - Fill Down Ctrl R - Fill right Ctrl F - Find Ctrl H - Replace Ctrl 1 - Formatting of Cells CTRL SHIFT ~ Apply General Formatting ie a number Ctrl ; - Todays Date F2 - Edit cell F4 - toggle cell absolute / relative cell references </pre> Every ODF file is a collection of several subdocuments within a package (ZIP file), each of which stores part of the complete document. * content.xml – Document content and automatic styles used in the content. * styles.xml – Styles used in the document content and automatic styles used in the styles themselves. * meta.xml – Document meta information, such as the author or the time of the last save action. * settings.xml – Application-specific settings, such as the window size or printer information. To read document follow these steps: * Extracting .ods file. * Getting content.xml file (which contains sheets data). * Creating XmlDocument object from content.xml file. * Creating DataSet (that represent Spreadsheet file). * With XmlDocument select “table:table” elements, and then create adequate DataTables. * Parse child’s of “table:table” element and fill DataTables with those data. * At the end, return DataSet and show it in application’s interface. To write document follow these steps: * Extracting template.ods file (.ods file that we use as template). * Getting content.xml file. * Creating XmlDocument object from content.xml file. * Erasing all “table:table” elements from the content.xml file. * Reading data from our DataSet and composing adequate “table:table” elements. * Adding “table:table” elements to content.xml file. * Zipping that file as new .ods file. XLS file format The XLS file format contains streams, substreams, and records. These sheet substreams include worksheets, macro sheets, chart sheets, dialog sheets, and VBA module sheets. All the records in an XLS document start with a 2-byte unsigned integer to specify Record Type (rt), and another for Count of Bytes (cb). A record cannot exceed 8224 bytes. If larger than the rest is stored in one or more continue records. * Workbook stream **Globals substream ***BoundSheet8 record - info for Worksheet substream i.e. name, location, type, and visibility. (4bytes the lbPlyPos FilePointer, specifies the position in the Workbook stream where the sheet substream starts) **Worksheet substream (sheet) - Cell Table - Row record - Cells (2byte=row 2byte=column 2byte=XF format) ***Blank cell record ***RK cell record 32-bit number. ***BoolErr cell record (2-byte Bes structure that may be either a Boolean value or an error code) ***Number cell record (64-bit floating-point number) ***LabelSst cell record (4-byte integer that specifies a string in the Shared Strings Table (SST). Specifically, the integer corresponds to the array index in the RGB field of the SST) ***Formula cell record (FormulaValue structure in the 8 bytes that follow the cell structure. The next 6 bytes can be ignored, and the rest of the record is a CellParsedFormula structure that contains the formula itself) ***MulBlank record (first 2 bytes give the row, and the next 2 bytes give the column that the series of blanks starts at. Next, a variable length array of cell structures follows to store formatting information, and the last 2 bytes show what column the series of blanks ends on) ***MulRK record ***Shared String Table (SST) contains all of the string values in the workbook. ACCRINT(), ACCRINTM(), AMORDEGRC(), AMORLINC(), COUPDAYBS(), COUPDAYS(), COUPDAYSNC(), COUPNCD(), COUPNUM(), COUPPCD(), CUMIPMT(), CUMPRINC(), DB(), DDB(), DISC(), DOLLARDE(), DOLLARFR(), DURATION(), EFFECT(), FV(), FVSCHEDULE(), INTRATE(), IPMT(), IRR(), ISPMT(), MDURATION(), MIRR(), NOMINAL(), NPER(), NPV(), ODDFPRICE(), ODDFYIELD(), ODDLPRICE(), ODDLYIELD(), PMT(), PPMT(), PRICE(), PRICEDISC(), PRICEMAT(), PV(), RATE(), RECEIVED(), SLN(), SYD(), TBILLEQ(), TBILLPRICE(), TBILLYIELD(), VDB(), XIRR(), XNPV(), YIELD(), YIELDDISC(), YIELDMAT(), ===Document Scanning - Scandal=== Scanner usually needs to be connected via a USB port and not via a hub or extension lead. Check in Trident Prefs -> Devices that the USB Scanner is not bound to anything (e.g. Bindings None) If not found then reboot the computer and recheck. Start Scandal, choose Settings from Menu strip at top of screen and in Scanner Driver choose the ?#.device of the scanner (e.g. epson2.device). The next two boxes - leave empty as they are for morphos SCSI use only or put ata.device (use the selection option in bigger box below) and Unit as 0 this is needed for gt68xx * gt68xx - no editing needed in s/gt68xx.conf but needs a firmware file that corresponds to the scanner [http://www.meier-geinitz.de/sane/gt68xx-backend/ gt68xx firmwares] in sys:s/gt68xx. * epson2 - Need to edit the file epson2.conf in sys/s that corresponds to the scanner being used '''Save''' the settings but do not press the Use button (aros freezes) Back to the Picture Scan window and the right-hand sections. Click on the '''Information''' tab and press Connect button and the scanner should now be detected. Go next to the '''Scanner''' tab next to Information Tab should have Color, Black and White, etc. and dpi settings now. Selecting an option Color, B/W etc. can cause dpi settings corruption (especially if the settings are in one line) so set '''dpi first'''. Make sure if Preview is set or not. In the '''Scan''' Tab, press Scan and the scanner will do its duty. Be aware that nothing is saved to disk yet. In the Save tab, change format JPEG, PNG or IFF DEEP. Tick incremental and base filename if necessary and then click the Save button. The image will now be saved to permanent storage. The driver ignores a device if it is already bond to another USB class, rejects it from being usable. However, open Trident prefs, select your device and use the right mouse button to open. Select "NONE" to prevent poseidon from touching the device. Now save settings. It should always work now. === Amiga Emu - Janus UAE === What is the fix for the grey screen when trying to run the workbench screenmode to match the current AROS one? is it seemless, ie click on an ADF disk image and it loads it? With Amibridge, AROS attempts to make the UAE emulator seem embedded within but it still is acting as an app There is no dynarec m68k for each hardware that Aros supports or direct patching of motorola calls to AROS hardware accelerated ones unless the emulator has that included Try starting Janus with a priority of -1 like this little script: <pre> cd sys:system/AmiBridge/emulator changetaskpri -1 run janus-uae -f my_uaerc.config >nil: cd sys:prefs endcli </pre> This stops it hogging all the CPU time. old versions of UAE do not support hi-res p96 graphics ===Screensaver Blanker=== Most blankers on the amiga (i.e. aros) run as commodities (they are in the tools/commodities drawer). Double click on blanker. Control is with an app called Exchange, which you need to run first (double click on app) or run QUIET sys:tools/commodities/Exchange >NIL: but subsequently can use (Cntrl Alt h). Icon tool types (may be broken) or command line options <pre> seconds=number </pre> Once the timing is right then add the following to s:icaros-sequence or s:user-startup e.g. for 5 minutes run QUIET sys:tools/commodities/Blanker seconds=300 >NIL: *[http://archives.aros-exec.org/index.php?function=showfile&file=graphics/screenblanker/gblanker.i386-aros.zip Garshneblanker] can make Aros unstable or slow. Certain blankers crashes in Icaros 2.0.x like Dragon, Executor. *[ Acuario AROS version], the aquarium screen saver. Startup: extras:acuariofv-aros/acuario Kill: c:break name=extras:acuariofv-aros/acuario Managed to start Acuario by the Executor blanker. <pre> cx_priority= cx_popkey= ie CX_POPKEY="Shift F1" cx_popup=Yes or No </pre> <pre> Qualifier String Input Event Class ---------------- ----------------- "lshift" IEQUALIFIER_LSHIFT "rshift" IEQUALIFIER_RSHIFT "capslock" IEQUALIFIER_CAPSLOCK "control" IEQUALIFIER_CONTROL "lalt" IEQUALIFIER_LALT "ralt" IEQUALIFIER_RALT "lcommand" IEQUALIFIER_LCOMMAND "rcommand" IEQUALIFIER_RCOMMAND "numericpad" IEQUALIFIER_NUMERICPAD "repeat" IEQUALIFIER_REPEAT "midbutton" IEQUALIFIER_MIDBUTTON "rbutton" IEQUALIFIER_RBUTTON "leftbutton" IEQUALIFIER_LEFTBUTTON "relativemouse" IEQUALIFIER_RELATIVEMOUSE </pre> <pre> Synonym Synonym String Identifier ------- ---------- "shift" IXSYM_SHIFT /* look for either shift key */ "caps" IXSYM_CAPS /* look for either shift key or capslock */ "alt" IXSYM_ALT /* look for either alt key */ Highmap is one of the following strings: "space", "backspace", "tab", "enter", "return", "esc", "del", "up", "down", "right", "left", "f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", "f10", "help". </pre> ===Writing CD / DVD - Frying Pan=== Can be backup DVDs (4GB ISO size limit due to use of FileInfoBlock), create audio cds from mp3's, and put .iso files on discs If using for the first time - click Drive button and Device set to ata.device and unit to 0 (zero) Click Tracks Button - Drive 1 - Create New Disc or Import Existing Disc Image (iso bin/cue etc.) - Session File open cue file If you're making a data cd, with files and drawers from your hard drive, you should be using the ISO Builder.. which is the MUI page on the left. ("Data/Audio Tracks" is on the right). You should use the "Data/Audio tracks" page if you want to create music cds with AIFF/WAV/MP3 files, or if you download an .iso file, and you want to put it on a cd. Click WRITE Button - set write speed - click on long Write button Examples Easiest way would be to burn a DATA CD, simply go to "Tracks" page "ISO Builder" and "ADD" everything you need to burn. On the "Write" page i have "Masterize Disc (DAO)", "Close Disc" and "Eject after Write" set. One must not "Blank disc before write" if one uses a CDR AUDIO CD from MP3's are as easy but tricky to deal with. FP only understands one MP3 format, Layer II, everything else will just create empty tracks Burning bootable CD's works only with .iso files. Go to "Tracks" page and "Data/Audio Tracks" and add the .iso Video * Y'PbPr is analogue component video * YUV is an intermediary step in converting Y'PbPr to S-Video (YC) or composite video * Y'CbCr is digital component video. YUV is an intermediate stage in turning component video into composite video or S-video. Y'CbCr are the component of digital video, often wrongly called YUV. 1080p (not including backups) typically 20 to 40Gb and up to 80Gb to 200GB (RAW) per hour H.264 could shoot around 40GB 1080p in a day. Over a month is around 1 TB (1,024 GB) friendly editing codec like ProRes 3TB day and 100TB a month or DNxHD codec 2160p (4K) (not including backups) typically 300Gb to 800GB per hour single minute of ProRes UHD file (3840 x 2160) is around 5.3 GB (880 Mbit/s), single hour of 4K footage is a minimum 300GB. 30 hours of 4K ProRes 9TB the XAVC codec in the LUMIX GH4 camera. 1 hour 4K footage (4096 x 2160) about 40 GB. Then, 1 hour per day is around 0.9TB (900GB) DTP Pagestream 3.2 3.3 Amiga Version <pre > Assign PageStream: "Work:PageStream3" Assign SoftLogik: "PageStream:SoftLogik" Assign Fonts: "PageStream:SoftLogik/Fonts" ADD </pre > Normally Pagestream Fonts are installed in directory Pagestream3:Fonts/. Next step is to mark the right fonts-path in Pagestream's Systemprefs (don't confuse softlogik.font - this is only a screen-systemfont). Installed them all in a NEW Pagestream/Fonts drawer - every font-family in its own separate directory and marked them in PageStream3/Systemprefs for each family entry. e.g. Project > System Preferences >Fonts. You simply enter the path where the fonts are located into the Default Drawer string. e.g. System:PageStream/Fonts Then you click on Add and add a drawer. Then you hit Update. Then you hit Save. The new font(s) are available. If everything went ok font "triumvirate-normal" should be chosen automatically when typing text. Kerning and leading Normally, only use postscript fonts (Adobe Type 1 - both metric file .afm or .pfm variant and outline file .pfb) because easier to print to postscript printers and these fonts give the best results and printing is fast! Double sided printing. CYMK pantone matching system color range support http://pagestream.ylansi.net/ For long documents you would normally prepare the body text beforehand in a text editor because any DTP package is not suited to this activity (i.e. slow). Cropping pictures are done outside usually. Wysiwyg Page setup - Page Size - Landscape or Portrait - Full width bottom left corner Toolbar - Panel General, Palettes, Text Toolbox and View Master page (size, borders margin, etc.) - Styles (columns, alley, gutter between, etc.) i.e. balance the weight of design and contrast with white space(s) - unity Text via two methods - click box for text block box which you resize or click I resizing text box frame which resizes itself Centre picture if resizing horizontally - Toolbox - move to next page and return - grid Structured vector clipart images - halftone - scaling Table of contents, Header and Footer Back Matter like the glossary, appendices, index, endnotes, and bibliography. Right Mouse click - Line, Fill, Color - Spot color Quick keyboard shortcuts <pre > l - line a - alignment c - colours </pre > [http://www.ncsu.edu/viste/dtp/index.html DTP Design layout to impress an audience] akgz0nnle6z4xgy79gw28k7t1dwfaqv International Postage Meter Stamp Catalog/Russia 0 239953 4095047 4030962 2022-08-20T11:44:49Z Jim Ashby 3304668 /* Sub-group DA: Frank has full or partial simulated-perforation border */ wikitext text/x-wiki = Russia = <div style="font-size:medium;"> * After the breakup of the Soviet Union in 1991, the constituent countries, including Russia, returned to their former separate and independent status. Soviet inscribed stamps (“CCCP”) continued to be used without alteration for many years. (See [[International Postage Meter Stamp Catalog/Union Of Soviet Socialist Republics|UNION OF SOVIET SOCIALIST REPUBLICS]] for these issues.) Catalogued in this section are stamps inscribed “RUSSIA”, “РОССИИ”, “РОССИЯ”, “ROSSIJA”, “РФ” (''RF = Russian Federation'') or are without country inscription but have a Russian town mark. * The stamps are grouped according to appearance: :: A – Provisional issues without country inscription :: B – Frank is upright octagon :: C – Frank is horizontal octagon :: D – Frank is rectangular :: E – Frank is rectangle with indented arcs at the corners '''''NOTE: The counterfeiting of Russian meter stamps is reportedly widespread. Several stamps listed in this section are probably unauthorized fakes. The suspicious stamps are noted accordingly.''''' </div> <br><br> ---- == <span style="color:blue;">GROUP A: Provisional issues without country inscription</span> == <div style="font-size:medium; color:blue;"> * All have octagonal franks with inner rectangular box around the value figures. * Some of the stamps in Group A are inscribed "CCCP" and would appear to be stamps of the Soviet Union. These stamps were altered in some way, usually with a change in the denomination indicator, and were first used after the Soviet Union was dissolved in 1991. </div> <br> ---- <br> [[File:Russia stamp type A1p1.jpg|left|600px]] <br> '''A1.1. Kuibyshev''' (MV). : Upright octagon with double line outer frame and inner box around value figures. : Frank blank at top and sides. : “ПОЧТА” over "CCCP" at bottom. : TM: SC with date frame : V/F: {{space|4}} 000 [[File:Russia Type A1point2G.jpg|553px|left]] [[File:Russia Types A1 2A-F.jpg|482px|right]] <br> ::::::::::::::::::::::::::: '''A1.2. Kuibyshev''' (MV). ::::::::::::::::::::::::::: As A1.1 but with "ПОЧТА" alone in the bottom of the frank. :::::::::::::::::::::::::::: '''A'''. Blank at sides :::::::::::::::::::::::::::: '''B'''. With “P” at left :::::::::::::::::::::::::::: '''C'''. With “P” at both sides :::::::::::::::::::::::::::: '''D'''. With “P” at left and “0” at right breaking right side of inner box :::::::::::::::::::::::::::: '''E'''. With “0 P” at right breaking all right frame lines :::::::::::::::::::::::::::: '''F'''. With “P” at left and top, and “0” at right breaking right side of inner box :::::::::::::::::::::::::::: '''G'''. With “P” at left and bottom, and “0” at right breaking right side of inner box ::::::::::::::::::::::::::: TM: SC with date frame ::::::::::::::::::::::::::: V/F: {{space|4}} 000 {{space|4}} 0000 [[File:Russia stamp type A2p1A.jpg|left|600px]] [[File:Russia stamp type A2p1B.jpg|left|600px]] <br> '''A2.1. Perm''' (MV). : Similar to USSR Type DB1 but with “РУБ” instead of “КОП” at bottom. : Frank with single line outer border and inner box around value figures. : Hammer and sickle in star at top. : “ПОЧТА” and “CCCP” stacked at sides. : Value figures stacked, and date figures vertical. :::::::::::::::::::::::::::: '''A'''. Frank much taller than wide :::::::::::::::::::::::::::: '''B'''. Frank only slightly taller than wide <span style="color:red;">♦</span> : TM: SC : V/F: 000 <span style="color:red;">♦</span> This stamp remained in use after the dissolution of the Soviet Union. The stamp pictured was used in Belarus in 1996. [[File:Russia stamp type A2.jpg|left|600px]] <br> '''A2.2. Perm''' (MV). : Upright octagon with single line frame. : “ПОЧТА” stacked at left, “КОП” at bottom. : Value figures stacked, and date figures vertical. : TM: SC with date frame : V/F: {{space|4}} 000 [[File:Russia stamp type A3.jpg|left|600px]] <br><br> '''A3. Kuibyshev''' (MV). : As Type A2.2 but post horn at top, “РУБ” at bottom, “0” added at right. : Date and value figures horizontal. : TM: SC with date frame : V/F: {{space|4}} 000 [[File:Russia stamp type A4.jpg|left|600px]] <br> '''A4. Perm''' (MV). : Frank with hammer & sickle in star at top, “РУБ” at bottom. : Date and value figures horizontal. : TM: SC with bars : V/F: {{space|4}} 000 [[File:Russia stamp type A5.jpg|left|300px]] <br> '''A5. Postalia''' (MV). : Frank blank at top, “ПОЧТА” at bottom. : "P" at both sides. : Value figures small and narrow. : TM: SC with date frame : V/F: {{space|4}} 000 ---- == <span style="color:blue;">GROUP B: Frank is upright octagon</span> == ==== <span style="color:blue;">Sub-group BA: “ПОЧТА” stacked at left, “РОССИИ” or “РОССИЯ” stacked at right</span> ==== ---- <br> [[File:Russia stamp type BA1.jpg|left|600px]] <br> '''BA1. Perm''' (MV). : Star containing hammer and sickle at top. : “РУБ” at bottom. : “РОССИИ” at right. : Value figures stacked, and date figures vertical. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA2A.jpg|right|600px]] [[File:Russia stamp type BA2C.jpg|right|600px]] <br> '''BA2. Perm''' (MV). : Solid star at top. : “РОССИИ” at right. : Value figures stacked, and date figures vertical. :: '''A'''. Blank at bottom :: '''B'''. “РУБ” at bottom :: '''C'''. “КОП” at bottom : TM: SC : V/F: {{space|4}} 000 '''NOTES''': * In some cases the solid star at top may be an over-inked or dirt-filled star with hammer and sickle, i.e. Type BA1 instead of BA2. This also applies to Type BA3. * Franks as Type BA2 used without town mark probably are not meter stamps but metal hand stamps. [[File:Russia stamp type BA2B actual.jpg|left|200px]] [[File:Russia stamp type BA3.jpg|left|600px]] <br><br> '''BA3. Perm''' (MV). : As Type BA2B but “РОССИЯ” instead of “РОССИИ” at right. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA3point1.jpg|left|600px]] <br><br> '''BA4. Perm''' (MV). : Blank at top, “РУБ” at bottom, “РОССИИ” at right. : Date and value figures horizontal. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA4.jpg|left|600px]] <br><br> '''BA5. Kuibyshev''' (MV). : As Type BA4 but date and value figures are horizontal. : Blank at top, “РУБ” at bottom, “РОССИИ” at right. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA5A.jpg|right|600px]] <br> '''BA5.1. Perm''' (MV). : As Type BA4 but "“РОССИЯ” instead of “РОССИИ” at right. : Blank at top. : Value figures stacked, and date figures vertical. :: '''A'''. “РУБ” at bottom :: '''B'''. “КОП” at bottom :: '''C'''. Blank at bottom : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA5B.jpg|left|200px]][[File:Russia stamp type BA5C.jpg|220px]] [[File:Russia stamp type BA6A.jpg|right|600px]] [[File:Russia stamp type BA6B1.jpg|right|700px]] [[File:Russia stamp type BA6C.jpg|left|600px]] [[File:Russia stamp type BA6B2.jpg|right|200px]] <br><br><br> '''BA6. Perm''' (MV). : “РУБ” at top, “РОССИИ” at right. : Value figures stacked, and date figures vertical. :: '''A'''. Blank below inner box :: '''B'''. “0” added below inner box, bottom line of inner box may be complete, partial or missing :: '''C'''. As B but sides of inner box extend to bottom of frank : TM: SC :: V/F: {{space|4}} 000 {{space|4}} 0000 [[File:Russia stamp type BA7.jpg|left|600px]] <br><br> '''BA7. Perm''' (MV). : As Type BA6C but “РОССИЯ” at right. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA8.jpg|left|600px]] <br> '''BA8. Perm''' (MV). : Post horn at top, “РУБ” at bottom, “РОССИИ” at right. : Value figures stacked and date figures vertical. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA9.jpg|left|600px]] <br><br> '''BA9. Kuibyshev''' (MV). : As Type BA8, but date and value figures horizontal. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA10.jpg|left|600px]] <br> '''BA10. Perm''' (MV). : Hollow lozenges at top and bottom. : “РОССИИ” right. : Value figures, and date figures vertical. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA11.jpg|left|600px]] <br><br> '''BA11. Perm''' (MV). : “РФ” at top, “РУБ” at bottom, “РОССИИ” at right. : Value figures stacked, and date figures vertical. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BA12.jpg|left|600px]] [[File:Russia stamp type BA12 NOTE.jpg|right|170px]] '''BA12. Perm''' (MV). : “С.П.Б.” (St. Petersburg) above "190000„A” at top, “РУБ” at bottom, “РОССИЯ” at right. : Value figures stacked, and date figures vertical. : Bottom bank of value figures is double zero. : TM: SC ::::::::::::::::::::::::::: V/F: {{space|4}} 0000 '''NOTE''': Franks similar to Type BA12 used without town mark and with "ОПЛАТА" (paid) instead of “РОССИЯ” at right may be metal hand stamps instead of meter stamps, however see Type BA15. [[File:Russia stamp type BA13.jpg|left|600px]] <br> '''BA13. Perm''' (MV). : “П 3N174” at top, “РУБ” at bottom, “РОССИИ” at right. : Value figures stacked, and date figures vertical. : Bottom bank of value figures is double zero. : TM: SC : V/F: {{space|4}} 0000 [[File:Russia stamp type BA14.jpg|left|600px]] <br> '''BA14. Perm''' (MV). : Envelope design at top, “РУБ” at bottom. : “ПОЧТА” stacked at left, “РОССИЯ” stacked at right. : Value figures stacked, and date figures vertical. : Bottom bank of value figures is double zero. : TM: SC with frame around date : V/F: {{space|4}} 000 <br><br><br> [[File:Russia Type BA15.jpg|542px|left]] ::::::::::::::::::::::::::: '''BA15. Perm''' (MV). ::::::::::::::::::::::::::: Blank at top, “РУБ.” at bottom. ::::::::::::::::::::::::::: "ОПЛАТА" (paid) stacked at left and “ПОСТА” stacked at right. ::::::::::::::::::::::::::: Value figures stacked, and date figures vertical. ::::::::::::::::::::::::::: TM: SC :::::::::::::::::::::::::::: V/F: {{space|4}} 0000 ---- ==== <span style="color:blue;">Sub-group BB: “РОССИЯ” stacked at left, “ПОЧТА” stacked at right</span> ==== ---- <br> [[File:Russia stamp type BB1A.jpg|left|600px]] [[File:Russia stamp type BB1B.jpg|left|600px]] [[File:Russia stamp type BB1C.jpg|left|600px]] <br><br><br> '''BB1. Kuibyshev''' (MV). : Blank at top, “РУБ” at bottom. : Value and date figures horizontal. ::::::::::::::::::::::::::::: '''A'''. Narrow frank with three value figures ::::::::::::::::::::::::::::: '''B'''. Wide frank with four value figures ::::::::::::::::::::::::::::: '''C'''. As A but inscriptions in italics : TM: SC, SC with date frame, BIC : V/F: {{space|4}} 000 {{space|4}} 0000 [[File:Russia stamp type BB2.jpg|left|600px]] <br> '''BB2. Kuibyshev''' (MV). : As Type BB1 but frank is irregular with longer diagonals at bottom than at top. : Number with “N” prefix below “РУБ” at bottom. : TM: SC with date frame : V/F: {{space|4}} 0000 [[File:Russia stamp type BB3A.jpg|left|600px]] [[File:Russia stamp type BB3B.jpg|right|200px]] <br><br> '''BB3. Perm''' (MV). : “РУБ” at top, blank at bottom. : Value figures stacked, and date figures vertical. ::::::::::::::::::::::::::::: '''A'''. Value box complete ::::::::::::::::::::::::::::: '''B'''. Sides of value box extend down to the bottom frame line ::::::::::::::::::::::::::: TM: SC with date frame ::::::::::::::::::::::::::: V/F: {{space|4}} 000 {{space|4}} 0000 ---- ==== <span style="color:blue;">Sub-group BC: “РОССИЯ” stacked at left, “ROSSIJA” stacked at right</span> ==== ---- <br> [[File:Russia stamp type BC1.jpg|left|600px]] <br> '''BC1. Perm''' (MV). : Single line frank with inner box around value figures. : “ПОЧТА” at top, “КОП” above M# at bottom. : M# with “N” prefix. Value figures stacked, date figures vertical. : TM: SC with date in frame : V/F: {{space|4}} 000 [[File:Russia stamp type BC2 complete.jpg|left|600px]] <br> '''BC2. Perm''' (MV). : Similar to Type BC1 but the meter number is under “ПОЧТА” at top rather than under “КОП” at bottom. : TM: SC with date in frame : V/F: {{space|4}} 000 ---- ==== <span style="color:blue;">Sub-group BD: “РОССИИ” or “РОССИЯ” horizontal at top or bottom</span> ==== ---- <br> [[File:Russia stamp type BD1A.jpg|left|600px]] [[File:Russia stamp type BD1B.jpg|left|600px]] <br><br> '''BD1. Kuibyshev''' (MV). : Single line frame with “РОССИЯ” at top and “РУБ” at bottom. : “ПОЧТА” stacked at left and “0” at right. : Value and date figures horizontal. ::::::::::::::::::::::::::::: '''A'''. Inner box without right frame line ::::::::::::::::::::::::::::: '''B'''. Top and bottom lines of inner box extend to outer frame line : TM: SC with date frame : V/F: {{space|4}} 000(+0) ::::::::::::::::::::::::::::: '''a'''. Without town mark, date only [[File:Russia stamp type BD2.jpg|left|600px]] <br> '''BD2. Perm''' (MV). : Single line frame with “РОССИЯ” at top and “РУБ” at bottom. : “ПОЧТА” stacked at left and “РОССИИ” stacked at right. : Value figures stacked, and date figures vertical. : TM: SC with date frame : V/F: {{space|4}} 000 [[File:Russia stamp type BD3.jpg|left|300px]] <br> '''BD3. Postalia''' (MV). : Frank with double outer line frame, “РОССИЯ” at top and “ПОЧТА” at bottom. : With “P” at left and zero at right. : TM: BIC : V/F: {{space|4}} 000(+0) [[File:Russia stamp type BD4.jpg|left|600px]] <br> '''BD4. Kuibyshev''' (MV). : As Type BD1 but top and bottom inscriptions reversed, “РУБ” at top and “РОССИЯ” at bottom. ::::::::::::::::::::::::::::: '''A'''. “P” at right (''not shown'') ::::::::::::::::::::::::::::: '''B'''. “0” at right : TM: SC with date frame : V/F: {{space|4}} 000(+0) [[File:Russia stamp type BD5A.jpg|left|600px]] [[File:Russia stamp type BD5B actual.jpg|right|200px]] [[File:Russia stamp type BD5C.jpg|left|200px]] [[File:Russia stamp type BD5D.jpg|right|200px]] <br> '''BD5. Kuibyshev''' (MV). : Frank with double outer frame line. : Blank at top, “ПОЧТА” above “РОССИИ” at bottom. : Date and value figures horizontal. ::::::::::::::::::::::::::::: '''A'''. “P” at left ::::::::::::::::::::::::::::: '''B'''. “P” at both left and right ::::::::::::::::::::::::::::: '''C'''. “P” at left, “0” at right ::::::::::::::::::::::::::::: '''D'''. As '''C''' but top and bottom lines of the value box extend to the outer frame lines at right ::::::::::::::::::::::::::: TM: SC with date frame ::::::::::::::::::::::::::: V/F: {{space|4}} 000 {{space|4}} 000(+0) [[File:Russia stamp type BD6.jpg|left|600px]] <br> '''BD6. Kuibyshev''' (MV). : Large frank with single outer frame line. : “ПОЧТА” at top and “РОССИЯ” at bottom. : “РУБ” stacked at both sides. : Date and value figures horizontal. : TM: SC with date frame : V/F: {{space|4}} 000 [[File:Russia stamp type BD7.jpg|left|600px]] <br> '''BD7. Kuibyshev''' (MV). : Frank with single outer frame line and no inner box around value figures. : “ПОЧТА” at top and “РОССИЯ” at bottom. : “РУБ” stacked at left, “0” at right. : Date and value figures horizontal. : TM: BIC : V/F: {{space|4}} 000(+0) [[File:Russia stamp type BD8.jpg|left|330px]] '''BD8. Postalia''' (MV). : Frank with double outer frame line. : Blank at top, “ПОЧТА” above “РОССИИ” at bottom. : “P” at both sides. : Value figures narrow. : TM: SC with date frame : V/F: {{space|4}} 0000 [[File:Russia stamp type BD9.jpg|left|350px]] <br> '''BD9. Hasler “Mailmaster” ''' (MV). : Double outer frame line as with Type BD8, but with “ПОЧТА” at top and “РОССИИ” at bottom. : Frank is wider that with Type BD8, and the value figures are not as narrow. : TM: SC with date frame : V/F: {{space|4}} 0000 [[File:Russia stamp type BD10.jpg|left|600px]] <br> '''BD10. Kuibyshev ''' (MV). : “РОССИЯ” at top. : “ПОЧТА” above “РОССИИ” at bottom. : "<span style="font-size:medium;">рубль</span>" (ruble) at both sides reading up. : TM: SC with date frame : V/F: {{space|4}} 0000 ---- ==== <span style="color:blue;">Sub-group BE: Town name is included inside the frank</span> ==== * <span style="color:blue;">Two known: “РЯЗАНЬ” (Ryazan) and “КАЗАНЬ” (Kazan)</span> ---- <br> [[File:Russia stamp type BE1.jpg|left|600px]] <br> '''BE1. Perm''' (MV). : Hammer and sickle in star at top, “РУБ” at bottom. : “РОССИЯ” stacked at right, “РЯЗАНЬ” (Ryazan) stacked at left. : Value figures stacked, and date figures vertical. : TM: DC, inner circle flattened at top and bottom : V/F: {{space|4}} 000 [[File:Russia stamp type BE2.jpg|left|600px]] '''BE2. Perm''' (MV). : The one example reported appears to be blank at top, but the impression is light. : Without inner box around value figures. : “КАЗАНЬ” (Kazan) stacked at right. : Value figures stacked, and date figures vertical. : The stamp does not contain the country name. : TM: SC : V/F: {{space|4}} 000 [[File:Russia stamp type BD11.jpg|left|375px]] <br> '''BE3. Postalia''' (MV). : Frank similar to BD9 but inscribed “РОССИЙСКАЯ / ФЕДЕРАЦИЯ” (''Russian Federation'') at top and “ПОЧТА / MOCKBA” (Moscow) at bottom. : “Р” at left and "K" at right sides. : Inner box around value figures. : TM: SC with frame around date : V/F: {{space|4}} 000 <br><br><br><br> ---- ==== <span style="color:blue;">Sub-group BF: Inscribed “РФ”</span> ==== ---- <br> [[File:Russia stamp type BF1A.jpg|left|600px]] [[File:Russia stamp type BF1.jpg|left|610px]] :::::::::::::::::::::::::::: '''BF1. Perm''' (MV). :::::::::::::::::::::::::::: Hammer & sickle in star at top. :::::::::::::::::::::::::::: “ПОЧТА” stacked at left and “РФ” stacked at right. :::::::::::::::::::::::::::: Value figures stacked, date vertical. ::::::::::::::::::::::::::::: '''A'''. Frank with “X100 РУБ” at bottom ::::::::::::::::::::::::::::: '''B'''. With "РУБ” at bottom (The image is quite faint and looks blank at bottom but the "РУБ” is there.) ::::::::::::::::::::::::::::: '''C'''. Frank with “K100 РУБ” at bottom :::::::::::::::::::::::::::: TM: SC with date frame :::::::::::::::::::::::::::: V/F: {{space|4}} 000 <br><br><br><br><br><br><br><br><br><br> [[File:Russia Type BF2.jpg|512px|left]] :::::::::::::::::::::::::::: '''BF2. Kuibyshev ''' (MV). :::::::::::::::::::::::::::: “ПОЧТА” stacked at left and “РФ” stacked at right. :::::::::::::::::::::::::::: With “X100 РУБ” at bottom :::::::::::::::::::::::::::: TM: SC with date frame :::::::::::::::::::::::::::: V/F: {{space|4}} 000 <br><br><br><br><br><br> ---- == <span style="color:blue;">GROUP C: Frank is horizontal octagon</span> == <br> [[File:Russia stamp type C1.jpg|left|340px]] '''C1.1. Pitney Bowes-GB “6300” '''series (MV). : “РОССИЯ” above "С.П.Б." at top, “РУБ” at bottom. : “ПОЧТА” stacked at left, and “ОПЛАТА” stacked at right. : M# with “PB” prefix below frank. : TM: SC : V/F: {{space|4}} ≋000 [[File:Russia stamp type C2B.jpg|left|345px]] '''C1.2. Pitney Bowes-GB "6900"''' (MV). : As Type C1.1 but with “ПОЧТА РОССИИ” at top, post horn at bottom. : M# below frank. : “КОП” stacked at right. : TM: SC ::::::::::::: V/F: {{space|4}} ≋000 [[File:Russia stamp type C2A.jpg|left|350px]] [[File:Russia stamp type C2.jpg|left|350px]] <br><br> '''C1.3. Pitney Bowes-GB “A900” '''series (MV). : Very similar to Type C1.2 but value figures are larger. : “ПОЧТА РОССИЯ” at top, post horn at bottom. : “РУБ” stacked at right. ::::::::::::::::: '''A'''. M# below frank ::::::::::::::::: '''B'''. Without M#, solid block low between TM and frank : TM: SC, DC : V/F: {{space|4}} ≋0000 [[File:Russia stamp type C3.jpg|left|366px]] '''C1.4. Pitney Bowes-GB “A900” '''series (MV). : As previous C1 types but with “РФ” at top, “ПОЧТА” at bottom. : M# below frank. : TM: SC : V/F: {{space|4}} ≋0000.oo [[File:Russia stamp type C4.jpg|left|370px]] '''C2.1. Neopost “Electronic” ''' (MV). : The octagon frank is nearly as tall as it is wide. : “РОССИЯ” at top, “ПОЧТА” at bottom above meter number. : Meter number with “NE” prefix breaking bottom frame line. : “P” at right. : TM: DC : V/F: {{space|4}} ≋000 <br> [[File:Russia stamp type C5.jpg|left|375px]] <br> '''C2.2. Neopost “Electronic” ''' (MV). : As Type C2.1 but with “ROSSIJA” above M#, and “0” instead of “P” at right. : M# with “NE” prefix breaking bottom frame line. : TM: DC : V/F: {{space|4}} ≋000(+0) [[File:Russia stamp type C6.jpg|left|375px]] '''C3.1. Frama “M/E” ''' (MV). : Frank with double outer frame line. : “РОССИЯ” at top, “RUSSIA” at bottom. : “РУБ” stacked at left and “КОП” stacked at right. : Value figures thick. : TM: DC : V/F: {{space|4}} 000000 [[File:Russia stamp type C7.jpg|left|374px]] <br> '''C3.2. Frama “M/E” ''' (MV). : As Type 3.1 but with “ПОЧТА” at bottom and “РУБ” stacked at both sides. : Value figures thick. : TM: DC : V/F: {{space|4}} 00000 ---- == <span style="color:blue;">GROUP D: Frank is rectangle</span> == <br> ---- ==== <span style="color:blue;">Sub-group DA: Frank has full or partial simulated-perforation border</span> ==== ---- <br> [[File:Russia stamp type DA1A.jpg|left|600px]] [[File:Russia stamp type DA1B.jpg|left|600px]] <br><br><br> '''DA1.1. Perm ''' (MV). : Upright frank with simulated perforations along top and left and thick straight frame line at right and bottom. : “РОССИЯ” in panel at top, “ПОЧТА” in panel at bottom. : Value figures stacked, and date figures vertical. ::::::::::::::::::::::::::::: '''A'''. “РУБ” stacked in side panels. {{space|4}} V/F: 000 ::::::::::::::::::::::::::::: '''B'''. “РУБ / K” stacked in side panels. Bottom bank of value figures double zero. {{space|4}} V/F: 00.00 : TM: SC ::::::::::::::::::::::::::::: '''a'''. As '''A''', with dashes but no "K" below “РУБ” (shown) ::::::::::::::::::::::::::::: '''b'''. Town mark unengraved [[File:Russia stamp type DA2A.jpg|left|600px]] [[File:Russia stamp type DA2B.jpg|right|300px]] <br><br><br><br><br><br><br><br><br> '''DA1.2. Perm''' (MV). : Frank frame as Type DA1.1 but “РУБ” at top, “ПОЧТА” stacked at left and “РОССИИ” stacked at right. : Fixed “0” at bottom center. :: '''A'''. Wide spacing between TM and frank. Sides of inner box extend to bottom frame line :: '''B'''. Narrow spacing between TM and frank. Inner box without bottom frame line : TM: SC : V/F: {{space|4}} 000(+0) {{space|4}} 0000(+0) [[File:Russia stamp type DA3A.jpg|left|600px]] [[File:Russia stamp type DA3B.jpg|right|300px]] <br><br><br><br><br><br><br><br><br> '''DA1.3'''. : Frank frame as with Types DA1.1 and DA1.2. : Small circle at top, “РУБ” at bottom. : “ПОЧТА” stacked at left and “РОССИИ” stacked at right. :: '''A'''. Wide spacing between TM and frank :: '''B'''. Narrow spacing between TM and frank : TM: SC : V/F: {{space|4}} 000 {{space|4}} 0000 [[File:Russia stamp type DA4.jpg|left|360px]] <br> '''DA2.1. Perm''' (MV). : Frank frame as DA1 types but much wider. : “РОССИЯ” in panel at top, “ПОЧТА” in panel at bottom. : Post horns in vertical line field above “РУБ” in side panels. : Value figures stacked, and date figures vertical. : TM: SC : V/F: {{space|4}} 0000 <br><br> [[File:Russia stamp type DA2.2.jpeg|left|375px]] <br> '''DA2.2. Perm''' (MV). {{space|3}}[''Probably very rare''] : As Type DA2.1 but with “'''19000 r.С.П.Б.'''” in top panel. The initials stand for St. Petersburg and the number is the city's postal code. The country name [РОССИЯ] appears only in the town mark, not in the frank. : TM: SC : V/F: {{space|4}} 0000 <br><br><br><br> [[File:Russia stamp type DA5.jpg|left|360px]] <br> '''DA2.3. Perm''' (MV). : As Type DA2.1 but with “0” at bottom instead of “ПОЧТА”. : TM: SC : V/F: {{space|4}} 0000(+0) [[File:Russia Type DA2.4.jpg|323px|left]] <br> '''DA2.4. Perm''' (MV). : Frank same size as Types DA2.1 and DA2.2 but the post horn ornaments have been moved to the lower corners. : “ПОЧТА” at top, and “РУБ” at bottom. : “РОССИЯ” stacked at left, and “ROSSIJA” stacked at right. : TM: SC : V/F: {{space|4}} 0000 [[File:Russia stamp type DA7.jpg|left|360px]] <br> '''DA2.5. Perm''' (MV). : Frank same size as previous DA2 types but without a panel at top. : “РОССИЯ” is stacked at left and “ПОЧТА” is stacked at right. Both are above post horn ornaments and “РУБ” in the bottom corners. : TM: SC : V/F: {{space|4}} 00000 [[File:Russia stamp type DA8.jpg|left|370px]] [[File:Russia Type DA3B.jpg|348px|left]] <br> ::::::::::::::::: '''DA3. Neopost “Electronic” ''' (MV). ::::::::::::::::: Horizontal frank with single line simulated-perforation border all around. :::::::::::::::::: '''A'''. “РОССИЯ” at top and “ROSSIJA” at bottom above M# with “NE” prefix which breaks bottom frame line. :::::::::::::::::: '''B'''. Without “РОССИЯ” - only town name at top and number at bottom of TM. ::::::::::::::::: TM: DC ::::::::::::::::: V/F: {{space|4}} ≋0000 <br><br><br><br><br> [[File:Russia stamp type DA9.jpg|left|350px]] [[File:Russia stamp type DA9B.jpg|left|360px]] <br> '''DA4.1. Francotyp-Postalia “EFS3000/NEF300” ''' (MV). : Upright frank with thick, solid outer frame, simulated perforations on the outside and straight on the inside. : Inscribed “ПОЧТА/ РОССИИ” at top. : Post horn in panel at bottom. : M# below frank. :::::::::::::::::: '''A'''. With currency indicator "P" at right below value figures :::::::::::::::::: '''B'''. Without currency indicator : TM: SC, SC with bars : V/F: {{space|4}} 00000 [[File:Russia stamp type DA91.jpg|left|170px]] '''DA4.2. Francotyp-Postalia “EFS3000/NEF300” ''' (MV). : Similar to Type DA4.1 but the frank is square instead of upright. : With simulated perforation outer frame line and straight inner frame line. : Inscribed “ПОЧТА/ РОССИИ” at top. : Post horn in panel at bottom. : M# below frank. : TM: SC, SC with bars :::::::: V/F: {{space|4}} 00000 '''NOTE'''. Type DA4.2 is suspicious and may be an unauthorized fake. [[File:Russia stamp type DA10.jpg|left|300px]] [[File:Russia stamp type DA5B.jpg|right|300px]] <br> '''DA5. Francotyp-Postalia “T-1000” ''' (digital). : Similar to Type DA4.1 but frank is taller and narrower and spacing is narrower. : ::::::::::::::: '''A'''. Meter number below post horn at bottom ::::::::::::::: '''B'''. Without meter number :::::::::::::: V/F: {{space|4}} 00000 [[File:Russia stamp type DA11.jpg|left|340px]] ::::::::::::::::: '''DA6'''. Appears to be '''Hasler "Mailmaster” ''' (digital). ::::::::::::::::: Upright frank with simulated-perforation outer frame line and panels at top and bottom. ::::::::::::::::: "Россиу" in top panel, and “ПОЧТА” in bottom panel. ::::::::::::::::: Small “РУБ” below value figures. ::::::::::::::::: TM: DC ::::::::::::::::: V/F: {{space|4}} 0000 ::::::::::::::::: '''NOTE'''. Type DA6 is suspicious and may be an unauthorized fake. <br><br><br> [[File:Russia Type DA7.jpg|550px|left]] :::::::::::::::::::::::::: '''DA7'''. Unidentified, probably Perm. :::::::::::::::::::::::::: Frank has straight frame lines at the sides with five simulated perforations at the top and bottom. :::::::::::::::::::::::::: “ПОЧТА” reads up at left, and “РОССИЯ” reads up at right. :::::::::::::::::::::::::: Date and value figures are also vertical reading up. :::::::::::::::::::::::::: TM: SC :::::::::::::::::::::::::: V/F: {{space|4}} 0000 [[File:Russia Type DA8.jpg|264px|left]] ::::::::::::::::: '''DA8'''. Unidentified'''. ::::::::::::::::: Similar to Type DA6 but with different font and with “РОССИЯ” in the top panel. ::::::::::::::::: One example seen dated 1995, although this may be incorrect as the impression appears to have been printed digitally. ::::::::::::::::: Date and value figures are printed at a different resolution to the rest of the impression. ::::::::::::::::: TM: DC ::::::::::::::::: V/F: {{space|4}} 000 ---- ---- ==== <span style="color:blue;">Sub-group DB: Frank with straight line border</span> ==== ---- <br> [[File:Russia stamp type DB1.jpg|left|600px]] :::::::::::::::::::::::::::: '''DB1.1. Perm''' (MV). :::::::::::::::::::::::::::: Upright frank with inner box around value figures. :::::::::::::::::::::::::::: “ПОЧТА” at top, “КОП” at bottom, “РОССИЯ” stacked at left, and “ROSSIJA” stacked at right. :::::::::::::::::::::::::::: M# breaks bottom frame line. :::::::::::::::::::::::::::: Value figures stacked and date figures vertical. :::::::::::::::::::::::::::: TM: SC :::::::::::::::::::::::::::: V/F: {{space|4}} 000 <br><br><br> [[File:Russia Type DB1.1.1.jpg|538px|left]] :::::::::::::::::::::::::::: '''DB1.1.1 Perm''' (MV). :::::::::::::::::::::::::::: Upright frank with inner box around value figures. :::::::::::::::::::::::::::: “РОССИЯ” above “ROSSIJA” at top, “ПОЧТА” at bottom, “КОП” stacked at right. :::::::::::::::::::::::::::: M# does not break bottom frame line. :::::::::::::::::::::::::::: Value figures stacked and date figures vertical. :::::::::::::::::::::::::::: TM: DC :::::::::::::::::::::::::::: V/F: {{space|4}} 000 <br><br> [[File:Russia stamp type DB2A.jpg|left|360px]] [[File:Russia stamp type DB2B.jpg|right|230px]] :::::::::::::::::::::::::::: '''DB1.2. Perm''' (MV). :::::::::::::::::::::::::::: Large square frank with “ПОЧТА” at top, “РОССИЯ” stacked at left, and “ROSSIJA” stacked at right. ::::::::::::::::::::::::::::: '''A'''. “КОП” above meter number at bottom center. M# with "N" prefix ::::::::::::::::::::::::::::: '''B'''. “КОП” at both sides below country names. M# with "ПП No" prefix :::::::::::::::::::::::::::: TM: SC with date in frame :::::::::::::::::::::::::::: V/F: {{space|4}} 0000 [[File:Russia stamp type DB3.jpg|left|350px]] <br><br> :::::::::::::::::::::::::::: '''DB1.3.1. Perm ''' (MV). :::::::::::::::::::::::::::: Frank frame as Type DB2 but with M# with “N” prefix at top, “РУБ” at bottom, “РОССИЯ” stacked at left and “ПОЧТА” stacked at right. :::::::::::::::::::::::::::: TM: SC with date in frame :::::::::::::::::::::::::::: V/F: {{space|4}} 0000 [[File:Russia stamp type DB1.2.2.jpg|left|350px]] <br><br> :::::::::::::::::::::::::::: '''DB1.3.2. Perm ''' (MV). :::::::::::::::::::::::::::: As Type DB1.3.1 but with “191040 С-П<span style="font-size:x-small;">Б</span>.” at top. :::::::::::::::::::::::::::: TM: SC with date in frame :::::::::::::::::::::::::::: V/F: {{space|4}} 0000 [[File:Russia stamp type DB13.jpg|left|344px]] :::::::::::::::::::::::::::: '''DB1.4. Perm''' (MV). :::::::::::::::::::::::::::: Horizontal frank with panels at top and bottom. :::::::::::::::::::::::::::: Top panel contains “РОССИЯ•ROSSIJA”, bottom panel contains “ПОЧТА”. :::::::::::::::::::::::::::: Small “КОП” breaks lower panel line at right. :::::::::::::::::::::::::::: M# with “ПП” prefix breaks bottom frame line. :::::::::::::::::::::::::::: The components of the frank can vary slightly in size from one machine to another. Possibly the frank dies were machined individually rather than through automation. :::::::::::::::::::::::::::: Although the spacing between the town mark and the frank can vary from 4 to 6mm, the distance between the centers of the date and value figures is fixed at 43 mm. :::::::::::::::::::::::::::: TM: large SC, 27 to 31 mm in diameter, with bars above and below the date. :::::::::::::::::::::::::::: V/F: {{space|4}} 0000 ::::::::::::::::::::::::::::: '''a'''. M# 15009 is known to have been used postally in 2007, however there is no official record for a licence having been issued for it. [[File:Russia stamp type DB4.jpg|left|368px]] <br> '''DB2.1. Hasler “Mailmaster” '''(MV). : Similar to Type DB1.4 but the space between “РОССИЯ" "ROSSIJA” does not contain a stop. : M# with “AH” prefix breaks bottom frame line. : TM: SC as with DB1.4 but wider spacing at 12mm : V/F: {{space|4}} 0000 [[File:Russia stamp type DB5.jpg|left|350px]] '''DB2.2. Hasler “Mailmaster” ''' (MV). : Similar to Type DB2.1, but “РОССИЯ • ROSSIJA” above “ПОЧТА” at top. : “КОП” below lower panel line rather than breaking it. : M# with “AH” prefix breaks bottom frame line. : TM: SC : V/F: {{space|4}} 0000 [[File:Russia stamp type DB14.jpg|left|350px]] '''DB2.3. Hasler "Mailmaster" ''' (MV). : Small upright rectangle with “ПОЧТА” above “РОССИИ" in panel at top. : “РУБ.” at bottom. : TM: SC with bars : V/F: {{space|4}} 0000 {{space|4}} 00000 '''NOTE'''. Type DB2.3 is suspicious and may be an unauthorized fake. <br><br> [[File:Russia stamp type DB6.jpg|left|350px]] '''DB3.1. Neopost “Electronic” ''' (MV). : As Type DB2.2 but frank is not as tall. : M# with “NE<span style="font-size:x-small;">N</span>” prefix. : Date figures widely spaced. : TM: DC : V/F: {{space|4}} <span style="font-size:large;">≋</span>000 [[File:Russia stamp type DB6point1.jpg|left|350px]] '''DB3.2. Neopost “Electronic” ''' (MV). : As Type DB3.1 but “РОССИЯ ROSSIJA” in top panel and “ПОЧТА” in bottom panel. : Small "КОП" above lower panel line at right. : M# with “NE” prefix. : TM: DC : V/F: {{space|4}} <span style="font-size:large;">≋</span>000 [[File:Russia stamp type DB15.jpg|left|350px]] '''DB3.3. Neopost''' (digital). : Horizontal rectangle with “РОССИЯ•ROSSIJA” above “ПОЧТА” in panel at top. : Inner panel lines do not touch the sides. : “КОП” breaks lower panel line at right. : M# with "NE1" prefix breaks bottom frame line. : Large value figures with oval zeros. : TM: SC with bars : V/F: {{space|4}} 000000 [[File:Russia stamp type DB16.jpg|left|335px]] '''DB3.4. Neopost''' (digital). : Similar to Type DB3.3 but the frank is taller and the value figures are shorter. : With small asterisk instead of round dot between “РОССИЯ" and "ROSSIJA". : M# with "NE4" or "NE8" prefix. : TM: SC with bars : V/F: {{space|4}} 000000 <br><br><br> [[File:Russia stamp type DB7.jpg|left|275px]] [[File:Russia stamp type DB7B.jpg|left|325px]] [[File:Russia stamp type DB7C.jpg|left|315px]] <br><br> :::::::::::::::'''DB4.1. Francotyp-Postalia “Jetmail” ''' (digital). ::::::::::::::: Square or nearly square frank with “РОССИЯ ROSSIJA” or “РОССИЯ '''·''' ROSSIJA” in panel at top, and “ПОЧТА” in panel at bottom. ::::::::::::::: Small “КОП” at lower right. ::::::::::::::: M# with “FP 2” or "FP 3" prefix breaking bottom frame line. ::::::::::::::::: '''A'''. Frank 23-24 mm square ::::::::::::::::: '''B'''. Frank, 28 mm square ::::::::::::::::: '''C'''. Frank 30-31 mm square : TM: SC : V/F: {{space|4}} 00000 {{space|4}} 000000 [[File:Russia stamp type DB7point1.jpg|left|360px]] '''DB4.2. Francotyp-Postalia “EFS3000/NEF300” ''' (MV). : As Type DB4.1 but frank is horizontal rectangle rather than square. : "ПОЧТА" is large. : M# with “FP 5” or "FP 7" prefix. : TM: SC : V/F: {{space|4}} 00000 [[File:Russia stamp type DB4p3.jpg|left|350px]] '''DB4.3. Francotyp-Postalia “EFS3000/NEF300” ''' (MV). : As Type DB4.2 but frank is smaller, nearly square. : "ПОЧТА" is much smaller than with DB4.2. : M# with “FP 5” prefix. : TM: SC : V/F: {{space|4}} 00000 [[File:Russia stamp type DB9.jpg|left|360px]] '''DB4.4. Francotyp-Postalia “T1000” ''' (digital). : Very similar to DB4.3 but “ПОЧТА” below country name at top. : “КОП” is below the lower panel line. : M# with “FP No” prefix. : TM: SC : V/F: {{space|4}} 00000 [[File:Russia stamp type DB4.5.jpg|left|350px]] '''DB4.5. Francotyp-Postalia “EFS3000/NEF300”''' (MV). : Very similar to DB4.1B but wider spacing between the town mark and frank, and the date figures are more widely spaced. : “КОП” is below the lower panel line. : M# with “FP 3” prefix. : TM: SC : V/F: {{space|4}} 00000 <br><br><br> [[File:Russia stamp type DB10.jpg|left|350px]] '''DB5.1.1. Pitney Bowes-GB “6300” '''series (MV). : Horizontal frank without inner box or lines around value figures. : “РОССИЯ • ROSSIJA” above “ПОЧТА” at top. : “КОП” below right of value figures. : M# with “PB22” prefix breaks bottom frame line. : TM: SC : V/F: {{space|4}} <span style="font-size:large;">≋</span>000 <br><br> [[File:Russia stamp type DB5.1.2.jpg|left|350px]] '''DB5.1.2. Pitney Bowes-GB “6300” '''series (MV). : Similar to Type DB5.1.1. but the frank is not as tall, and “РОССИЯ - ROSSIJA” is alone at top and “ПОЧТА {{space|4}}КОП” is in a single line at the bottom. : M# starts with “22” but is without the "PB" prefix. : TM: SC : V/F: {{space|4}} <span style="font-size:large;">≋</span>000 <br><br> [[File:Russia stamp type DB5.1.3.jpg|left|350px]] '''DB5.1.3. Pitney Bowes-GB “6300” '''series (MV). : Nearly identical to Type DB5.1.2. but the top inscription has "RUSSIA" at right rather than "ROSSIJA”. : M# with “PB22” prefix. : TM: SC : V/F: {{space|4}} <span style="font-size:large;">≋</span>000 <br><br> [[File:Russia stamp type DB11.jpg|left|350px]] '''DB5.2. Pitney Bowes-GB “A900” ''' series (MV). : Very simnilar to DB5.1.1 but the value figures are much larger. : M# with “PB25” prefix breaks bottom frame line. : TM: SC : V/F: {{space|4}} <span style="font-size:large;">≋</span>0000 [[File:Russia stamp type DB12.jpg|left|350px]] <br> '''DB5.3. Pitney Bowes-GB “A900” '''series (MV). : Similar to Type DB5.2 but with “РОССИЯ ROSSIJA” in panel at top, and “ПОЧТА” above M# at bottom. : M# with “PB” prefix breaks bottom frame line. : TM: DC : V/F: {{space|4}} <span style="font-size:large;">≋</span>0000 ---- ==== <span style="color:blue;">Sub-group DC: Frank with 2D barcode and straight line town mark</span> ==== ---- <br> [[File:Russia stamp type DB17.jpg|left|527px]] ::::::::::::::::::::::::: '''DC1.1. Pitney Bowes''' (digital). ::::::::::::::::::::::::: Frank is rectangle, slightly wider than tall, divided into three horizontal panels. ::::::::::::::::::::::::: The top panel contains “РОССИЯ<span style="font-size:large;">'''·'''</span>ROSSIJA" above "ПОЧТА". ::::::::::::::::::::::::: Central panel contains the value figures. ::::::::::::::::::::::::: Bottom panel contains "КОП" at right. ::::::::::::::::::::::::: M# with "PB3" prefix breaks bottom frame line. ::::::::::::::::::::::::: At far left is a 2D square barcode. ::::::::::::::::::::::::: Printed in dark blue. ::::::::::::::::::::::::: TM: Straight line between the barcode and the frank, date above town above what is probably a routing (ZIP) code ::::::::::::::::::::::::: V/F: {{space|4}} 0000000 <br><br> [[File:Russia stamp type DC1p2.jpg|left|510px]] [[File:Russia stamp type DC1.2aa.jpg|right|520px]] ::::::::::::::::::::::::: '''DC1.2. Pitney Bowes''' (digital). ::::::::::::::::::::::::: As Type DC1.1 but with "RUSSIA" instead of "ROSSIJA" in the country inscription. ::::::::::::::::::::::::: Printed in blue. ::::::::::::::::::::::::: Meter number with "PB3" prefix. ::::::::::::::::::::::::: V/F: {{space|4}} 0000000 :::::::::::::::::::::::::: '''a'''. Printed in non-standard color, brown<br><br> <br><br> [[File:Russia stamp type DC2.jpg|left|450px]] ::::::::::::::::::::::::: '''DC2.1. Neopost''' (digital). ::::::::::::::::::::::::: Similar to Type DC1.1 but smaller. ::::::::::::::::::::::::: Printed in blue. ::::::::::::::::::::::::: Meter number with "NE1" or "NE2" prefix. ::::::::::::::::::::::::: TM: Straight line ::::::::::::::::::::::::: V/F: {{space|4}} 0000000 <br><br> [[File:Russia stamp type DC2p2.jpg|left|450px]] ::::::::::::::::::::::::: '''DC2.2. Neopost''' (digital). ::::::::::::::::::::::::: As Type DC2.1 but with "RUSSIA" instead of "ROSSIJA" in the country inscription. ::::::::::::::::::::::::: Printed in blue. ::::::::::::::::::::::::: Meter number with "NE2" or "NE5" prefix. ::::::::::::::::::::::::: TM: Straight line ::::::::::::::::::::::::: V/F: {{space|4}} 0000000 <br><br> [[File:Russia stamp type DC3.2.jpg|left|465px]] ::::::::::::::::::::::::: '''DC3.1. Francotyp-Postalia''' (digital). ::::::::::::::::::::::::: As Type DC2.1 but the frank is nearly square. ::::::::::::::::::::::::: Printed in blue. ::::::::::::::::::::::::: Meter number with "FP5" prefix. ::::::::::::::::::::::::: TM: Straight line ::::::::::::::::::::::::: V/F: {{space|4}} 0000000 <br><br> [[File:Russia stamp type DC3.jpg|left|465px]] ::::::::::::::::::::::::: '''DC3.2. Francotyp-Postalia''' (digital). ::::::::::::::::::::::::: Similar to Type DC3.1 but with "RUSSIA" instead of "ROSSIJA" in the country inscription. ::::::::::::::::::::::::: V/F: {{space|4}} 0000000 <br><br><br><br> [[File:Russia Type DC3.3.jpg|434px|left]] ::::::::::::::::::::::::: '''DC3.3. Francotyp-Postalia''' (digital). ::::::::::::::::::::::::: As Type DC3.2 but with date as DDMMYY. ::::::::::::::::::::::::: V/F: {{space|4}} 0000000 <br><br><br><br> ---- == <span style="color:blue;">GROUP E: Frank is rectangle with indented arcs at the corners</span> == <br> [[File:Russia stamp type E1.jpg|left|600px]] :::::::::::::::::::::::::::: '''E1.1 Perm''' (MV). :::::::::::::::::::::::::::: Frank is horizontal rectangle with arcs inset at the corners. :::::::::::::::::::::::::::: “ПОЧТА” at top and “РОССИИ” at bottom. :::::::::::::::::::::::::::: “РУБ” stacked at left. :::::::::::::::::::::::::::: Inner box around value figures extends to right side. :::::::::::::::::::::::::::: TM: SC :::::::::::::::::::::::::::: V/F: {{space|4}} 000(+0) <br><br> [[File:Russia Type E1 2.jpg|572px|left]] :::::::::::::::::::::::::::: '''E1.2 Perm''' (MV). :::::::::::::::::::::::::::: Type E1.1 modified by the removal of “РУБ” and the vertical bar to the left of the value. :::::::::::::::::::::::::::: TM: SC with frame around date. :::::::::::::::::::::::::::: V/F: {{space|4}} 000(+0) <br><br><br><br><br> [[File:Russia stamp type E2.jpg|left|385px]] :::::::::::::::::::::::::::: '''E2. Francotyp "CC"''' (MV). :::::::::::::::::::::::::::: Frank similar to E1 but vertically oriented. :::::::::::::::::::::::::::: “РОССИЙСКАЯ / ФЕДЕРАЦИЯ” (''Russian Federation'') at top and “ПОЧТА / РФ” at bottom. :::::::::::::::::::::::::::: “Р” at left and "K" at right sides. :::::::::::::::::::::::::::: Inner box around value figures. :::::::::::::::::::::::::::: TM: SC with frame around date. :::::::::::::::::::::::::::: V/F: {{space|4}} 00'''.'''00 <br><br><br><br><br> ---- ==<font color=blue>GROUP PO: Special stamps used only in Post Offices== </font> [[File:Russia Type PO1.jpg|400px|left]] :::::::::::::::::::::::::::: '''PO1'''. Unidentified. :::::::::::::::::::::::::::: Large, plain, vertical label with text only. :::::::::::::::::::::::::::: Post Office and counter (window) number at top left, with information repeated in a box below. :::::::::::::::::::::::::::: Date and time above mail type (e.g. valuable parcel) :::::::::::::::::::::::::::: Horizontal line separator followed by weight, value and operator's name. <br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br> ---- <div class="center"><span style="font-size:medium;"><span style="color:green;">Return to main catalog</span> →</span> <u>[[../]]</u></div> <div class="center"><span style="font-size:medium;"><span style="color:green;">Return to top</span> →</span> <u>[[International Postage Meter Stamp Catalog/Russia|Russia]]</u></div> <br><br> {{BookCat}} hn9icx0mtiz1m8vzv88zxnd6bo8nde7 Seed Factories/Starter Set 0 289158 4094949 4094942 2022-08-19T12:01:29Z Danielravennest 13526 List 11 to Portable Power wikitext text/x-wiki {{DISPLAYTITLE:<span style="display:block;text-align:left;font-size:100%;background:#d0f0f0;line-height:2.5em; font-family:'Georgia', serif;">Section 5.5 - Starter and Expansion Sets</span>}} <div style="font-size:large; font-family:'Georgia', serif;"> <div class="nonumtoc">{{TOCright}}</div> &emsp;The goal of the personal production example is supplying a range of basic products for a community of owner-operators. They do this as individuals or through joint effort for larger tasks. Product types include furniture, home improvements, food, and utilities. They start with smaller and simpler items and work up to bigger projects. We assume they start with limited funds, time, equipment, and experience. So part of the effort is improving themselves as people to overcome these limits. &emsp;A community project may start with as little as one person's part-time effort and no equipment or skills. So we describe a range of starter sets from very minimal to more substantial, with suggestions on use and gaining skills. Project owners can then select their starting points based on their available people and resources. We then include several expansion sets for projects growing beyond these starting points. ==<span style="font-size:x-large; font-family:'Georgia', serif;">1.0 - Necessary Inputs</span>== &emsp; &emsp;We can consider a starter set as a product. It must first be assembled and set up before it can be used to make improvements for itself, and end products for the owners and others. Like any functional system, it requires inputs and emits outputs of various kinds. These include: * '''Time''' - from one or more people to make plans, look for and acquire needed items, operate equipment, train others, or learn skills as needed. * '''Supply sources''' - for parts, materials, tools, machines, training materials, plans, and instructions. * '''Money''' - for items which can't be made internally, or for outside labor that project members can't supply. * '''Sheltered Space''' - to store and use the equipment. Even outdoor equipment should be protected when not in use. * '''Energy''' - such as electric power or human muscles, to make, set up, and operate the equipment. * '''Maintenance Items''' - like water, cleaning supplies, and waste disposal during and after operations. &emsp;We suggest starting by assessing which of these you have and which are lacking. The next step is to make a plan for getting enough of the inputs to get started, and how you will continue from there. For example, if you don't have all the basic tools from List 1 (below), you can make a shopping list of the missing items, then either buy them, start saving to buy them, or find a makerspace/hackerspace, community group, or neighbor that allows you to use them. &emsp;In modern society, money can commonly be traded for most other things people need and want. If lack of money is an obstacle, there are a couple of ways around that. One is to cut expenses, such as eating out less or sharing living space. The other is to increase income, such as doing basic jobs for other people in addition to current work, or upgrading your knowledge and skills so you can find better work. Reaching a goal may seem like a big challenge. Breaking it down into smaller steps, then taking them one at a time is more manageable. But you have to take the first step to get anywhere. ==<span style="font-size:x-large; font-family:'Georgia', serif;">2.0 - Starter Set Lists</span>== &emsp; &emsp;'''[[w:Tool_use_by_animals|Some species]]''' besides ours use tools. We are unique in the variety and complexity of our tools, and that we use tools to make other tools. So which of the many options should be included in a starter set? The answer for a particular project and self-improvement path will vary. &emsp;The lists below are provided as a starting point for consideration and selection. '''<u>You don't need every item to start making things</u>'''. But the more of them you have, the more kinds of projects you can do. The lists also don't cover every possible project. They are starter sets to build on, not complete lists of every possible tool. Additional items may be needed for particular projects. For large and complex projects you may need multiples of each item, either different sizes and types, or for multiple people to use. For example, a saying in woodworking is "you can never have too many clamps". '''[NOTE:]''' Some of these lists or portions of them will be moved later to other chapters. They are currently here for ease of editing. &emsp;The lists are compiled from 18 existing tool and equipment lists. The intent is a sampling from a wide variety of sources which are then sorted to form starter and expansion sets for the various examples in these books. The source lists are from several makerspaces, a tool bank (who lend out tools to nonprofit projects), a book on rural workshops, the phased equipment list for the Seed Factory Project, a pamphlet from manufacturer Porter Tools, a course on "manual arts" (later called "shop class" in schools), a compiled list of equipment for industrial training classes, a website for beginning machinists, the author's personal tool list, a contributed list to these books, recommended tool brands from an online forum, a woodworking list from a YouTube channel, and a study of small industry in India. [[File:Personal Production Starter Set Path.png|thumb|right|800x450px|Figure 5.5-1 - Suggested tool set paths for different types of projects. Figures can be enlarged by clicking the lower right -->.]] &emsp; &emsp;'''List Types''' - There are basic tools that have proved useful in many circumstances, from general home use to industrial production. Others are more specialized for specific tasks. For example, an axe is useful in dealing with trees, but useless for cutting steel reinforcement for concrete. So lists 1 and 2 below are the basic sets for general home use and home improvement/do it yourself projects. This is followed by expansion sets for more advanced and specialized projects. The lists are additive, meaning you should start with the basic ones, then add to them from the later lists as needed. Figure 5.5-1 shows a suggested path from the basic sets to more advanced ones. They are grouped into small indoor, large indoor, outdoor, and construction. The last of these produces more indoor space. Depending on the needs and interests of the personal production community, they can get items from any or all of these lists, and go beyond them. &emsp;Tools and machines can be classified according to size, power level, and cost. The general groups are (1) manual hand tools, (2) portable power tools, (3) stationary equipment, either powered or not, and (4) mobile equipment that is towed or can move itself. Cost and space needed tend to increase with each group. The lists are generally in order from the smaller, less expensive, and most needed first, but some items are needed together to complete a task. An example is drill bits for an electric drill. We try to note when that is the case. &emsp;To go beyond these lists, you will need to know what projects and products you want to make, and the methods and equipment needed for them. Many instructional books and articles have explicit lists of the equipment needed. Others implicitly identify useful tools by discussing their use. Tool and supply catalogs, and the tool sections of general online marketplaces can also be reviewed to identify candidate items. &emsp;'''Choosing Equipment''' - A given tool type, like a claw hammer, can be found in many versions with different quality, weight, intended usage, and cost. So the first thing is to understand what you will be using it for. Is it occasionally hanging pictures, or working full time as a carpenter? Larger and heavier tools can work with heavier materials, but can require more body strength and endurance to use. Smaller and lighter tools can be more precise, and used in tight spaces. So it can be useful to have several versions of a given type. &emsp;Cost is often a factor. You can get started with less expensive but adequate ones, and upgrade later. However very cheap tools may break or wear out quickly, and not be able to handle whatever you are working on. For personal production on a regular basis they should be hobbyist or professional grade rather than lowest grade. Used tools are typically less expensive, and often are perfectly fine for this type of use. Recognizing tool quality is a learned skill, as is knowing what grade you need for a given purpose. You may want to get recommendations from more experienced people, books, articles, instructional videos, online reviews, and discussion forums if you are new to it. &emsp;'''Supplies, Parts, and Materials''' - To complete a project you need more than just equipment like tools and machines. Equipment is not generally used up in a single project. But some supplies, like sandpaper, wear out with use. Others, like paint, end up as part of the finished item. If you are merely tightening something that has come loose, or are assembling a packaged kit that comes with everything needed, you may not need any added parts and materials. But most projects will need materials like lumber, and parts like screws, that end up in the finished item. &emsp;There is such a wide variety of these items that we cannot list them all. Instead we will note categories of supplies, parts, and materials as part of the lists below. Instructional and reference sources have more specific information on what is needed. Published project plans will often include a detailed materials and parts list. When starting a custom project you can develop a list as you plan it. Then you can look at what you already have, and identify what else is needed to complete it. &emsp;Shopping for every small project takes time, and buying in quantity can be less expensive. So it can be helpful to keep some supplies, parts, and materials on hand. These can be leftovers from previous projects, packaged hardware assortments, or accumulated from second-hand sources. We will try to indicate what is helpful to stock as a starting point, but suggest getting other items as needed for particular projects. There are many types of these items, so some way to keep them organized is useful. This can be '''[[w:Organizer_box|Organizer Boxes]]''' with compartments and drawers, empty jars and cans, or sometimes the box they came in. &emsp;In addition to purchased inventory, you can reuse items you already have but don't need, like old furniture, and items from your property like fallen or cut tree branches. Free and cheap outside sources can be found almost anywhere. Particularly good ones include scrap and wrecking yards, leftovers and removals from construction and renovation projects, and business trash. Always ask permission when scavenging from private property. You can also offer to clean up/remove/move items for people. For example, someone may have fallen tree branches which you can get free for the asking, or even get paid for removing them. Discarded or second-hand furniture can be used as work tables or storage, or as a source of lumber. &emsp;'''Making and Improving Your Own Items''' - The basic idea in these books is self-improvement. So if finances are more limited than time, or simply because you enjoy it, you can make or improve your own equipment. This lets you customize them to better fit your needs. For example, a workbench can be fit to your body size, what you are working on, and the available work space. A basic table saw consists of a motor, and an adjustable blade emerging from a cutting surface. But you can add different blades to suit the material, assorted guides for moving what you are cutting, and extension tables for managing larger pieces. To make or upgrade equipment requires already having some to work with, or access to other people's. However making everything from basic materials will take much longer than buying. So project members should consider what to make vs finding/buying already functional items. &emsp;Simple self-made woodworking projects include saw benches and saw horses, a stationary workbench, bench hook, miter box, and wooden mallets. A blacksmith can make many of their own tools, including a forge, chisels, hammers, punches, drifts, and fullers. A skilled one can make tongs, specialized hammers, hardies, flatters, and swages. Combining wood and iron work can produce cutting tools like axes and chisels, planes, drawknives, spokeshaves, claw hammers, and screwdrivers. '''[[w:David_J._Gingery|David Gingery]]''' even wrote a book series on how to build metalworking machines from scrap. At a more advanced level, a well-equipped machine shop can make many of the parts for another machine shop. &emsp;'''Ready-Made Equipment''' - Places to find new tools include home improvement and hardware stores, online marketplaces, industrial suppliers, and direct from the manufacturers. Used tools can be found online on trading sites like '''[[w:EBay|eBbay]]''' or '''[[w:Craigslist|craigslist]]''', or locally in the for-sale sections of social media. Pawn shops, flea markets, estate and garage sales are good sources for used tools. If you join a community of hobbyists or a '''[[w:Hackerspace|Makerspace]]''', you may find people who are upgrading or changed interests and are selling off/giving away items. You can sometimes borrow or rent tools, or use ones at community arts centers. A dedicated space for your own or group projects is less constrained by time and access, and has better control over tool selection and care. &emsp;'''Learning to Use Them''' - There are plenty of sources of information beyond what is in these books. Other books, both paper and digital, are a primary source. The '''[https://archive.org/details/texts?tab=collection Internet Archive]''' has a vast collection of digitized books. Local libraries either have paper books, can borrow them from other libraries through inter-library loan, or have digital copies you can borrow. You can of course buy new and used books online and in bookstores. Hobbyist magazines and other publications are useful both for project information and specialty equipment sources. &emsp;A community of people doing personal production can teach each other whatever skills they already had or are learning. Formal classes are taught at community centers and trade schools. Informal ones can be found among hobbyist groups, stores that sell the relevant items, and at makerspaces where you can observe and try things. You can find local community projects, hobbyists, or professionals and offer to help or work for them, and learn while doing. Video tutorials and online forums on specific subjects have also become quite helpful in recent years. ==<span style="font-size:x-large; font-family:'Georgia', serif;">3.0 - Basic Sets</span>== &emsp; &emsp;Before starting to use any kinds of tools and equipment, you should know how to use them safely and properly, and be protected from injury. So have the following items available, and get some safety training if needed: &emsp;'''Reference Material''' - At least one reference book on basic tool use to start with. Add additional books, videos, training classes, etc. as needed. There are many basic books available, but '''[http://everyspec.com/USN/NAVEDTRA/NAVEDTRA_14256_JUN1992_18379/ Tools and Their Uses, US Navy, 1992]''' is public domain and downloadable. The '''[https://archive.org/details/texts?query=home+workshop+tools Internet Archive]''' also has several books on home workshops and tools to borrow or download. &emsp;Both paper and e-books can be used where you are working. To protect them from dirt and damage, a thick cardboard backing with rubber bands or spring clips, and a clear plastic bag or sheet as a cover is enough to start. E-books may need more protection for the display, like a wood tray with a hinged clear plastic lid. &emsp;'''Safety Equipment''' - Tools, and the materials being worked on, are usually stronger than body parts. So a variety of safety equipment should be used to protect yourself. These include safety glasses or goggles, ear plugs or headsets for sound, work gloves (cloth, leather, fireproof, and rubber in varying thickness), knee pads, masks or respirators for dust or vapors, shop aprons, hard hats, reinforced shoes and boots, and protective covers or shields around dangerous tool parts. The latter are often built-in or available for the tools. Which of these are needed depends on what you are doing. Loose clothes and hair can get caught up in moving parts, and should be changed or secured. &emsp;Despite using safety equipment, injuries can still happen. So '''[[w:First_aid_kit|first-aid supplies]]''' should be available nearby. Most homes already have some. If a work space is some distance away or you are working away from home, a basic first aid kit should be located in the space or your vehicle. Appropriate fire extinguishers and/or sprinklers should be available for any project with flammable materials. For outdoor work, water buckets and hoses should also be available. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 1 - General Home Use</u></span>=== &emsp; &emsp;These items are useful for common household tasks like hanging pictures, assembling furniture, or installing appliances. They are also needed for more advanced projects and maintaining other equipment. They should all fit in a toolbox like the one in figure 5.5-2. [[File:Caisse_à_outils_avec_petit_outillage.JPG|thumb|right|640x375px|Figure 5.5-2 - A cantilever toolbox with trays that slide apart.]] ::'''Tool and Supply Containers''' &emsp;While household tools can be stored in a drawer or closet shelf, it is handy to keep them in a '''[[w:Toolbox|Toolbox]]''' of some kind. This avoids multiple trips when you need to use more than one, and keeps them all together. Almost any kind of container will work, as long as it will hold the majority of them (except the largest like hand saws), and strong enough for the weight. Thick-wall cardboard boxes and plastic tubs are low-cost examples. Handles or hand openings make carrying them easier. Manufactured or self-made toolboxes often have one more more drawers, removable/sliding trays, or smaller containers/dividers for small items (Figure 5.5-2). That makes it easier to organize and find what you need than a random pile. Additional types of tool carriers include large buckets, with optional tool organizers, non-rigid carrying bags and backpacks, and tool belts and aprons for when you want to keep some tools at hand. [[File:Motorists_tool_kit_roll_of_1912.jpg|thumb|right|640x441px|Figure 5.5-3 - A 1912 Mechanic's tool roll.]] &emsp;Most tools are mostly or all metal, and power tools have motors, batteries, or cords. Many tools have accessories, like drill bits or various size sockets. So at some point hand-carrying a toolbox becomes difficult. You can either have multiple smaller toolboxes, or use a larger one with wheels and a handle to make moving it easier. There are manufactured stackable sets with the bottom unit having the wheels and handle, or you can get a separate handcart and strap multiple toolboxes to it. &emsp;Tools can damage each other, especially ones like files designed to cut metal. Smaller containers, especially ones with individual tool holders, within the tool box can protect them. Sharp blades can be covered with a cap or sheath, or wrapped in cloth. A tool roll of heavy cloth or soft leather can keep tools organized and separated from each other (Figure 5.5-3). &emsp;Supply items like nails, screws, and sandpaper get used up in a project. Extra supplies avoids having to shop for them for each project, and it is often cheaper to buy in quantity, or not possible to buy very small amounts. These extra supplies also need storage. Small amounts can be kept in the same container as the tools, either loose in a compartment or in the package they came in. Larger amounts can be stored in a separate container, and then whatever is needed for a given project pulled out as needed. [[File:HeadLamp.JPG|thumb|right|640x376px|Figure 5.5-4 - A battery-powered headlamp.]] ::'''Lighting and Inspection''' &emsp;You need to be able to see what you are working on. If permanent home lighting or daylight is not enough, there are portable options like plug-in lamps and work lights. Work lights can be mounted on stands or clamp onto an available surface. Battery options include flashlights, and headlamps which leave the hands free (Figure 5.5-4). Inspection mirrors are small adjustable ones on a handle to see in hard-to-reach places. Some have telescoping handles and built-in lights. ::'''Measuring and Marking Tools''' &emsp;These are used for marking where to make cuts or shapes, dimensions, or what a part is for later assembly. Typically a cut line is marked, and then an X, squiggle, or shading is used to show the part being cut away. Cuts should be on the removal side of the line rather than directly on it. It is easier to remove material to get the final dimension than put it back once removed. So tool positioning should account for blade width. * '''Pencils & Pens''' - Start with ordinary pencils. sharpener and eraser, and yellow and red marking crayons for dark and light raw wood respectively. Ink pen and colored marker lines are easier to see but harder to erase. The edge of '''[[w:Masking_tape|Masking Tape]]''' can be used to mark locations and be written on, then more easily removed where appearance matters. Office sticky notes and other low-stick items can also be used for this. * '''[[w:Scratch_awl|Scratch Awl]]''' - These make indented lines and points. They make a sharper line than writing tools and the indents help position a chisel or drill in the right place. * '''[[w:Ruler|Rulers]]''' - Steel, preferably stainless to resist rust and heat. One or more straight ones to start, 15-60cm (6-24 in) with fine-scale markings. '''[[w:Tape_measure|Tape measures]]''', one each roll-up steel, 4-10 m (12-30 ft)for straight distances, and a cloth/plastic sewing type for wrapping around objects. * '''[[w:Combination_square|Combination Square]]''' - For measuring and marking perpendicular or at an angle to an edge, and finding the center of an end. One 30cm (12 in) to start with. [[File:Tool-level.jpg|thumb|right|640x228px|Figure 5.5-5 - A torpedo level.]] * '''Levels and Plumbs''' - For finding horizontal and vertical lines. '''[[w:Spirit_level|Spirit levels]]''' have liquid with an air bubble in a curved tube. Start with a torpedo Level (Figure 5.5-5), a small magnetized one suitable for general home use, like leveling appliances. A '''[[w:Plumb_bob|Plumb Bob]]''' is a light string with a substantial weight, sometimes pointed at the bottom. Gravity pulls it vertical. It can be used to transfer positions or align objects vertically. If attached to a marked frame or scale it can help align vertical, horizontal or sloped directions. ::'''Assembly Tools''' &emsp;For fastening parts together or take them apart again. Also for striking items to drive them together or apart or change their shape. These are mainly manual (unpowered) tools. * '''[[w:Screwdriver|Screwdrivers]]''' - Screws come in a variety of sizes with different slots, for which a matching driver should be used. Sets with common sizes are available. A basic set should have at least a large flat head, large Phillips, small flat head, small Phillips, and stubby flat head (short shaft). Since a lot of torque (twisting force) is often needed, they should be better than the cheapest grade. :&emsp;When an item doesn't already have screw holes, an '''[[w:Bradawl|Awl]]''' with a very narrow or pointed tip is useful for starting small screws. If nothing else is available, a sharpened nail can be used. Larger wood screws require pre-drilling a hole about the size of the shaft inside the threads to avoid splitting the wood. :&emsp;A small cordless screwdriver that accepts hex shank bits can replace multiple screwdrivers and pre-drill holes. A set of screwdriver and small drill bits with matching shanks should be added if not included. '''[[w:Drill#Hand-powered|Hand Drills]]''' of various kinds still exist but are mostly obsolete or used where power is not available. * '''[[w:Pliers|Pliers]]''' - For firmly holding items using leverage. A basic set would include either a channel or slip joint type where the space between the jaws can be changed, a lineman’s with heavy-duty jaws, long nose for reaching confined spaces, and a locking type which continues to hold without hand pressure. * '''[[w:Socket_wrench|Socket Wrench Set]]''' - For larger screws and bolts that need more torque. A basic set includes a reversible ratcheting handle and different sizes of matching sockets to fit hexagonal-head fasteners. '''[[w:Hex_key|Hex Keys]]''' (Allen wrenches) are used for hexagonal holes in a screw or bolt. A basic set of different size hex keys is enough to start. * '''[[w:Hammer|Hammers]]''' - For striking with higher force by combined arm and handle speed. A basic set includes a '''[[w:Claw_hammer|Claw Hammer]]''' for driving and removing nails, a '''[[w:Ball-peen_hammer|Ball-Peen]]''' for striking other metal tools or shaping metal, and a '''[[w:Mallet|Rubber or Rawhide Mallet]]''' for when you don't want to damage what you are hitting. These can be anywhere from the 250-1500g (8-38oz) weight range depending on your strength and what you are hitting but a 500g/16oz one is enough to start with. * '''[[w:Staple_gun|Staple Gun]]''' - The manual version uses a hand-compressed spring to drive heavy staples. It can be used for fastening plastic sheet, fabric, and other light materials into soft woods. Hardwoods may require hammering the staples flush, or using sturdier fasteners like upholstery tacks. ::'''Cutting and Abrasive Tools''' [[File:Tapijtschaar.jpg|thumb|right|400x300px|Figure 5.5-6 - Carpet Shears.]] * '''[[w:Scissors|Scissors/Shears]]''' - These have two blades on a pivot connected to handles. A toolbox version should have stronger blades and higher handle-to-blade length ratio to cut thicker material than household/craft scissors. A suitable heavy duty one is a '''Carpet Shears''' (Figure 5.5-6). The offset handles make it easier to cut on a flat surface. * '''[[w:Utility_knife|Utility Knives]]''' - The kind called a "box cutter" has a retractable razor knife for cutting materials like cardboard. This is enough to start with. A straight edge can guide the blade along a desired line. If you use the knife often enough, it should come with or you can get replacement blades when they wear out. Blades are very low cost and not worth sharpening to a razor edge. An inexpensive '''[[w:Putty_knife|Scraper/Spreader Set]]''' with different width and shape blades is useful for general cleaning, prying, and spreading. Thicker blades are better for scraping, while thinner flexible blades are better for spreading. A '''Razor Scraper''' holds a single-edged razor blade crosswise, and is used at a low angle on hard surfaces like glass. :&emsp;The '''[[w:Pocketknife|Folding Pocket Knife]]''' has one or more blades which pivot into the handle. A '''[[w:Multi-tool|Multi-tool]]''' includes other items besides edged blades. In all cases the movable blades make it safer and easier to carry when not being used. Traditional fixed-blade utility knives have their uses, especially outdoors or working with wood, but need a sheath when not being used for safety and to avoid damage to the edge. They should be single-edged so you can push on the back of the blade for extra force. * '''[[w:Diagonal_pliers|Diagonal Pliers]]''' - are made of hardened steel and used to cut wires and similar long, narrow materials. They are typically built into lineman's pliers along with the gripping jaws. but adding a smaller one for tighter spaces or cut more closely to a surface is useful. * '''[[w:Snips|Metal Snips]]''' function like scissors, but have much thicker blades and more leverage, often with compound action. This allows cutting sheet metal and similar hard materials. A starter set only needs the straight-cutting type, but left and right curve cutting versions can cut more complex shapes without multiple straight cuts. * '''[[w:Hacksaw|Hacksaws]]''' hold a narrow, fine tooth blade under tension in a frame. One standard 30 cm(12 inch) saw with a few blades of different tooth fineness is sufficient for a starter set. They are used to cut metal, plastic, and wood where a narrow cut or thin walls requires a thin blade with small teeth. Junior and mini saws use shorter blades and can be used in smaller spaces. * '''[[w:Hand_saw|Wood Hand Saws]]''' - These are for general cutting of wood to size. One short enough to fit in a toolbox to start with. Longer carpenter's saws can use the full stroke length of arm and body. They need a longer toolbox or are stored separately with something to protect the cutting teeth. The basic types are '''[[w:Crosscut_saw|Crosscut]]''' with teeth to cut across the wood fibers (grain), and the '''[[w:Ripsaw|Ripsaw]]''' with teeth to cut lengthwise along the fibers. There are many other types of '''[[w:Saw|Saws]]''', but a smaller toolbox one and the two carpenter types for larger pieces of wood are enough for basic home projects. * '''[[w:File_(tool)|Files]]''' and '''[[w:Rasp|Rasps]]''' are used to remove small amounts of material by abrasion. Files have teeth the width of the tool, while rasps have smaller individual teeth. They are usually made of hardened high-carbon steel so they can cut other metals. They are fairly inexpensive, so a packaged set of six or more different sizes, shapes, and tooth fineness is enough to start. This should include at least the bastard, double cut, round, and triangular types. '''[[w:File_(tool)#Needle_files|Needle Files]]''' are very small ones for confined spaces or fine work. :&emsp;File sets should have some handles, and a holder or wrap to keep them from damaging each other and other tools. A stiff toothbruch, detail brush or "file card" (a brush with fine metal wires) can be used to remove accumulated particles. * '''[[w:Sandpaper|Sandpaper]]''' - is used to smooth surfaces, round sharp corners and similar finishing tasks. An assortment pack with different grain sizes is enough to get started. Grain is either particles per inch where fine grains have higher numbers, or direct size in microns. Sandpaper wears out and becomes clogged with particles, but is inexpensive to replace. A stiff brush like a toothbrush can clean out excess particles. There are types intended to be used wet or dry, and different grain materials. :&emsp;The paper or other backing is flexible and can be cut from the back or folded and torn to whatever size is needed. Cutting from the grit side will damage blades. It can be wrapped or taped to scrap wood or any other object to conform to the surface being sanded. '''[[w:Sanding_block|Sanding Blocks]]''' are also made for this purpose. Fingernail files and hobby sanding sticks are useful for small spaces. ::'''Tool Care and Maintenance''' &emsp;Tools and work areas need some care, maintenance, repair, or cleaning. Care can be divided into avoidable problems and unavoidable wear. Water and high humidity causes steel and other metals to rust or corrode and wood to decay. Dry storage and work areas, and quickly removing water after use helps avoid these problems. A wiped on coating of oil, or storing in oiled paper or cloth, can help keep water away from metal. Wood finishes or chemically treated lumber can prevent rot. Freshly cut logs and branches have a high water content, so they should be '''[[w:Wood_drying|Dried]]''' before most uses. This is called "seasoning" because drying time in air is measured in seasons. Paints and other durable coatings, and waterproof containers can protect both wood and metal items. &emsp;'''Sharpening''' - Using tools will eventually wear down sharp edges and moving parts. Casual use of a wood or metal saw may take years to wear down the cutting teeth, but if used regularly they require '''[[w:Sharpening|Sharpening]]''' or replacement. Hacksaw and razor blades are inexpensive and replaceable. More expensive cutting tools can be sharpened with files, sandpaper fastened to a flat surface like glass, and '''[[w:Sharpening_stone|Sharpening Stones]]''', and '''[[w:Razor_strop|Stropping]]''' with abrasive compounds. These are used in series with progressively finer teeth and grains until the necessary sharpness is reached. This varies by tool and its use. A fine tooth file from those listed above and a two-sided sharpening stone with coarse/fine grain is enough to start with. &emsp;'''Repair''' - Other tool parts may need replacement if they become too worn or break. The assembly tools listed above are used to take tools apart, replace the part, and put them back together. Any kind of flat tray or small container can be used to hold loose parts while disassembled, so they don't get lost or forgotten. If there are many parts, a multi-compartment item like an egg carton, ice tray, or muffin pan can organize them in the order they were disassembled so it can be reversed during re-assembly. &emsp;General maintenance and cleaning items don't need to be carried in a tool box, but brought out as needed. They include: * '''Lubricants and Tapes''' - One saying is "'''[[w:WD-40|WD-40]]''' for anything that moves but isn't and '''[[w:Duct_tape|Duct Tape]]''' for anything that moves but shouldn't". Lubricants and tape have many uses, so some of each should be available. One can of penetrating spray lubricant, and a roll each of strong cloth (duct) and regular masking tapes are enough to start. Other kinds of '''[[w:Lubricant|Lubricants]]''' and '''[[w:List_of_adhesive_tapes|Tapes]]''' can be added as needed. :&emsp;Tools and machines with moving parts often need oiling at specific points and not others. Some oil containers come with a small nozzle, but a small brush or cotton swab can be used in harder to reach spots. Dedicated '''[[w:Oil_can|Oil Cans]]''' (oilers) that work by gravity or pressure are available for frequent or large-scale use. * '''Brushes and Vacuums''' - Old toothbrushes and wire brushes can be used to clean up blade teeth, fastener threads and other small spaces. Soft hand brushes. a broom, dust pan, and trash cans are for collecting sawdust, metal shavings, etc. Hand and shop vacuums can clean up inaccessible or large areas. Cotton swabs and small craft brushes can be used to clean or apply finishes to small areas. * '''Cleaning Supplies''' - Old clothes or towels can be cut up, or cleaning rags purchased, for removing dirt, oil, grease, etc. Paper towels can be used but they wear out quickly. General household brushes, sponges, buckets and mops, water and household cleaners are used as needed to clean work areas. Most people have these already. If needed, cut-open plastic shopping or trash bags, and newspaper/advertising fliers can be used to protect surfaces. * '''Twine and Rope''' - Have multiple uses for bundling, temporary clamping, and securing loads being moved. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 2 - Home Improvement/Do-It-Yourself Use</u></span>=== &emsp; &emsp;The general-purpose tools and equipment listed here, when added to List 1, enable a range of more substantial home improvement, craft, and repair projects. You can start adding them as-needed for specific projects. Finding them used in bulk, such as auctions, moving, and estate sales, may save money. Any duplicate or unneeded items can be sold off or traded for ones you need. As noted above, you don't need everything from these two basic lists to start on projects. But the more items you have, the wider the range of projects you can do. ::'''Office & Media Equipment''' &emsp;These are used as=needed before starting a project to plan, design, research, and shop. They should be located away from work areas to avoid damage from tools, dirt, and dust: [[File:Drafting_board_with_T_Square.jpg|thumb|right|640x427px|Figure 5.5-7 - Drawing board with T-square and other tools.]] &emsp;Hand drawing has been substantially replaced by computers and software, especially for professionals, but it is much lower cost to get started. Even with computers, it is still useful for sketching ideas, or making notes and alterations to existing plans. Printed plans, however created, are still useful in the workshop, as they can be larger than screens, and if full size can be used directly as templates. * '''[[w:Drawing_board|Drawing Board]]''' - This is a surface to make drawings and plans of custom projects, customizing existing ones, or scaling templates to full size. An existing table or counter with a smooth top can be used to start, but any piece of smooth-surfaced rigid material can be used instead to avoid pen and tape marks. Portable boards (Figure 5.5-7) can be moved where needed and put away between uses. Tape or push-pins are used to hold drawing sheets in place. Translucent '''[[w:Drafting_film|Drafting Film]]''' (vellum) can be laid over other drawings and illustrations as guides. '''[[w:Graph_paper|Graph Paper]]''' has a pre-printed grid, making scaled sketches easier. *'''[[w:Technical_drawing_tool|Drawing Tools]]''' are used to draw accurate lines and curves. These include the T-square, 45 and 60 degree triangles; engineer's, metric, and architects scales; lettering, circle, and irregular curve templates; protractor, low-stick drafting dots, masking tape; erasers, eraser shield, and dusting brush; bow compass and dividers; and mechanical pencils of various lead diameters. * '''Computer and Peripherals''' - If you don't already have one, a computer is useful for communication, inventory, purchasing, task management, and design software. A multifunction printer can be used to print out online or e-book plans, or enlarge templates to full size. The scanning function can do the reverse. Large plans and templates can be sent to a commercial print shop. A webcam can provide live video conversations. A smartphone can use its cameras to also do this function. A '''Digital projector''' can be used to transfer designs to physical items or templates. ::'''Storage and Workshop Space''' [[File:Paris_-_Carpenter_workshop_-_4944.jpg|thumb|right|640x427px|Figure 5.5-8 - A professional woodworking shop with storage and workbenches.]] &emsp;As tools accumulate, it gets harder to fit them in a closet and move them around even with a wheeled toolbox. So dedicated storage becomes useful. Storage may be in a garage, utility room, or outbuilding. A storage area can also hold parts and materials for future projects. Tools and materials can be quite heavy, so the storage should be sturdy. Shelving and cabinets, either wall-mounted or freestanding, are typically used for smaller items. Longer or larger items can be leaned against or hung from a wall. &emsp;Drawers can help keep items accessible but out of the way when not being used. For tools and accessories, some portable tool boxes, and the larger wheeled or stationary '''Tool Chests''' come in all sizes and number of drawers. Parts organizers, small containers, or open bins can be used for bulk items like nails and screws. Empty cardboard boxes are often free from stores if you ask, and come in all sizes. Sturdy ones are preferred. Labels on everything help finding the right items once many have accumulated. A pack of blank address labels and a bold marker can serve for this. &emsp;When you add dedicated work space to storage, it becomes a '''[[w:Workshop|Workshop]]''' (Figure 5.5-8). These come in all sizes from a craft area in the corner of a room, to garage and basement space, to freestanding buildings that can be as large as needed. If you move to an existing or new home, it may already have space for a workshop, or an existing shop in place. &emsp;Since the tools in these lists enable making and building things, workshops can be largely self-made. The shelves, work tables, chairs, cabinets and other items that support working in them are collectively called '''Shop Furniture'''. Setting up storage and workshop space can be a very big project, so it is typically divided into smaller steps, with the completed parts helping finish the rest. &emsp;How much workshop space is needed is determined by the size of the projects being made, and the shop furniture, assembly areas, tools, stationary machines, parts, and materials being stored and used. Workshops can be used by one person or many, so there should be enough space to not interfere with each other. Enough additional space is needed to move around and for large items to overhang and move through machines. For some projects, outdoor space can be used temporarily to extend the working area. &emsp;Shops should not be overcrowded and items piled haphazardly. That is both unsafe and hard to use. So enough space for proper storage and future growth should be planned for. Workshops also need adequate lighting, either natural or artificial, and enough electric power if if such tools are used. This may require upgrades to existing systems. Access to water, such as a utility sink, and ventilation if fumes or dust are generated are helpful. The floor must be able to support the total weight of everything in the shop, which can be quite large. Temperature and humidity should be controlled enough to prevent rust, wood rot, and be comfortable to work in. Access doors should be large enough to move materials and finished items through. &emsp;If you are doing longer-term projects, specialized '''Work Clothing''' is helpful. Tool and nail aprons and belts allow keeping the most used tools with you. Denim, leather, or other heavy materials are durable and can provide protection. Some versions have extra pockets, loops, and holders for items. ::'''Work Surfaces and Clamps''' * '''Portable''' - While some work can be done on the floor, supports bring the work to a comfortable height, and for longer items keep them from sagging or tilting while being worked on. Two '''[[w:Sawhorse|Sawhorses]]''', with optional boards and/or sheet goods laid on top are simple and flexible, and are a starting point if you have nothing else. They can be bought, but basic ones are easy to make and cheaper. '''[[w:Black_%26_Decker_Workmate|Folding Portable Workbenches]]''' can have built-in vises, stops, and tool-holders. If they are very light they can move while working. Some have steps to use body weight to stabilize them. They can also be weighted with anything heavy to keep them steady. [[File:Clamps.jpg|thumb|right|596x480px|Figure 5.5-9 - Assorted clamps: pipe, bar, trigger, handscrew, spring, C-clamp, and cam types.]] * '''[[w:Clamp_(tool)|Clamps]]''' - Clamps in general are used to hold one or more items together or to the work surface to keep them from moving. They can be much stronger than muscles and leave the hands free for working. A single clamp can allow items to rotate, so at least two medium-size ones are needed to start with. Additional clamps of various types and sizes are desirable (Figure 5.5-9). There are specialized clamps that use '''[[w:Band_clamp|Straps]]''' or for '''[[w:Mitre_clamp|Holding Corners]]''' that can be added later as needed, and temporary ones can be made from rope and sticks, with wedges driven under the rope to apply pressure. * '''[[w:Workbench|Workbenches]]''' - These are either stationary, or if wheeled generally stay within a workshop area. Their weight and rigidity keeps items from moving or vibrating from tool forces. They typically have built-in '''[[w:Vise|Vises]]''' and clamps, or are designed so temporary ones can fix the work to the bench. Vises generally have larger faces to apply pressure and are stationary, while clamps are typically movable. The intermediate clamp vise can be temporarily clamped where needed. The '''[[w:Vise#Engineer's|Bench]]''' (Figure 5.5-18) and '''[[w:Woodworking_vise|Woodworking Vices]]''' are the most common types. The latter have wood vise faces to avoid damage to items. :&emsp;There are a number of specialized tools and accessories to hold items to workbenches. Some have '''[[w:Bench_dog|Bench Dogs or Pegs]]''' or '''[[w:Holdfast_(tool)|Holdfasts]]''' that can be inserted into holes to position or secure items. Shaped inserts can better hold round or other items that don't match the jaw shape. For some projects, custom holding jigs need to be self-made. For any kind of vise or clamp, softer materials like wood, leather, or rubber can be inserted between the jaws to prevent damage to the work. :&emsp;Many workbenches have storage shelves, hooks, or drawers below the bench top. Wall-mounted benches often have additional shelves or cabinets above the bench for storage. Free-standing benches (not against a wall) allow access from all sides and working on overhanging items. If large items will be worked on, temporary supports or other shop tables can be used to support the excess. Depending on use, bench top height can be for working standing up or sitting, or a taller chair or stool used to sit at a standing bench. Some benches have built-in electrical outlets for power tools. Otherwise corded tools or battery chargers can be plugged in elsewhere. ::'''Ladders and Platforms''' &emsp;Some projects involve reaching/working above floor or ground level, and occasionally down a hole. * '''[[w:Ladder|Stepladders]]''' have steps or rungs to climb and stand on. They come in a wide variety of sizes, and are either free-standing or leaned against something. A two-step version may be enough to reach ceiling lights and high shelves indoors, but a 2 meter (6 foot) one with four legs is more stable and provides places to set or hang tools and materials while working. Some versions have a small fold-out shelf for this purpose. This size is sufficient to start with. For outdoor use extension or folding ladders can be adjusted to the task at hand. If you expect to reach a roof or tree limb, the length can be chosen based on that height. :&emsp;Modern ladders are rated for weight. Select one rated for at least your body weight plus the heaviest item you expect to lift up it. '''A falling ladder or falling off one can cause serious injury'''. Move the ladder rather than leaning or lifting heavy items beyond the legs. If the ground is not level or firm use boards or blocks to fix that. Secure the ladder if needed to what you are climbing up, or braced to the ground with diagonal poles or staked ropes. Secure yourself to the ladder or what you are climbing with hooks and ropes/straps/safety belt to prevent falls. *'''Work Platforms''' provide more horizontal surface to stand on or place things than ladders. They are useful when horizontal movement is needed while working. One or two sturdy boards placed across two ladders, or one ladder and building steps are simple versions. Since loose boards can shift, they should be clamped or have angles or blocks attached to prevent sliding off. ::'''Moving and Lifting''' &emsp;Moving heavy objects or large amounts of supplies happens often on larger projects. Moving or lifting items over 20 kg (40 lb) or carrying multiple smaller or lighter items is difficult by hand, and benefits from various transport and lift devices. Some bags and boxes saved from previous shopping or discarded by stores may be enough to start with. Horizontal movement benefits greatly from wheels. Depending on the task, a '''[[w:Hand_truck|Hand Truck]]''', '''[[w:Flatbed_trolley|Flatbed Trolley]]''' (moving dolly) or '''[[w:Wheelbarrow|Wheelbarrow]]''' can be used. '''[[w:Tub_(container)|Tubs]]''', '''[[w:Bucket|Buckets]]''' and assorted small containers are useful for storing and moving items like fasteners, bulk materials, liquids, and groups of tools. Workshop machines and carts can come with wheels or have them added. This allows moving them out of the way when not being used, or to where needed while working. &emsp;For moving large amounts of material or larger single items, motorized vehicles of many types and sizes exist. The most common are passenger cars, pickup trucks, and enclosed vans. Trailers can be attached to many of these vehicles. Flat or open bed loads can be protected and secured by tarps, nets, elastic or chain hooks, and ratcheted straps. Blocks, wedges, and bars can prevent loads from shifting. Securing loads is important for balancing trailers whose deck extends beyond the wheel base. '''[[w:Intermodal_container|Shipping containers]]''' can carry large amounts of goods and serve as temporary storage or even a small workshop. &emsp;'''[[w:Pulley|Pulleys]]''' are used for lifting, dragging, or changing the direction of a force. A single rope and body weight is enough for smaller loads. Sets of pulleys can be combined for added leverage. Inclined boards set on a step or block and fabricated ramps can help withe height changes. The ledge at the bottom of a hand truck and many other objects can be used as '''[[w:Lever|Levers]]''' to lift objects enough to place supports under them or get them onto wheels. '''[[w:Back_belt|Back Supports]]''' may help avoid injury when lifting heavy items with body strength, but proper technique is more important. &emsp;'''[[w:Winch|Winches]]''' multiply leverage with cranks and gears. There are both hand and powered versions. Temporary hoists can use 1-3 poles with anchor ropes as needed. They can support pulleys, hooks and other lifting gear high enough for a given task. These are the '''[[w:Gin_pole|Gin Pole]]''', '''[[w:Shear_legs|Shear Legs]]''', and '''[[w:Tripod|Tripod]]'''. Commercial lifts and cranes can be rented for occasional use, or are supplied while delivering large loads. &emsp;'''[[w:Jack_(device)|Jacks]]''' - are devices to lift heavy weights or apply bending forces, generally more than simple levers. There are may types using ratchets, screws, air pressure, or hydraulics. The type included with most passenger cars for changing tires is enough to start, but a bottle jack of 10-20 tons capacity is a useful addition. Always make sure the jack is firmly supported. On bare ground it is likely to push itself into the ground rather than lifting a heavy object. Boards, timbers, or concrete blocks can spread the load. Also place timbers or other supports as the item is lifted, in case the jack slips or the load shifts sideways. ::'''Measuring and Marking''' * '''Size Measures''' - The ruler-type '''[[w:Calipers|Caliper]]''' has a sliding jaw attached to a ruler, with a vernier scale for accuracy. The inside and outside spring types can take and transfer measurements. These three 6-12" (15-30cm) in size to start with. Dial and digital calipers can make more accurate measurements, but not as accurate as a micrometer. * '''Weight and Volume Measures''' - For measuring bulk items and liquids. These can be conventional kitchen and bathroom scales, measuring spoons and measuring cups. Empty clear/translucent containers can be filled with measured volumes and marked for shop use. This is useful for materials that will stain or are toxic that you don't want to contaminate your measuring set. &emsp;'''Note:''' Some of the angle, curve, and spline tools that follow overlap the drawing tools in the office section above. If you already have those, you may not need more to start with. Larger versions are useful for measuring and marking larger physical projects as opposed to scale drawings. The need for them depends on what projects you are doing. * '''Angle Measures''' - There are various devices for setting right angles (90 degrees or perpendicular). The '''[[w:Try_square|Try Square]]''' is 20-50 cm (8-20 inches) is for smaller accurate work. The '''[[w:Steel_square|Steel Square]]''' is a larger one-piece device with engraved scales. Angled and sloped cuts are either described by the two scales, like "6:12", or calculated from the angle tangent. For cutting sheet goods there are squares the full width of a standard sheet. Sheet goods are generally manufactured with right angles, so an alternate method is measuring the lengths on opposite sides from the corners, and connecting them with a straight edge. :&emsp;The '''[[w:Speed_square|Speed Square]]''' is a triangular '''[[w:Set_square|Set Square]]''' with a built in fence. This can be pressed against a board edge to mark a cut, or clamped to it to guide a circular saw. A '''[[w:Protractor|Protractor]]''' has an angle scale, and the bevel type has a pivoting arm to mark angles. A '''[[w:Sliding_T_bevel|Sliding T Bevel]]''' can set and transfer angles when you want them to match. One try or steel square is enough to get started, depending on the size of the projects. * '''Curve Marking''' - A '''[[w:Compass_(drawing_tool)|Compass]]''' has two sharp points, or one point and pencil/pen for marking arcs and circles. The distance between the points is set against a ruler to the radius desired. The regular and beam/trammel types will mark small and large radii and are enough to start with. Very large curves can be set by hooking the end of a tape measure to a small nail at the center point, and securing the sharp point, pencil, or pen to the tape with a small '''[[w:Binder_clip|Binder Clip]]''' * '''[[w:Flat_spline|Flat Splines]]''' and '''[[w:French_curve|French Curves]]''' can be used for non-circular curves. Lines on curved surfaces like cylinders can be set by marking two or more measured points, then wrapping folded paper or other bendable but not stretchy material between them to mark a line. [[File:Vpass-1.JPG|thumb|right|640x284px|Figure 5.5-9 - Carpenter's Level.]] * '''Carpenter's Level''' - 60-120 cm (2-4 foot) (Figure 5.5-9). A longer version of the torpedo level from list 1. This can span more distance and be more accurate, but is harder to use in small spaces. For longer distances a level can be set on or against a straight piece of finished lumber with parallel sides or any similar object. Once a horizontal or vertical line is determined, slopes can be set by measuring perpendicular to one end. ::'''Additional Hand Tools''' * '''Screw- and Nut Drivers''' - The basic screwdriver set can be extended to cover most projects with about 30 pieces from a large standard plus a precision assortment sets. Nut drivers have axial handles like screwdrivers, but with tips that fit different size nuts and bolt heads. Their use overlaps socket wrenches with extension bars. * '''Hand Saws''' - '''[[w:Compass_saw|Compass]]''' and '''[[w:Keyhole_saw|Keyhole Saws]]''' have narrow blades for making curved cuts. They differ in size and tooth fineness. Interior cuts can be extended from a small starter hole made with a drill or chisel. A '''[[w:Coping_saw|Coping Saw]]''' has a very narrow blade with small teeth, and a frame to keep it straight under tension. The small teeth are good for thin material. The '''[[w:Bow_saw|Bow or Frame Saw]]''' is a larger version. Interior cuts can be made by unhooking the blade, putting it through a starter hole, and re-attaching it. The blade can be rotated as needed for the cutting direction. A '''[[w:Bench_hook|Bench Hook]]''' is a simple accessory, usually self-made, to keep an item steady while cutting, and slightly raised so you don't damage a work table. Hook a pair of them over the edge of the table and press what you are cutting against the upper blocks. :&emsp;Hand '''[[w:Backsaw|Backsaws]]''' have a reinforcing strip to keep the blade straight and can be used with a '''[[w:Mitre_box|Miter Box]]''' to guide it. They are used for cutting to length and accurate crosscut angles. They come in various sizes and tooth fineness from the larger miter saw, to tenon, dovetail, and razor. Ones with offset handles are used to cut pegs and other protrusions flush. Hand saws require periodic sharpening with use. Specialty clamps, file jigs (to even tooth height), and '''[[w:Saw_set|Saw Sets]]''' (to set kerf width) are available, but can be made/use other tools. The actual sharpening uses files and sharpening stones. * '''Hammers''' - Add other sizes of hammers with metal heads to those in list 1, either smaller and lighter for fine work, or heavier up to two-handed '''[[w:Sledgehammer|Sledgehammer]]'''. One or more hardwood mallets or '''[[w:Dead_blow_hammer|Dead Blow Hammer]]''' for when you don't want to damage what you are striking, with less rebound than the rubber mallet. These often have soft striking faces with sand or metal shot filling the head, which absorbs the rebound forces. The light '''[[w:Upholstery_hammer|Tack Hammer]]''' has one magnetized head to start small tacks and nails, such as for upholstery. The unmagnetized head then finishes driving them in. * '''Hooks and Picks''' - These are small tools with various shaped tips for fine work. They are similar to dental '''[[w:Periodontal_probe|Probes]]''' and '''[[w:Dental_explorer|Explorers]]'''. A basic set with several types to start with. * '''[[w:Burr_(edge)|Deburring Tools]]''' - For removing rough edges left by cutting tools. Files can also do this task, but a specialty tool set is sometimes more efficient on softer materials and longer edges. * '''Pry and Demolition Bars''' - These use leverage to remove nails, pry items apart, or start to lift heavy items. They can use hands or hammers to insert. They come in various sizes and shapes like the '''[[w:Cat's_paw_(tool)|Cat's Paw]]''', '''[[w:Crowbar|Crowbar]]''', and flat pry bars. Claw hammers have a built-in prying tool, but additional ones are useful. [[File:Quick_Change_Tool_System,_2parts.jpg|thumb|right|Figure 5.5-10 - Punch and matching die.]] * '''Chisels and Punches''' - '''[[w:Chisel#Cold_chisel|Cold Chisels]]''' are used to indent or cut thinner metal, and score, chip, or split masonry. '''[[w:Punch_(tool)|Punches]]''' are used to indent or pierce leather, wood, or metal. Hollow punches can make well-defined holes in thicker material. Matching '''Die Blocks''' support the other side so the surrounding area is not deformed (Figure 5.5-10). :&emsp;A '''[[w:Punch_(tool)#Center|Center Punch]]''' is used to mark where a drill will cut and keep it from wandering. A '''[[w:Nailset|Nailset]]''' is a punch with a small head, for driving a nail flush or slightly below without damaging the surrounding material. '''[[w:Drift_pin|Drift Pins]]''' are either straight or tapered. They are used to either transfer hammer impacts to hard-to-reach places or align holes before assembly. Start with a punch and chisel set of assorted types and sizes plus one medium '''[[w:Chisel#Woodworking|Wood Chisel]]''' for minor trimming and cutting of wood and other softer materials. * '''Wrenches''' - Add to the basic socket set in List 1 a larger set with multiple handle sizes and a larger range of sockets. Sizes up to 1 1/2" SAE and 38mm metric will cover all but the largest projects. Using two handles with a nut and bolt allows more tightening force. :&emsp;Open or close-ended single piece '''[[w:Wrench|Wrenches]]''' can apply higher forces that would damage a ratchet type handle. Their drawback is having to remove and reposition for each turn in tight spaces. A combination wrench has one open and one closed end. Using the ratchet handle first, then this type for final tightening minimizes the work. :&emsp;'''[[w:Adjustable_spanner|Adjustable Wrenches]]''' have a cylinder to change the jaw opening. Four sizes from 6-12" (15-30cm) should cover most needs '''[[w:Pipe_wrench|Pipe Wrenches]]''' have parallel serrated jaws to better grip large nuts and heavy pipe. These come in a wide range of sizes, but a medium one is enough to start. A '''[[w:Hex_key#Variants|Ball-End Hex Key]]''' can be used at an angle to the screw in hard to reach places. Sizes from 0.05-0.5" and 1.27-10mm in addition to the plain set from list 1 should cover most needs. * '''Pliers ''' - As needed, add '''[[w:Pincers_(tool)|Pincers]]''' and nippers, to grab or cut across the handle rather than along it. They are useful for pulling items like nails, or cutting protruding items flush. To a single locking pliers in the basic set you can add additional sizes and jaw shapes. Other types of pliers can be added in different sizes and lengths. Also add pliers to install and remove '''[[w:Retaining_ring|Retaining Rings]]'''. The rings have different styles and sizes, so you may need a set, or one with replaceable tips. * '''[[w:Bolt_cutter|Bolt Cutter]]''' - For cutting thicker rods or bars than pliers using compound leverage. For even thicker items use a metal hacksaw, angle grinder, or reciprocating saw. * '''Shop Magnets''' - Extension and sweep, for retrieving dropped items and metal cuttings. A strong shop magnet can be used to locate nails and screws in a wall by feel, and so also where the framing is located. A '''[[w:Stud_finder|Stud Finder]]''' is a more advanced device for finding wall posts (studs). ::'''Portable Power Tools''' &emsp;There are many types and sizes of '''[[w:Power_tool|Power Tools]]'''. The portable ones are meant to be moved to the work and used with one or two hands, while stationary ones are larger and have the work brought to them. Most use electric power either from a battery or cord. Batteries allow moving anywhere without worrying about cord length and handling, but they eventually need recharging. Battery packs and chargers add to the cost. Corded tools generally allow higher power levels and longer running time. Most power tools come in a range of quality and power level, measured by Amps or Watts. Which to use depends on the projects you are doing. &emsp;'''[[w:Extension_cord|Extension Cords]]''' allow working farther from a power outlet. Cords should be rated for the highest power tool you expect to use, and for outdoor use if you expect to use them that way. If you are moving around or climbing up, tie an '''[[w:Overhand_knot|Overhand Knot]]''' with the ends of the tool and extension cords before plugging together. This prevents them from pulling apart. * '''[[w:Drill|Electric Drill]] and Accessories''' - One corded drill around 6 Amp power and a standard wood drill '''[[w:Drill_bit|Drill Bit Set]]''' up to the drill chuck size is enough to get started. If you expect to work with metal, there are bits made of stronger materials with a different cutting angle. A '''Drill Gauge''' can help identify the size of a bit. The '''Hammer''' type drill can apply forward impacts to better go through hard materials. Many drills have side handle and depth gauge attachments to for better control. Specialty '''Right Angle Drills''' have the chuck mounted sideways to the grip rather than axially, which allows drilling in smaller spaces. :&emsp;There are many accessories that can fit in a drill chuck. '''[[w:List_of_screw_drives|Driver Bits]]''' can be used in place of screwdrivers and socket wrenches. They are faster but with less control. A driver assortment set is enough to start. Others include sanding, wire, and buffing wheels, countersink, counterbore/spade, expansion, and auger bits for wood, and abrasive stones for metal. For large holes a stationary drill press (see List 8) handles the higher torque better, or use a smaller starter hole then a saw to enlarge it. Various kinds of '''[[w:Drill#Hand-powered|Hand-Powered Drills]]''' still exist, but are mostly used where power is not available, to start a hole, for small spaces, or countersinking. * '''[[w:Circular_saw|Circular Saw]]''' - A hand-held corded type with 7.25 inch (18.5 cm) blade diameter with carbide teeth is the most common to start with. Other size saws and blade types as needed. Cordless (battery powered) types typically use smaller blades. All types rotate the blade at high speed. So what you are cutting should be secured to prevent movement, and a firm grip on the tool with both hands. For accurate cuts, a straight object is clamped to the work, offset by the blade distance from the guide plate edge. * '''[[w:Reciprocating_saw|Reciprocating Saw]]''' with assorted blades - This moves the blade forward and back rather than rotating. Longer blades allow cutting thicker items than a circular saw. Since only the blade is in the cutting area, they can work in tighter spaces than a circular saw. A variety of blades are available for different materials, and in different lengths and stiffness. They are generally less accurate than circular saws, but clamping something to the work to hold the tool against can improve accuracy. * '''[[w:Jigsaw_(tool)|Jigsaw]]''' with assorted blades - This is a type of reciprocating saw where the blade goes vertically through a guide plate. They are most useful making straight or curved cuts in boards or sheet goods * '''[[w:Angle_grinder|Angle Grinder]]''' and '''[[w:Dremel|Rotary Tool]]''' - These use high speed bits for tasks like cutting, grinding, and sanding. They differ in the direction of rotation and size. Angle grinders rotate at a right angle to the tool body, and are generally larger and more powerful. Rotary tools, such as the Dremel brand, rotate in line with the body, similar to electric drills. Compared to electric drills they spin at much higher speeds but with lower torque at the same power. One of either type is enough to get started. * '''[[w:Heat_gun|Heat Gun]]''' - These produce much higher temperatures than hair dryers and should never be used for that purpose. Uses include paint stripping, shrink wrapping, softening plastic for bending, and general heating and melting. Higher temperatures require an oven or furnace, but heat guns are portable and can cover larger areas. ::'''Stationary Equipment</u>''' &emsp;These items should either be fastened in place to use properly, or are too heavy or unwieldy to hand carry while operating. Stationary equipment generally includes both powered and unpowered tools, but the three here are all powered. * '''[[w:Miter_saw|Power Miter Saw]]''' - These perform the same function as a hand backsaw and miter box but are much faster using a powered circular saw blade. Basic versions have a horizontal angle gauge and fence. More advanced ones have blade tilt and slide features, clamps for the material, and projected lines for the cut. A bench, sawhorses, or rollers keep longer and heavier lumber straight and balanced while cutting, and the saw generally has holes for bolting in place. * '''[[w:Bench_grinder|Bench Grinder]]''' - This uses high speed abrasive, wire, or buffing wheels to sharpen, remove material, clean, and polish. They throw cuttings at high speed and can generate sparks, so gloves and face protection should be used. On metal the heat generated can affect the '''[[w:Tempering_(metallurgy)|Temper]]''' and burn hands, so dipping in water periodically can cool the item. :&emsp;'''Wet Grinders''' turn more slowly and apply water to the wheel to avoid overheating. They are typically used for blade sharpening. A '''[[w:Sharpening_jig|Sharpening Jig]]''' holds the tool at the right angle to the abrasive. A 6-8 inch (15-20 cm) bench grinder with abrasive wheels is enough to start with. Bench grinders can be fastened to a workbench, or to a stand if larger items need to be worked on. * '''[[w:Air_compressor|Air Compressor]]''' - This is useful for inflating tires and other items, and also for air tools like nail guns and paint sprayers. A small one light enough to move where needed plus an air hose and attachments kit is enough to start with. ::'''Materials, Parts, and Supplies''' &emsp;Beyond basic supplies already noted, these can mostly be accumulated as needed for current and future projects. We suggest starting with some nail, screw, and bolt/nut/washer assortment sets with different sizes. This avoids making a shopping trip for minor home projects. ::'''Care and Maintenance''' &emsp;'''Building Maintenance''' - Homes and other structures require maintenance to stay functional. Many of the tools and equipment listed above can be used for repair and replacement, in addition to building new items. Some tools are only used to diagnose and fix problems, but not to build new items. These include: * '''[[w:Test_light|Test Lights]]''' - are used to check if an electrical outlet or other device has a voltage (power). They are mostly used for safety, to make sure power is off before doing work, and to see if a non-working device is broken vs. an electrical supply problem. * '''[[w:Plunger|Rubber Plunger]]''' and '''[[w:Plumber's_snake|Snake]]''' - for clearing blockages in household pipes. &emsp;'''Vehicle Maintenance''' - After their homes, the next most important items for many people are their vehicles. This includes passenger cars, light trucks, motorcycles, bi- and tricycles (manual and electric), utility trailers, golf carts, riding mowers, and all-terrain vehicles. Some of the tools above, such as socket wrenches, can be used for maintenance, but a number of more specialized ones are used with vehicles. These include: * '''Tire gauge''' * '''Accessory Tire Inflater''' - A small compressor, often using a 12 Volt car accessory socket. It is mainly intended for vehicle and trailer tires, but can also be used for wheelbarrow, mower, and other small tires. * '''Battery Charger''' * '''Engine Oil, Grease Gun and other lubricants''' * '''Engine Coolant''' * '''Vehicle Cleaning Supplies''' &emsp;'''General Maintenance''' - When damaged, stripped, or frozen fasteners need to be removed, there are several ways to deal with it. Dirt and rust can be removed with brushes and rags, or specialty rust remover fluids. Penetrating spray lubricants and strong wrenches may then be enough to remove them. Many kinds of '''[[w:Screw_extractor|Extractors]]''' are made for removing broken or frozen screws, nuts, and bolts. If the hole is too damaged to reuse, it can be re-threaded with taps and dies, an insert or filler material used to patch it, or a new hole drilled nearby. ==<span style="font-size:x-large; font-family:'Georgia', serif;">4.0 - New Workshops and Expansion Sets</span>== &emsp; ===<span style="font-size:large; font-family:'Georgia', serif;"><u>New Workshops</u></span>=== &emsp; &emsp;List 2 talked about storage and workshop space. Some homes and many apartments don't have enough spare space for the kinds of projects you want to do, especially if you go beyond basic home improvement/do-it-yourself ones. The alternatives are to find or buy existing workshop space in the community, or to build new private or shared space. We discuss the needs and features of workshops first because they have to exist before you can work in them. Simpler ones can be built with the basic items from Section 3. Larger and more complex workshops may need items from Section 8 (below) on construction. When to build a new workshop depends on what you already have available, the need for added space, and outside factors like cost, financing, permits, etc. ::'''Needs and Features''' &emsp;Workshop buildings are one or more suitable existing structures, or purpose-built new ones added to a property. The property may already have living space, or be commercial, industrial, or bare land. Workshops can be additions attached to an existing building, or detached free-standing structures. Their size, location, and features depend on what kind of projects are intended. When planning them, you should consider future growth in addition to current needs. This can be handled by over-sizing a structure, planning for additions and extensions to it, or adding additional separate structures. &emsp;There are a number of reasons for a separate workshop. These include: * Outgrowing existing home space * Excessive noise, dust, debris, and fumes * Extra power and light requirements * Better access for vehicles and moving large items &emsp;Workshops can be specific to one type of craft or activity or more generalized. Some suggested design features include: * Sufficient windows or skylights for natural lighting, and added artificial lights where needed. * Large doors for materials and product delivery. * Sprinklers and fire extinguishers for fire protection. * A strong enough floor for heavy machinery and storage, or deep footings where needed. If there are upper floors, the heavier items should be on the lower floors. Stairs and lifting devices can ease moving items between floors, and the whole structure has to support the total weight. * Enough storage area for materials, parts, and supplies, and for equipment not currently being used. * Enough electric power for all equipment, preferably routed through ceiling drops or wall channels, for flexibility and to avoid trip hazards from cords. * A water supply for clean-up. * A first aid station. * A separate office area to keep out dust and dirt, with desk, drawing table, files for record-keeping, etc. &emsp;The contents of a workshop can be grouped into general items used across multiple activities, and those specific to a particular one. The layout should consider your workflows. In general, work starts with delivery of supplies, materials, and parts. Materials are then converted to finished parts, finishes applied, and assembled into completed items. Unless the completed items are to be used in the shop, the last step is delivery. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>Expansion Sets</u></span>=== &emsp; &emsp;Sections 5.0 to 8.0 include a series of expansion set lists for items beyond the basic ones in Section 3.0. The added equipment may fit in space you already have at first, and outgrow it later. The lists are grouped into four categories: Small Indoor, Large Indoor, Outdoor, and Construction. Each list is specialized according to types of projects and materials. The expansion sets are not in a required order where earlier lists are needed before later ones. They are a set of mostly independent choices, depending on your interests and what you want to do. An exception is List 17 - General Construction, which has items used by multiple construction trades listed separately afterwards. &emsp;Most specialized projects will need some or all of the basic items from Sectopm 3.0. We try to list items where they are most likely to be needed, but some items can be shared across different project types. So you may want to review the items in related lists. Within each list the general order is from hand to power and larger tools. We try to note accessories that go with a particular tool or machine. We also try to note reference sources, and materials, parts, and supplies needed for the project type. At present the later lists are less complete than the basic ones. ==<span style="font-size:x-large; font-family:'Georgia', serif;">5.0 - Small Indoor Projects</span>== &emsp; &emsp;Small indoor projects can be for personal enjoyment, creative expression, or to make useful items for personal use or sale. These are crafts and projects that can begin in temporary space like a desk or dining table, or in dedicated space of less than a room in existing living areas. They include light arts and crafts, printing and digital media, fabrics and leather work, jewelry, and electronics. They can mostly start with ordinary room lighting and electric power, perhaps with extra light in the work area. Serious hobby or small business production can grow beyond such workspace and have special needs. Section 4.0 covers new workshops for this. &emsp;We don't cover every possible activity and project, just some of the more common ones. Wikipedia's '''[[w:Outline_of_crafts|Outline of Crafts]]''', '''[[w:Handicraft|Handicraft]]''', and '''[[w:Fine_art|Fine Art]]''' articles list many of these other subjects. See also '''[https://www.smooth-on.com/applications/ Smooth-On's website]''' for additional categories, and the '''[https://www.dickblick.com/ Blick]''' website for types of tools and supplies. For ones not covered here you will need to find some reference books, printed articles, or websites that cover what is needed to get started. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 3 - Light Arts & Crafts</u></span>=== &emsp; &emsp;Light arts and crafts involve creative expressions that don't require much power, space, or stationary equipment to start. Examples are '''[[w:Drawing|Drawing]]''' and art painting, where all the tools and supplies can be hand-carried to work on location rather than at home. &emsp;'''[[w:Painting|Artistic Painting]]''' is distinguished from the general use of '''[[w:Paint|Paints]]''' for coloring or protection, as in room walls and automobile bodies. General paints can be used artistically, but usually artist's paints are specialized types in smaller amounts. Modern paintings are usually portable on a surface like framed canvas or wood panels. Fixed paintings are sometimes done on building interiors and exteriors. Historically some sculptures were painted to make them look more lifelike. Almost any surface that paint or ink will adhere to or be implanted in can be used. &emsp;'''Artistic or Decorative Printing''' includes '''[[w:Linocut|Linocut]]''' and '''[[w:Woodblock_printing|Woodcut]]''' on fabric or paper. '''[[w:Papier-mâché|Papier-mâché]]''' uses paper or pulp, fabric reinforcement if needed, and glue, starch, or wallpaper paste. '''[[w:Mixed_media|Mixed Media]]''' are assemblages, collages, and sculpures using more than one type of material or '''[[w:List_of_art_media|Art Medium]]'''. In addition to some basic tools from prior lists, arts and craft tools can include: ::'''Hand Tools''' * '''Craft Scissors''' * '''[[w:Brush|Brushes]]''' - Art, foam, craft and general paint types. * '''Single Hole Punch''' * '''Crafting Needles''' - Including '''[[w:Crochet_hook|Crochet]]''', '''[[w:Knitting_needle|Knitting]]''', and '''[[w:Sewing_needle|Hand Sewing]]''' types, ::'''Work Area Items''' * '''Work Table and Storage''' - These can be existing household items or dedicated for arts and craft work. * '''Art Furniture''' - '''[[w:Easel|Easel]]''', drawing boards, portfolios, carrying cases, and folding tables and chairs for working in a studio or on location. * '''Surface Protection''' - Newspaper, old bedsheets, dropcloths, plastic tablecloths, or plastic sheeting. * '''Work Clothes''' - For messy arts and crafts such as an apron, smock, or old large shirt. * '''Storage containers and Organizers''' - for storing and mixing the variety of tools and materials. These can be purpose-made, or reused egg cartons, empty boxes, clean cans, jars, and small plastic containers. ::'''Power Tools''' * '''Hot-Melt Glue Gun''' - uses sticks of glue and heat to melt them. * '''Small Oven''' - such as a kitchen toaster oven. For heating or melting small items. ::'''Materials, Parts, and Supplies''' * '''Drawing''' - colored crayons, chalk, markers, pens, and pencils, drawing paper, pads and sketch books. * '''Artist's Paints''' - includes oil paints, pastels, watercolors, tempera, acrylics and enamels. * '''Art Printing''' - ink pad, sponge, brayer, rubber stamps, printing ink, wood blocks, linoleum. * '''Disposable containers''' - for weighing and mixing powders and liquids, and casting low-temperature resins. * '''Disposable stirrers''' - for paint, resin, etc. These can be bought, leftover plastic utensils, or scrap items. * '''Aluminum foil''' - to protect surfaces, and liners and containers for items needing oven heating. * '''Plastic''' - sheets, tubes and blocks from materials like acrylic and high-density polyethylene. * '''Casting Materials''' - Plaster of Paris, resins, etc. &emsp;Mixed media can use any found items, but some basic supplies include: * '''Fasteners & Adhesives''' - White, decoupage, fabric and wood glues. Glue sticks, painter's tape, thumbtacks, and hardware fasteners like brads, or nails. * '''Textiles''' - Yarn, craft felt, fabric scraps, thread, embroidery floss, muslin, burlap, and wool felt. * '''Sculptural Materials:''' - Salt and bread doughs. Modeling, polymer, and air dry clays. Craft foam and foam rubber. Chenille stems (pipr cleaners), toothpicks, straws, and craft/popsicle sticks. Scrap, found, and shaped wood pieces. Floral and coiled metal wire of various diameters, and larger metal pieces. * '''String, Bead and Knotwork''' - Cord, string, artificial sinew, fishing line, and thread. Pony, wood, glass, plastic, and metallic beads. * '''Decorations''' - such as glitter, pom poms, feathers, cotton balls, googly eyes, and sequins. * '''Papers''' - Copy, colored construction, wax, colored tissue, bath and "bleeding" tissue, freezer, crepe, and newsprint (blank or printed). Paper napkins, towels, and bags. Contact (adhesive-backed) paper, clear or colored. Card stock, flat and corrugated cardboard. Roll white, brown, and tracing paper. * '''Reused Items''' - such as magazines, junk mail, netting from produce bags, bubble wrap, packaging peanuts. * '''Natural Materials''' - such as leaves, sticks, small rocks, acorns & nuts, pine cones, flowers, and seeds & seed pods. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 4 - Printing and Digital Media</u></span>=== &emsp; &emsp;Artistic printing is typically single or small numbers of items. '''[[w:Printing|Production Printing]]''' is a technology for mass reproduction and distribution of text and images for business, education, and entertainment. It has a long history of making physical copies like books and newspapers. Writing and drawing by hand can be done with very simple tools and materials. But printing in quantity needs specialized equipment for paper, fabric, photographs, and lithographs. &emsp;Today '''[[w:Electronic_media|Media]]''' of all types are increasingly produced, stored, and distributed by digital electronic methods. In addition to making text and drawings, digital media includes capturing photographs, sound, and video. It also includes creating digital content wholly electronically. New creations and recordings can be made, combined, and edited with a variety of suitable computers and software. These include stationary and portable computers, tablets, and smartphone. Additional input and output devices are often used with them, and the completed items distributed by communication networks or physical media. &emsp;Depending on the type of printing or digital media projects you want to do, you may need any of the following to get started: * '''Basic Working Space''' - including furniture and general tools from lists 1 and 2 for setup. * '''Basic Content Creation''' - this includes technical drawing and basic computing equipment and software from List 2 for text and illustrations, and light arts and crafts items from List 3 for artistic creations. A basic computing device generally includes some storage, display, keyboard and mouse, and speaker. These can be merged into a single device, such as laptops and smartphones, or separate components for desktop systems. They also generally have a network connection - wired, wireless, or both. ::'''Computers and Peripherals''' * '''Upgraded Computer(s)''' - High-end media creation, editing, and display may need better computers. This is generally set by the needs of the software and peripherals you will be working with. For example, if you are doing digital photography, you need enough storage for all the pictures you are editing and saving. Rendering high-end 3D graphics may require a corresponding graphics card, or even a dedicated computer for the task. If more than one person is working, you will need multiple computers. * '''Upgraded Input Devices''' - This includes special keyboards, mouse, joysticks, and touch-sensitive tablets. * '''Upgraded Displays''' - Some work benefits from larger, multiple, or higher quality displays. * '''Upgraded Audio''' - This can include higher quality and quantity of speakers, microphones, multichannel audio output, and headsets. * '''External or Networked Storage''' - * '''Scanners and Printers''' - These range from basic office types to large format versions. Multifunction units can do both scanning and printing. * '''[[w:Digital_camera|Digital Camera]]''' for photography and video production. A dedicated digital cameras, with accessories like tripods, lights, and microphones, can produce better results than smartphones or webcams. They have larger lenses and sensors, and more adjustments for focus, zoom, exposure time, etc. Higher-end cameras have interchangeable lenses for different purposes. ::'''Other Print Media''' &emsp;This includes printing on with other materials or processes besides paper, such as fabric, photographic prints, and lithographs. * '''Screen Printing Press''' - 4-Color, with accessories and supplies ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 5 - Fabric and Leather Work</u></span>=== &emsp; &emsp;'''[[w:Textile|Textiles]]''' are fibers commonly used to make '''[[w:Woven_fabric|Woven Fabrics]]'''. '''[[w:Sewing|Sewing]]''' and related processes then turn fabric into creative and useful items such as clothing, drapery, and bedding. '''[[w:Leather|Leather]]''' is animal skin treated to prevent decay. In some cases it can be sewn and used like fabric. But the thickness, stiffness, and strength of leather often requires different tools, and it gets used for different kinds of items. &emsp;'''[[w:Pattern_(sewing)|Patterns]]''' are full-size drawings fastened or traced onto the material as a cutting guide. They are often purchased, but custom patterns made to fit a particular body or project, or scaled-up patterns from books and other sources can be self-made. You can use wide paper rolls or inexpensive cloth to make patterns. The latter can be test-fit on the wearer before cutting more expensive material, or used multiple times since cloth is more durable than paper patterns. &emsp;Custom patterns for complex shapes like feet can be made by wrapping plastic wrap or bags around them, then wrapping flexible tape around the plastic. Seam lines are then marked on the tape, and the pieces carefully cut off the body and flattened. Patterns made this way need to have seam margins added to them. ::'''Hand Tools''' * '''Sewing Kit''' - While all the items can be bought separately, it is convenient to get all of them at once to start, and kits are typically not very expensive. It can include any or all of the following: storage for all the items, spools of thread in various colors and thickness, scissors, spare buttons, spring clips and dressmaker's pins for holding fabric together. Hand sewing needles of various sizes, machine bobbins, safety pins, crochet hook, magnifier, tip and ring thimbles, pin cushion, and a measuring tape. * '''Cloth Measuring Tape''' - A flexible cloth or plastic ruler without a case. This was included in List 1, but if you don't have it yet, get one at least 60 inches (150cm) long for measuring body dimensions, and another up to 144 inches (360cm or 4 yards) for measuring uncut fabric and large sewn items like drapery. * '''Tailor's Chalk or Soapstone''' - For temporary marking on fabric. * '''Dressmaker's Shears''' - These are very sharp scissors with an offset handle that leaves the fabric flat while cutting. They should not be used for other purposes. * '''Thread Snips''' - Small pointed, and usually spring loaded, scissors for cutting thread and trimming fabric. The small size allows reaching into tight spaces after sewing. * '''[[w:Seam_ripper|Seam Ripper]]''' - A tool with a razor-edged hook for cutting sewn stitches without tearing the fabric. * '''Rotary Cutter Set and Mat''' - This uses a razor edged wheel rather than scissors action to cut material. A set includes replacement wheels with different shaped edges. A soft mat protects the table surface while allowing the blade to penetrate through. * '''[[w:Tailor's_ham|Tailor's Ham]]''' - A tightly stuffed pillow for pinning and ironing curved areas of fabric. ::'''Stationary Equipment''' * '''[[w:Sewing_table|Sewing Table]]''' - This can be any kind of table to start with, to support a sewing machine or fabric being hand cut and sewn. Custom tables inset a sewing machine bed level with the rest of the surface. This makes sliding the material easier. For larger and heavier material, a machine set perpendicular to a longer table eases movement. Custom tables can also have storage for accessories and tools or fold up to save space when not in use. * '''[[w:Sewing_machine|Sewing Machine]]''' - with accessories. A light domestic electric machine with at least straight and zig-zag stitches is enough for basic household sewing, like clothing and drapery. Modern ones can have many other stitches and accessories, and electronic features for semi-automatic tasks. A "foot" is what holds the fabric down while the needle passes through it. A basic one comes with the machine, but specialized ones either come with it or can be bought afterwards. :&emsp;A heavy-duty machine has a stronger frame and motor to sew thicker materials. Industrial machines are faster for production work and have more clearance between needle and frame, but typically fewer stitch types. Domestic machines typically feed one or two threads from a spool above, and another from a bobbin beneath, so a set of bobbins of the correct type are needed if they did not come with the machine. Sewing machines also use specialized needles of different diameters, which should be added if not included. The following specialized machines are not needed to start with, but added as needed: * '''[[w:Overlock|Overlock Machines]]''' - (Sergers) are used for edging, hemming, and seaming using multiple threads at once, needing fewer steps to finish a task. * '''[[w:Machine_embroidery|Embroidery Machines]]''' - add stitched threads to underlying fabric for decoration rather than construction and edging of basic sewing. Patterns can be formed by hand or with electronic control, beyond the mechanically formed fancy stitches. * '''Washing and Drying Machines''' - Some fabrics need pre-washing to remove residual dyes, avoid later shrinkage, or removing sizing applied to the fabric. Some dyeing can also be done in a washing machine. Most people already have such machines or access to commercial ones. * '''[[w:Ironing|Ironing Station]]''' - This includes a heat-resistant surface, usually cloth covered, and a heated '''[[w:Clothes_iron|Clothes Iron]]''' to remove wrinkles and flatten fabric or finished items. Pressing cloths are used between the iron and item to protect from excess heat. ::'''Leather Tools and Machines''' &emsp;Sewing leather requires heavy duty or specialized tools and machines. '''[[w:Leather_crafting|Leather Crafting]]''' involves other processes like dying, painting, carving, stamping, and molding, and uses a different set of mostly hand tools. The production of leather from skins and hides uses yet another set of tools and processes. ::'''Materials, Parts, and Supplies''' * '''Fabric''' - cotton, synthetic, upholstery * '''Leather''' * '''Thread''' * '''[[w:Notions_(sewing)|Notions]]''' - refers to small items and accessories besides fabric, leather, and thread, which end up in finished articles. Examples include buttons, clasps, zippers, hooks, eyelets, and laces. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 6 - Jewelry Work</u></span>=== &emsp; &emsp;'''[[w:Jewellery|Jewelry]]''' is decorative wear, often made from high value materials. Creating it often involves small-scale '''[[w:Metalworking|Metalworking]]''' and '''[[w:Lapidary|Lapidary]]''', but can use a variety of other techniques. At a beginner level items would mostly be assembled from parts. More advanced projects involve making the parts before assembly. &emsp;Jewelers use basic items from Section 3.0 like measuring tools, some kind of workbench with a vise, small clamps and clips, needle files, and abrasive/polishing supplies. To those, add the following as needed: ::'''Hand Tools''' * '''Ring Sizers''' - A set of measured rings for fingers and a marked tapered rod for the rings themselves. * '''Magnifiers''' - Since jewelry work is typically small, these are very helpful. One useful type is an articulated lamp with a built-in lens. * '''[[w:Helping_hand_(tool)|Helping Hand]]''' - A base with jointed arms and clips or end clamps, and often a magnifier. It allows positioning an item at any angle, leaving both hands free to work with. * '''Bench Pin''' - A protruding hardwood pin with at least a narrow "V" slot, and optional other holes and indents, that is clamped to a workbench. It supports items while sawing or otherwise being worked on. Pins can be bought, but as sawing often damages them, they can be easily made to suit and replaced as needed using basic tools. * '''[[w:Piercing_saw|Piercing or Jeweler's Saw]]''' - A small coping saw 2-8 inches (50-200mm) in size with adjustable frame length. It uses very fine blades that often break, so shorter lengths can reuse broken pieces. A pack of blades of various fineness should be added if not supplied with the saw. * '''Jeweler's Anvil''' - A small anvil with round and flat horns. * '''Small-Jaw Pliers''' - If you don't already have them, a set with very small jaws for fine work, in assorted shapes. * '''Small Forming Hammers''' - A set of polished hammers around 5 ounces (150 grams) with various head shapes. For very fine work add a set of "micro" hammers around 2 ounces (60 grams) * '''Soft Hammer''' - A light hammer with rubber and plastic heads, which is less likely to leave marks on the work. * '''[[w:Planishing|Planishing Stakes]]''' and '''[[w:Swage_block|Swage Blocks]]''' - for hammering outside and inside compound curves. These are the same tools as used in blacksmithing (List 10), just smaller and working cold rather than hot metal. The process is also known as '''[[w:Sinking_(metalworking)|Sinking]]''', doming, dishing, or dapping. * '''[[w:Mandrel|Mandrels]]''' - Metal rods held by a vise or base block. Tapered ones are used for sizing and shaping items like rings and bracelets. Straight ones are used to support hollow or curved pieces being worked on. A set of various diameters and shapes (round, oval, triangular, square, etc.) can be accumulated as needed. Plain steel bars and rods can be used to start with. * '''[[w:Wire_drawing|Wire Drawing Plate]]''' - has a series of sized holes for reducing soft wire diameter by pulling it through with lubrication. Depending on wire diameter it may require mechanical leverage to get enough pulling force. * '''[[w:Engraving|Hand or Power Engravers]]''' - cut grooves into a hard surface for decoration or lettering. * '''Small metal shear''' * '''Body Forms''' - These are in the shape of complex parts of the body like head, neck and shoulders, hands, and feet. They are used to lay out and hang jewelry while being designed and fitted. ::'''Power Tools''' * '''Rotary Tool''' - with accessory bits, if you don't already have one. A stand to hold the tool steady is useful for fine work. A flexible shaft is also useful to reach small spaces and is lighter than holding the motor section. * '''Soldering equipment''' * '''Buffing station''' * '''Small Oven and Annealing Pans''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 7 - Electronics</u></span>=== &emsp; &emsp;'''[[w:Electronics|Electronics]]''' is distinguished from List 21 - Electrical Work, which is mostly done during construction and remodeling, and is mostly to supply power for lighting, electrical outlets, and fixed appliances. Electronics involves more complex active devices rather than than simple passive ones like on/off switches. In addition to basic tools from Section 3.0, add the following, or another set for electronics work: ::'''Hand Tools''' * '''Precision Screwdrivers''' * '''[[w:Wire_stripper|Wire Stripper]]''' - is designed to cut the insulation from various gauge (diameter) wires without cutting the wire itself. They usually have built-in cutters to then trim the wire itself to length. * '''Pliers''' - Smaller Diagonal and long nose * '''Precision Tweezers''' * '''Magnifiers''' - Electronic components are often small, so an Eye Loupe (a head-mounted magnifier) or an articulated lens with built-in light is useful. ::'''Portable Power Tools''' * '''[[w:Soldering_iron|Soldering Iron]]''' - with assorted tips and sponges. * '''Digital Multimeter''' ::'''Stationary Equipment''' &emsp;Electronics projects benefit from a dedicated '''Work station'''. This typically includes a Work Table with a heat-resistant surface, Fume Fan, Universal Vise with standard and circuit board jaws, Third Hand, Test Leads, and a magnifier light. Additional items can include: * '''Digital Microscope''' * '''DC Power Supply''' * '''Oscilloscope/Signal Analyzer''' * '''Function Generator''' * '''Flash Memory - programmer and debugger''' * '''Computer''' - for communications to and from the electronic device, recording, analysis, and design. ::'''Parts, Materials, and Supplies''' &emsp;Electronics is notable for the wide variety of parts available and used. To start with some basic items like wire and resistor assortments can be stocked, but the rest should probably be bought as needed for projects. * '''Discrete Components''' - Assorted Resistors, Capacitors, Choke Coils, Diodes, Transistors, Motor Drivers, Voltage Regulators, Amplifiers, Light-Emitting Diodes (LEDs), Photodetectors * '''Other Components''' - LCD Displays, Speakers, Microphones, Temperature Sensor, Hall Effect, Accelerometers, Microcontrollers, Frequency Crystals, Radios, Magnets, Buttons & Switches, Headers, Assorted Jacks & Plugs, Ribbon Connectors, Screw Terminals, Battery Holders, USB cables and connectors, Ethernet cables and connectors, Transducers, Small DC Motors and Digital Servos, Power Supplies * '''Wire''' - General Electrical: single, pair, and grounded types, solder wire, magnet wire, shape memory * '''Circuit Board substrates''' * '''Other Supplies''' - Antistatic Bags, Heat Shrink Tubing, Desoldering Braid, Cable Ties, Rubber sheet/feet ==<span style="font-size:x-large; font-family:'Georgia', serif;">6.0 - Large Indoor Projects</span>== &emsp; &emsp;This section covers activities that typically need larger or more dedicated indoor space, extra power or other special features, and often result in more practical and useful finished items. We include woodworking, basic metal fabrication, projects that require high temperatures, and machine shop work. There is some overlap in tools and equipment used, but each of these has some unique items and workshop needs. &emsp;Typical home workshop spaces include a garage, basement, or freestanding building. More advanced community production may require dedicated property. This is partly from needing larger shop furniture, stationary machines, materials storage space, and the size of the items being made. Additional requirements like more power, heavy weights, and heat resistance can make regular living space unsuited. These lists assume you have most or all of the equipment from the basic sets in Section 3.0. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 8 - Woodworking</u></span>=== &emsp; &emsp;Since other animals use wood for tools, they are likely the oldest tools of our ancestors. Many human artifacts, like houses and furniture, are primarily made from it. So some tools for basic '''[[w:Woodworking|Woodworking]]''' were already included in the lists in Section 3.0. Additional tools from this list can be added as needed for projects. Growing trees ('''[[w:Forestry|Forestry]]'''), converting them to lumber ('''[[w:Logging|Logging]]''' and '''[[w:Sawmill|Sawmills]]'''), and woodwork for buildings ('''[[w:Carpentry|Carpentry]]''') are specialized enough to cover in other lists. This one covers hobbyist and small business projects made and used mostly indoors, like furniture, cabinetry, and smaller items. &emsp;Prior to the 20th Century, all woodworking was done manually or with some assistance from water and wind power. Since then electricity and compressed air have greatly increased the speed and power of tools. Some woodworkers prefer using hand tools - they are quieter and you can more directly feel what is happening to the wood. Power tool users still need some hand tools to avoid damage, precise finishing, or getting into small spaces. Power and stationary tools generally need more workshop space and cost more. So it is a matter of choice, budget, and working space for which ones to use. ::'''Reference Material''' &emsp;If you are new to woodworking, the '''[https://archive.org/details/texts?query=Woodworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22&sort=-date Internet Archive]''' has over 400 general books on the subject which are available to download or borrow for two weeks at a time. This list is sorted newest first. Books prior to 1950 will tend to focus more on hand tools, because modern power tools were not as common or too expensive for individual use. You can enter more specialized search terms on that site to find more books. &emsp;A general '''[https://www.youtube.com/ YouTube]''' search for "woodworking" brings up many results, but you are better off searching for more specific subjects. A single video is not long enough to cover all of woodworking. For beginners, we suggest a search term like "beginning woodworking series" to find ones that give a general introduction across several videos. An example is '''[https://www.youtube.com/playlist?list=PLRWjFTaHniqMVryvDAQ3771MO6_QQRYXN Start Woodworking]''', with 13 videos taking about 8 hours, which you can watch a little at a time. ::'''Materials, Parts, and Supplies''' &emsp;Woodworking obviously requires wood to work with. It comes mainly from '''[[w:Tree|Trees]]''' and some large plants like '''[[w:Bamboo|Bamboo]]'''. Wood properties vary widely depending on the species, growing conditions, and other factors, making every piece unique. So certain kinds of wood and particular pieces are better suited than others in a given project. There are artificial products like '''[[w:Plywood|Plywood]]''' and '''[[w:Composite_lumber|Composite Lumber]]''' partially made of wood, and some non-wood materials can be worked on with the same tools. This sometimes requires requires different bits or blades. &emsp;Commercial lumber is grown and processed into grades of similar type, suited for a category of projects. When buying, you should inspect and select individual pieces. For bulk amounts, you should expect some loss from defects, warp, etc. A knot or split may make a board unsuitable at full length, but you can cut off the bad part and use the remainder as a smaller piece. &emsp;Other materials, parts, and supplies used in woodworking include a wide variety of fasteners, hardware, glue, finishes, and abrasives. Home improvement and hardware stores will stock many of these, and specialty items can be bought from other suppliers. An assortment of nails, screws, and a bottle of '''[[w:Wood_glue|Wood Glue]]''' are enough to get started. ::'''Hand Tools''' * '''[[w:Marking_gauge|Marking Gauges]]''' - Have an adjustable fence and single or dual points or knives, for scribing lines parallel to an edge. The '''[[w:Mortise_gauge|Mortise]]''' type marks both sides of a mortise and tenon joint at once so the two parts will fit exactly. * '''More Clamps''' - Woodworkers say "you can never have too many clamps". They are used to hold items in place while being shaped, groups of items that need identical cuts or smoothing, drilling aligned holes, and while gluing pieces together. Types include bar, screw, pipe, locking, spring, rigid C-shape, corner, strap, hose, and others. Since there are so many kinds, we suggest accumulating them a few at a time from used sources or bought as-needed for a project. :&emsp;Clamps can also be self-made by (1) taking any length of lumber, fastening two or more blocks to it, then driving a pair of wedges to tighten, (2) wrapping cord around the item, and driving one or more wedges between cords and wood, (3) using a loop of cord and twisting it with a stick to tighten, or (4) placing the item on the floor or a table and placing heavy objects on top. * '''[[w:Chisel#Woodworking|Woodworking Chisels]]''' have a sharp edge at the end of the blade beveled 25 degrees on one side. They are either pushed by hand or hit with a '''[[w:Mallet|Mallet]]''', typically wooden so as not to damage the tool handle. A simple mallet can be made from a tree branch the diameter of the head, with the handle portion trimmed down to size. Get either square edge or beveled wood chisels in several widths to 1 inch (25mm) or so to start with. There are a number of other types, like the mortise chisel for cutting grooves, which can be added as needed. :&emsp;'''[[w:Adze|Adzes]]''' are specialty tools with curved blades and a chisel edge. They are swung to rough out a shape. Long-handled ones are used standing on or next to the work. Smaller ones are used on bowls and other interior curves. * '''[[w:Plane_(tool)|Hand Planes]]''' - have wide chisel blades that slightly protrude through a flat base so as to take thin shavings, with one or two handles. The blade is positioned so as to preferentially cut high spots in the wood, enabling flattening it. There are a wide variety of shapes and sizes for different purposes. The '''[[w:Scrub_plane|Scrub]]''', '''[[w:Block_plane|Block]]''', '''[[w:Jack_plane|Jack]]''', and '''[[w:Jointer_plane|Jointer]]''' types are for flat surfaces. The '''[[w:Rebate_plane|Rabbet/Rebate]]''' type is for cutting grooves or recesses, while circular planes have a curved rather than flat base for working curved surfaces. The combination plane has an adjustable frame for accepting different widths or sets of cutters. A few sizes of flat planes are enough to start. * '''[[w:Drawknife|Drawknife]]''' and '''[[w:Spokeshave|Spokeshave]]''' - These are two-handled tools used on the pull stroke, generally for shaping round pieces. The first has a wide, unprotected blade for removing bark and large shavings. The second has a smaller blade extending a variable amount from the body for finishing work. The blades may be straight or curved. One of each type is enough to start. [[File:Carving_tools_2.jpg|thumb|right|640x380px|Figure 5.5-11 - Woodcarving tools and mallet.]] * '''[[w:Wood_carving#Tools|Carving Tools]]''' - These are used for more intricate wood shaping than the ones previously mentioned. Depending on blade size and accuracy they can be driven by hand or a mallet (Figure 5.5-11). The carving knife has a short lengthwise blade, while gouges are sharpened crosswise, with longer blades that are either curved, hooked, or V-shaped. A set assorted shapes can be used to start. * '''[[w:Card_scraper|Cabinet (Card) Scrapers]]''' - Used with a '''[[w:Burnisher|Burnisher]]''' to create a sharp burr for scraping a fine surface on hard or difficult grained wood. * '''[[w:Wood_finishing|Wood Finishing]]''' - Sandpaper and sanding blocks are in List 1 above, but additional grain sizes and different backings like cloth are useful. Once the wood pieces or assembled item is the final shape, there are many finishing methods for appearance or to protect it. Tools like brushes and cloth pads can be used to spread the finish and remove excess. Applying finishes can be messy and involve toxic solvents and media. Workshop dust can contaminate the finish before it dries. So a separate finishing area with ventilation, drop cloths, and personal protection like gloves and filter masks are desirable. ::'''Portable Power Tools''' &emsp;Modern portable tools can use a power cord or batteries, with the choice depending on convenience, power level, and running time. List 2 included some basic portable power tools. Additional ones include: * '''[[w:Router_(woodworking)|Routers]]''' - The portable type has a fixed base and uses a variety of bit sizes and shapes, for cutting wood and other materials. If the router did not come with them, you should get at least a basic set of bits. The '''Plunge Router''' has a spring between motor and base, allowing vertical bit movement while working. * '''[[w:Sander|Sanders]]''' - There are many types of power sanding devices, both portable and stationary, which work faster than hand sanding. Some sanding accessories be mounted on other tool types like electric drills or bench grinders. The portable Belt, Detail, and Orbital types belts and disks with different grain fineness. One palm or belt sander with a assorted abrasives is enough to start. * '''Hand Planer''' - Uses a rotating cutting blade to flatten surfaces similar to hand planes. * '''[[w:Dowel|Dowel]]''' and [[w:Pocket-hole_joinery|Pocket Hole Jigs]]''' - Accessories used with an electric drill to accurately position holes. ::'''Stationary Equipment''' &emsp;These larger machines can work faster and more accurately by using built-in or accessory guides. The built-in table or work surface can be enlarged with extension tables, and side supports like sawhorses and rollers can be used to stabilize larger wood pieces. * '''[[w:Table_saw|Table Saw]]''' - A circular saw blade and motor mounted under a table, with adjustments to height and tilt. They generally have fences and other accessories to control the movement of the item past the blade. Compared to the portable circular saw in List 2 they are generally more powerful with a larger depth of cut, and easier to set up for repetitive cuts on multiple parts. A bench-top version may be enough for lighter projects, but should be secured while in use. Larger versions have a stand or cabinet. Different blades are available depending on what is being cut. * '''[[w:Jointer|Jointer]]''' - is similar to the power hand planer in having a rotating blade, except it is below the wood, and the wood moves rather than the tool. A fence is used to guide the wood, and some can be set at other angles than perpendicular. * '''Thickness Planer''' - Pulls a board with rollers between a flat table and rotating knives. It produces boards with flat and parallel surfaces. If you don't have a jointer to produce one flat surface, you can use a flat sled with the board shimmed and hot-glued to it to flatten one side with shallow cuts. * '''Sanders''' - Stationary sanders use a variety of abrasive belts, disks, cylinders, and drums. Some types will feed the work through the machine, but most require manually moving the work to the abrasive surface. A medium combination belt and disk sander is a good starting point. * '''[[w:Bandsaw|Bandsaws]]''' - use a loop of metal with teeth as the blade, running over two or more motor-driven wheels. They come in a variety of sizes from bench-top to floor-mounted, with different width and height capacity and motor power. Different blades are available for various cutting tasks. [[File:Holzdrechsel.jpg|thumb|right|640x425px|Figure 5.5-12 - Woodturning lathe.]] * '''[[w:Woodturning|Woodturning Lathe and Accessories]]''' - Turning makes symmetrical wood shapes mainly using a wood lathe (Figure 5.5-12) and long-handled chisels, gouges, and scrapers. Various holding devices are used with the lathe, according to the size and shape of the item being turned. Finishing operations like sanding can also be done while the piece is still mounted. * '''[[w:Scroll_saw|Scroll Saw]]''' - A reciprocating saw with a vertical narrow blade in tension, capable of cutting intricate curves. Get a set of assorted blades if not provided. * '''[[w:Drill#Drill_press|Drill Press]]''' - This is an electric drill mounted to a column and base, with an adjustable table. Compared to a portable drill they are more powerful and accurate. There are many sizes and variations, with the chuck axis-to-column distance being a key measurement since it sets the maximum distance a hole can be from the edge of a part. :&emsp;A very basic '''Drill Stand''' mounts a portable drill vertically, but this is only suitable for light work. An 8 inch (200mm) bench-top press is a better starting point. The frame is more rigid and the drive belt lowers speed and increases torque for a given motor. Smaller machines should be clamped or bolted to a stable surface. Larger versions are floor-mounted, and some can move and tilt the drill head for better access. * '''[[w:Router_table_(woodworking)|Router Table]]''' - This mounts a portable router, usually below the table surface, or can be a dedicated machine. Typically it has guide fences, and allows moving the wood through rather than moving the tool. This helps with doing multiple pieces of the same kind. * '''[[w:CNC_wood_router|CNC Wood Router]]''' - uses motors to move the cutting tool along defined axes, under computer control. This is useful for doing complex or repetitive patterns. The table can be any size, but ones large enough to cut quarter, half, or full sheets of plywood are common. * '''[[w:Dust_collector|Dust Collection System]]''' - A simple version is a wet/dry '''[[w:Vacuum_cleaner#Wet/dry|Shop Vacuum]]''' on wheels which is brought to whatever machine is being used. The machines may have fittings installed for the vacuum's hose. A more advanced version has pipes installed around the workshop that lead to a larger stationary vacuum system that has a separator for dust and larger chips. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 9 - Metal Fabrication</u></span>=== &emsp; &emsp;This list covers basic metal fabrication, This type of '''[[w:Metalworking|Metalworking]]''' involves forming, cutting, and joining thinner metal pieces where high accuracy is not required. Larger and thicker pieces require heating to shape or cast. Ceramics also require high temperatures, so we group them with blacksmithing and foundry work into List 10 (Hot Work). Machine Shop Work (List 11) can produce highly accurate finished parts, but needs a different set of equipment than the ones here. A given project may need some equipment from all three lists. Basic metal work needs many or all of the basic equipment from Section 3.0, such as workbenches and vises. ::'''Reference Material''' &emsp;The '''[https://archive.org/details/texts?query=Metalworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22 Internet Archive]''' lists about 50 general books on metalworking which can be downloaded or borrowed for 14 days. You can find additional works using more specific search words like "welding" or "sheet metal", then selecting for "Always Available" and "Borrow for 14 days". Other types of reference and training sources, like paper books, instructional videos, and classes are also available. ::'''Materials, Parts, and Supplies''' &emsp;'''[[w:Metal|Metal]]''' is of course required for metalwork. By far the most common type is '''[[w:Steel|Steel]]''', which is iron with a little carbon added, and optionally other elements to make a particular '''[[w:Alloy|Alloy]]'''. Scrap and auto salvage yards, recycling stations, and discarded appliances are cheap sources for basic metals. Auto and other types of repair shops may have scrap bins. Retailers like home improvement, hardware, and online stores stock some metal and fasteners. Dedicated metal and industrial suppliers have larger selections and can be found in most cities. Other items besides metal stock include: * '''[[w:Arc_welding#Consumable_electrode_methods|Consumable Electrodes]]''' - These are rods or wire used to fill joints and make weld beads, with a flux added protect from oxidation. * '''[[w:Sandblasting#Media|Abrasive Blasting Media]]''' - a wide variety of materials are used in blasting operations besides the sand from which it got its name. * '''Fasteners and Other Hardware''' - Some of these are the same as for woodworking and other projects, but machine screws, bolts, and rivets tend to be used more with metal. ::'''Shop Furniture''' * '''Steel Welding Table''' - with magnetic welding squares, for grounding and magnetically clamping workpieces. This is in addition to a basic workbench. It should be located away from combustible materials. * '''Portable Welding Screens''' - to protect other people and equipment from sparks and UV light. ::'''Hand Tools''' * '''[[w:C-clamp|Welding Clamps]]''' - The ordinary C-type clamp can be used, but ones with a deeper throat distance or locking jaws with flat tips are useful for welding. * '''Chain Vise or Clamp''' - Uses a flexible chain to hold round or irregular objects in place. * '''[[w:Metalworking_hand_tool|Forming Tools]]''' - Also known as "auto body tools", since that is a common use for them. These include various shape hammers and metal or wood blocks, but also specialty slappers, spoons, dollies and forming bags to create complex curves or flatten sheet metal. The tools used by jewelers and blacksmiths work similarly, but are smaller and larger respectively. * '''[[w:Bending_(metalworking)|Bending Tools]]''' - This includes hand bar, strip, and tube benders for lighter metal. * '''Blind Riveter and Rivet Set''' - for setting expanding or solid '''[[w:Rivet|Rivet]]''' fasteners. * '''Scriber and Ink''' - for accurate marking for cutting and drilling. * '''Soapstone Pencils''' - for marking metal when welding, since it is heat resistant. * '''Chipping Hammer & Stiff Wire Brushes''' - for removing slag and cleaning surfaces while welding. The hammer head has one sharp point side and often a chisel edge on the other. ::'''Portable Power Tools''' '''WARNING''' - Many types of welding produce harmful UV light, fumes, and hot sparks, and all produce a lot of heat. You should therefore have suitable goggles, face mask, respirator, gloves, cap, and heat-protective clothing like gloves and aprons. Some welders require dedicated or upgraded electric power to operate. Electric types have shock risk, and all types have fire risk. Work areas should be well ventilated against fumes and heat build-up. Basic welding machines include: * '''[[w:Spot_welding|Spot Welder]]''' - for sheet metal. Melts a small area by resistance heating. * '''[[w:Flux-cored_arc_welding|Flux Core Arc Welder]]''' - also called "Shielded Metal Arc Welding" (SMAW) a light-duty A.C. unit with sticks or spool feed is enough to start working with thicker steel sections. * '''[[w:Gas_metal_arc_welding|Gas Metal Arc Welders]]''' - These use a separately supplied inert shielding gas like CO2 or argon. There are a number of types. MIG uses a consumable weld wire as the electrode, while TIG uses a tungsten electrode and a separate stick or wire weld feed. * '''[[w:Oxy-fuel_welding_and_cutting|Torch Welders]]''' - These use a fuel-air or fuel-oxygen torch. The hot flame melts the material, into which a weld rod can be fed. Torches can also be used for rough cutting. These require gas tank supplies, but can work where enough electricity isn't available. A friction or long-handled lighter is needed. * '''[[w:Plasma_cutting|Plasma Cutters]]''' - Use a highly heated gas to cut most materials. Smaller ones are portable, and larger computer-controlled ones (CNC) are stationary with a support framework and water bath below. * '''Power Shears & Nibbler''' - Shears work scissors, while nibbler punches through metal, and can work from an interior starter hole. * '''Impact Drivers & Wrenches''' - These tools accept hex-shank bits and square drive sockets respectively. They apply rotary blows to the chuck or socket for extra tightening and loosening forces. Bits and sockets should be designed for impact use to prevent breakage. ::'''Stationary Equipment''' * '''[[w:Abrasive_saw|Abrasive Saw]]''' - Also called a '''Chop Saw''', it is used to cut hard materials like metal, tile, and concrete. Smaller jobs can use an abrasive blade in a circular saw, or an angle grinder. The larger bench version protects the motor from metal dust, and can clamp the material for higher accuracy. It can cut thicker angle, bar, and pipe stock to length. * '''[[w:Abrasive_blasting|Sand Blaster]]''' - Uses compressed air to blow high velocity sand or other media at a surface to clean or finish it. The stationary version has a cabinet and collection system to contain the debris. The effect is similar to paper and wheel abrasives, but can be used for larger and more intricate items. * '''[[w:Brake_(sheet_metal_bending)|Brakes]]''' - are used to bend sheet metal. The finger type can bend and fold selected parts of an edge. These come in hand and powered versions depending on size and thickness of the bend. * '''Sheet Metal Shears''' - In addition to the left, straight, and right compound hand snips, and portable power shears and nibblers, the stationary '''[[w:Shear_(sheet_metal)|Sheet Metal Shears]]''' can handle larger and thicker sheets. This includes the bench, foot, power and compound throatless types. * '''[[w:Roll_bender|Roll Benders]]''' - can form cylindrical and conical shapes using three rollers that are either parallel or with one at a slight angle. * '''[[w:Machine_press|Machine (Shop) Press''' - For applying large forces for bending, shaping, or setting fasteners. Arbor presses use gears for mechanical advantage, while hydraulic presses use fluid pressure. '''[[w:Ironworker_(machine)|Ironworkers]]''' are heavy duty machines using hydraulic or flywheel power to cut, punch, or shape thicker materials while cold. Hot work equipment from list 10 is used to soften metals when cold work becomes too difficult. * '''[[w:Parts_washer|Parts Washer]]''' - This can range from a simple utility sink or tub to more complex units with a pump and spray system. Used to clean dirt, grease, and other contaminants from metal parts before working on them. * '''Hydraulic Pipe & Bar Bender''' - More powerful than hand benders for thicker bars, tubes, and pipes. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 10 - Hot Work - Blacksmith, Foundry, and Ceramics</u></span>=== &emsp; &emsp;'''CAUTION''' - All of these involve high temperatures, so either an outdoor or specially designed indoor area should be used. Good ventilation and fireproof/heat-protecting clothes are needed. &emsp;These types of hot work share the need for a high temperature furnace, kiln, or forge. They can share equipment, or at least share a working area designed for the heat, so we group them into one list. '''<u>Blacksmithing</u>''' [[File:Fort_Jackson_2012_-_panoramio_(23).jpg|thumb|right|400x600px|Figure 5.5-13 - Blacksmith's forge and leg vise.]] &emsp;'''[[w:Blacksmith|Blacksmithing]]''' is the general term for shaping thicker and heavier metal pieces while hot, but also for working iron and steel particularly. There are specialty names like '''[[w:Tinsmith|Tinsmith]]''' and '''[[w:Silversmith|Silversmith]]''' for working other metals either cold or hot. A minimal starter set requires a heat source (forge/furnace), a gripping tool to hold the hot metal without getting burned, a hammer, and a thick piece of unheated (and therefore hard) metal (anvil) to hammer the softened hot metal on. While basic work can be done with general-purpose tools, blacksmith's tools are specialized for this purpose. In addition to the special tools, basic ones like chisels and punches are also used. * '''Forge/Furnace''' - A '''[[w:Forge|Blacksmith's Forge]]''' (Figure 5.5-13) burns a bed of coal or charcoal to reach high temperatures. '''[[w:Industrial_furnace|Furnaces]]''' are insulated chambers with a door or opening that use use propane, natural gas, electric coils or induced currents for heating. '''[[w:Fire_brick|Fire Brick]]''', made from minerals with high melting points, are commonly used as liners in both, although natural clay will work with more heat loss. Fire brick is only moderately insulating, so it is sometimes backed with other materials like mineral fiber blankets to reduce heat loss. :&emsp;The forge or furnace structure is typically steel or common brick, which are fireproof. A variable air supply increases combustion rate and temperature for fuel-powered versions. Forges and furnaces can be bought, but assembling one from common items like sheet metal, fireplace bricks, and hair dryers is not difficult. Judging the metal temperature by color is important, so a shaded area is typically used. Impurities in coal smoke are toxic, so good ventilation is needed when using it. [[File:Turaidas_muižas_kalves_darbarīki.jpg|thumb|right|640x480px|Figure 5.5-14 - Blacksmith's tongs (center left) and other tools.]] * '''Tongs and Rakes''' - Blacksmith's tongs (Figure 5.5-14) have long handles with high leverage. Their length keeps hands out of the heat, and leverage is needed to hold heavy metal pieces. A variety of jaw shapes are used to fit the piece being picked up. For very heavy objects, an integral handle or the object's length keeps one end cool enough to grip. It gets removed later. Small rakes and shovels, which can be self-made, are used to remove coal ash (clinkers), or to move solid fuel around and over the piece. [[File:Hammer_collection_(49844506846).jpg|thumb|right|640x427px|Figure 5.5-15 - Various hammer types.]] * '''Hammers''' - These come in various sizes and shapes for hand shaping the heated metal (Figure 5.5-15). They include the simple one-handed square-head '''[[w:Sledgehammer|Sledgehammer]]''', '''[[w:Ball-peen_hammer|Ball Peen]]''', and other '''[[w:Ball-peen_hammer#Variants|Wedge]]''' or flat heads. Section 3.0 already included some hammers. For blacksmithing a one-handed sledge and two sizes of ball-peen are enough to get started. For heavy-duty work, trip hammers use a foot pedal to raise and then drop a heavier hammer, and power hammers use motors and flywheels, or hydraulics, to produce greater forces. * '''Anvils and Blocks''' - '''[[w:Anvil|Anvils]]''' are heavy steel blocks shaped specifically for blacksmithing. '''[[w:Swage_block|Swage Blocks]]''' have various holes, indentations, and grooves to hammer into. They are often used with complementary hammers. These specialized tools are fairly expensive. Any heavy piece of steel can be used to start with, such a length of scrap railroad track, square or cylindrical blocks, or a section of thick plate. All of these should be mounted at a comfortable height on a stable impact-resistant stand. A vertical log buried partway into soil or a tree stump still in place are traditional methods. [[File:Silversmithing_anvils_and_hammers.jpg|thumb|right|400x600px|Figure 5.5-16 - Hammers and forming stakes.]] * '''Stakes''' are various shapes attached to a rod or bar which fit into a hole in an anvil or metal plate (Figure 5.5-16). For example used steel balls from a '''[[w:Ball_mill|Ball Mill]]''' welded to a bar can be used for compound curves. Straight pins inserted into a plate can be used for bending, typically with a length of pipe for leverage. Since blacksmiths make metal items, they can make some of these themselves. * '''Leg Vise''' - This is a large sturdy vise with a leg that extends to solid ground (Figure 5.5-13). This allows heavy hammering or bending without damaging the workbench or other support it is attached to. Either the workpiece or a shaping tool can be clamped in the vise. * '''[[w:Quenching|Quenching]] and [[w:Tempering_(metallurgy)|Tempering]]''' - the former rapidly cools workpieces in liquid, which results in a different crystal structure than slow cooling. Tempering is moderate heating of steel to control hardness and toughness. Annealing is heating metal enough to remove '''[[w:Work_hardening|Work Hardening]]''' and allow more shaping without cracking. Containers with fluids or sand, and controlled-temperature ovens are typically used for these processes. '''<u>Foundry</u>''' &emsp;'''[[w:Foundry|Foundry Work]]''' - '''[[w:Casting_(metalworking)|Casting]]''' metal involves melting then pouring into a prepared mold to cool. Depending on the metal it can require higher temperatures than blacksmithing, which only requires heating to soften it. In addition to a furnace, basic equipment needed includes: * '''[[w:Crucible|Crucibles]]''' - Containers designed to hold heated or melted materials. Some have handles, but many are simple bowl shapes, sometimes with lids. These require special tongs or lifting tools to insert and remove from the furnace, and pour molten material. * '''Casting Molds''' - There are many types of molds. '''[[w:Sand_casting|Sand Casting]]''' uses a parted box filled with damp sand mixed with a bonding agent. Patterns and additional cores are pressed between the box parts, then removed. This leaves a void the shape of the desired casting, and holes for the metal to pour in and hot gases to escape. * '''[[w:Pattern_(casting)|Patterns]]''' - These are replicas of the desired cast shape. They are typically made of wood, metal, or plastic if intended to be reused in sand casting. Other methods like '''[[Investment_casting|Investment]]''', '''[[w:Lost-wax_casting|Lost Wax]]''' and '''[[w:Die_casting|Die]]''' casting use different types of molds and pattern materials. '''<u>Ceramics</u>''' &emsp;'''[[w:Ceramic|Ceramics]]''' are shaped at room temperature, then heated in an enclosed furnace to make their shape permanent. Typically they use inorganic materials like clay. It takes time to first remove water with moderate heat, then reach the required high temperatures and slowly cool to avoid breakage. So furnaces are generally either thick-walled or insulated to reduce heat loss. [[File:Four_poterie_Sevres.jpg|thumb|right|410x599px|Figure 5.5-17 - Updraft Kiln.]] * '''[[w:Kiln#Ceramic_kilns|Ceramic Kiln]]''' - A type of furnace for longer-term heating than metal casting. '''[[w:Pit_fired_pottery|Pit Firing]]''' requires only a hole in the ground and fuel, but can't reach the higher temperatures of a kiln. '''Updraft Kilns''' (Figure 5.5-17) have a lower chamber for fuel, with an air supply. Combustion gases then go to an upper chamber with the ceramics, and finally to a chimney to draw air upwards. Simple ones can be made from clay, optionally lined with firebrick. A first firing will then harden the kiln. Enclosed gas or electric kilns can be purchased. To start with or for small amounts, it may be easier to find a community arts center that already has a kiln. * '''[[w:Potter's_wheel|Potter's Wheel]]''' - typically a lower flywheel and upper table spun to mold clay on the upper surface with hands and tools. It is used for the main shaping of symmetrical objects. They may be powered by feet directly, a pedal and crank, or electric motor. ::'''Parts, Materials, and Supplies''' &emsp;Hot work needs clays and glazes for ceramics and metals for smithing and casting. '''[[w:Molding_sand|Molding Sand]]''' is needed for sand casting, and machinable wax for lost-wax casting. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 11 - Machine Shop Work</u></span>=== &emsp; &emsp;'''[[w:Machine_shop|Machine Shops]]''' until recently practiced "Subtractive Manufacturing". This is removing some of the material to turn unfinished items into finished parts. Modern '''[[w:3D_printing|3D Printing]]''' uses the opposite method of "Additive Manufacturing", where material is added to make a finished part. Both depend on accurate tools and machines in order to produce accurate parts. Accurate parts, in turn, are needed in machines where they must fit together, or move and rotate for long periods of time. &emsp;While some machine shop work can be done with hand tools, the majority is usually done with special-purpose machines, which are themselves mostly made using other machine tools. One way to obtain accuracy is using thick and rigid machine tool parts. This makes them heavy. So the workshop needs a suitably strong floor, such as a thicker concrete slab or deep individual foundations for some machines. ::'''Reference Material''' &emsp;Many websites, books, and videos be found with search terms like: machine shop, machine tools, machinists, and the individual names of tool and machine types. A public example is '''[https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/tc9_524.pdf Fundamentals of Machine Tools, US Army, 1996]'''. &emsp;When starting out, older books focus on the simpler and less expensive tools of that time, so are useful despite their age. Modern computer-controlled (CNC) machines, and those that are larger or have more features, are typically more expensive, need more room, power, and heavier floor support. Learning about these can be postponed until needed. ::'''Shop Furniture''' * '''Heavy Duty Workbench''' - Building and maintaining machines involves heavy metal parts. So one or more suitable workbenches are needed when the machines or their parts don't stand directly on the floor. Some have a metal plate top for durability, but for smaller and more delicate parts a wood top can be used. * '''Storage''' - Like other crafts and project types, machine shop work requires storage for parts, materials, and supplies, and in addition hand tools, cutting bits, and machine tool accessories. Nearly all of this will be metal, which is heavy, so storage should be very sturdy. :&emsp;Precision measuring tools need dust-proof storage with soft liners to avoid damage. They often have custom cases for this purpose. Cutting tools should be stored in a way they don't damage each other and other tools, so loose in a drawer or box is not recommended. They can be wrapped in cloth, or use racks, dividers or individual boxes to keep them apart. ::'''Holding Tools''' [[File:ViceBench-insetSoftJaws.jpg|thumb|right|640x444px|Figure 5.5-18 - Machinist's Bench Vise on metal-top workbench with brass insert at upper right.]] * '''Bench Vise''' - One or more heavy duty vises are typically mounted to the workbench with the jaws overhanging the edge, so that tall items can be clamped. Various inserts are used to hold different shapes, or are made of softer materials to not damage the item (Figure 5.5-18). Some vises have a small built-in anvil. If any hammering is to be done on the vise, it should be mounted over a bench leg. * '''Machinist's Clamps''' - Machine tools often have slots in their tables in the shape of an inverted "T". Inverted bolts and specialty '''[[w:T-slot_nut|T-slot Nuts]]''' can be inserted, then bars and other clamping devices can be bolted down. '''Toolmaker's Clamps''' have parallel-jaws and two screws to hold items together. These would be in addition to the vise and other clamps from previous sets. [[File:TruLockMachineVice.jpg|thumb|right|640x378px|Figure 5.5-19 - Machine vice with angle scale bolted to mill bed.]] * '''Machine Vise''' - is bolted to a machine tool to hold a part while being worked on (Figure 5.5-19). These are either plain or have rotation and tilt motions. Often used with other clamps and fixtures for precise positioning. * '''[[w:V-block|V-Blocks]]''' - with clamps are used to hold round or irregular shapes when drilling or cutting. * '''Setup Blocks''' - Often 1x2x3 and 2x4x6 inch sizes for ease of setting up exact positions. These can either be plain or drilled and threaded. * '''[[w:Parallels_(engineering)|Parallel Bars Set]]''' - To support work above vise jaws or at offset positions while staying parallel to the machine table. Often used in combination with other setup blocks. * '''[[w:Angle_plate|Angle Plate]]''' - Used to hold a part at a measured angle to a machine table. * '''[[w:Magnetic_switchable_device|Magnetic Holders]]''' - have a switchable magnetic field to temporarily hold an item in a fixed position, typically for taking measurements, centering, or machining. They are an alternative to clamps and vises, but care should be taken that they have enough holding force for the task. ::'''Measurement Tools''' &emsp;'''[[w:Machinist|Machinists]]''' use a wide variety of measuring tools to produce accurate parts and machines. Some machines have built-in scales and devices, but separate tools are often needed. They are often more accurate versions of basic measuring tools. * '''[[w:Scientific_calculator|Solar Scientific Calculator]]''' - For general calculations. Some machinist calculations involve trigonometry and circular areas, so it should have these higher functions. The solar cells avoid needing to replace batteries. It should also be protected with a case or be stored in a clear plastic bag. * '''[[w:Machinist_square|Machinist Squares]]''' - These include plain right angle squares in different sizes, and combination squares for centering and angle setting. These are more solid and accurately made than the same tools for woodworking. * '''[[w:Radius_gauge|Radius]]''' and '''[[w:Feeler_gauge|Feeler Gauges]]''' - Radius gauges use a bright light to detect if a part matches the curve of the gauge. Feeler gauges are made to accurate thicknesses to measure small gaps. * '''[[w:Thread_pitch_gauge|Thread Pitch Gauge]]''' - Has leaves with tooth profiles to determine the size of threads on an existing part. * '''Taper Gauge Set''' - These have sloped widths or thicknesses with a scale. Sets have several pieces to cover a wider size range. * '''[[w:Wiggler_(tool)|Edge and Center Finders]]''' - Also called "wigglers" after how they work. Used to find the center or edge of a part, after which a precise offset can be set with a machine's handwheel or digital readout. * '''[[w:Micrometer_(device)|Micrometers]]''' - These use a calibrated screw for accurate measurements. They come in different size ranges and for outside, inside, and depth measurements. Start with a 0-1 inch/25 mm outside micrometer and add others as needed. * '''[[w:Bore_gauge|Bore Gauges]]''' - The telescoping type have a pair of heads that expand to measure inside diameter or width. Used with a micrometer to set or read their width. * '''Thread Wire Measuring Set''' - Uses two wires on one side and one on the other plus a micrometer to accurately measure the size of a threaded part. * '''Toolmaker's Dividers''' - with rigid legs and spring. To transfer measurements and draw arcs on inked parts. * '''Calipers''' - a more accurate version than the basic one from Section 3.0. * '''[[w:Indicator_(distance_amplifying_instrument)|Indicators]]''' - Dial or digital, with magnetic base. Measures distance from a reference surface to a probe. * '''[[w:Surface_plate|Surface Plate]]''' - Highly accurate flat surface, typically granite or cast iron. Used as a reference surface for other measuring tools, setups, and marking of parts before cutting. * '''[[w:Engineer's_spirit_level|Machinist's Level]]''' - A precision spirit (bubble) level for leveling machine tools and other surfaces. * '''Adjustable Parallels Set''' - spanning 0.375-2.25in (10-50mm), for measuring and setting exact widths and offsets. * '''[[w:Gauge_block|Gage Block Set]]''' - Highly accurate blocks which are stacked to produce exact lengths. Typically used to check the accuracy of other measuring devices rather than direct use. * '''[[w:Sine_bar|Sine Bar]]''' - This is two accurate cylinders connected to a bar so that exact angles can be calculated or set by the mathematical sine of a triangle formula. * '''[[w:Coordinate-measuring_machine|Coordinate Measuring Machine]]''' - an advanced and often automated machine to measure the physical geometry of an object. * '''[[w:Optical_comparator|Optical Comparator]]''' - a device to magnify and project the profile of a part so it can be measured. ::'''Marking Tools''' * '''Industrial Marker''' - These use heat and oil-resistant ink for marking and layout. * '''Layout Fluid & Brush''' - For more durable layout marks. Either commercial, or a denatured alcohol/shellac/fabric dye mix. * '''Scriber, Carbide Tipped''' - For scratching lines onto metal parts. * '''Prick and Center Punches''' - Prick punches are smaller and used for marking exact points on a part. Center punches are heavier and struck like chisels to make a starter hole for drill bits. * '''Transfer Punches''' - These come in sets of different diameters, and are used to transfer the centers of one or more holes from one part to another. * '''Steel Straight Edge''' - An accurately made flat bar for scribing lines onto a part, and checking flatness with a light held behind it. Commercial flat bar stock may be enough to start with, but precision ones made for the purpose will be more accurate. ::'''Assembly Tools''' &emsp;Basic assembly tools like screwdrivers and socket wrenches were included in Section 3.0. Some '''[[w:List_of_screw_drives|Additional Specialty Tools]]''' may be needed to maintain or adjust machine tools such as the '''[[w:Torx|Torx]]''' type. Some of these allow higher torque, which can be useful when building new projects. ::'''Cutting and Abrasive Tools''' * '''[[w:Tap_and_die|Tap and Die Sets]]''' - Includes handles and individual taps and dies. Used for cutting matching inside and outside screw threads. * '''[[w:Reamer|Reamers]]''' - Hand and Expanding. Uses tap handle for turning. Finishes a hole to an exact size. * '''[[w:Drill_bit#Center_and_spotting_drill_bit|Center Drill Bits]]''' - Used in a lathe to drill a center hole in the part for the '''[[w:Tailstock|Tailstock]]''' to fit into. * '''[[w:Center_gauge|Center Gauge]]''' - used to guide grinding thread-cutting tools to the right angle and then mount them perpendicular to the part. * '''[[w:Hand_scraper|Hand Scrapers]]''' - Used with or to make surface plates and produce precision surfaces. ::'''Stationary Subtractive Machines''' [[File:Sharp_3_Axis_Vertical_Mill_Full_View.jpg|thumb|right|358x599px|Figure 5.5-20 - Vertical milling machine with manual positioning, electronic readout, and Kurt machine vise to hold parts being milled.]] * '''[[w:Milling_(machining)|Vertical and Horizontal Milling Machines]]''' - (Figure 5.5-20) These are described by the rotating axis of the tool head. Movements can be manual or computer (CNC) controlled. Vertical mills are typically smaller and lower power. A compound (2 axis) slide table added to a medium drill press may be enough to get started, but a floor-mounted mill will be more accurate and can handle larger parts. Desktop CNC mills can be used for small items, but are lower power and therefore slower. [[File:Tornio_piccolo.jpg|thumb|right|640x407px|Figure 5.5-21 - Small Bench Lathe.]] * '''[[w:Metal_lathe|Metal Lathe]]''' - These are heavier and more powerful than wood-cutting lathes, with higher accuracy. They are described by the maximum diameter and length of the parts they can work, such as 7x14 inches. A small bench-top one (Figure 5.5-21) may be enough to start. Larger ones require custom tables or are floor-mounted. Lathes can be manually or computer (CNC) controlled. Combination machines exist that do both milling and lathe work if space is at a premium * '''Lathe & Mill Accessories''' - Lathes and mills use a variety of '''[[w:Cutting_tool_(machining)|Cutting Tools]]''' and need specialized holding tools (noted above) for the items being worked and the cutting tools due to the high forces. These include '''[[w:Chuck_(engineering)|Chucks, '''[[w:Collet|Collets]]''', and '''[[w:Spindle_(tool)|Spindles]]'''. These are often particular to a given machine or machine size. A '''[[w:Rotary_table|Rotary Table]]''' or '''[[w:Indexing_head|Indexing Head]]''' allows rotation to precise angles. :&emsp;Industrial machine tools use cutting oils to remove heat and chips. For small projects a brush or oil can and hand application may be enough. For larger ones a steady feed of oil and chip removal is needed. Oil can be filtered and reused, but metal chips are sharp and should be carefully disposed of. CNC type machines need a computer and suitable software to prepare the instructions or directly control the machines. * '''[[w:Drill#Geared_head|Industrial Drill Press]]''' - These are larger and heavier than woodworking drill presses, typically floor mounted with gear rather than belt drives. Some come equipped with cross-slide or rotating tables, or these can be added as accessories. Others have radial and tilt heads for large and heavy parts where it is easier to move the head than the part being drilled. One or more sets of metal-cutting drill bits with different diameters and lengths are needed to start with. * '''[[w:Bandsaw#Metal_fabrication_shop_and_machine_shop_models|Horizontal Metal Bandsaw]]''' - For cutting larger metal bars or blocks to length. In contrast to the wood saws, the metal is clamped in place while the cutting blade slowly pivots down. * '''Vertical Heavy-Duty Bandsaw''' - For rough cutting curved metal sections by moving them through the saw. This can be a woodworking bandsaw with a metal-cutting blade, or a more powerful one. It is suitable for thinner and lighter metal pieces. For larger and heavier items, they are held stationary while a portable cutting tool is moved through them. * '''[[w:Surface_grinding#Equipment|Surface Grinder]]''' - Produces flat surfaces by moving a part horizontally under a grinding wheel. * '''[[w:Electrical_discharge_machining|EDM Machine]]''' - Electrical discharge machining uses sparks across an insulating fluid to remove material and shape a part. * '''[[w:Laser_cutting|Laser Cutter/Engraver]]''' - uses a focused high-power laser to cut or ablate material, often under computer control. There are various types and sizes of machines. ::'''Additive Machines''' &emsp;'''[[w:3D_printing|3D Printing]]''' is a category of methods and machines that make parts by adding material under computer control. There are now a '''[[w:3D_printing_processes|Variety of Such Machines]]''' in various sizes that "print" different materials by different methods. Spray methods, both cold and hot, deposit material at high velocity. Powder and liquid methods consolidate the starter materials into solid parts. Deposition methods feed a spool or ribbon of material at lower speeds in successive passes to build up the part. &emsp;Printed parts often need additional finishing steps, like removing printed supports that were needed during printing but not afterwards, or sanding to smooth sometimes uneven surfaces. Which types of additive machines are needed depends on the materials you want to use, and the speed, size, and accuracy required. &emsp;Most printers need a computer file describing the part to be made. They can be made yourself using suitable software, or use existing ones made by others. Depending on the printer, they may need a separate computer to send commands, similar to how office printers work with paper. Otherwise they may have the control computer built-in and only need the part file delivered to it. &emsp;When starting out, it may make sense to use a commercial printing service, as they only need the computer file to make a part. Open-source designs and kits are available. They are less expensive, but require doing some or all of the work of building the printer. '''[[w:Comparison_of_3D_printers|Commercial Printers]]''' are available new for as little as a good portable power tool, but supplies of printing material can be expensive if you are making many parts. ==<span style="font-size:x-large; font-family:'Georgia', serif;">7.0 - Outdoor Projects</span>== &emsp; &emsp;These lists cover projects where the work or the finished items are mostly located outdoors. It includes yard work, gardening, digging and landscaping, forestry, and farming. Aside from location, they share somewhat overlapping sets of tools, so consider other lists than the primary category you are interested in. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 12 - Yard Work</u></span>=== &emsp; &emsp;A '''[[w:Yard_(land)|Yard]]''' commonly means the area of land surrounding a house, typically in suburban areas. In urban areas, residences may have little or no yard area. Properties larger than a few acres (1 hectare) can be called "acreage" if mostly undeveloped, and a large house with lots of outside improvements on multiple acres is called an '''[[w:Estate_(land)|Estate]]'''. This list covers items for self-maintenance of suburban yards, or maintenance of yards for others on a small-business scale. Typical yards have mostly grass, some trees, and decorative plants and ground cover. ::'''Hand Tools''' * '''Brooms and Dustpans''' - For sweeping paved areas and picking up the resulting piles. Includes Wide push, upright sweep, and wide dustpan. * '''Rakes''' - Leaf, Bow, and Thatch types. * '''[[w:Edger#Manual_lawn_edgers|Lawn Edger]]''' - A manual tool used to keep grass and roots from encroaching on paved or other types of surfaces. * '''[[w:Hedge_trimmer|Hedge Trimmer]]''' - Large scissors or pruning shears used to trim hedge plantings or decorative bushes. '''Pruning Shears''' have shorter blades, usually curved, with more leverage for cutting thicker or harder stems. * '''[[w:Wheelbarrow|Wheelbarrow]]''' - A single or dual-wheel cart with handles for general moving of bulk or heavier items. The wheel(s) carry most of the weight while steering and pushing with the handles. Most have a sloped tray so they can be emptied by tilting vertical. * '''[[w:Hatchet|Hatchet]]''' - A combination tool with a sharp blade on one side and a hammer head on the other. An example use is trimming a branch to make a stake then pounding it in. * '''[[w:Loppers|Lopper]]''' and '''Pruning Saw''' - Loppers have long handles with short blades, sometimes with compound action. Can cut saplings and branches up to 2 inches (5 cm) for the largest version by working around the stem until severed. Pruning saws are hand saws with teeth designed to cut living wood, and can cut somewhat larger branches in crowded areas. Large branches should be cut partway from below with two cuts removing a wedge, then finished from above. This prevents a split from damaging the main stem or trunk, and makes a more controlled fall for the branch. * '''[[w:Polesaw|Polesaw]]''' - A pruning saw attached to a pole to reach higher without a ladder. Many have a levered pruning blade with a cord, to cut smaller high branches. * '''[[w:Garden_hose|Garden Hose]]''' - For delivering water where needed in a yard. A simple spray or pistol nozzle is enough to start, but there are a number of other special purpose attachments. Rubber grommets are used to prevent leakage. * '''Containers''' - '''[[w:Bucket|Water Buckets]]''' and smaller containers can be used to transport small amounts of water. '''[[w:Fuel_container|Fuel Containers]]''' are needed for machines and devices that use them. Other yard supplies like fertilizers, pesticides, and herbicides can be toxic. They either come with a container, or can be stored in suitable boxes and bags. ::'''Portable Power Tools''' &emsp;Outdoor power tools can be electrical, using either a power cord or internal batteries. Corded tools generally need outdoor-type extension cords of sufficient length and wire gauge for the required distance. Battery types typically need a matching charger for removable batteries. Portable generators and inverters connected to a vehicle can supply power at greater distances than extension cords. Other outdoor tools have combustion engines that require fuel or a fuel/oil blend, and some need separate lubricating oil. The choice among power types depends on cost, convenience, noise level, and required power level. * '''[[w:Leaf_blower|Leaf Blower]]''' - uses high-speed air to move leaves and other debris away from buildings and pavements or into piles. Mower blades act like a fan, and with a side discharge can both chop up and blow leaves into piles or rows for pickup. * '''Power Edger''' - Does the same tasks as lawn edger but with fuel engine, electric, or battery power for larger areas. * '''Power Hedge Trimmer''' - Typically electric with a reciprocating blade for cutting larger amounts of hedge plants. * '''Pressure Washer''' - Uses high pressure water, sometimes with additives like soap, to clean exterior surfaces. * String Trimmers - For cutting grass or weeds around fixed objects that mowers can't reach and not damaging them. Alternately herbicides, woven or sheet weed barriers, and solid objects can prevent growth in these areas. * Brush cutter - has a cutting blade for weeds to saplings for clearing new yard areas or woods. Some models can change heads with string trimmers. ::'''Mobile Equipment''' * Lawnmower - Gas or electric, push or riding. The type of mower depends on the size of the yard and what obstacles have to be worked around. Larger versions can tow a yard/dump cart. ::'''Materials, Parts, and Supplies''' * '''[[w:Mulch|Mulch]]''' - A layer of material applied to the surface of soil. It can be applied around structures, plantings, and trees to make maintenance easier, conserve moisture, improve fertility, reduce erosion, and for looks. Ground covers can be artificial, like landscape fabric, inorganic like gravel, organic like wood chips, or living plants which are close to the ground. Organic mulches can be self-made on-site from items like fallen leaves and branches which are shredded or composted. * '''Lawn Supplies''' - Depending on the current and desired condition of a yard, this can include topsoil, organic material, and other soil additives to improve the quality, grass seed, fertilizers, pest controls, and herbicides. It can be much easier to work with the natural soil and climate conditions than to force a specific lawn type. For example, a grass/clover mix will self=fertilize since clover can fix nitrogen from the air ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 13 - Gardening</u></span>=== &emsp; &emsp;Gardening is distinguished from general yard work by intentionally planting and growing plants for food or aesthetic reasons. Yard work is more basic exterior maintenance to suppress weeds, maintain access, and reduce vermin. There is overlap between the two, but gardening typically has more specialized tools. * Forks - Spading, Garden, and Pitch * Bulb Planter * Cultivator - Hand & Long Handle * Hand Trowel * Hand Weeder * Hoe - Garden, Action, and Fingered * Serrated Root Cutter - shovel, hand sizes * Tillers - For breaking up and mixing soil. These range from hand tools to gas and electric wheeled machines. * Compost pile - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 14 - Digging and Landscaping</u></span>=== &emsp; &emsp;This list is for more extensive excavation and contouring land for drainage and looks, and installing permanent additions like steps, walls, and fences. * Shovels & Spades - Assorted sizes. A shovel has a rounded and more angled blade and is used at a lower angle. A spade has a flatter and in-line blade and is used vertically for trenches and other straight-sided digging. * Power Auger * Digging Bars - Assorted sizes * Soil Tamper * Pick Axe - Heavy point and lever head, for heavy & rocky soil. Resembles cutter mattock. * Cutter Mattock - Perpendicular root cutter & medium digging/levering blades for roots. * Post Hole Digger ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 15 - Forestry</u></span>=== &emsp; * Hand Axes - Felling Axe for cutting trees, smaller Camp axe for trimming and notching branches. * Saws - '''[[w:Bucksaw|Bucksaw]]''' for cutting smaller logs to length. The '''[[w:Bow_saw|Bow Saw]]''' typically has a narrower blade and smaller frame for branches and working in tight spaces. The electric or fuel-powered '''[[w:Chainsaw|Chainsaw]]''' is for cutting larger trees down and to size. '''WARNING''' all serious timber cutting is very dangerous due to powerful machines with exposed teeth, and the weight of falling or shifting trees and branches. It should never be done alone or without some training. Methods like anchor ropes/chains can pull down trees from a safe distance. If you are at all unsure, hire professionals with the right equipment and experience. * Bark Tools - Spud, Bark Scraper/Pry Bar, Power Debarker ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 16 - Farming</u></span>=== &emsp; ==<span style="font-size:x-large; font-family:'Georgia', serif;">8.0 - Construction Projects</span>== &emsp; &emsp;Construction generally follows a sequence of steps, some of which may be skipped if not needed. The exact order of tasks depends on the design and access needed, so the lists in this section are not a strict sequence, but rather grouped by trade and skills. The main steps include: * '''Plans and Permits''' - Before physical work, design of the project, including making sure outside access and utilities will be available, what site features currently exist that may need to be changed or worked around, then obtaining needed permission such as building permits. * '''Site Work''' - This includes clearing, surveying, marking out, grading, compacting, and excavation, and providing temporary utilities and sanitation if needed. * '''Substructure and Foundations''' - These are the items that end up at or under ground level when complete, such as drainage, utility lines, and the building foundation. * '''Main Structure and Large Items''' - Walls, floors, roof, external doors and windows; and also items like heating and ventilation systems and bathtubs that are too large to install later. * '''Internal Utilities and Services''' - These are items like electrical and plumbing that will later be hidden by finished walls. * '''Finishing''' - The final surfaces, cabinets, interior doors, fixtures, and appliances that will be visible and used. &emsp;How many of the steps you can do yourself vs hiring contractors depends on your skills, crew size, and how often you expect to do it. Earlier work like excavation generally needs larger and more expensive equipment than later steps like finishing. So when starting out in construction we suggest contracting out the bigger steps. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 17 - General Construction</u></span>=== &emsp; &emsp;Besides basic tools from Lists 1 and 2, some general equipment is used across multiple phases of construction projects. We try to list those here, and more specialized items in the later lists. ::'''Measurement Tools''' * '''[[w:Chalk_line|Chalk Line]]''' - For marking out straight lines by snapping a chalked string against a surface. * Measuring Tapes & Wheels - 10-100m (30-300 foot) Tapes for measurements and layout. * Transits - Builder's and Surveyors, for vertical and property measurement. * Mason's Twine - Light string to mark edges and horizontals with minimal stretch and sag. * Bullhorn * Portable Radios * Rubber Boots * Cold Weather Gear * Folding Chairs * Coolers - Drink, Food * Tables - Plan, Portable * Extension Cords, Multi-Plug Adapters, & Power Strips * Work Lights * Water Pump - Trash type. For removing water after rain or from holes. * Drop Cloths & Tarps - Painter's (Canvas, Plastic), Vinyl Cargo, Polyethylene * Weather Protection - For workers and worksites. Can be manufactured, or rigged from tarps, lumber with nails or screws at one or both ends as poles, anchor ropes, and either heavy objects like concrete blocks or ground stakes/anchors to secure the ropes. * Cleanup - Brooms, dust pans, trash cans & bags (can also use empty boxes) * Extension Poles - for tools and props * Fans - Box, Pedestal, Drum * Inverter and Portable Generator * Warning cones, signs, safety and erosion fencing, security equipment, safety vests * Seam Roller - has multiple uses for roofing, carpet, and wallpaper. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 18 - Carpentry</u></span>=== &emsp; &emsp;Carpentry includes wood framing, roofing, structural metalwork, fireplaces, and drywall. Drywall is typically left until after internal utilities and services are installed. * Hammers - '''[[w:Framing_hammer|Framing Hammers]]''' are larger and heavier than claw hammers, for driving large nails into wood-frame construction. * Nail Guns - Assorted sizes. These drive nails with electric or air power, when large numbers or faster work is desired. * Drywall Square * Drywall Saw * '''[[w:Glass_cutter|Glass Cutter]]''' - for trimming window and other glass to size. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 19 - Masontry & Concrete</u></span>=== &emsp; * Hammers - Brick, Engineer, Sledge * Chisels - Assorted types and sizes Brick, Concrete, Mason, Stone, Tile, Star Point. Hand protectors & Offset Holders as needed * Trowels - Pointing, Brick, Rectangular * Mortar Hoe - with holes to aid mixing * Mixers - Hand, electric blade, wheeled or trailer electric or fueled for larger amounts. Very large amounts typically use mixer truck delivery. * Mud Tray and Hawk - for holding smaller amounts of mortar for troweling * '''SDS Type Hammer Drill''' - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 20 - Plumbing</u></span>=== &emsp; * Pipe and Tubing Cutters * Pipe Threading Taps & Dies - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 21 - Electrical</u></span>=== &emsp; * '''Insulated Screwdrivers''' - To prevent electrical shocks. Generally power should be off while doing electrical work, so this is a safety measure in case it accidentally isn't. * '''Electric Circuit, Outlet, and Breaker Testers''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 22 - Finishing</u></span>=== &emsp; &emsp;Construction finishes are the final visible parts of a building after the structural, mechanical, and hidden utilities are installed. ::'''Finish Carpentry''' &emsp;This includes interior doors, cabinets, countertops, closet interiors, wood flooring, baseboards, and moldings. ::'''Paint and Wall Coverings''' * Combination and Razor Scrapers * Hand Sander * Can Hook & Key * Paint Brushes & Comb * Roller Tray & Liners, Roller Handles, Roller Brushes, * Paints and stains as needed per job. * Wallpaper Paste and Smoothing Brushes * Trimming Wheel - To trim or cut wallpaper to size, especially once pasted to a surface. ::'''Plumbing and Electrical Fixtures''' &emsp;This includes items like sinks and faucets, wall outlets, ceiling lights, and built-in electronics. It also includes installing built-in and free-standing appliances. ::'''Flooring and Tile''' &emsp;This includes flooring other than wood, such as carpet, sheet, and floor tiles. It also includes other tile work such as kitchens and bathrooms. * Caulk Gun * Putty Knives - Assorted sizes * Drywall Trowels - Narrow & Wide * Pole Sander * Floor Buffer * Floor Scraper </div> {{BookCat}} fhdpmoa9rwgv3n6uxuh152y1kibxev6 4095045 4094949 2022-08-20T11:21:07Z Danielravennest 13526 Update through end list 12 wikitext text/x-wiki {{DISPLAYTITLE:<span style="display:block;text-align:left;font-size:100%;background:#d0f0f0;line-height:2.5em; font-family:'Georgia', serif;">Section 5.5 - Starter and Expansion Sets</span>}} <div style="font-size:large; font-family:'Georgia', serif;"> <div class="nonumtoc">{{TOCright}}</div> &emsp;The goal of the personal production example is supplying a range of basic products for a community of owner-operators. They do this as individuals or through joint effort for larger tasks. Product types include furniture, home improvements, food, and utilities. They start with smaller and simpler items and work up to bigger projects. We assume they start with limited funds, time, equipment, and experience. So part of the effort is improving themselves as people to overcome these limits. &emsp;A community project may start with as little as one person's part-time effort and no equipment or skills. So we describe a range of starter sets from very minimal to more substantial, with suggestions on use and gaining skills. Project owners can then select their starting points based on their available people and resources. We then include several expansion sets for projects growing beyond these starting points. ==<span style="font-size:x-large; font-family:'Georgia', serif;">1.0 - Necessary Inputs</span>== &emsp; &emsp;We can consider a starter set as a product. It must first be assembled and set up before it can be used to make improvements for itself, and end products for the owners and others. Like any functional system, it requires inputs and emits outputs of various kinds. These include: * '''Time''' - from one or more people to make plans, look for and acquire needed items, operate equipment, train others, or learn skills as needed. * '''Supply sources''' - for parts, materials, tools, machines, training materials, plans, and instructions. * '''Money''' - for items which can't be made internally, or for outside labor that project members can't supply. * '''Sheltered Space''' - to store and use the equipment. Even outdoor equipment should be protected when not in use. * '''Energy''' - such as electric power or human muscles, to make, set up, and operate the equipment. * '''Maintenance Items''' - like water, cleaning supplies, and waste disposal during and after operations. &emsp;We suggest starting by assessing which of these you have and which are lacking. The next step is to make a plan for getting enough of the inputs to get started, and how you will continue from there. For example, if you don't have all the basic tools from List 1 (below), you can make a shopping list of the missing items, then either buy them, start saving to buy them, or find a makerspace/hackerspace, community group, or neighbor that allows you to use them. &emsp;In modern society, money can commonly be traded for most other things people need and want. If lack of money is an obstacle, there are a couple of ways around that. One is to cut expenses, such as eating out less or sharing living space. The other is to increase income, such as doing basic jobs for other people in addition to current work, or upgrading your knowledge and skills so you can find better work. Reaching a goal may seem like a big challenge. Breaking it down into smaller steps, then taking them one at a time is more manageable. But you have to take the first step to get anywhere. ==<span style="font-size:x-large; font-family:'Georgia', serif;">2.0 - Starter Set Lists</span>== &emsp; &emsp;'''[[w:Tool_use_by_animals|Some species]]''' besides ours use tools. We are unique in the variety and complexity of our tools, and that we use tools to make other tools. So which of the many options should be included in a starter set? The answer for a particular project and self-improvement path will vary. &emsp;The lists below are provided as a starting point for consideration and selection. '''<u>You don't need every item to start making things</u>'''. But the more of them you have, the more kinds of projects you can do. The lists also don't cover every possible project. They are starter sets to build on, not complete lists of every possible tool. Additional items may be needed for particular projects. For large and complex projects you may need multiples of each item, either different sizes and types, or for multiple people to use. For example, a saying in woodworking is "you can never have too many clamps". '''[NOTE:]''' Some of these lists or portions of them will be moved later to other chapters. They are currently here for ease of editing. &emsp;The lists are compiled from 18 existing tool and equipment lists. The intent is a sampling from a wide variety of sources which are then sorted to form starter and expansion sets for the various examples in these books. The source lists are from several makerspaces, a tool bank (who lend out tools to nonprofit projects), a book on rural workshops, the phased equipment list for the Seed Factory Project, a pamphlet from manufacturer Porter Tools, a course on "manual arts" (later called "shop class" in schools), a compiled list of equipment for industrial training classes, a website for beginning machinists, the author's personal tool list, a contributed list to these books, recommended tool brands from an online forum, a woodworking list from a YouTube channel, and a study of small industry in India. [[File:Personal Production Starter Set Path.png|thumb|right|800x450px|Figure 5.5-1 - Suggested tool set paths for different types of projects. Figures can be enlarged by clicking the lower right -->.]] &emsp; &emsp;'''List Types''' - There are basic tools that have proved useful in many circumstances, from general home use to industrial production. Others are more specialized for specific tasks. For example, an axe is useful in dealing with trees, but useless for cutting steel reinforcement for concrete. So lists 1 and 2 below are the basic sets for general home use and home improvement/do it yourself projects. This is followed by expansion sets for more advanced and specialized projects. The lists are additive, meaning you should start with the basic ones, then add to them from the later lists as needed. Figure 5.5-1 shows a suggested path from the basic sets to more advanced ones. They are grouped into small indoor, large indoor, outdoor, and construction. The last of these produces more indoor space. Depending on the needs and interests of the personal production community, they can get items from any or all of these lists, and go beyond them. &emsp;Tools and machines can be classified according to size, power level, and cost. The general groups are (1) manual hand tools, (2) portable power tools, (3) stationary equipment, either powered or not, and (4) mobile equipment that is towed or can move itself. Cost and space needed tend to increase with each group. The lists are generally in order from the smaller, less expensive, and most needed first, but some items are needed together to complete a task. An example is drill bits for an electric drill. We try to note when that is the case. &emsp;To go beyond these lists, you will need to know what projects and products you want to make, and the methods and equipment needed for them. Many instructional books and articles have explicit lists of the equipment needed. Others implicitly identify useful tools by discussing their use. Tool and supply catalogs, and the tool sections of general online marketplaces can also be reviewed to identify candidate items. &emsp;'''Choosing Equipment''' - A given tool type, like a claw hammer, can be found in many versions with different quality, weight, intended usage, and cost. So the first thing is to understand what you will be using it for. Is it occasionally hanging pictures, or working full time as a carpenter? Larger and heavier tools can work with heavier materials, but can require more body strength and endurance to use. Smaller and lighter tools can be more precise, and used in tight spaces. So it can be useful to have several versions of a given type. &emsp;Cost is often a factor. You can get started with less expensive but adequate ones, and upgrade later. However very cheap tools may break or wear out quickly, and not be able to handle whatever you are working on. For personal production on a regular basis they should be hobbyist or professional grade rather than lowest grade. Used tools are typically less expensive, and often are perfectly fine for this type of use. Recognizing tool quality is a learned skill, as is knowing what grade you need for a given purpose. You may want to get recommendations from more experienced people, books, articles, instructional videos, online reviews, and discussion forums if you are new to it. &emsp;'''Supplies, Parts, and Materials''' - To complete a project you need more than just equipment like tools and machines. Equipment is not generally used up in a single project. But some supplies, like sandpaper, wear out with use. Others, like paint, end up as part of the finished item. If you are merely tightening something that has come loose, or are assembling a packaged kit that comes with everything needed, you may not need any added parts and materials. But most projects will need materials like lumber, and parts like screws, that end up in the finished item. &emsp;There is such a wide variety of these items that we cannot list them all. Instead we will note categories of supplies, parts, and materials as part of the lists below. Instructional and reference sources have more specific information on what is needed. Published project plans will often include a detailed materials and parts list. When starting a custom project you can develop a list as you plan it. Then you can look at what you already have, and identify what else is needed to complete it. &emsp;Shopping for every small project takes time, and buying in quantity can be less expensive. So it can be helpful to keep some supplies, parts, and materials on hand. These can be leftovers from previous projects, packaged hardware assortments, or accumulated from second-hand sources. We will try to indicate what is helpful to stock as a starting point, but suggest getting other items as needed for particular projects. There are many types of these items, so some way to keep them organized is useful. This can be '''[[w:Organizer_box|Organizer Boxes]]''' with compartments and drawers, empty jars and cans, or sometimes the box they came in. &emsp;In addition to purchased inventory, you can reuse items you already have but don't need, like old furniture, and items from your property like fallen or cut tree branches. Free and cheap outside sources can be found almost anywhere. Particularly good ones include scrap and wrecking yards, leftovers and removals from construction and renovation projects, and business trash. Always ask permission when scavenging from private property. You can also offer to clean up/remove/move items for people. For example, someone may have fallen tree branches which you can get free for the asking, or even get paid for removing them. Discarded or second-hand furniture can be used as work tables or storage, or as a source of lumber. &emsp;'''Making and Improving Your Own Items''' - The basic idea in these books is self-improvement. So if finances are more limited than time, or simply because you enjoy it, you can make or improve your own equipment. This lets you customize them to better fit your needs. For example, a workbench can be fit to your body size, what you are working on, and the available work space. A basic table saw consists of a motor, and an adjustable blade emerging from a cutting surface. But you can add different blades to suit the material, assorted guides for moving what you are cutting, and extension tables for managing larger pieces. To make or upgrade equipment requires already having some to work with, or access to other people's. However making everything from basic materials will take much longer than buying. So project members should consider what to make vs finding/buying already functional items. &emsp;Simple self-made woodworking projects include saw benches and saw horses, a stationary workbench, bench hook, miter box, and wooden mallets. A blacksmith can make many of their own tools, including a forge, chisels, hammers, punches, drifts, and fullers. A skilled one can make tongs, specialized hammers, hardies, flatters, and swages. Combining wood and iron work can produce cutting tools like axes and chisels, planes, drawknives, spokeshaves, claw hammers, and screwdrivers. '''[[w:David_J._Gingery|David Gingery]]''' even wrote a book series on how to build metalworking machines from scrap. At a more advanced level, a well-equipped machine shop can make many of the parts for another machine shop. &emsp;'''Ready-Made Equipment''' - Places to find new tools include home improvement and hardware stores, online marketplaces, industrial suppliers, and direct from the manufacturers. Used tools can be found online on trading sites like '''[[w:EBay|eBbay]]''' or '''[[w:Craigslist|craigslist]]''', or locally in the for-sale sections of social media. Pawn shops, flea markets, estate and garage sales are good sources for used tools. If you join a community of hobbyists or a '''[[w:Hackerspace|Makerspace]]''', you may find people who are upgrading or changed interests and are selling off/giving away items. You can sometimes borrow or rent tools, or use ones at community arts centers. A dedicated space for your own or group projects is less constrained by time and access, and has better control over tool selection and care. &emsp;'''Learning to Use Them''' - There are plenty of sources of information beyond what is in these books. Other books, both paper and digital, are a primary source. The '''[https://archive.org/details/texts?tab=collection Internet Archive]''' has a vast collection of digitized books. Local libraries either have paper books, can borrow them from other libraries through inter-library loan, or have digital copies you can borrow. You can of course buy new and used books online and in bookstores. Hobbyist magazines and other publications are useful both for project information and specialty equipment sources. &emsp;A community of people doing personal production can teach each other whatever skills they already had or are learning. Formal classes are taught at community centers and trade schools. Informal ones can be found among hobbyist groups, stores that sell the relevant items, and at makerspaces where you can observe and try things. You can find local community projects, hobbyists, or professionals and offer to help or work for them, and learn while doing. Video tutorials and online forums on specific subjects have also become quite helpful in recent years. ==<span style="font-size:x-large; font-family:'Georgia', serif;">3.0 - Basic Sets</span>== &emsp; &emsp;Before starting to use any kinds of tools and equipment, you should know how to use them safely and properly, and be protected from injury. So have the following items available, and get some safety training if needed: &emsp;'''Reference Material''' - At least one reference book on basic tool use to start with. Add additional books, videos, training classes, etc. as needed. There are many basic books available, but '''[http://everyspec.com/USN/NAVEDTRA/NAVEDTRA_14256_JUN1992_18379/ Tools and Their Uses, US Navy, 1992]''' is public domain and downloadable. The '''[https://archive.org/details/texts?query=home+workshop+tools Internet Archive]''' also has several books on home workshops and tools to borrow or download. &emsp;Both paper and e-books can be used where you are working. To protect them from dirt and damage, a thick cardboard backing with rubber bands or spring clips, and a clear plastic bag or sheet as a cover is enough to start. E-books may need more protection for the display, like a wood tray with a hinged clear plastic lid. &emsp;'''Safety Equipment''' - Tools, and the materials being worked on, are usually stronger than body parts. So a variety of safety equipment should be used to protect yourself. These include safety glasses or goggles, ear plugs or headsets for sound, work gloves (cloth, leather, fireproof, and rubber in varying thickness), knee pads, masks or respirators for dust or vapors, shop aprons, hard hats, reinforced shoes and boots, and protective covers or shields around dangerous tool parts. The latter are often built-in or available for the tools. Which of these are needed depends on what you are doing. Loose clothes and hair can get caught up in moving parts, and should be changed or secured. &emsp;Despite using safety equipment, injuries can still happen. So '''[[w:First_aid_kit|first-aid supplies]]''' should be available nearby. Most homes already have some. If a work space is some distance away or you are working away from home, a basic first aid kit should be located in the space or your vehicle. Appropriate fire extinguishers and/or sprinklers should be available for any project with flammable materials. For outdoor work, water buckets and hoses should also be available. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 1 - General Home Use</u></span>=== &emsp; &emsp;These items are useful for common household tasks like hanging pictures, assembling furniture, or installing appliances. They are also needed for more advanced projects and maintaining other equipment. They should all fit in a toolbox like the one in figure 5.5-2. [[File:Caisse_à_outils_avec_petit_outillage.JPG|thumb|right|640x375px|Figure 5.5-2 - A cantilever toolbox with trays that slide apart.]] ::'''Tool and Supply Containers''' &emsp;While household tools can be stored in a drawer or closet shelf, it is handy to keep them in a '''[[w:Toolbox|Toolbox]]''' of some kind. This avoids multiple trips when you need to use more than one, and keeps them all together. Almost any kind of container will work, as long as it will hold the majority of them (except the largest like hand saws), and strong enough for the weight. Thick-wall cardboard boxes and plastic tubs are low-cost examples. Handles or hand openings make carrying them easier. Manufactured or self-made toolboxes often have one more more drawers, removable/sliding trays, or smaller containers/dividers for small items (Figure 5.5-2). That makes it easier to organize and find what you need than a random pile. Additional types of tool carriers include large buckets, with optional tool organizers, non-rigid carrying bags and backpacks, and tool belts and aprons for when you want to keep some tools at hand. [[File:Motorists_tool_kit_roll_of_1912.jpg|thumb|right|640x441px|Figure 5.5-3 - A 1912 Mechanic's tool roll.]] &emsp;Most tools are mostly or all metal, and power tools have motors, batteries, or cords. Many tools have accessories, like drill bits or various size sockets. So at some point hand-carrying a toolbox becomes difficult. You can either have multiple smaller toolboxes, or use a larger one with wheels and a handle to make moving it easier. There are manufactured stackable sets with the bottom unit having the wheels and handle, or you can get a separate handcart and strap multiple toolboxes to it. &emsp;Tools can damage each other, especially ones like files designed to cut metal. Smaller containers, especially ones with individual tool holders, within the tool box can protect them. Sharp blades can be covered with a cap or sheath, or wrapped in cloth. A tool roll of heavy cloth or soft leather can keep tools organized and separated from each other (Figure 5.5-3). &emsp;Supply items like nails, screws, and sandpaper get used up in a project. Extra supplies avoids having to shop for them for each project, and it is often cheaper to buy in quantity, or not possible to buy very small amounts. These extra supplies also need storage. Small amounts can be kept in the same container as the tools, either loose in a compartment or in the package they came in. Larger amounts can be stored in a separate container, and then whatever is needed for a given project pulled out as needed. [[File:HeadLamp.JPG|thumb|right|640x376px|Figure 5.5-4 - A battery-powered headlamp.]] ::'''Lighting and Inspection''' &emsp;You need to be able to see what you are working on. If permanent home lighting or daylight is not enough, there are portable options like plug-in lamps and work lights. Work lights can be mounted on stands or clamp onto an available surface. Battery options include flashlights, and headlamps which leave the hands free (Figure 5.5-4). Inspection mirrors are small adjustable ones on a handle to see in hard-to-reach places. Some have telescoping handles and built-in lights. ::'''Measuring and Marking Tools''' &emsp;These are used for marking where to make cuts or shapes, dimensions, or what a part is for later assembly. Typically a cut line is marked, and then an X, squiggle, or shading is used to show the part being cut away. Cuts should be on the removal side of the line rather than directly on it. It is easier to remove material to get the final dimension than put it back once removed. So tool positioning should account for blade width. * '''Pencils & Pens''' - Start with ordinary pencils. sharpener and eraser, and yellow and red marking crayons for dark and light raw wood respectively. Ink pen and colored marker lines are easier to see but harder to erase. The edge of '''[[w:Masking_tape|Masking Tape]]''' can be used to mark locations and be written on, then more easily removed where appearance matters. Office sticky notes and other low-stick items can also be used for this. * '''[[w:Scratch_awl|Scratch Awl]]''' - These make indented lines and points. They make a sharper line than writing tools and the indents help position a chisel or drill in the right place. * '''[[w:Ruler|Rulers]]''' - Steel, preferably stainless to resist rust and heat. One or more straight ones to start, 15-60cm (6-24 in) with fine-scale markings. '''[[w:Tape_measure|Tape measures]]''', one each roll-up steel, 4-10 m (12-30 ft)for straight distances, and a cloth/plastic sewing type for wrapping around objects. * '''[[w:Combination_square|Combination Square]]''' - For measuring and marking perpendicular or at an angle to an edge, and finding the center of an end. One 30cm (12 in) to start with. [[File:Tool-level.jpg|thumb|right|640x228px|Figure 5.5-5 - A torpedo level.]] * '''Levels and Plumbs''' - For finding horizontal and vertical lines. '''[[w:Spirit_level|Spirit levels]]''' have liquid with an air bubble in a curved tube. Start with a torpedo Level (Figure 5.5-5), a small magnetized one suitable for general home use, like leveling appliances. A '''[[w:Plumb_bob|Plumb Bob]]''' is a light string with a substantial weight, sometimes pointed at the bottom. Gravity pulls it vertical. It can be used to transfer positions or align objects vertically. If attached to a marked frame or scale it can help align vertical, horizontal or sloped directions. ::'''Assembly Tools''' &emsp;For fastening parts together or take them apart again. Also for striking items to drive them together or apart or change their shape. These are mainly manual (unpowered) tools. * '''[[w:Screwdriver|Screwdrivers]]''' - Screws come in a variety of sizes with different slots, for which a matching driver should be used. Sets with common sizes are available. A basic set should have at least a large flat head, large Phillips, small flat head, small Phillips, and stubby flat head (short shaft). Since a lot of torque (twisting force) is often needed, they should be better than the cheapest grade. :&emsp;When an item doesn't already have screw holes, an '''[[w:Bradawl|Awl]]''' with a very narrow or pointed tip is useful for starting small screws. If nothing else is available, a sharpened nail can be used. Larger wood screws require pre-drilling a hole about the size of the shaft inside the threads to avoid splitting the wood. :&emsp;A small cordless screwdriver that accepts hex shank bits can replace multiple screwdrivers and pre-drill holes. A set of screwdriver and small drill bits with matching shanks should be added if not included. '''[[w:Drill#Hand-powered|Hand Drills]]''' of various kinds still exist but are mostly obsolete or used where power is not available. * '''[[w:Pliers|Pliers]]''' - For firmly holding items using leverage. A basic set would include either a channel or slip joint type where the space between the jaws can be changed, a lineman’s with heavy-duty jaws, long nose for reaching confined spaces, and a locking type which continues to hold without hand pressure. * '''[[w:Socket_wrench|Socket Wrench Set]]''' - For larger screws and bolts that need more torque. A basic set includes a reversible ratcheting handle and different sizes of matching sockets to fit hexagonal-head fasteners. '''[[w:Hex_key|Hex Keys]]''' (Allen wrenches) are used for hexagonal holes in a screw or bolt. A basic set of different size hex keys is enough to start. * '''[[w:Hammer|Hammers]]''' - For striking with higher force by combined arm and handle speed. A basic set includes a '''[[w:Claw_hammer|Claw Hammer]]''' for driving and removing nails, a '''[[w:Ball-peen_hammer|Ball-Peen]]''' for striking other metal tools or shaping metal, and a '''[[w:Mallet|Rubber or Rawhide Mallet]]''' for when you don't want to damage what you are hitting. These can be anywhere from the 250-1500g (8-38oz) weight range depending on your strength and what you are hitting but a 500g/16oz one is enough to start with. * '''[[w:Staple_gun|Staple Gun]]''' - The manual version uses a hand-compressed spring to drive heavy staples. It can be used for fastening plastic sheet, fabric, and other light materials into soft woods. Hardwoods may require hammering the staples flush, or using sturdier fasteners like upholstery tacks. ::'''Cutting and Abrasive Tools''' [[File:Tapijtschaar.jpg|thumb|right|400x300px|Figure 5.5-6 - Carpet Shears.]] * '''[[w:Scissors|Scissors/Shears]]''' - These have two blades on a pivot connected to handles. A toolbox version should have stronger blades and higher handle-to-blade length ratio to cut thicker material than household/craft scissors. A suitable heavy duty one is a '''Carpet Shears''' (Figure 5.5-6). The offset handles make it easier to cut on a flat surface. * '''[[w:Utility_knife|Utility Knives]]''' - The kind called a "box cutter" has a retractable razor knife for cutting materials like cardboard. This is enough to start with. A straight edge can guide the blade along a desired line. If you use the knife often enough, it should come with or you can get replacement blades when they wear out. Blades are very low cost and not worth sharpening to a razor edge. An inexpensive '''[[w:Putty_knife|Scraper/Spreader Set]]''' with different width and shape blades is useful for general cleaning, prying, and spreading. Thicker blades are better for scraping, while thinner flexible blades are better for spreading. A '''Razor Scraper''' holds a single-edged razor blade crosswise, and is used at a low angle on hard surfaces like glass. :&emsp;The '''[[w:Pocketknife|Folding Pocket Knife]]''' has one or more blades which pivot into the handle. A '''[[w:Multi-tool|Multi-tool]]''' includes other items besides edged blades. In all cases the movable blades make it safer and easier to carry when not being used. Traditional fixed-blade utility knives have their uses, especially outdoors or working with wood, but need a sheath when not being used for safety and to avoid damage to the edge. They should be single-edged so you can push on the back of the blade for extra force. * '''[[w:Diagonal_pliers|Diagonal Pliers]]''' - are made of hardened steel and used to cut wires and similar long, narrow materials. They are typically built into lineman's pliers along with the gripping jaws. but adding a smaller one for tighter spaces or cut more closely to a surface is useful. * '''[[w:Snips|Metal Snips]]''' function like scissors, but have much thicker blades and more leverage, often with compound action. This allows cutting sheet metal and similar hard materials. A starter set only needs the straight-cutting type, but left and right curve cutting versions can cut more complex shapes without multiple straight cuts. * '''[[w:Hacksaw|Hacksaws]]''' hold a narrow, fine tooth blade under tension in a frame. One standard 30 cm(12 inch) saw with a few blades of different tooth fineness is sufficient for a starter set. They are used to cut metal, plastic, and wood where a narrow cut or thin walls requires a thin blade with small teeth. Junior and mini saws use shorter blades and can be used in smaller spaces. * '''[[w:Hand_saw|Wood Hand Saws]]''' - These are for general cutting of wood to size. One short enough to fit in a toolbox to start with. Longer carpenter's saws can use the full stroke length of arm and body. They need a longer toolbox or are stored separately with something to protect the cutting teeth. The basic types are '''[[w:Crosscut_saw|Crosscut]]''' with teeth to cut across the wood fibers (grain), and the '''[[w:Ripsaw|Ripsaw]]''' with teeth to cut lengthwise along the fibers. There are many other types of '''[[w:Saw|Saws]]''', but a smaller toolbox one and the two carpenter types for larger pieces of wood are enough for basic home projects. * '''[[w:File_(tool)|Files]]''' and '''[[w:Rasp|Rasps]]''' are used to remove small amounts of material by abrasion. Files have teeth the width of the tool, while rasps have smaller individual teeth. They are usually made of hardened high-carbon steel so they can cut other metals. They are fairly inexpensive, so a packaged set of six or more different sizes, shapes, and tooth fineness is enough to start. This should include at least the bastard, double cut, round, and triangular types. '''[[w:File_(tool)#Needle_files|Needle Files]]''' are very small ones for confined spaces or fine work. :&emsp;File sets should have some handles, and a holder or wrap to keep them from damaging each other and other tools. A stiff toothbruch, detail brush or "file card" (a brush with fine metal wires) can be used to remove accumulated particles. * '''[[w:Sandpaper|Sandpaper]]''' - is used to smooth surfaces, round sharp corners and similar finishing tasks. An assortment pack with different grain sizes is enough to get started. Grain is either particles per inch where fine grains have higher numbers, or direct size in microns. Sandpaper wears out and becomes clogged with particles, but is inexpensive to replace. A stiff brush like a toothbrush can clean out excess particles. There are types intended to be used wet or dry, and different grain materials. :&emsp;The paper or other backing is flexible and can be cut from the back or folded and torn to whatever size is needed. Cutting from the grit side will damage blades. It can be wrapped or taped to scrap wood or any other object to conform to the surface being sanded. '''[[w:Sanding_block|Sanding Blocks]]''' are also made for this purpose. Fingernail files and hobby sanding sticks are useful for small spaces. ::'''Tool Care and Maintenance''' &emsp;Tools and work areas need some care, maintenance, repair, or cleaning. Care can be divided into avoidable problems and unavoidable wear. Water and high humidity causes steel and other metals to rust or corrode and wood to decay. Dry storage and work areas, and quickly removing water after use helps avoid these problems. A wiped on coating of oil, or storing in oiled paper or cloth, can help keep water away from metal. Wood finishes or chemically treated lumber can prevent rot. Freshly cut logs and branches have a high water content, so they should be '''[[w:Wood_drying|Dried]]''' before most uses. This is called "seasoning" because drying time in air is measured in seasons. Paints and other durable coatings, and waterproof containers can protect both wood and metal items. &emsp;'''Sharpening''' - Using tools will eventually wear down sharp edges and moving parts. Casual use of a wood or metal saw may take years to wear down the cutting teeth, but if used regularly they require '''[[w:Sharpening|Sharpening]]''' or replacement. Hacksaw and razor blades are inexpensive and replaceable. More expensive cutting tools can be sharpened with files, sandpaper fastened to a flat surface like glass, and '''[[w:Sharpening_stone|Sharpening Stones]]''', and '''[[w:Razor_strop|Stropping]]''' with abrasive compounds. These are used in series with progressively finer teeth and grains until the necessary sharpness is reached. This varies by tool and its use. A fine tooth file from those listed above and a two-sided sharpening stone with coarse/fine grain is enough to start with. &emsp;'''Repair''' - Other tool parts may need replacement if they become too worn or break. The assembly tools listed above are used to take tools apart, replace the part, and put them back together. Any kind of flat tray or small container can be used to hold loose parts while disassembled, so they don't get lost or forgotten. If there are many parts, a multi-compartment item like an egg carton, ice tray, or muffin pan can organize them in the order they were disassembled so it can be reversed during re-assembly. &emsp;General maintenance and cleaning items don't need to be carried in a tool box, but brought out as needed. They include: * '''Lubricants and Tapes''' - One saying is "'''[[w:WD-40|WD-40]]''' for anything that moves but isn't and '''[[w:Duct_tape|Duct Tape]]''' for anything that moves but shouldn't". Lubricants and tape have many uses, so some of each should be available. One can of penetrating spray lubricant, and a roll each of strong cloth (duct) and regular masking tapes are enough to start. Other kinds of '''[[w:Lubricant|Lubricants]]''' and '''[[w:List_of_adhesive_tapes|Tapes]]''' can be added as needed. :&emsp;Tools and machines with moving parts often need oiling at specific points and not others. Some oil containers come with a small nozzle, but a small brush or cotton swab can be used in harder to reach spots. Dedicated '''[[w:Oil_can|Oil Cans]]''' (oilers) that work by gravity or pressure are available for frequent or large-scale use. * '''Brushes and Vacuums''' - Old toothbrushes and wire brushes can be used to clean up blade teeth, fastener threads and other small spaces. Soft hand brushes. a broom, dust pan, and trash cans are for collecting sawdust, metal shavings, etc. Hand and shop vacuums can clean up inaccessible or large areas. Cotton swabs and small craft brushes can be used to clean or apply finishes to small areas. * '''Cleaning Supplies''' - Old clothes or towels can be cut up, or cleaning rags purchased, for removing dirt, oil, grease, etc. Paper towels can be used but they wear out quickly. General household brushes, sponges, buckets and mops, water and household cleaners are used as needed to clean work areas. Most people have these already. If needed, cut-open plastic shopping or trash bags, and newspaper/advertising fliers can be used to protect surfaces. * '''Twine and Rope''' - Have multiple uses for bundling, temporary clamping, and securing loads being moved. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 2 - Home Improvement/Do-It-Yourself Use</u></span>=== &emsp; &emsp;The general-purpose tools and equipment listed here, when added to List 1, enable a range of more substantial home improvement, craft, and repair projects. You can start adding them as-needed for specific projects. Finding them used in bulk, such as auctions, moving, and estate sales, may save money. Any duplicate or unneeded items can be sold off or traded for ones you need. As noted above, you don't need everything from these two basic lists to start on projects. But the more items you have, the wider the range of projects you can do. ::'''Office & Media Equipment''' &emsp;These are used as=needed before starting a project to plan, design, research, and shop. They should be located away from work areas to avoid damage from tools, dirt, and dust: [[File:Drafting_board_with_T_Square.jpg|thumb|right|640x427px|Figure 5.5-7 - Drawing board with T-square and other tools.]] &emsp;Hand drawing has been substantially replaced by computers and software, especially for professionals, but it is much lower cost to get started. Even with computers, it is still useful for sketching ideas, or making notes and alterations to existing plans. Printed plans, however created, are still useful in the workshop, as they can be larger than screens, and if full size can be used directly as templates. * '''[[w:Drawing_board|Drawing Board]]''' - This is a surface to make drawings and plans of custom projects, customizing existing ones, or scaling templates to full size. An existing table or counter with a smooth top can be used to start, but any piece of smooth-surfaced rigid material can be used instead to avoid pen and tape marks. Portable boards (Figure 5.5-7) can be moved where needed and put away between uses. Tape or push-pins are used to hold drawing sheets in place. Translucent '''[[w:Drafting_film|Drafting Film]]''' (vellum) can be laid over other drawings and illustrations as guides. '''[[w:Graph_paper|Graph Paper]]''' has a pre-printed grid, making scaled sketches easier. *'''[[w:Technical_drawing_tool|Drawing Tools]]''' are used to draw accurate lines and curves. These include the T-square, 45 and 60 degree triangles; engineer's, metric, and architects scales; lettering, circle, and irregular curve templates; protractor, low-stick drafting dots, masking tape; erasers, eraser shield, and dusting brush; bow compass and dividers; and mechanical pencils of various lead diameters. * '''Computer and Peripherals''' - If you don't already have one, a computer is useful for communication, inventory, purchasing, task management, and design software. A multifunction printer can be used to print out online or e-book plans, or enlarge templates to full size. The scanning function can do the reverse. Large plans and templates can be sent to a commercial print shop. A webcam can provide live video conversations. A smartphone can use its cameras to also do this function. A '''Digital projector''' can be used to transfer designs to physical items or templates. ::'''Storage and Workshop Space''' [[File:Paris_-_Carpenter_workshop_-_4944.jpg|thumb|right|640x427px|Figure 5.5-8 - A professional woodworking shop with storage and workbenches.]] &emsp;As tools accumulate, it gets harder to fit them in a closet and move them around even with a wheeled toolbox. So dedicated storage becomes useful. Storage may be in a garage, utility room, or outbuilding. A storage area can also hold parts and materials for future projects. Tools and materials can be quite heavy, so the storage should be sturdy. Shelving and cabinets, either wall-mounted or freestanding, are typically used for smaller items. Longer or larger items can be leaned against or hung from a wall. &emsp;Drawers can help keep items accessible but out of the way when not being used. For tools and accessories, some portable tool boxes, and the larger wheeled or stationary '''Tool Chests''' come in all sizes and number of drawers. Parts organizers, small containers, or open bins can be used for bulk items like nails and screws. Empty cardboard boxes are often free from stores if you ask, and come in all sizes. Sturdy ones are preferred. Labels on everything help finding the right items once many have accumulated. A pack of blank address labels and a bold marker can serve for this. &emsp;When you add dedicated work space to storage, it becomes a '''[[w:Workshop|Workshop]]''' (Figure 5.5-8). These come in all sizes from a craft area in the corner of a room, to garage and basement space, to freestanding buildings that can be as large as needed. If you move to an existing or new home, it may already have space for a workshop, or an existing shop in place. &emsp;Since the tools in these lists enable making and building things, workshops can be largely self-made. The shelves, work tables, chairs, cabinets and other items that support working in them are collectively called '''Shop Furniture'''. Setting up storage and workshop space can be a very big project, so it is typically divided into smaller steps, with the completed parts helping finish the rest. &emsp;How much workshop space is needed is determined by the size of the projects being made, and the shop furniture, assembly areas, tools, stationary machines, parts, and materials being stored and used. Workshops can be used by one person or many, so there should be enough space to not interfere with each other. Enough additional space is needed to move around and for large items to overhang and move through machines. For some projects, outdoor space can be used temporarily to extend the working area. &emsp;Shops should not be overcrowded and items piled haphazardly. That is both unsafe and hard to use. So enough space for proper storage and future growth should be planned for. Workshops also need adequate lighting, either natural or artificial, and enough electric power if if such tools are used. This may require upgrades to existing systems. Access to water, such as a utility sink, and ventilation if fumes or dust are generated are helpful. The floor must be able to support the total weight of everything in the shop, which can be quite large. Temperature and humidity should be controlled enough to prevent rust, wood rot, and be comfortable to work in. Access doors should be large enough to move materials and finished items through. &emsp;If you are doing longer-term projects, specialized '''Work Clothing''' is helpful. Tool and nail aprons and belts allow keeping the most used tools with you. Denim, leather, or other heavy materials are durable and can provide protection. Some versions have extra pockets, loops, and holders for items. ::'''Work Surfaces and Clamps''' * '''Portable''' - While some work can be done on the floor, supports bring the work to a comfortable height, and for longer items keep them from sagging or tilting while being worked on. Two '''[[w:Sawhorse|Sawhorses]]''', with optional boards and/or sheet goods laid on top are simple and flexible, and are a starting point if you have nothing else. They can be bought, but basic ones are easy to make and cheaper. '''[[w:Black_%26_Decker_Workmate|Folding Portable Workbenches]]''' can have built-in vises, stops, and tool-holders. If they are very light they can move while working. Some have steps to use body weight to stabilize them. They can also be weighted with anything heavy to keep them steady. [[File:Clamps.jpg|thumb|right|596x480px|Figure 5.5-9 - Assorted clamps: pipe, bar, trigger, handscrew, spring, C-clamp, and cam types.]] * '''[[w:Clamp_(tool)|Clamps]]''' - Clamps in general are used to hold one or more items together or to the work surface to keep them from moving. They can be much stronger than muscles and leave the hands free for working. A single clamp can allow items to rotate, so at least two medium-size ones are needed to start with. Additional clamps of various types and sizes are desirable (Figure 5.5-9). There are specialized clamps that use '''[[w:Band_clamp|Straps]]''' or for '''[[w:Mitre_clamp|Holding Corners]]''' that can be added later as needed, and temporary ones can be made from rope and sticks, with wedges driven under the rope to apply pressure. * '''[[w:Workbench|Workbenches]]''' - These are either stationary, or if wheeled generally stay within a workshop area. Their weight and rigidity keeps items from moving or vibrating from tool forces. They typically have built-in '''[[w:Vise|Vises]]''' and clamps, or are designed so temporary ones can fix the work to the bench. Vises generally have larger faces to apply pressure and are stationary, while clamps are typically movable. The intermediate clamp vise can be temporarily clamped where needed. The '''[[w:Vise#Engineer's|Bench]]''' (Figure 5.5-18) and '''[[w:Woodworking_vise|Woodworking Vices]]''' are the most common types. The latter have wood vise faces to avoid damage to items. :&emsp;There are a number of specialized tools and accessories to hold items to workbenches. Some have '''[[w:Bench_dog|Bench Dogs or Pegs]]''' or '''[[w:Holdfast_(tool)|Holdfasts]]''' that can be inserted into holes to position or secure items. Shaped inserts can better hold round or other items that don't match the jaw shape. For some projects, custom holding jigs need to be self-made. For any kind of vise or clamp, softer materials like wood, leather, or rubber can be inserted between the jaws to prevent damage to the work. :&emsp;Many workbenches have storage shelves, hooks, or drawers below the bench top. Wall-mounted benches often have additional shelves or cabinets above the bench for storage. Free-standing benches (not against a wall) allow access from all sides and working on overhanging items. If large items will be worked on, temporary supports or other shop tables can be used to support the excess. Depending on use, bench top height can be for working standing up or sitting, or a taller chair or stool used to sit at a standing bench. Some benches have built-in electrical outlets for power tools. Otherwise corded tools or battery chargers can be plugged in elsewhere. ::'''Ladders and Platforms''' &emsp;Some projects involve reaching/working above floor or ground level, and occasionally down a hole. * '''[[w:Ladder|Stepladders]]''' have steps or rungs to climb and stand on. They come in a wide variety of sizes, and are either free-standing or leaned against something. A two-step version may be enough to reach ceiling lights and high shelves indoors, but a 2 meter (6 foot) one with four legs is more stable and provides places to set or hang tools and materials while working. Some versions have a small fold-out shelf for this purpose. This size is sufficient to start with. For outdoor use extension or folding ladders can be adjusted to the task at hand. If you expect to reach a roof or tree limb, the length can be chosen based on that height. :&emsp;Modern ladders are rated for weight. Select one rated for at least your body weight plus the heaviest item you expect to lift up it. '''A falling ladder or falling off one can cause serious injury'''. Move the ladder rather than leaning or lifting heavy items beyond the legs. If the ground is not level or firm use boards or blocks to fix that. Secure the ladder if needed to what you are climbing up, or braced to the ground with diagonal poles or staked ropes. Secure yourself to the ladder or what you are climbing with hooks and ropes/straps/safety belt to prevent falls. *'''Work Platforms''' provide more horizontal surface to stand on or place things than ladders. They are useful when horizontal movement is needed while working. One or two sturdy boards placed across two ladders, or one ladder and building steps are simple versions. Since loose boards can shift, they should be clamped or have angles or blocks attached to prevent sliding off. ::'''Moving and Lifting''' &emsp;Moving heavy objects or large amounts of supplies happens often on larger projects. Moving or lifting items over 20 kg (40 lb) or carrying multiple smaller or lighter items is difficult by hand, and benefits from various transport and lift devices. Some bags and boxes saved from previous shopping or discarded by stores may be enough to start with. Horizontal movement benefits greatly from wheels. Depending on the task, a '''[[w:Hand_truck|Hand Truck]]''', '''[[w:Flatbed_trolley|Flatbed Trolley]]''' (moving dolly) or '''[[w:Wheelbarrow|Wheelbarrow]]''' can be used. '''[[w:Tub_(container)|Tubs]]''', '''[[w:Bucket|Buckets]]''' and assorted small containers are useful for storing and moving items like fasteners, bulk materials, liquids, and groups of tools. Workshop machines and carts can come with wheels or have them added. This allows moving them out of the way when not being used, or to where needed while working. &emsp;For moving large amounts of material or larger single items, motorized vehicles of many types and sizes exist. The most common are passenger cars, pickup trucks, and enclosed vans. Trailers can be attached to many of these vehicles. Flat or open bed loads can be protected and secured by tarps, nets, elastic or chain hooks, and ratcheted straps. Blocks, wedges, and bars can prevent loads from shifting. Securing loads is important for balancing trailers whose deck extends beyond the wheel base. '''[[w:Intermodal_container|Shipping containers]]''' can carry large amounts of goods and serve as temporary storage or even a small workshop. &emsp;'''[[w:Pulley|Pulleys]]''' are used for lifting, dragging, or changing the direction of a force. A single rope and body weight is enough for smaller loads. Sets of pulleys can be combined for added leverage. Inclined boards set on a step or block and fabricated ramps can help withe height changes. The ledge at the bottom of a hand truck and many other objects can be used as '''[[w:Lever|Levers]]''' to lift objects enough to place supports under them or get them onto wheels. '''[[w:Back_belt|Back Supports]]''' may help avoid injury when lifting heavy items with body strength, but proper technique is more important. &emsp;'''[[w:Winch|Winches]]''' multiply leverage with cranks and gears. There are both hand and powered versions. Temporary hoists can use 1-3 poles with anchor ropes as needed. They can support pulleys, hooks and other lifting gear high enough for a given task. These are the '''[[w:Gin_pole|Gin Pole]]''', '''[[w:Shear_legs|Shear Legs]]''', and '''[[w:Tripod|Tripod]]'''. Commercial lifts and cranes can be rented for occasional use, or are supplied while delivering large loads. &emsp;'''[[w:Jack_(device)|Jacks]]''' - are devices to lift heavy weights or apply bending forces, generally more than simple levers. There are may types using ratchets, screws, air pressure, or hydraulics. The type included with most passenger cars for changing tires is enough to start, but a bottle jack of 10-20 tons capacity is a useful addition. Always make sure the jack is firmly supported. On bare ground it is likely to push itself into the ground rather than lifting a heavy object. Boards, timbers, or concrete blocks can spread the load. Also place timbers or other supports as the item is lifted, in case the jack slips or the load shifts sideways. ::'''Measuring and Marking''' * '''Size Measures''' - The ruler-type '''[[w:Calipers|Caliper]]''' has a sliding jaw attached to a ruler, with a vernier scale for accuracy. The inside and outside spring types can take and transfer measurements. These three 6-12" (15-30cm) in size to start with. Dial and digital calipers can make more accurate measurements, but not as accurate as a micrometer. * '''Weight and Volume Measures''' - For measuring bulk items and liquids. These can be conventional kitchen and bathroom scales, measuring spoons and measuring cups. Empty clear/translucent containers can be filled with measured volumes and marked for shop use. This is useful for materials that will stain or are toxic that you don't want to contaminate your measuring set. &emsp;'''Note:''' Some of the angle, curve, and spline tools that follow overlap the drawing tools in the office section above. If you already have those, you may not need more to start with. Larger versions are useful for measuring and marking larger physical projects as opposed to scale drawings. The need for them depends on what projects you are doing. * '''Angle Measures''' - There are various devices for setting right angles (90 degrees or perpendicular). The '''[[w:Try_square|Try Square]]''' is 20-50 cm (8-20 inches) is for smaller accurate work. The '''[[w:Steel_square|Steel Square]]''' is a larger one-piece device with engraved scales. Angled and sloped cuts are either described by the two scales, like "6:12", or calculated from the angle tangent. For cutting sheet goods there are squares the full width of a standard sheet. Sheet goods are generally manufactured with right angles, so an alternate method is measuring the lengths on opposite sides from the corners, and connecting them with a straight edge. :&emsp;The '''[[w:Speed_square|Speed Square]]''' is a triangular '''[[w:Set_square|Set Square]]''' with a built in fence. This can be pressed against a board edge to mark a cut, or clamped to it to guide a circular saw. A '''[[w:Protractor|Protractor]]''' has an angle scale, and the bevel type has a pivoting arm to mark angles. A '''[[w:Sliding_T_bevel|Sliding T Bevel]]''' can set and transfer angles when you want them to match. One try or steel square is enough to get started, depending on the size of the projects. * '''Curve Marking''' - A '''[[w:Compass_(drawing_tool)|Compass]]''' has two sharp points, or one point and pencil/pen for marking arcs and circles. The distance between the points is set against a ruler to the radius desired. The regular and beam/trammel types will mark small and large radii and are enough to start with. Very large curves can be set by hooking the end of a tape measure to a small nail at the center point, and securing the sharp point, pencil, or pen to the tape with a small '''[[w:Binder_clip|Binder Clip]]''' * '''[[w:Flat_spline|Flat Splines]]''' and '''[[w:French_curve|French Curves]]''' can be used for non-circular curves. Lines on curved surfaces like cylinders can be set by marking two or more measured points, then wrapping folded paper or other bendable but not stretchy material between them to mark a line. [[File:Vpass-1.JPG|thumb|right|640x284px|Figure 5.5-9 - Carpenter's Level.]] * '''Carpenter's Level''' - 60-120 cm (2-4 foot) (Figure 5.5-9). A longer version of the torpedo level from list 1. This can span more distance and be more accurate, but is harder to use in small spaces. For longer distances a level can be set on or against a straight piece of finished lumber with parallel sides or any similar object. Once a horizontal or vertical line is determined, slopes can be set by measuring perpendicular to one end. ::'''Additional Hand Tools''' * '''Screw- and Nut Drivers''' - The basic screwdriver set can be extended to cover most projects with about 30 pieces from a large standard plus a precision assortment sets. Nut drivers have axial handles like screwdrivers, but with tips that fit different size nuts and bolt heads. Their use overlaps socket wrenches with extension bars. * '''Hand Saws''' - '''[[w:Compass_saw|Compass]]''' and '''[[w:Keyhole_saw|Keyhole Saws]]''' have narrow blades for making curved cuts. They differ in size and tooth fineness. Interior cuts can be extended from a small starter hole made with a drill or chisel. A '''[[w:Coping_saw|Coping Saw]]''' has a very narrow blade with small teeth, and a frame to keep it straight under tension. The small teeth are good for thin material. The '''[[w:Bow_saw|Bow or Frame Saw]]''' is a larger version. Interior cuts can be made by unhooking the blade, putting it through a starter hole, and re-attaching it. The blade can be rotated as needed for the cutting direction. A '''[[w:Bench_hook|Bench Hook]]''' is a simple accessory, usually self-made, to keep an item steady while cutting, and slightly raised so you don't damage a work table. Hook a pair of them over the edge of the table and press what you are cutting against the upper blocks. :&emsp;Hand '''[[w:Backsaw|Backsaws]]''' have a reinforcing strip to keep the blade straight and can be used with a '''[[w:Mitre_box|Miter Box]]''' to guide it. They are used for cutting to length and accurate crosscut angles. They come in various sizes and tooth fineness from the larger miter saw, to tenon, dovetail, and razor. Ones with offset handles are used to cut pegs and other protrusions flush. Hand saws require periodic sharpening with use. Specialty clamps, file jigs (to even tooth height), and '''[[w:Saw_set|Saw Sets]]''' (to set kerf width) are available, but can be made/use other tools. The actual sharpening uses files and sharpening stones. * '''Hammers''' - Add other sizes of hammers with metal heads to those in list 1, either smaller and lighter for fine work, or heavier up to two-handed '''[[w:Sledgehammer|Sledgehammer]]'''. One or more hardwood mallets or '''[[w:Dead_blow_hammer|Dead Blow Hammer]]''' for when you don't want to damage what you are striking, with less rebound than the rubber mallet. These often have soft striking faces with sand or metal shot filling the head, which absorbs the rebound forces. The light '''[[w:Upholstery_hammer|Tack Hammer]]''' has one magnetized head to start small tacks and nails, such as for upholstery. The unmagnetized head then finishes driving them in. * '''Hooks and Picks''' - These are small tools with various shaped tips for fine work. They are similar to dental '''[[w:Periodontal_probe|Probes]]''' and '''[[w:Dental_explorer|Explorers]]'''. A basic set with several types to start with. * '''[[w:Burr_(edge)|Deburring Tools]]''' - For removing rough edges left by cutting tools. Files can also do this task, but a specialty tool set is sometimes more efficient on softer materials and longer edges. * '''Pry and Demolition Bars''' - These use leverage to remove nails, pry items apart, or start to lift heavy items. They can use hands or hammers to insert. They come in various sizes and shapes like the '''[[w:Cat's_paw_(tool)|Cat's Paw]]''', '''[[w:Crowbar|Crowbar]]''', and flat pry bars. Claw hammers have a built-in prying tool, but additional ones are useful. [[File:Quick_Change_Tool_System,_2parts.jpg|thumb|right|Figure 5.5-10 - Punch and matching die.]] * '''Chisels and Punches''' - '''[[w:Chisel#Cold_chisel|Cold Chisels]]''' are used to indent or cut thinner metal, and score, chip, or split masonry. '''[[w:Punch_(tool)|Punches]]''' are used to indent or pierce leather, wood, or metal. Hollow punches can make well-defined holes in thicker material. Matching '''Die Blocks''' support the other side so the surrounding area is not deformed (Figure 5.5-10). :&emsp;A '''[[w:Punch_(tool)#Center|Center Punch]]''' is used to mark where a drill will cut and keep it from wandering. A '''[[w:Nailset|Nailset]]''' is a punch with a small head, for driving a nail flush or slightly below without damaging the surrounding material. '''[[w:Drift_pin|Drift Pins]]''' are either straight or tapered. They are used to either transfer hammer impacts to hard-to-reach places or align holes before assembly. Start with a punch and chisel set of assorted types and sizes plus one medium '''[[w:Chisel#Woodworking|Wood Chisel]]''' for minor trimming and cutting of wood and other softer materials. * '''Wrenches''' - Add to the basic socket set in List 1 a larger set with multiple handle sizes and a larger range of sockets. Sizes up to 1 1/2" SAE and 38mm metric will cover all but the largest projects. Using two handles with a nut and bolt allows more tightening force. :&emsp;Open or close-ended single piece '''[[w:Wrench|Wrenches]]''' can apply higher forces that would damage a ratchet type handle. Their drawback is having to remove and reposition for each turn in tight spaces. A combination wrench has one open and one closed end. Using the ratchet handle first, then this type for final tightening minimizes the work. :&emsp;'''[[w:Adjustable_spanner|Adjustable Wrenches]]''' have a cylinder to change the jaw opening. Four sizes from 6-12" (15-30cm) should cover most needs '''[[w:Pipe_wrench|Pipe Wrenches]]''' have parallel serrated jaws to better grip large nuts and heavy pipe. These come in a wide range of sizes, but a medium one is enough to start. A '''[[w:Hex_key#Variants|Ball-End Hex Key]]''' can be used at an angle to the screw in hard to reach places. Sizes from 0.05-0.5" and 1.27-10mm in addition to the plain set from list 1 should cover most needs. * '''Pliers ''' - As needed, add '''[[w:Pincers_(tool)|Pincers]]''' and nippers, to grab or cut across the handle rather than along it. They are useful for pulling items like nails, or cutting protruding items flush. To a single locking pliers in the basic set you can add additional sizes and jaw shapes. Other types of pliers can be added in different sizes and lengths. Also add pliers to install and remove '''[[w:Retaining_ring|Retaining Rings]]'''. The rings have different styles and sizes, so you may need a set, or one with replaceable tips. * '''[[w:Bolt_cutter|Bolt Cutter]]''' - For cutting thicker rods or bars than pliers using compound leverage. For even thicker items use a metal hacksaw, angle grinder, or reciprocating saw. * '''Shop Magnets''' - Extension and sweep, for retrieving dropped items and metal cuttings. A strong shop magnet can be used to locate nails and screws in a wall by feel, and so also where the framing is located. A '''[[w:Stud_finder|Stud Finder]]''' is a more advanced device for finding wall posts (studs). ::'''Portable Power Tools''' &emsp;There are many types and sizes of '''[[w:Power_tool|Power Tools]]'''. The portable ones are meant to be moved to the work and used with one or two hands, while stationary ones are larger and have the work brought to them. Most use electric power either from a battery or cord. Batteries allow moving anywhere without worrying about cord length and handling, but they eventually need recharging. Battery packs and chargers add to the cost. Corded tools generally allow higher power levels and longer running time. Most power tools come in a range of quality and power level, measured by Amps or Watts. Which to use depends on the projects you are doing. &emsp;'''[[w:Extension_cord|Extension Cords]]''' allow working farther from a power outlet. Cords should be rated for the highest power tool you expect to use, and for outdoor use if you expect to use them that way. If you are moving around or climbing up, tie an '''[[w:Overhand_knot|Overhand Knot]]''' with the ends of the tool and extension cords before plugging together. This prevents them from pulling apart. * '''[[w:Drill|Electric Drill]] and Accessories''' - One corded drill around 6 Amp power and a standard wood drill '''[[w:Drill_bit|Drill Bit Set]]''' up to the drill chuck size is enough to get started. If you expect to work with metal, there are bits made of stronger materials with a different cutting angle. A '''Drill Gauge''' can help identify the size of a bit. The '''Hammer''' type drill can apply forward impacts to better go through hard materials. Many drills have side handle and depth gauge attachments to for better control. Specialty '''Right Angle Drills''' have the chuck mounted sideways to the grip rather than axially, which allows drilling in smaller spaces. :&emsp;There are many accessories that can fit in a drill chuck. '''[[w:List_of_screw_drives|Driver Bits]]''' can be used in place of screwdrivers and socket wrenches. They are faster but with less control. A driver assortment set is enough to start. Others include sanding, wire, and buffing wheels, countersink, counterbore/spade, expansion, and auger bits for wood, and abrasive stones for metal. For large holes a stationary drill press (see List 8) handles the higher torque better, or use a smaller starter hole then a saw to enlarge it. Various kinds of '''[[w:Drill#Hand-powered|Hand-Powered Drills]]''' still exist, but are mostly used where power is not available, to start a hole, for small spaces, or countersinking. * '''[[w:Circular_saw|Circular Saw]]''' - A hand-held corded type with 7.25 inch (18.5 cm) blade diameter with carbide teeth is the most common to start with. Other size saws and blade types as needed. Cordless (battery powered) types typically use smaller blades. All types rotate the blade at high speed. So what you are cutting should be secured to prevent movement, and a firm grip on the tool with both hands. For accurate cuts, a straight object is clamped to the work, offset by the blade distance from the guide plate edge. * '''[[w:Reciprocating_saw|Reciprocating Saw]]''' with assorted blades - This moves the blade forward and back rather than rotating. Longer blades allow cutting thicker items than a circular saw. Since only the blade is in the cutting area, they can work in tighter spaces than a circular saw. A variety of blades are available for different materials, and in different lengths and stiffness. They are generally less accurate than circular saws, but clamping something to the work to hold the tool against can improve accuracy. * '''[[w:Jigsaw_(tool)|Jigsaw]]''' with assorted blades - This is a type of reciprocating saw where the blade goes vertically through a guide plate. They are most useful making straight or curved cuts in boards or sheet goods * '''[[w:Angle_grinder|Angle Grinder]]''' and '''[[w:Dremel|Rotary Tool]]''' - These use high speed bits for tasks like cutting, grinding, and sanding. They differ in the direction of rotation and size. Angle grinders rotate at a right angle to the tool body, and are generally larger and more powerful. Rotary tools, such as the Dremel brand, rotate in line with the body, similar to electric drills. Compared to electric drills they spin at much higher speeds but with lower torque at the same power. One of either type is enough to get started. * '''[[w:Heat_gun|Heat Gun]]''' - These produce much higher temperatures than hair dryers and should never be used for that purpose. Uses include paint stripping, shrink wrapping, softening plastic for bending, and general heating and melting. Higher temperatures require an oven or furnace, but heat guns are portable and can cover larger areas. ::'''Stationary Equipment</u>''' &emsp;These items should either be fastened in place to use properly, or are too heavy or unwieldy to hand carry while operating. Stationary equipment generally includes both powered and unpowered tools, but the three here are all powered. * '''[[w:Miter_saw|Power Miter Saw]]''' - These perform the same function as a hand backsaw and miter box but are much faster using a powered circular saw blade. Basic versions have a horizontal angle gauge and fence. More advanced ones have blade tilt and slide features, clamps for the material, and projected lines for the cut. A bench, sawhorses, or rollers keep longer and heavier lumber straight and balanced while cutting, and the saw generally has holes for bolting in place. * '''[[w:Bench_grinder|Bench Grinder]]''' - This uses high speed abrasive, wire, or buffing wheels to sharpen, remove material, clean, and polish. They throw cuttings at high speed and can generate sparks, so gloves and face protection should be used. On metal the heat generated can affect the '''[[w:Tempering_(metallurgy)|Temper]]''' and burn hands, so dipping in water periodically can cool the item. :&emsp;'''Wet Grinders''' turn more slowly and apply water to the wheel to avoid overheating. They are typically used for blade sharpening. A '''[[w:Sharpening_jig|Sharpening Jig]]''' holds the tool at the right angle to the abrasive. A 6-8 inch (15-20 cm) bench grinder with abrasive wheels is enough to start with. Bench grinders can be fastened to a workbench, or to a stand if larger items need to be worked on. * '''[[w:Air_compressor|Air Compressor]]''' - This is useful for inflating tires and other items, and also for air tools like nail guns and paint sprayers. A small one light enough to move where needed plus an air hose and attachments kit is enough to start with. ::'''Materials, Parts, and Supplies''' &emsp;Beyond basic supplies already noted, these can mostly be accumulated as needed for current and future projects. We suggest starting with some nail, screw, and bolt/nut/washer assortment sets with different sizes. This avoids making a shopping trip for minor home projects. ::'''Care and Maintenance''' &emsp;'''Building Maintenance''' - Homes and other structures require maintenance to stay functional. Many of the tools and equipment listed above can be used for repair and replacement, in addition to building new items. Some tools are only used to diagnose and fix problems, but not to build new items. These include: * '''[[w:Test_light|Test Lights]]''' - are used to check if an electrical outlet or other device has a voltage (power). They are mostly used for safety, to make sure power is off before doing work, and to see if a non-working device is broken vs. an electrical supply problem. * '''[[w:Plunger|Rubber Plunger]]''' and '''[[w:Plumber's_snake|Snake]]''' - for clearing blockages in household pipes. &emsp;'''Vehicle Maintenance''' - After their homes, the next most important items for many people are their vehicles. This includes passenger cars, light trucks, motorcycles, bi- and tricycles (manual and electric), utility trailers, golf carts, riding mowers, and all-terrain vehicles. Some of the tools above, such as socket wrenches, can be used for maintenance, but a number of more specialized ones are used with vehicles. These include: * '''Tire gauge''' * '''Accessory Tire Inflater''' - A small compressor, often using a 12 Volt car accessory socket. It is mainly intended for vehicle and trailer tires, but can also be used for wheelbarrow, mower, and other small tires. * '''Battery Charger''' * '''Engine Oil, Grease Gun and other lubricants''' * '''Engine Coolant''' * '''Vehicle Cleaning Supplies''' &emsp;'''General Maintenance''' - When damaged, stripped, or frozen fasteners need to be removed, there are several ways to deal with it. Dirt and rust can be removed with brushes and rags, or specialty rust remover fluids. Penetrating spray lubricants and strong wrenches may then be enough to remove them. Many kinds of '''[[w:Screw_extractor|Extractors]]''' are made for removing broken or frozen screws, nuts, and bolts. If the hole is too damaged to reuse, it can be re-threaded with taps and dies, an insert or filler material used to patch it, or a new hole drilled nearby. ==<span style="font-size:x-large; font-family:'Georgia', serif;">4.0 - New Workshops and Expansion Sets</span>== &emsp; ===<span style="font-size:large; font-family:'Georgia', serif;"><u>New Workshops</u></span>=== &emsp; &emsp;List 2 talked about storage and workshop space. Some homes and many apartments don't have enough spare space for the kinds of projects you want to do, especially if you go beyond basic home improvement/do-it-yourself ones. The alternatives are to find or buy existing workshop space in the community, or to build new private or shared space. We discuss the needs and features of workshops first because they have to exist before you can work in them. Simpler ones can be built with the basic items from Section 3. Larger and more complex workshops may need items from Section 8 (below) on construction. When to build a new workshop depends on what you already have available, the need for added space, and outside factors like cost, financing, permits, etc. ::'''Needs and Features''' &emsp;Workshop buildings are one or more suitable existing structures, or purpose-built new ones added to a property. The property may already have living space, or be commercial, industrial, or bare land. Workshops can be additions attached to an existing building, or detached free-standing structures. Their size, location, and features depend on what kind of projects are intended. When planning them, you should consider future growth in addition to current needs. This can be handled by over-sizing a structure, planning for additions and extensions to it, or adding additional separate structures. &emsp;There are a number of reasons for a separate workshop. These include: * Outgrowing existing home space * Excessive noise, dust, debris, and fumes * Extra power and light requirements * Better access for vehicles and moving large items &emsp;Workshops can be specific to one type of craft or activity or more generalized. Some suggested design features include: * Sufficient windows or skylights for natural lighting, and added artificial lights where needed. * Large doors for materials and product delivery. * Sprinklers and fire extinguishers for fire protection. * A strong enough floor for heavy machinery and storage, or deep footings where needed. If there are upper floors, the heavier items should be on the lower floors. Stairs and lifting devices can ease moving items between floors, and the whole structure has to support the total weight. * Enough storage area for materials, parts, and supplies, and for equipment not currently being used. * Enough electric power for all equipment, preferably routed through ceiling drops or wall channels, for flexibility and to avoid trip hazards from cords. * A water supply for clean-up. * A first aid station. * A separate office area to keep out dust and dirt, with desk, drawing table, files for record-keeping, etc. &emsp;The contents of a workshop can be grouped into general items used across multiple activities, and those specific to a particular one. The layout should consider your workflows. In general, work starts with delivery of supplies, materials, and parts. Materials are then converted to finished parts, finishes applied, and assembled into completed items. Unless the completed items are to be used in the shop, the last step is delivery. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>Expansion Sets</u></span>=== &emsp; &emsp;Sections 5.0 to 8.0 include a series of expansion set lists for items beyond the basic ones in Section 3.0. The added equipment may fit in space you already have at first, and outgrow it later. The lists are grouped into four categories: Small Indoor, Large Indoor, Outdoor, and Construction. Each list is specialized according to types of projects and materials. The expansion sets are not in a required order where earlier lists are needed before later ones. They are a set of mostly independent choices, depending on your interests and what you want to do. An exception is List 17 - General Construction, which has items used by multiple construction trades listed separately afterwards. &emsp;Most specialized projects will need some or all of the basic items from Sectopm 3.0. We try to list items where they are most likely to be needed, but some items can be shared across different project types. So you may want to review the items in related lists. Within each list the general order is from hand to power and larger tools. We try to note accessories that go with a particular tool or machine. We also try to note reference sources, and materials, parts, and supplies needed for the project type. At present the later lists are less complete than the basic ones. ==<span style="font-size:x-large; font-family:'Georgia', serif;">5.0 - Small Indoor Projects</span>== &emsp; &emsp;Small indoor projects can be for personal enjoyment, creative expression, or to make useful items for personal use or sale. These are crafts and projects that can begin in temporary space like a desk or dining table, or in dedicated space of less than a room in existing living areas. They include light arts and crafts, printing and digital media, fabrics and leather work, jewelry, and electronics. They can mostly start with ordinary room lighting and electric power, perhaps with extra light in the work area. Serious hobby or small business production can grow beyond such workspace and have special needs. Section 4.0 covers new workshops for this. &emsp;We don't cover every possible activity and project, just some of the more common ones. Wikipedia's '''[[w:Outline_of_crafts|Outline of Crafts]]''', '''[[w:Handicraft|Handicraft]]''', and '''[[w:Fine_art|Fine Art]]''' articles list many of these other subjects. See also '''[https://www.smooth-on.com/applications/ Smooth-On's website]''' for additional categories, and the '''[https://www.dickblick.com/ Blick]''' website for types of tools and supplies. For ones not covered here you will need to find some reference books, printed articles, or websites that cover what is needed to get started. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 3 - Light Arts & Crafts</u></span>=== &emsp; &emsp;Light arts and crafts involve creative expressions that don't require much power, space, or stationary equipment to start. Examples are '''[[w:Drawing|Drawing]]''' and art painting, where all the tools and supplies can be hand-carried to work on location rather than at home. &emsp;'''[[w:Painting|Artistic Painting]]''' is distinguished from the general use of '''[[w:Paint|Paints]]''' for coloring or protection, as in room walls and automobile bodies. General paints can be used artistically, but usually artist's paints are specialized types in smaller amounts. Modern paintings are usually portable on a surface like framed canvas or wood panels. Fixed paintings are sometimes done on building interiors and exteriors. Historically some sculptures were painted to make them look more lifelike. Almost any surface that paint or ink will adhere to or be implanted in can be used. &emsp;'''Artistic or Decorative Printing''' includes '''[[w:Linocut|Linocut]]''' and '''[[w:Woodblock_printing|Woodcut]]''' on fabric or paper. '''[[w:Papier-mâché|Papier-mâché]]''' uses paper or pulp, fabric reinforcement if needed, and glue, starch, or wallpaper paste. '''[[w:Mixed_media|Mixed Media]]''' are assemblages, collages, and sculpures using more than one type of material or '''[[w:List_of_art_media|Art Medium]]'''. In addition to some basic tools from prior lists, arts and craft tools can include: ::'''Hand Tools''' * '''Craft Scissors''' * '''[[w:Brush|Brushes]]''' - Art, foam, craft and general paint types. * '''Single Hole Punch''' * '''Crafting Needles''' - Including '''[[w:Crochet_hook|Crochet]]''', '''[[w:Knitting_needle|Knitting]]''', and '''[[w:Sewing_needle|Hand Sewing]]''' types, ::'''Work Area Items''' * '''Work Table and Storage''' - These can be existing household items or dedicated for arts and craft work. * '''Art Furniture''' - '''[[w:Easel|Easel]]''', drawing boards, portfolios, carrying cases, and folding tables and chairs for working in a studio or on location. * '''Surface Protection''' - Newspaper, old bedsheets, dropcloths, plastic tablecloths, or plastic sheeting. * '''Work Clothes''' - For messy arts and crafts such as an apron, smock, or old large shirt. * '''Storage containers and Organizers''' - for storing and mixing the variety of tools and materials. These can be purpose-made, or reused egg cartons, empty boxes, clean cans, jars, and small plastic containers. ::'''Power Tools''' * '''Hot-Melt Glue Gun''' - uses sticks of glue and heat to melt them. * '''Small Oven''' - such as a kitchen toaster oven. For heating or melting small items. ::'''Materials, Parts, and Supplies''' * '''Drawing''' - colored crayons, chalk, markers, pens, and pencils, drawing paper, pads and sketch books. * '''Artist's Paints''' - includes oil paints, pastels, watercolors, tempera, acrylics and enamels. * '''Art Printing''' - ink pad, sponge, brayer, rubber stamps, printing ink, wood blocks, linoleum. * '''Disposable containers''' - for weighing and mixing powders and liquids, and casting low-temperature resins. * '''Disposable stirrers''' - for paint, resin, etc. These can be bought, leftover plastic utensils, or scrap items. * '''Aluminum foil''' - to protect surfaces, and liners and containers for items needing oven heating. * '''Plastic''' - sheets, tubes and blocks from materials like acrylic and high-density polyethylene. * '''Casting Materials''' - Plaster of Paris, resins, etc. &emsp;Mixed media can use any found items, but some basic supplies include: * '''Fasteners & Adhesives''' - White, decoupage, fabric and wood glues. Glue sticks, painter's tape, thumbtacks, and hardware fasteners like brads, or nails. * '''Textiles''' - Yarn, craft felt, fabric scraps, thread, embroidery floss, muslin, burlap, and wool felt. * '''Sculptural Materials:''' - Salt and bread doughs. Modeling, polymer, and air dry clays. Craft foam and foam rubber. Chenille stems (pipr cleaners), toothpicks, straws, and craft/popsicle sticks. Scrap, found, and shaped wood pieces. Floral and coiled metal wire of various diameters, and larger metal pieces. * '''String, Bead and Knotwork''' - Cord, string, artificial sinew, fishing line, and thread. Pony, wood, glass, plastic, and metallic beads. * '''Decorations''' - such as glitter, pom poms, feathers, cotton balls, googly eyes, and sequins. * '''Papers''' - Copy, colored construction, wax, colored tissue, bath and "bleeding" tissue, freezer, crepe, and newsprint (blank or printed). Paper napkins, towels, and bags. Contact (adhesive-backed) paper, clear or colored. Card stock, flat and corrugated cardboard. Roll white, brown, and tracing paper. * '''Reused Items''' - such as magazines, junk mail, netting from produce bags, bubble wrap, packaging peanuts. * '''Natural Materials''' - such as leaves, sticks, small rocks, acorns & nuts, pine cones, flowers, and seeds & seed pods. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 4 - Printing and Digital Media</u></span>=== &emsp; &emsp;Artistic printing is typically single or small numbers of items. '''[[w:Printing|Production Printing]]''' is a technology for mass reproduction and distribution of text and images for business, education, and entertainment. It has a long history of making physical copies like books and newspapers. Writing and drawing by hand can be done with very simple tools and materials. But printing in quantity needs specialized equipment for paper, fabric, photographs, and lithographs. &emsp;Today '''[[w:Electronic_media|Media]]''' of all types are increasingly produced, stored, and distributed by digital electronic methods. In addition to making text and drawings, digital media includes capturing photographs, sound, and video. It also includes creating digital content wholly electronically. New creations and recordings can be made, combined, and edited with a variety of suitable computers and software. These include stationary and portable computers, tablets, and smartphone. Additional input and output devices are often used with them, and the completed items distributed by communication networks or physical media. &emsp;Depending on the type of printing or digital media projects you want to do, you may need any of the following to get started: * '''Basic Working Space''' - including furniture and general tools from lists 1 and 2 for setup. * '''Basic Content Creation''' - this includes technical drawing and basic computing equipment and software from List 2 for text and illustrations, and light arts and crafts items from List 3 for artistic creations. A basic computing device generally includes some storage, display, keyboard and mouse, and speaker. These can be merged into a single device, such as laptops and smartphones, or separate components for desktop systems. They also generally have a network connection - wired, wireless, or both. ::'''Computers and Peripherals''' * '''Upgraded Computer(s)''' - High-end media creation, editing, and display may need better computers. This is generally set by the needs of the software and peripherals you will be working with. For example, if you are doing digital photography, you need enough storage for all the pictures you are editing and saving. Rendering high-end 3D graphics may require a corresponding graphics card, or even a dedicated computer for the task. If more than one person is working, you will need multiple computers. * '''Upgraded Input Devices''' - This includes special keyboards, mouse, joysticks, and touch-sensitive tablets. * '''Upgraded Displays''' - Some work benefits from larger, multiple, or higher quality displays. * '''Upgraded Audio''' - This can include higher quality and quantity of speakers, microphones, multichannel audio output, and headsets. * '''External or Networked Storage''' - * '''Scanners and Printers''' - These range from basic office types to large format versions. Multifunction units can do both scanning and printing. * '''[[w:Digital_camera|Digital Camera]]''' for photography and video production. A dedicated digital cameras, with accessories like tripods, lights, and microphones, can produce better results than smartphones or webcams. They have larger lenses and sensors, and more adjustments for focus, zoom, exposure time, etc. Higher-end cameras have interchangeable lenses for different purposes. ::'''Other Print Media''' &emsp;This includes printing on with other materials or processes besides paper, such as fabric, photographic prints, and lithographs. * '''Screen Printing Press''' - 4-Color, with accessories and supplies ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 5 - Fabric and Leather Work</u></span>=== &emsp; &emsp;'''[[w:Textile|Textiles]]''' are fibers commonly used to make '''[[w:Woven_fabric|Woven Fabrics]]'''. '''[[w:Sewing|Sewing]]''' and related processes then turn fabric into creative and useful items such as clothing, drapery, and bedding. '''[[w:Leather|Leather]]''' is animal skin treated to prevent decay. In some cases it can be sewn and used like fabric. But the thickness, stiffness, and strength of leather often requires different tools, and it gets used for different kinds of items. &emsp;'''[[w:Pattern_(sewing)|Patterns]]''' are full-size drawings fastened or traced onto the material as a cutting guide. They are often purchased, but custom patterns made to fit a particular body or project, or scaled-up patterns from books and other sources can be self-made. You can use wide paper rolls or inexpensive cloth to make patterns. The latter can be test-fit on the wearer before cutting more expensive material, or used multiple times since cloth is more durable than paper patterns. &emsp;Custom patterns for complex shapes like feet can be made by wrapping plastic wrap or bags around them, then wrapping flexible tape around the plastic. Seam lines are then marked on the tape, and the pieces carefully cut off the body and flattened. Patterns made this way need to have seam margins added to them. ::'''Hand Tools''' * '''Sewing Kit''' - While all the items can be bought separately, it is convenient to get all of them at once to start, and kits are typically not very expensive. It can include any or all of the following: storage for all the items, spools of thread in various colors and thickness, scissors, spare buttons, spring clips and dressmaker's pins for holding fabric together. Hand sewing needles of various sizes, machine bobbins, safety pins, crochet hook, magnifier, tip and ring thimbles, pin cushion, and a measuring tape. * '''Cloth Measuring Tape''' - A flexible cloth or plastic ruler without a case. This was included in List 1, but if you don't have it yet, get one at least 60 inches (150cm) long for measuring body dimensions, and another up to 144 inches (360cm or 4 yards) for measuring uncut fabric and large sewn items like drapery. * '''Tailor's Chalk or Soapstone''' - For temporary marking on fabric. * '''Dressmaker's Shears''' - These are very sharp scissors with an offset handle that leaves the fabric flat while cutting. They should not be used for other purposes. * '''Thread Snips''' - Small pointed, and usually spring loaded, scissors for cutting thread and trimming fabric. The small size allows reaching into tight spaces after sewing. * '''[[w:Seam_ripper|Seam Ripper]]''' - A tool with a razor-edged hook for cutting sewn stitches without tearing the fabric. * '''Rotary Cutter Set and Mat''' - This uses a razor edged wheel rather than scissors action to cut material. A set includes replacement wheels with different shaped edges. A soft mat protects the table surface while allowing the blade to penetrate through. * '''[[w:Tailor's_ham|Tailor's Ham]]''' - A tightly stuffed pillow for pinning and ironing curved areas of fabric. ::'''Stationary Equipment''' * '''[[w:Sewing_table|Sewing Table]]''' - This can be any kind of table to start with, to support a sewing machine or fabric being hand cut and sewn. Custom tables inset a sewing machine bed level with the rest of the surface. This makes sliding the material easier. For larger and heavier material, a machine set perpendicular to a longer table eases movement. Custom tables can also have storage for accessories and tools or fold up to save space when not in use. * '''[[w:Sewing_machine|Sewing Machine]]''' - with accessories. A light domestic electric machine with at least straight and zig-zag stitches is enough for basic household sewing, like clothing and drapery. Modern ones can have many other stitches and accessories, and electronic features for semi-automatic tasks. A "foot" is what holds the fabric down while the needle passes through it. A basic one comes with the machine, but specialized ones either come with it or can be bought afterwards. :&emsp;A heavy-duty machine has a stronger frame and motor to sew thicker materials. Industrial machines are faster for production work and have more clearance between needle and frame, but typically fewer stitch types. Domestic machines typically feed one or two threads from a spool above, and another from a bobbin beneath, so a set of bobbins of the correct type are needed if they did not come with the machine. Sewing machines also use specialized needles of different diameters, which should be added if not included. The following specialized machines are not needed to start with, but added as needed: * '''[[w:Overlock|Overlock Machines]]''' - (Sergers) are used for edging, hemming, and seaming using multiple threads at once, needing fewer steps to finish a task. * '''[[w:Machine_embroidery|Embroidery Machines]]''' - add stitched threads to underlying fabric for decoration rather than construction and edging of basic sewing. Patterns can be formed by hand or with electronic control, beyond the mechanically formed fancy stitches. * '''Washing and Drying Machines''' - Some fabrics need pre-washing to remove residual dyes, avoid later shrinkage, or removing sizing applied to the fabric. Some dyeing can also be done in a washing machine. Most people already have such machines or access to commercial ones. * '''[[w:Ironing|Ironing Station]]''' - This includes a heat-resistant surface, usually cloth covered, and a heated '''[[w:Clothes_iron|Clothes Iron]]''' to remove wrinkles and flatten fabric or finished items. Pressing cloths are used between the iron and item to protect from excess heat. ::'''Leather Tools and Machines''' &emsp;Sewing leather requires heavy duty or specialized tools and machines. '''[[w:Leather_crafting|Leather Crafting]]''' involves other processes like dying, painting, carving, stamping, and molding, and uses a different set of mostly hand tools. The production of leather from skins and hides uses yet another set of tools and processes. ::'''Materials, Parts, and Supplies''' * '''Fabric''' - cotton, synthetic, upholstery * '''Leather''' * '''Thread''' * '''[[w:Notions_(sewing)|Notions]]''' - refers to small items and accessories besides fabric, leather, and thread, which end up in finished articles. Examples include buttons, clasps, zippers, hooks, eyelets, and laces. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 6 - Jewelry Work</u></span>=== &emsp; &emsp;'''[[w:Jewellery|Jewelry]]''' is decorative wear, often made from high value materials. Creating it often involves small-scale '''[[w:Metalworking|Metalworking]]''' and '''[[w:Lapidary|Lapidary]]''', but can use a variety of other techniques. At a beginner level items would mostly be assembled from parts. More advanced projects involve making the parts before assembly. &emsp;Jewelers use basic items from Section 3.0 like measuring tools, some kind of workbench with a vise, small clamps and clips, needle files, and abrasive/polishing supplies. To those, add the following as needed: ::'''Hand Tools''' * '''Ring Sizers''' - A set of measured rings for fingers and a marked tapered rod for the rings themselves. * '''Magnifiers''' - Since jewelry work is typically small, these are very helpful. One useful type is an articulated lamp with a built-in lens. * '''[[w:Helping_hand_(tool)|Helping Hand]]''' - A base with jointed arms and clips or end clamps, and often a magnifier. It allows positioning an item at any angle, leaving both hands free to work with. * '''Bench Pin''' - A protruding hardwood pin with at least a narrow "V" slot, and optional other holes and indents, that is clamped to a workbench. It supports items while sawing or otherwise being worked on. Pins can be bought, but as sawing often damages them, they can be easily made to suit and replaced as needed using basic tools. * '''[[w:Piercing_saw|Piercing or Jeweler's Saw]]''' - A small coping saw 2-8 inches (50-200mm) in size with adjustable frame length. It uses very fine blades that often break, so shorter lengths can reuse broken pieces. A pack of blades of various fineness should be added if not supplied with the saw. * '''Jeweler's Anvil''' - A small anvil with round and flat horns. * '''Small-Jaw Pliers''' - If you don't already have them, a set with very small jaws for fine work, in assorted shapes. * '''Small Forming Hammers''' - A set of polished hammers around 5 ounces (150 grams) with various head shapes. For very fine work add a set of "micro" hammers around 2 ounces (60 grams) * '''Soft Hammer''' - A light hammer with rubber and plastic heads, which is less likely to leave marks on the work. * '''[[w:Planishing|Planishing Stakes]]''' and '''[[w:Swage_block|Swage Blocks]]''' - for hammering outside and inside compound curves. These are the same tools as used in blacksmithing (List 10), just smaller and working cold rather than hot metal. The process is also known as '''[[w:Sinking_(metalworking)|Sinking]]''', doming, dishing, or dapping. * '''[[w:Mandrel|Mandrels]]''' - Metal rods held by a vise or base block. Tapered ones are used for sizing and shaping items like rings and bracelets. Straight ones are used to support hollow or curved pieces being worked on. A set of various diameters and shapes (round, oval, triangular, square, etc.) can be accumulated as needed. Plain steel bars and rods can be used to start with. * '''[[w:Wire_drawing|Wire Drawing Plate]]''' - has a series of sized holes for reducing soft wire diameter by pulling it through with lubrication. Depending on wire diameter it may require mechanical leverage to get enough pulling force. * '''[[w:Engraving|Hand or Power Engravers]]''' - cut grooves into a hard surface for decoration or lettering. * '''Small metal shear''' * '''Body Forms''' - These are in the shape of complex parts of the body like head, neck and shoulders, hands, and feet. They are used to lay out and hang jewelry while being designed and fitted. ::'''Power Tools''' * '''Rotary Tool''' - with accessory bits, if you don't already have one. A stand to hold the tool steady is useful for fine work. A flexible shaft is also useful to reach small spaces and is lighter than holding the motor section. * '''Soldering equipment''' * '''Buffing station''' * '''Small Oven and Annealing Pans''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 7 - Electronics</u></span>=== &emsp; &emsp;'''[[w:Electronics|Electronics]]''' is distinguished from List 21 - Electrical Work, which is mostly done during construction and remodeling, and is mostly to supply power for lighting, electrical outlets, and fixed appliances. Electronics involves more complex active devices rather than than simple passive ones like on/off switches. In addition to basic tools from Section 3.0, add the following, or another set for electronics work: ::'''Hand Tools''' * '''Precision Screwdrivers''' * '''[[w:Wire_stripper|Wire Stripper]]''' - is designed to cut the insulation from various gauge (diameter) wires without cutting the wire itself. They usually have built-in cutters to then trim the wire itself to length. * '''Pliers''' - Smaller Diagonal and long nose * '''Precision Tweezers''' * '''Magnifiers''' - Electronic components are often small, so an Eye Loupe (a head-mounted magnifier) or an articulated lens with built-in light is useful. ::'''Portable Power Tools''' * '''[[w:Soldering_iron|Soldering Iron]]''' - with assorted tips and sponges. * '''Digital Multimeter''' ::'''Stationary Equipment''' &emsp;Electronics projects benefit from a dedicated '''Work station'''. This typically includes a Work Table with a heat-resistant surface, Fume Fan, Universal Vise with standard and circuit board jaws, Third Hand, Test Leads, and a magnifier light. Additional items can include: * '''Digital Microscope''' * '''DC Power Supply''' * '''Oscilloscope/Signal Analyzer''' * '''Function Generator''' * '''Flash Memory - programmer and debugger''' * '''Computer''' - for communications to and from the electronic device, recording, analysis, and design. ::'''Parts, Materials, and Supplies''' &emsp;Electronics is notable for the wide variety of parts available and used. To start with some basic items like wire and resistor assortments can be stocked, but the rest should probably be bought as needed for projects. * '''Discrete Components''' - Assorted Resistors, Capacitors, Choke Coils, Diodes, Transistors, Motor Drivers, Voltage Regulators, Amplifiers, Light-Emitting Diodes (LEDs), Photodetectors * '''Other Components''' - LCD Displays, Speakers, Microphones, Temperature Sensor, Hall Effect, Accelerometers, Microcontrollers, Frequency Crystals, Radios, Magnets, Buttons & Switches, Headers, Assorted Jacks & Plugs, Ribbon Connectors, Screw Terminals, Battery Holders, USB cables and connectors, Ethernet cables and connectors, Transducers, Small DC Motors and Digital Servos, Power Supplies * '''Wire''' - General Electrical: single, pair, and grounded types, solder wire, magnet wire, shape memory * '''Circuit Board substrates''' * '''Other Supplies''' - Antistatic Bags, Heat Shrink Tubing, Desoldering Braid, Cable Ties, Rubber sheet/feet ==<span style="font-size:x-large; font-family:'Georgia', serif;">6.0 - Large Indoor Projects</span>== &emsp; &emsp;This section covers activities that typically need larger or more dedicated indoor space, extra power or other special features, and often result in more practical and useful finished items. We include woodworking, basic metal fabrication, projects that require high temperatures, and machine shop work. There is some overlap in tools and equipment used, but each of these has some unique items and workshop needs. &emsp;Typical home workshop spaces include a garage, basement, or freestanding building. More advanced community production may require dedicated property. This is partly from needing larger shop furniture, stationary machines, materials storage space, and the size of the items being made. Additional requirements like more power, heavy weights, and heat resistance can make regular living space unsuited. These lists assume you have most or all of the equipment from the basic sets in Section 3.0. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 8 - Woodworking</u></span>=== &emsp; &emsp;Since other animals use wood for tools, they are likely the oldest tools of our ancestors. Many human artifacts, like houses and furniture, are primarily made from it. So some tools for basic '''[[w:Woodworking|Woodworking]]''' were already included in the lists in Section 3.0. Additional tools from this list can be added as needed for projects. Growing trees ('''[[w:Forestry|Forestry]]'''), converting them to lumber ('''[[w:Logging|Logging]]''' and '''[[w:Sawmill|Sawmills]]'''), and woodwork for buildings ('''[[w:Carpentry|Carpentry]]''') are specialized enough to cover in other lists. This one covers hobbyist and small business projects made and used mostly indoors, like furniture, cabinetry, and smaller items. &emsp;Prior to the 20th Century, all woodworking was done manually or with some assistance from water and wind power. Since then electricity and compressed air have greatly increased the speed and power of tools. Some woodworkers prefer using hand tools - they are quieter and you can more directly feel what is happening to the wood. Power tool users still need some hand tools to avoid damage, precise finishing, or getting into small spaces. Power and stationary tools generally need more workshop space and cost more. So it is a matter of choice, budget, and working space for which ones to use. ::'''Reference Material''' &emsp;If you are new to woodworking, the '''[https://archive.org/details/texts?query=Woodworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22&sort=-date Internet Archive]''' has over 400 general books on the subject which are available to download or borrow for two weeks at a time. This list is sorted newest first. Books prior to 1950 will tend to focus more on hand tools, because modern power tools were not as common or too expensive for individual use. You can enter more specialized search terms on that site to find more books. &emsp;A general '''[https://www.youtube.com/ YouTube]''' search for "woodworking" brings up many results, but you are better off searching for more specific subjects. A single video is not long enough to cover all of woodworking. For beginners, we suggest a search term like "beginning woodworking series" to find ones that give a general introduction across several videos. An example is '''[https://www.youtube.com/playlist?list=PLRWjFTaHniqMVryvDAQ3771MO6_QQRYXN Start Woodworking]''', with 13 videos taking about 8 hours, which you can watch a little at a time. ::'''Materials, Parts, and Supplies''' &emsp;Woodworking obviously requires wood to work with. It comes mainly from '''[[w:Tree|Trees]]''' and some large plants like '''[[w:Bamboo|Bamboo]]'''. Wood properties vary widely depending on the species, growing conditions, and other factors, making every piece unique. So certain kinds of wood and particular pieces are better suited than others in a given project. There are artificial products like '''[[w:Plywood|Plywood]]''' and '''[[w:Composite_lumber|Composite Lumber]]''' partially made of wood, and some non-wood materials can be worked on with the same tools. This sometimes requires requires different bits or blades. &emsp;Commercial lumber is grown and processed into grades of similar type, suited for a category of projects. When buying, you should inspect and select individual pieces. For bulk amounts, you should expect some loss from defects, warp, etc. A knot or split may make a board unsuitable at full length, but you can cut off the bad part and use the remainder as a smaller piece. &emsp;Other materials, parts, and supplies used in woodworking include a wide variety of fasteners, hardware, glue, finishes, and abrasives. Home improvement and hardware stores will stock many of these, and specialty items can be bought from other suppliers. An assortment of nails, screws, and a bottle of '''[[w:Wood_glue|Wood Glue]]''' are enough to get started. ::'''Hand Tools''' * '''[[w:Marking_gauge|Marking Gauges]]''' - Have an adjustable fence and single or dual points or knives, for scribing lines parallel to an edge. The '''[[w:Mortise_gauge|Mortise]]''' type marks both sides of a mortise and tenon joint at once so the two parts will fit exactly. * '''More Clamps''' - Woodworkers say "you can never have too many clamps". They are used to hold items in place while being shaped, groups of items that need identical cuts or smoothing, drilling aligned holes, and while gluing pieces together. Types include bar, screw, pipe, locking, spring, rigid C-shape, corner, strap, hose, and others. Since there are so many kinds, we suggest accumulating them a few at a time from used sources or bought as-needed for a project. :&emsp;Clamps can also be self-made by (1) taking any length of lumber, fastening two or more blocks to it, then driving a pair of wedges to tighten, (2) wrapping cord around the item, and driving one or more wedges between cords and wood, (3) using a loop of cord and twisting it with a stick to tighten, or (4) placing the item on the floor or a table and placing heavy objects on top. * '''[[w:Chisel#Woodworking|Woodworking Chisels]]''' have a sharp edge at the end of the blade beveled 25 degrees on one side. They are either pushed by hand or hit with a '''[[w:Mallet|Mallet]]''', typically wooden so as not to damage the tool handle. A simple mallet can be made from a tree branch the diameter of the head, with the handle portion trimmed down to size. Get either square edge or beveled wood chisels in several widths to 1 inch (25mm) or so to start with. There are a number of other types, like the mortise chisel for cutting grooves, which can be added as needed. :&emsp;'''[[w:Adze|Adzes]]''' are specialty tools with curved blades and a chisel edge. They are swung to rough out a shape. Long-handled ones are used standing on or next to the work. Smaller ones are used on bowls and other interior curves. * '''[[w:Plane_(tool)|Hand Planes]]''' - have wide chisel blades that slightly protrude through a flat base so as to take thin shavings, with one or two handles. The blade is positioned so as to preferentially cut high spots in the wood, enabling flattening it. There are a wide variety of shapes and sizes for different purposes. The '''[[w:Scrub_plane|Scrub]]''', '''[[w:Block_plane|Block]]''', '''[[w:Jack_plane|Jack]]''', and '''[[w:Jointer_plane|Jointer]]''' types are for flat surfaces. The '''[[w:Rebate_plane|Rabbet/Rebate]]''' type is for cutting grooves or recesses, while circular planes have a curved rather than flat base for working curved surfaces. The combination plane has an adjustable frame for accepting different widths or sets of cutters. A few sizes of flat planes are enough to start. * '''[[w:Drawknife|Drawknife]]''' and '''[[w:Spokeshave|Spokeshave]]''' - These are two-handled tools used on the pull stroke, generally for shaping round pieces. The first has a wide, unprotected blade for removing bark and large shavings. The second has a smaller blade extending a variable amount from the body for finishing work. The blades may be straight or curved. One of each type is enough to start. [[File:Carving_tools_2.jpg|thumb|right|640x380px|Figure 5.5-11 - Woodcarving tools and mallet.]] * '''[[w:Wood_carving#Tools|Carving Tools]]''' - These are used for more intricate wood shaping than the ones previously mentioned. Depending on blade size and accuracy they can be driven by hand or a mallet (Figure 5.5-11). The carving knife has a short lengthwise blade, while gouges are sharpened crosswise, with longer blades that are either curved, hooked, or V-shaped. A set assorted shapes can be used to start. * '''[[w:Card_scraper|Cabinet (Card) Scrapers]]''' - Used with a '''[[w:Burnisher|Burnisher]]''' to create a sharp burr for scraping a fine surface on hard or difficult grained wood. * '''[[w:Wood_finishing|Wood Finishing]]''' - Sandpaper and sanding blocks are in List 1 above, but additional grain sizes and different backings like cloth are useful. Once the wood pieces or assembled item is the final shape, there are many finishing methods for appearance or to protect it. Tools like brushes and cloth pads can be used to spread the finish and remove excess. Applying finishes can be messy and involve toxic solvents and media. Workshop dust can contaminate the finish before it dries. So a separate finishing area with ventilation, drop cloths, and personal protection like gloves and filter masks are desirable. ::'''Portable Power Tools''' &emsp;Modern portable tools can use a power cord or batteries, with the choice depending on convenience, power level, and running time. List 2 included some basic portable power tools. Additional ones include: * '''[[w:Router_(woodworking)|Routers]]''' - The portable type has a fixed base and uses a variety of bit sizes and shapes, for cutting wood and other materials. If the router did not come with them, you should get at least a basic set of bits. The '''Plunge Router''' has a spring between motor and base, allowing vertical bit movement while working. * '''[[w:Sander|Sanders]]''' - There are many types of power sanding devices, both portable and stationary, which work faster than hand sanding. Some sanding accessories be mounted on other tool types like electric drills or bench grinders. The portable Belt, Detail, and Orbital types belts and disks with different grain fineness. One palm or belt sander with a assorted abrasives is enough to start. * '''Hand Planer''' - Uses a rotating cutting blade to flatten surfaces similar to hand planes. * '''[[w:Dowel|Dowel]]''' and [[w:Pocket-hole_joinery|Pocket Hole Jigs]]''' - Accessories used with an electric drill to accurately position holes. ::'''Stationary Equipment''' &emsp;These larger machines can work faster and more accurately by using built-in or accessory guides. The built-in table or work surface can be enlarged with extension tables, and side supports like sawhorses and rollers can be used to stabilize larger wood pieces. * '''[[w:Table_saw|Table Saw]]''' - A circular saw blade and motor mounted under a table, with adjustments to height and tilt. They generally have fences and other accessories to control the movement of the item past the blade. Compared to the portable circular saw in List 2 they are generally more powerful with a larger depth of cut, and easier to set up for repetitive cuts on multiple parts. A bench-top version may be enough for lighter projects, but should be secured while in use. Larger versions have a stand or cabinet. Different blades are available depending on what is being cut. * '''[[w:Jointer|Jointer]]''' - is similar to the power hand planer in having a rotating blade, except it is below the wood, and the wood moves rather than the tool. A fence is used to guide the wood, and some can be set at other angles than perpendicular. * '''Thickness Planer''' - Pulls a board with rollers between a flat table and rotating knives. It produces boards with flat and parallel surfaces. If you don't have a jointer to produce one flat surface, you can use a flat sled with the board shimmed and hot-glued to it to flatten one side with shallow cuts. * '''Sanders''' - Stationary sanders use a variety of abrasive belts, disks, cylinders, and drums. Some types will feed the work through the machine, but most require manually moving the work to the abrasive surface. A medium combination belt and disk sander is a good starting point. * '''[[w:Bandsaw|Bandsaws]]''' - use a loop of metal with teeth as the blade, running over two or more motor-driven wheels. They come in a variety of sizes from bench-top to floor-mounted, with different width and height capacity and motor power. Different blades are available for various cutting tasks. [[File:Holzdrechsel.jpg|thumb|right|640x425px|Figure 5.5-12 - Woodturning lathe.]] * '''[[w:Woodturning|Woodturning Lathe and Accessories]]''' - Turning makes symmetrical wood shapes mainly using a wood lathe (Figure 5.5-12) and long-handled chisels, gouges, and scrapers. Various holding devices are used with the lathe, according to the size and shape of the item being turned. Finishing operations like sanding can also be done while the piece is still mounted. * '''[[w:Scroll_saw|Scroll Saw]]''' - A reciprocating saw with a vertical narrow blade in tension, capable of cutting intricate curves. Get a set of assorted blades if not provided. * '''[[w:Drill#Drill_press|Drill Press]]''' - This is an electric drill mounted to a column and base, with an adjustable table. Compared to a portable drill they are more powerful and accurate. There are many sizes and variations, with the chuck axis-to-column distance being a key measurement since it sets the maximum distance a hole can be from the edge of a part. :&emsp;A very basic '''Drill Stand''' mounts a portable drill vertically, but this is only suitable for light work. An 8 inch (200mm) bench-top press is a better starting point. The frame is more rigid and the drive belt lowers speed and increases torque for a given motor. Smaller machines should be clamped or bolted to a stable surface. Larger versions are floor-mounted, and some can move and tilt the drill head for better access. * '''[[w:Router_table_(woodworking)|Router Table]]''' - This mounts a portable router, usually below the table surface, or can be a dedicated machine. Typically it has guide fences, and allows moving the wood through rather than moving the tool. This helps with doing multiple pieces of the same kind. * '''[[w:CNC_wood_router|CNC Wood Router]]''' - uses motors to move the cutting tool along defined axes, under computer control. This is useful for doing complex or repetitive patterns. The table can be any size, but ones large enough to cut quarter, half, or full sheets of plywood are common. * '''[[w:Dust_collector|Dust Collection System]]''' - A simple version is a wet/dry '''[[w:Vacuum_cleaner#Wet/dry|Shop Vacuum]]''' on wheels which is brought to whatever machine is being used. The machines may have fittings installed for the vacuum's hose. A more advanced version has pipes installed around the workshop that lead to a larger stationary vacuum system that has a separator for dust and larger chips. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 9 - Metal Fabrication</u></span>=== &emsp; &emsp;This list covers basic metal fabrication, This type of '''[[w:Metalworking|Metalworking]]''' involves forming, cutting, and joining thinner metal pieces where high accuracy is not required. Larger and thicker pieces require heating to shape or cast. Ceramics also require high temperatures, so we group them with blacksmithing and foundry work into List 10 (Hot Work). Machine Shop Work (List 11) can produce highly accurate finished parts, but needs a different set of equipment than the ones here. A given project may need some equipment from all three lists. Basic metal work needs many or all of the basic equipment from Section 3.0, such as workbenches and vises. ::'''Reference Material''' &emsp;The '''[https://archive.org/details/texts?query=Metalworking&and%5B%5D=lending___status%3A%22available_to_borrow%22&and%5B%5D=lending___status%3A%22is_readable%22 Internet Archive]''' lists about 50 general books on metalworking which can be downloaded or borrowed for 14 days. You can find additional works using more specific search words like "welding" or "sheet metal", then selecting for "Always Available" and "Borrow for 14 days". Other types of reference and training sources, like paper books, instructional videos, and classes are also available. ::'''Materials, Parts, and Supplies''' &emsp;'''[[w:Metal|Metal]]''' is of course required for metalwork. By far the most common type is '''[[w:Steel|Steel]]''', which is iron with a little carbon added, and optionally other elements to make a particular '''[[w:Alloy|Alloy]]'''. Scrap and auto salvage yards, recycling stations, and discarded appliances are cheap sources for basic metals. Auto and other types of repair shops may have scrap bins. Retailers like home improvement, hardware, and online stores stock some metal and fasteners. Dedicated metal and industrial suppliers have larger selections and can be found in most cities. Other items besides metal stock include: * '''[[w:Arc_welding#Consumable_electrode_methods|Consumable Electrodes]]''' - These are rods or wire used to fill joints and make weld beads, with a flux added protect from oxidation. * '''[[w:Sandblasting#Media|Abrasive Blasting Media]]''' - a wide variety of materials are used in blasting operations besides the sand from which it got its name. * '''Fasteners and Other Hardware''' - Some of these are the same as for woodworking and other projects, but machine screws, bolts, and rivets tend to be used more with metal. ::'''Shop Furniture''' * '''Steel Welding Table''' - with magnetic welding squares, for grounding and magnetically clamping workpieces. This is in addition to a basic workbench. It should be located away from combustible materials. * '''Portable Welding Screens''' - to protect other people and equipment from sparks and UV light. ::'''Hand Tools''' * '''[[w:C-clamp|Welding Clamps]]''' - The ordinary C-type clamp can be used, but ones with a deeper throat distance or locking jaws with flat tips are useful for welding. * '''Chain Vise or Clamp''' - Uses a flexible chain to hold round or irregular objects in place. * '''[[w:Metalworking_hand_tool|Forming Tools]]''' - Also known as "auto body tools", since that is a common use for them. These include various shape hammers and metal or wood blocks, but also specialty slappers, spoons, dollies and forming bags to create complex curves or flatten sheet metal. The tools used by jewelers and blacksmiths work similarly, but are smaller and larger respectively. * '''[[w:Bending_(metalworking)|Bending Tools]]''' - This includes hand bar, strip, and tube benders for lighter metal. * '''Blind Riveter and Rivet Set''' - for setting expanding or solid '''[[w:Rivet|Rivet]]''' fasteners. * '''Scriber and Ink''' - for accurate marking for cutting and drilling. * '''Soapstone Pencils''' - for marking metal when welding, since it is heat resistant. * '''Chipping Hammer & Stiff Wire Brushes''' - for removing slag and cleaning surfaces while welding. The hammer head has one sharp point side and often a chisel edge on the other. ::'''Portable Power Tools''' '''WARNING''' - Many types of welding produce harmful UV light, fumes, and hot sparks, and all produce a lot of heat. You should therefore have suitable goggles, face mask, respirator, gloves, cap, and heat-protective clothing like gloves and aprons. Some welders require dedicated or upgraded electric power to operate. Electric types have shock risk, and all types have fire risk. Work areas should be well ventilated against fumes and heat build-up. Basic welding machines include: * '''[[w:Spot_welding|Spot Welder]]''' - for sheet metal. Melts a small area by resistance heating. * '''[[w:Flux-cored_arc_welding|Flux Core Arc Welder]]''' - also called "Shielded Metal Arc Welding" (SMAW) a light-duty A.C. unit with sticks or spool feed is enough to start working with thicker steel sections. * '''[[w:Gas_metal_arc_welding|Gas Metal Arc Welders]]''' - These use a separately supplied inert shielding gas like CO2 or argon. There are a number of types. MIG uses a consumable weld wire as the electrode, while TIG uses a tungsten electrode and a separate stick or wire weld feed. * '''[[w:Oxy-fuel_welding_and_cutting|Torch Welders]]''' - These use a fuel-air or fuel-oxygen torch. The hot flame melts the material, into which a weld rod can be fed. Torches can also be used for rough cutting. These require gas tank supplies, but can work where enough electricity isn't available. A friction or long-handled lighter is needed. * '''[[w:Plasma_cutting|Plasma Cutters]]''' - Use a highly heated gas to cut most materials. Smaller ones are portable, and larger computer-controlled ones (CNC) are stationary with a support framework and water bath below. * '''Power Shears & Nibbler''' - Shears work scissors, while nibbler punches through metal, and can work from an interior starter hole. * '''Impact Drivers & Wrenches''' - These tools accept hex-shank bits and square drive sockets respectively. They apply rotary blows to the chuck or socket for extra tightening and loosening forces. Bits and sockets should be designed for impact use to prevent breakage. ::'''Stationary Equipment''' * '''[[w:Abrasive_saw|Abrasive Saw]]''' - Also called a '''Chop Saw''', it is used to cut hard materials like metal, tile, and concrete. Smaller jobs can use an abrasive blade in a circular saw, or an angle grinder. The larger bench version protects the motor from metal dust, and can clamp the material for higher accuracy. It can cut thicker angle, bar, and pipe stock to length. * '''[[w:Abrasive_blasting|Sand Blaster]]''' - Uses compressed air to blow high velocity sand or other media at a surface to clean or finish it. The stationary version has a cabinet and collection system to contain the debris. The effect is similar to paper and wheel abrasives, but can be used for larger and more intricate items. * '''[[w:Brake_(sheet_metal_bending)|Brakes]]''' - are used to bend sheet metal. The finger type can bend and fold selected parts of an edge. These come in hand and powered versions depending on size and thickness of the bend. * '''Sheet Metal Shears''' - In addition to the left, straight, and right compound hand snips, and portable power shears and nibblers, the stationary '''[[w:Shear_(sheet_metal)|Sheet Metal Shears]]''' can handle larger and thicker sheets. This includes the bench, foot, power and compound throatless types. * '''[[w:Roll_bender|Roll Benders]]''' - can form cylindrical and conical shapes using three rollers that are either parallel or with one at a slight angle. * '''[[w:Machine_press|Machine (Shop) Press''' - For applying large forces for bending, shaping, or setting fasteners. Arbor presses use gears for mechanical advantage, while hydraulic presses use fluid pressure. '''[[w:Ironworker_(machine)|Ironworkers]]''' are heavy duty machines using hydraulic or flywheel power to cut, punch, or shape thicker materials while cold. Hot work equipment from list 10 is used to soften metals when cold work becomes too difficult. * '''[[w:Parts_washer|Parts Washer]]''' - This can range from a simple utility sink or tub to more complex units with a pump and spray system. Used to clean dirt, grease, and other contaminants from metal parts before working on them. * '''Hydraulic Pipe & Bar Bender''' - More powerful than hand benders for thicker bars, tubes, and pipes. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 10 - Hot Work - Blacksmith, Foundry, and Ceramics</u></span>=== &emsp; &emsp;'''CAUTION''' - All of these involve high temperatures, so either an outdoor or specially designed indoor area should be used. Good ventilation and fireproof/heat-protecting clothes are needed. &emsp;These types of hot work share the need for a high temperature furnace, kiln, or forge. They can share equipment, or at least share a working area designed for the heat, so we group them into one list. '''<u>Blacksmithing</u>''' [[File:Fort_Jackson_2012_-_panoramio_(23).jpg|thumb|right|400x600px|Figure 5.5-13 - Blacksmith's forge and leg vise.]] &emsp;'''[[w:Blacksmith|Blacksmithing]]''' is the general term for shaping thicker and heavier metal pieces while hot, but also for working iron and steel particularly. There are specialty names like '''[[w:Tinsmith|Tinsmith]]''' and '''[[w:Silversmith|Silversmith]]''' for working other metals either cold or hot. A minimal starter set requires a heat source (forge/furnace), a gripping tool to hold the hot metal without getting burned, a hammer, and a thick piece of unheated (and therefore hard) metal (anvil) to hammer the softened hot metal on. While basic work can be done with general-purpose tools, blacksmith's tools are specialized for this purpose. In addition to the special tools, basic ones like chisels and punches are also used. * '''Forge/Furnace''' - A '''[[w:Forge|Blacksmith's Forge]]''' (Figure 5.5-13) burns a bed of coal or charcoal to reach high temperatures. '''[[w:Industrial_furnace|Furnaces]]''' are insulated chambers with a door or opening that use use propane, natural gas, electric coils or induced currents for heating. '''[[w:Fire_brick|Fire Brick]]''', made from minerals with high melting points, are commonly used as liners in both, although natural clay will work with more heat loss. Fire brick is only moderately insulating, so it is sometimes backed with other materials like mineral fiber blankets to reduce heat loss. :&emsp;The forge or furnace structure is typically steel or common brick, which are fireproof. A variable air supply increases combustion rate and temperature for fuel-powered versions. Forges and furnaces can be bought, but assembling one from common items like sheet metal, fireplace bricks, and hair dryers is not difficult. Judging the metal temperature by color is important, so a shaded area is typically used. Impurities in coal smoke are toxic, so good ventilation is needed when using it. [[File:Turaidas_muižas_kalves_darbarīki.jpg|thumb|right|640x480px|Figure 5.5-14 - Blacksmith's tongs (center left) and other tools.]] * '''Tongs and Rakes''' - Blacksmith's tongs (Figure 5.5-14) have long handles with high leverage. Their length keeps hands out of the heat, and leverage is needed to hold heavy metal pieces. A variety of jaw shapes are used to fit the piece being picked up. For very heavy objects, an integral handle or the object's length keeps one end cool enough to grip. It gets removed later. Small rakes and shovels, which can be self-made, are used to remove coal ash (clinkers), or to move solid fuel around and over the piece. [[File:Hammer_collection_(49844506846).jpg|thumb|right|640x427px|Figure 5.5-15 - Various hammer types.]] * '''Hammers''' - These come in various sizes and shapes for hand shaping the heated metal (Figure 5.5-15). They include the simple one-handed square-head '''[[w:Sledgehammer|Sledgehammer]]''', '''[[w:Ball-peen_hammer|Ball Peen]]''', and other '''[[w:Ball-peen_hammer#Variants|Wedge]]''' or flat heads. Section 3.0 already included some hammers. For blacksmithing a one-handed sledge and two sizes of ball-peen are enough to get started. For heavy-duty work, trip hammers use a foot pedal to raise and then drop a heavier hammer, and power hammers use motors and flywheels, or hydraulics, to produce greater forces. * '''Anvils and Blocks''' - '''[[w:Anvil|Anvils]]''' are heavy steel blocks shaped specifically for blacksmithing. '''[[w:Swage_block|Swage Blocks]]''' have various holes, indentations, and grooves to hammer into. They are often used with complementary hammers. These specialized tools are fairly expensive. Any heavy piece of steel can be used to start with, such a length of scrap railroad track, square or cylindrical blocks, or a section of thick plate. All of these should be mounted at a comfortable height on a stable impact-resistant stand. A vertical log buried partway into soil or a tree stump still in place are traditional methods. [[File:Silversmithing_anvils_and_hammers.jpg|thumb|right|400x600px|Figure 5.5-16 - Hammers and forming stakes.]] * '''Stakes''' are various shapes attached to a rod or bar which fit into a hole in an anvil or metal plate (Figure 5.5-16). For example used steel balls from a '''[[w:Ball_mill|Ball Mill]]''' welded to a bar can be used for compound curves. Straight pins inserted into a plate can be used for bending, typically with a length of pipe for leverage. Since blacksmiths make metal items, they can make some of these themselves. * '''Leg Vise''' - This is a large sturdy vise with a leg that extends to solid ground (Figure 5.5-13). This allows heavy hammering or bending without damaging the workbench or other support it is attached to. Either the workpiece or a shaping tool can be clamped in the vise. * '''[[w:Quenching|Quenching]] and [[w:Tempering_(metallurgy)|Tempering]]''' - the former rapidly cools workpieces in liquid, which results in a different crystal structure than slow cooling. Tempering is moderate heating of steel to control hardness and toughness. Annealing is heating metal enough to remove '''[[w:Work_hardening|Work Hardening]]''' and allow more shaping without cracking. Containers with fluids or sand, and controlled-temperature ovens are typically used for these processes. '''<u>Foundry</u>''' &emsp;'''[[w:Foundry|Foundry Work]]''' - '''[[w:Casting_(metalworking)|Casting]]''' metal involves melting then pouring into a prepared mold to cool. Depending on the metal it can require higher temperatures than blacksmithing, which only requires heating to soften it. In addition to a furnace, basic equipment needed includes: * '''[[w:Crucible|Crucibles]]''' - Containers designed to hold heated or melted materials. Some have handles, but many are simple bowl shapes, sometimes with lids. These require special tongs or lifting tools to insert and remove from the furnace, and pour molten material. * '''Casting Molds''' - There are many types of molds. '''[[w:Sand_casting|Sand Casting]]''' uses a parted box filled with damp sand mixed with a bonding agent. Patterns and additional cores are pressed between the box parts, then removed. This leaves a void the shape of the desired casting, and holes for the metal to pour in and hot gases to escape. * '''[[w:Pattern_(casting)|Patterns]]''' - These are replicas of the desired cast shape. They are typically made of wood, metal, or plastic if intended to be reused in sand casting. Other methods like '''[[Investment_casting|Investment]]''', '''[[w:Lost-wax_casting|Lost Wax]]''' and '''[[w:Die_casting|Die]]''' casting use different types of molds and pattern materials. '''<u>Ceramics</u>''' &emsp;'''[[w:Ceramic|Ceramics]]''' are shaped at room temperature, then heated in an enclosed furnace to make their shape permanent. Typically they use inorganic materials like clay. It takes time to first remove water with moderate heat, then reach the required high temperatures and slowly cool to avoid breakage. So furnaces are generally either thick-walled or insulated to reduce heat loss. [[File:Four_poterie_Sevres.jpg|thumb|right|410x599px|Figure 5.5-17 - Updraft Kiln.]] * '''[[w:Kiln#Ceramic_kilns|Ceramic Kiln]]''' - A type of furnace for longer-term heating than metal casting. '''[[w:Pit_fired_pottery|Pit Firing]]''' requires only a hole in the ground and fuel, but can't reach the higher temperatures of a kiln. '''Updraft Kilns''' (Figure 5.5-17) have a lower chamber for fuel, with an air supply. Combustion gases then go to an upper chamber with the ceramics, and finally to a chimney to draw air upwards. Simple ones can be made from clay, optionally lined with firebrick. A first firing will then harden the kiln. Enclosed gas or electric kilns can be purchased. To start with or for small amounts, it may be easier to find a community arts center that already has a kiln. * '''[[w:Potter's_wheel|Potter's Wheel]]''' - typically a lower flywheel and upper table spun to mold clay on the upper surface with hands and tools. It is used for the main shaping of symmetrical objects. They may be powered by feet directly, a pedal and crank, or electric motor. ::'''Parts, Materials, and Supplies''' &emsp;Hot work needs clays and glazes for ceramics and metals for smithing and casting. '''[[w:Molding_sand|Molding Sand]]''' is needed for sand casting, and machinable wax for lost-wax casting. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 11 - Machine Shop Work</u></span>=== &emsp; &emsp;'''[[w:Machine_shop|Machine Shops]]''' until recently practiced "Subtractive Manufacturing". This is removing some of the material to turn unfinished items into finished parts. Modern '''[[w:3D_printing|3D Printing]]''' uses the opposite method of "Additive Manufacturing", where material is added to make a finished part. Both depend on accurate tools and machines in order to produce accurate parts. Accurate parts, in turn, are needed in machines where they must fit together, or move and rotate for long periods of time. &emsp;While some machine shop work can be done with hand tools, the majority is usually done with special-purpose machines, which are themselves mostly made using other machine tools. One way to obtain accuracy is using thick and rigid machine tool parts. This makes them heavy. So the workshop needs a suitably strong floor, such as a thicker concrete slab or deep individual foundations for some machines. ::'''Reference Material''' &emsp;Many websites, books, and videos be found with search terms like: machine shop, machine tools, machinists, and the individual names of tool and machine types. A public example is '''[https://armypubs.army.mil/epubs/DR_pubs/DR_a/pdf/web/tc9_524.pdf Fundamentals of Machine Tools, US Army, 1996]'''. &emsp;When starting out, older books focus on the simpler and less expensive tools of that time, so are useful despite their age. Modern computer-controlled (CNC) machines, and those that are larger or have more features, are typically more expensive, need more room, power, and heavier floor support. Learning about these can be postponed until needed. ::'''Shop Furniture''' * '''Heavy Duty Workbench''' - Building and maintaining machines involves heavy metal parts. So one or more suitable workbenches are needed when the machines or their parts don't stand directly on the floor. Some have a metal plate top for durability, but for smaller and more delicate parts a wood top can be used. * '''Storage''' - Like other crafts and project types, machine shop work requires storage for parts, materials, and supplies, and in addition hand tools, cutting bits, and machine tool accessories. Nearly all of this will be metal, which is heavy, so storage should be very sturdy. :&emsp;Precision measuring tools need dust-proof storage with soft liners to avoid damage. They often have custom cases for this purpose. Cutting tools should be stored in a way they don't damage each other and other tools, so loose in a drawer or box is not recommended. They can be wrapped in cloth, or use racks, dividers or individual boxes to keep them apart. ::'''Holding Tools''' [[File:ViceBench-insetSoftJaws.jpg|thumb|right|640x444px|Figure 5.5-18 - Machinist's Bench Vise on metal-top workbench with brass insert at upper right.]] * '''Bench Vise''' - One or more heavy duty vises are typically mounted to the workbench with the jaws overhanging the edge, so that tall items can be clamped. Various inserts are used to hold different shapes, or are made of softer materials to not damage the item (Figure 5.5-18). Some vises have a small built-in anvil. If any hammering is to be done on the vise, it should be mounted over a bench leg. * '''Machinist's Clamps''' - Machine tools often have slots in their tables in the shape of an inverted "T". Inverted bolts and specialty '''[[w:T-slot_nut|T-slot Nuts]]''' can be inserted, then bars and other clamping devices can be bolted down. '''Toolmaker's Clamps''' have parallel-jaws and two screws to hold items together. These would be in addition to the vise and other clamps from previous sets. [[File:TruLockMachineVice.jpg|thumb|right|640x378px|Figure 5.5-19 - Machine vice with angle scale bolted to mill bed.]] * '''Machine Vise''' - is bolted to a machine tool to hold a part while being worked on (Figure 5.5-19). These are either plain or have rotation and tilt motions. Often used with other clamps and fixtures for precise positioning. * '''[[w:V-block|V-Blocks]]''' - with clamps are used to hold round or irregular shapes when drilling or cutting. * '''Setup Blocks''' - Often 1x2x3 and 2x4x6 inch sizes for ease of setting up exact positions. These can either be plain or drilled and threaded. * '''[[w:Parallels_(engineering)|Parallel Bars Set]]''' - To support work above vise jaws or at offset positions while staying parallel to the machine table. Often used in combination with other setup blocks. * '''[[w:Angle_plate|Angle Plate]]''' - Used to hold a part at a measured angle to a machine table. * '''[[w:Magnetic_switchable_device|Magnetic Holders]]''' - have a switchable magnetic field to temporarily hold an item in a fixed position, typically for taking measurements, centering, or machining. They are an alternative to clamps and vises, but care should be taken that they have enough holding force for the task. ::'''Measurement Tools''' &emsp;'''[[w:Machinist|Machinists]]''' use a wide variety of measuring tools to produce accurate parts and machines. Some machines have built-in scales and devices, but separate tools are often needed. They are often more accurate versions of basic measuring tools. * '''[[w:Scientific_calculator|Solar Scientific Calculator]]''' - For general calculations. Some machinist calculations involve trigonometry and circular areas, so it should have these higher functions. The solar cells avoid needing to replace batteries. It should also be protected with a case or be stored in a clear plastic bag. * '''[[w:Machinist_square|Machinist Squares]]''' - These include plain right angle squares in different sizes, and combination squares for centering and angle setting. These are more solid and accurately made than the same tools for woodworking. * '''[[w:Radius_gauge|Radius]]''' and '''[[w:Feeler_gauge|Feeler Gauges]]''' - Radius gauges use a bright light to detect if a part matches the curve of the gauge. Feeler gauges are made to accurate thicknesses to measure small gaps. * '''[[w:Thread_pitch_gauge|Thread Pitch Gauge]]''' - Has leaves with tooth profiles to determine the size of threads on an existing part. * '''Taper Gauge Set''' - These have sloped widths or thicknesses with a scale. Sets have several pieces to cover a wider size range. * '''[[w:Wiggler_(tool)|Edge and Center Finders]]''' - Also called "wigglers" after how they work. Used to find the center or edge of a part, after which a precise offset can be set with a machine's handwheel or digital readout. * '''[[w:Micrometer_(device)|Micrometers]]''' - These use a calibrated screw for accurate measurements. They come in different size ranges and for outside, inside, and depth measurements. Start with a 0-1 inch/25 mm outside micrometer and add others as needed. * '''[[w:Bore_gauge|Bore Gauges]]''' - The telescoping type have a pair of heads that expand to measure inside diameter or width. Used with a micrometer to set or read their width. * '''Thread Wire Measuring Set''' - Uses two wires on one side and one on the other plus a micrometer to accurately measure the size of a threaded part. * '''Toolmaker's Dividers''' - with rigid legs and spring. To transfer measurements and draw arcs on inked parts. * '''Calipers''' - a more accurate version than the basic one from Section 3.0. * '''[[w:Indicator_(distance_amplifying_instrument)|Indicators]]''' - Dial or digital, with magnetic base. Measures distance from a reference surface to a probe. * '''[[w:Surface_plate|Surface Plate]]''' - Highly accurate flat surface, typically granite or cast iron. Used as a reference surface for other measuring tools, setups, and marking of parts before cutting. * '''[[w:Engineer's_spirit_level|Machinist's Level]]''' - A precision spirit (bubble) level for leveling machine tools and other surfaces. * '''Adjustable Parallels Set''' - spanning 0.375-2.25in (10-50mm), for measuring and setting exact widths and offsets. * '''[[w:Gauge_block|Gage Block Set]]''' - Highly accurate blocks which are stacked to produce exact lengths. Typically used to check the accuracy of other measuring devices rather than direct use. * '''[[w:Sine_bar|Sine Bar]]''' - This is two accurate cylinders connected to a bar so that exact angles can be calculated or set by the mathematical sine of a triangle formula. * '''[[w:Coordinate-measuring_machine|Coordinate Measuring Machine]]''' - an advanced and often automated machine to measure the physical geometry of an object. * '''[[w:Optical_comparator|Optical Comparator]]''' - a device to magnify and project the profile of a part so it can be measured. ::'''Marking Tools''' * '''Industrial Marker''' - These use heat and oil-resistant ink for marking and layout. * '''Layout Fluid & Brush''' - For more durable layout marks. Either commercial, or a denatured alcohol/shellac/fabric dye mix. * '''Scriber, Carbide Tipped''' - For scratching lines onto metal parts. * '''Prick and Center Punches''' - Prick punches are smaller and used for marking exact points on a part. Center punches are heavier and struck like chisels to make a starter hole for drill bits. * '''Transfer Punches''' - These come in sets of different diameters, and are used to transfer the centers of one or more holes from one part to another. * '''Steel Straight Edge''' - An accurately made flat bar for scribing lines onto a part, and checking flatness with a light held behind it. Commercial flat bar stock may be enough to start with, but precision ones made for the purpose will be more accurate. ::'''Assembly Tools''' &emsp;Basic assembly tools like screwdrivers and socket wrenches were included in Section 3.0. Some '''[[w:List_of_screw_drives|Additional Specialty Tools]]''' may be needed to maintain or adjust machine tools such as the '''[[w:Torx|Torx]]''' type. Some of these allow higher torque, which can be useful when building new projects. ::'''Cutting and Abrasive Tools''' * '''[[w:Tap_and_die|Tap and Die Sets]]''' - Includes handles and individual taps and dies. Used for cutting matching inside and outside screw threads. * '''[[w:Reamer|Reamers]]''' - Hand and Expanding. Uses tap handle for turning. Finishes a hole to an exact size. * '''[[w:Drill_bit#Center_and_spotting_drill_bit|Center Drill Bits]]''' - Used in a lathe to drill a center hole in the part for the '''[[w:Tailstock|Tailstock]]''' to fit into. * '''[[w:Center_gauge|Center Gauge]]''' - used to guide grinding thread-cutting tools to the right angle and then mount them perpendicular to the part. * '''[[w:Hand_scraper|Hand Scrapers]]''' - Used with or to make surface plates and produce precision surfaces. ::'''Stationary Subtractive Machines''' [[File:Sharp_3_Axis_Vertical_Mill_Full_View.jpg|thumb|right|358x599px|Figure 5.5-20 - Vertical milling machine with manual positioning, electronic readout, and Kurt machine vise to hold parts being milled.]] * '''[[w:Milling_(machining)|Vertical and Horizontal Milling Machines]]''' - (Figure 5.5-20) These are described by the rotating axis of the tool head. Movements can be manual or computer (CNC) controlled. Vertical mills are typically smaller and lower power. A compound (2 axis) slide table added to a medium drill press may be enough to get started, but a floor-mounted mill will be more accurate and can handle larger parts. Desktop CNC mills can be used for small items, but are lower power and therefore slower. [[File:Tornio_piccolo.jpg|thumb|right|640x407px|Figure 5.5-21 - Small Bench Lathe.]] * '''[[w:Metal_lathe|Metal Lathe]]''' - These are heavier and more powerful than wood-cutting lathes, with higher accuracy. They are described by the maximum diameter and length of the parts they can work, such as 7x14 inches. A small bench-top one (Figure 5.5-21) may be enough to start. Larger ones require custom tables or are floor-mounted. Lathes can be manually or computer (CNC) controlled. Combination machines exist that do both milling and lathe work if space is at a premium * '''Lathe & Mill Accessories''' - Lathes and mills use a variety of '''[[w:Cutting_tool_(machining)|Cutting Tools]]''' and need specialized holding tools (noted above) for the items being worked and the cutting tools due to the high forces. These include '''[[w:Chuck_(engineering)|Chucks]]''', '''[[w:Collet|Collets]]''', and '''[[w:Spindle_(tool)|Spindles]]'''. These are often particular to a given machine or machine size. A '''[[w:Rotary_table|Rotary Table]]''' or '''[[w:Indexing_head|Indexing Head]]''' allows rotation to precise angles. :&emsp;Industrial machine tools use cutting oils to remove heat and chips. For small projects a brush or oil can and hand application may be enough. For larger ones a steady feed of oil and chip removal is needed. Oil can be filtered and reused, but metal chips are sharp and should be carefully disposed of. CNC type machines need a computer and suitable software to prepare the instructions or directly control the machines. * '''[[w:Drill#Geared_head|Industrial Drill Press]]''' - These are larger and heavier than woodworking drill presses, typically floor mounted with gear rather than belt drives. Some come equipped with cross-slide or rotating tables, or these can be added as accessories. Others have radial and tilt heads for large and heavy parts where it is easier to move the head than the part being drilled. One or more sets of metal-cutting drill bits with different diameters and lengths are needed to start with. * '''[[w:Bandsaw#Metal_fabrication_shop_and_machine_shop_models|Horizontal Metal Bandsaw]]''' - For cutting larger metal bars or blocks to length. In contrast to the wood saws, the metal is clamped in place while the cutting blade slowly pivots down. * '''Vertical Heavy-Duty Bandsaw''' - For rough cutting curved metal sections by moving them through the saw. This can be a woodworking bandsaw with a metal-cutting blade, or a more powerful one. It is suitable for thinner and lighter metal pieces. For larger and heavier items, they are held stationary while a portable cutting tool is moved through them. * '''[[w:Surface_grinding#Equipment|Surface Grinder]]''' - Produces flat surfaces by moving a part horizontally under a grinding wheel. * '''[[w:Electrical_discharge_machining|EDM Machine]]''' - Electrical discharge machining uses sparks across an insulating fluid to remove material and shape a part. * '''[[w:Laser_cutting|Laser Cutter/Engraver]]''' - uses a focused high-power laser to cut or ablate material, often under computer control. There are various types and sizes of machines. ::'''Additive Machines''' &emsp;'''[[w:3D_printing|3D Printing]]''' is a category of methods and machines that make parts by adding material under computer control. There are now a '''[[w:3D_printing_processes|Variety of Such Machines]]''' in various sizes that "print" different materials by different methods. Spray methods, both cold and hot, deposit material at high velocity. Powder and liquid methods consolidate the starter materials into solid parts. Deposition methods feed a spool or ribbon of material at lower speeds in successive passes to build up the part. &emsp;Printed parts often need additional finishing steps, like removing printed supports that were needed during printing but not afterwards, or sanding to smooth sometimes uneven surfaces. Which types of additive machines are needed depends on the materials you want to use, and the speed, size, and accuracy required. &emsp;Most printers need a computer file describing the part to be made. They can be made yourself using suitable software, or use existing ones made by others. Depending on the printer, they may need a separate computer to send commands, similar to how office printers work with paper. Otherwise they may have the control computer built-in and only need the part file delivered to it. &emsp;When starting out, it may make sense to use a commercial printing service, as they only need the computer file to make a part. Open-source designs and kits are available. They are less expensive, but require doing some or all of the work of building the printer. Already built '''[[w:Comparison_of_3D_printers|Printers]]''' are available new for as little as a good portable power tool, but supplies of printing material can be expensive if you are making many parts. ==<span style="font-size:x-large; font-family:'Georgia', serif;">7.0 - Outdoor Projects</span>== &emsp; &emsp;These lists cover projects where the work or the finished items are mostly located outdoors. It includes yard work, gardening, digging and landscaping, forestry, and farming. Aside from location, they share somewhat overlapping sets of tools, so consider other lists than the primary category you are interested in. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 12 - Yard Work</u></span>=== &emsp; &emsp;A '''[[w:Yard_(land)|Yard]]''' commonly means the area of land surrounding a house, typically in suburban areas. In urban areas, residences may have little or no yard area. Properties larger than a few acres (1 hectare) can be called "acreage" if mostly undeveloped, and a large house with lots of outside improvements on multiple acres is called an '''[[w:Estate_(land)|Estate]]'''. This list covers items for self-maintenance of suburban yards, or maintenance of yards for others on a small-business scale. Typical yards have mostly grass, some trees, and decorative plants and ground cover. ::'''Hand Tools''' * '''Brooms and Dustpans''' - For sweeping paved areas and picking up the resulting piles. Includes Wide push, upright sweep, and wide dustpan. * '''Rakes''' - Leaf, Bow, and Thatch types. * '''[[w:Edger#Manual_lawn_edgers|Lawn Edger]]''' - A manual tool used to keep grass and roots from encroaching on paved or other types of surfaces. * '''[[w:Hedge_trimmer|Hedge Trimmer]]''' - Large scissors or pruning shears used to trim hedge plantings or decorative bushes. '''Pruning Shears''' have shorter blades, usually curved, with more leverage for cutting thicker or harder stems. * '''[[w:Wheelbarrow|Wheelbarrow]]''' - A single or dual-wheel cart with handles for general moving of bulk or heavier items. The wheel(s) carry most of the weight while steering and pushing with the handles. Most have a sloped tray so they can be emptied by tilting vertical. * '''[[w:Hatchet|Hatchet]]''' - A combination tool with a sharp blade on one side and a hammer head on the other. An example use is trimming a branch to make a stake then pounding it in. * '''[[w:Loppers|Lopper]]''' and '''Pruning Saw''' - Loppers have long handles with short blades, sometimes with compound action. Can cut saplings and branches up to 2 inches (5 cm) for the largest version by working around the stem until severed. Pruning saws are hand saws with teeth designed to cut living wood, and can cut somewhat larger branches in crowded areas. Large branches should be cut partway from below with two cuts removing a wedge, then finished from above. This prevents a split from damaging the main stem or trunk, and makes a more controlled fall for the branch. * '''[[w:Polesaw|Polesaw]]''' - A pruning saw attached to a pole to reach higher without a ladder. Many have a levered pruning blade with a cord, to cut smaller high branches. * '''[[w:Garden_hose|Garden Hose]]''' - For delivering water where needed in a yard. A simple spray or pistol nozzle is enough to start, but there are a number of other special purpose attachments. Rubber grommets are used to prevent leakage. * '''Containers''' - '''[[w:Bucket|Water Buckets]]''' and smaller containers can be used to transport small amounts of water. '''[[w:Fuel_container|Fuel Containers]]''' are needed for machines and devices that use them. Other yard supplies like fertilizers, pesticides, and herbicides can be toxic. They either come with a container, or can be stored in suitable boxes and bags. ::'''Portable Power Tools''' &emsp;Outdoor power tools can be electrical, using either a power cord or internal batteries. Corded tools generally need outdoor-type extension cords of sufficient length and wire gauge for the required distance. Battery types typically need a matching charger for removable batteries. Portable generators and inverters connected to a vehicle can supply power at greater distances than extension cords. Other outdoor tools have combustion engines that require fuel or a fuel/oil blend, and some need separate lubricating oil. The choice among power types depends on cost, convenience, noise level, and required power level. * '''[[w:Leaf_blower|Leaf Blower]]''' - uses high-speed air to move leaves and other debris away from buildings and pavements or into piles. Mower blades act like a fan, and with a side discharge can both chop up and blow leaves into piles or rows for pickup. * '''[[w:String_trimmer|String Trimmer]]''' - Cuts grass and weeds around obstacles or edges of a yard, without damaging other items. Some types accept other accessories for different tasks. Alternately herbicides, woven or sheet weed barriers, and solid objects can prevent growth in unwanted areas. * '''Power Hedge Trimmer''' - Typically use a reciprocating blade that slides against stationary fingers. Does similar tasks to hand hedge shears and pruners. * '''[[w:Pressure_washing|Pressure Washer]]''' - Uses high pressure water, sometimes with additives like soap, to clean exterior surfaces. Some have different angle nozzles and adjustable pressure. * '''[[w:Brushcutter_(garden_tool)|Brush Cutter]]''' - The hand-carried type has more power than a string trimmer and accepts accessories like circular saw blades to cut thicker items. A '''[[w:Brush_hog|Brush Hog]]''' has wheels or is mounted to a larger machine, and functions like a heavy-duty lawn mower. ::'''Mobile Equipment''' * '''[[w:Lawn_mower|Lawn Mower]]''' - Uses blades to cut larger areas of grass to an even height. Most modern ones are powered. Smaller ones are walked behind and either pushed or are self-propelled. Larger '''Riding Mowers''' have a seat and steerable wheels.Gas or electric, push or riding. Some types have a bag to collect grass clippings, and may have a side discharge to blow the clippings away from the blades. Even larger '''Lawn Tractors''' are powerful enough to tow wagons or mount other attachments. These start to overlap in function with small agricultural tractors using a mowing attachment. :&emsp;The type of mower to use depends on the area to be mowed, coverage speed, cost, noise level, whether it is for personal or commercial use, and what obstacles have to be worked around. For example, in '''[[w:Zero-turn_mower|Zero-Turn]]''' mowers the drive wheels rotate at different speeds/direction, and the other wheels swivel in any direction. This allows maneuvering in tighter spaces. ::'''Materials, Parts, and Supplies''' * '''[[w:Mulch|Mulch]]''' - A layer of material applied to the surface of soil. It can be applied around structures, plantings, and trees to make maintenance easier, conserve moisture, improve fertility, reduce erosion, and for looks. Ground covers can be artificial, like landscape fabric, inorganic like gravel, organic like wood chips, or living plants which are close to the ground. Organic mulches can be self-made on-site from items like fallen leaves and branches which are shredded or composted. * '''[[w:Lawn#Lawn_care_and_maintenance|Lawn Maintenance]]''' - Depending on the current and desired condition of a yard, this can include adding topsoil, organic material, sand, and other soil additives to improve its quality. Additional supplies include grass seed, fertilizers, pest controls, and herbicides. It can be much easier to work with the natural soil and climate conditions than to force a specific lawn type. For example, a grass/clover mix can self-fertilize since clover can fix nitrogen from the air. Other ground covers, perennials, shrubs, and trees may be less work to maintain. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 13 - Gardening</u></span>=== &emsp; &emsp;Gardening is distinguished from general yard work by intentionally planting and growing plants for food or aesthetic reasons. Yard work is more basic exterior maintenance to suppress weeds, maintain access, and reduce vermin. There is overlap between the two, but gardening typically has more specialized tools. * Forks - Spading, Garden, and Pitch * Bulb Planter * Cultivator - Hand & Long Handle * Hand Trowel * Hand Weeder * Hoe - Garden, Action, and Fingered * Serrated Root Cutter - shovel, hand sizes * Tillers - For breaking up and mixing soil. These range from hand tools to gas and electric wheeled machines. * Compost pile - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 14 - Digging and Landscaping</u></span>=== &emsp; &emsp;This list is for more extensive excavation and contouring land for drainage and looks, and installing permanent additions like steps, walls, and fences. * Shovels & Spades - Assorted sizes. A shovel has a rounded and more angled blade and is used at a lower angle. A spade has a flatter and in-line blade and is used vertically for trenches and other straight-sided digging. * Power Auger * Digging Bars - Assorted sizes * Soil Tamper * Pick Axe - Heavy point and lever head, for heavy & rocky soil. Resembles cutter mattock. * Cutter Mattock - Perpendicular root cutter & medium digging/levering blades for roots. * Post Hole Digger ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 15 - Forestry</u></span>=== &emsp; * Hand Axes - Felling Axe for cutting trees, smaller Camp axe for trimming and notching branches. * Saws - '''[[w:Bucksaw|Bucksaw]]''' for cutting smaller logs to length. The '''[[w:Bow_saw|Bow Saw]]''' typically has a narrower blade and smaller frame for branches and working in tight spaces. The electric or fuel-powered '''[[w:Chainsaw|Chainsaw]]''' is for cutting larger trees down and to size. '''WARNING''' all serious timber cutting is very dangerous due to powerful machines with exposed teeth, and the weight of falling or shifting trees and branches. It should never be done alone or without some training. Methods like anchor ropes/chains can pull down trees from a safe distance. If you are at all unsure, hire professionals with the right equipment and experience. * Bark Tools - Spud, Bark Scraper/Pry Bar, Power Debarker ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 16 - Farming</u></span>=== &emsp; ==<span style="font-size:x-large; font-family:'Georgia', serif;">8.0 - Construction Projects</span>== &emsp; &emsp;Construction generally follows a sequence of steps, some of which may be skipped if not needed. The exact order of tasks depends on the design and access needed, so the lists in this section are not a strict sequence, but rather grouped by trade and skills. The main steps include: * '''Plans and Permits''' - Before physical work, design of the project, including making sure outside access and utilities will be available, what site features currently exist that may need to be changed or worked around, then obtaining needed permission such as building permits. * '''Site Work''' - This includes clearing, surveying, marking out, grading, compacting, and excavation, and providing temporary utilities and sanitation if needed. * '''Substructure and Foundations''' - These are the items that end up at or under ground level when complete, such as drainage, utility lines, and the building foundation. * '''Main Structure and Large Items''' - Walls, floors, roof, external doors and windows; and also items like heating and ventilation systems and bathtubs that are too large to install later. * '''Internal Utilities and Services''' - These are items like electrical and plumbing that will later be hidden by finished walls. * '''Finishing''' - The final surfaces, cabinets, interior doors, fixtures, and appliances that will be visible and used. &emsp;How many of the steps you can do yourself vs hiring contractors depends on your skills, crew size, and how often you expect to do it. Earlier work like excavation generally needs larger and more expensive equipment than later steps like finishing. So when starting out in construction we suggest contracting out the bigger steps. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 17 - General Construction</u></span>=== &emsp; &emsp;Besides basic tools from Lists 1 and 2, some general equipment is used across multiple phases of construction projects. We try to list those here, and more specialized items in the later lists. ::'''Measurement Tools''' * '''[[w:Chalk_line|Chalk Line]]''' - For marking out straight lines by snapping a chalked string against a surface. * Measuring Tapes & Wheels - 10-100m (30-300 foot) Tapes for measurements and layout. * Transits - Builder's and Surveyors, for vertical and property measurement. * Mason's Twine - Light string to mark edges and horizontals with minimal stretch and sag. * Bullhorn * Portable Radios * Rubber Boots * Cold Weather Gear * Folding Chairs * Coolers - Drink, Food * Tables - Plan, Portable * Extension Cords, Multi-Plug Adapters, & Power Strips * Work Lights * Water Pump - Trash type. For removing water after rain or from holes. * Drop Cloths & Tarps - Painter's (Canvas, Plastic), Vinyl Cargo, Polyethylene * Weather Protection - For workers and worksites. Can be manufactured, or rigged from tarps, lumber with nails or screws at one or both ends as poles, anchor ropes, and either heavy objects like concrete blocks or ground stakes/anchors to secure the ropes. * Cleanup - Brooms, dust pans, trash cans & bags (can also use empty boxes) * Extension Poles - for tools and props * Fans - Box, Pedestal, Drum * Inverter and Portable Generator * Warning cones, signs, safety and erosion fencing, security equipment, safety vests * Seam Roller - has multiple uses for roofing, carpet, and wallpaper. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 18 - Carpentry</u></span>=== &emsp; &emsp;Carpentry includes wood framing, roofing, structural metalwork, fireplaces, and drywall. Drywall is typically left until after internal utilities and services are installed. * Hammers - '''[[w:Framing_hammer|Framing Hammers]]''' are larger and heavier than claw hammers, for driving large nails into wood-frame construction. * Nail Guns - Assorted sizes. These drive nails with electric or air power, when large numbers or faster work is desired. * Drywall Square * Drywall Saw * '''[[w:Glass_cutter|Glass Cutter]]''' - for trimming window and other glass to size. ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 19 - Masontry & Concrete</u></span>=== &emsp; * Hammers - Brick, Engineer, Sledge * Chisels - Assorted types and sizes Brick, Concrete, Mason, Stone, Tile, Star Point. Hand protectors & Offset Holders as needed * Trowels - Pointing, Brick, Rectangular * Mortar Hoe - with holes to aid mixing * Mixers - Hand, electric blade, wheeled or trailer electric or fueled for larger amounts. Very large amounts typically use mixer truck delivery. * Mud Tray and Hawk - for holding smaller amounts of mortar for troweling * '''SDS Type Hammer Drill''' - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 20 - Plumbing</u></span>=== &emsp; * Pipe and Tubing Cutters * Pipe Threading Taps & Dies - ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 21 - Electrical</u></span>=== &emsp; * '''Insulated Screwdrivers''' - To prevent electrical shocks. Generally power should be off while doing electrical work, so this is a safety measure in case it accidentally isn't. * '''Electric Circuit, Outlet, and Breaker Testers''' ===<span style="font-size:large; font-family:'Georgia', serif;"><u>List 22 - Finishing</u></span>=== &emsp; &emsp;Construction finishes are the final visible parts of a building after the structural, mechanical, and hidden utilities are installed. ::'''Finish Carpentry''' &emsp;This includes interior doors, cabinets, countertops, closet interiors, wood flooring, baseboards, and moldings. ::'''Paint and Wall Coverings''' * Combination and Razor Scrapers * Hand Sander * Can Hook & Key * Paint Brushes & Comb * Roller Tray & Liners, Roller Handles, Roller Brushes, * Paints and stains as needed per job. * Wallpaper Paste and Smoothing Brushes * Trimming Wheel - To trim or cut wallpaper to size, especially once pasted to a surface. ::'''Plumbing and Electrical Fixtures''' &emsp;This includes items like sinks and faucets, wall outlets, ceiling lights, and built-in electronics. It also includes installing built-in and free-standing appliances. ::'''Flooring and Tile''' &emsp;This includes flooring other than wood, such as carpet, sheet, and floor tiles. It also includes other tile work such as kitchens and bathrooms. * Caulk Gun * Putty Knives - Assorted sizes * Drywall Trowels - Narrow & Wide * Pole Sander * Floor Buffer * Floor Scraper </div> {{BookCat}} nul4zgkflfx84gixd0s65wd4aggxlft International Postage Meter Stamp Catalog/Nigeria 0 290988 4094961 4081760 2022-08-19T13:19:33Z Jim Ashby 3304668 /* Nigeria */ wikitext text/x-wiki =Nigeria= *<font size=3> A former British protectorate, Nigeria gained full independence in 1960. Three provinces broke away from the central government to form the Republic of Biafra in 1967. The provinces returned to Nigeria in January 1970. * All stamps have “NIGERIA” in the frank except provisional uses in Biafra. * The stamps are grouped according to political conditions at date of initial use: :: A - British protectorate, 1950 :: B - Independent republic, 1960</font> ---- <br> ==<font color=blue>GROUP A: British protectorate period. All stamps include a crown in the design== <br> * <font size=3>Note the two different crown styles: ::::::::::::::[[File: Nigeria crown types found in stamps.jpg|350px]] </font></font> ---- <br> [[File: Nigeria stamp type A1.jpg|left|380px]] '''A1. Neopost''' (LV-6?), 1950. : Small upright frank with palm trees at sides and Tudor crown in center. : Value tablet at bottom center flanked by “N” at left and M# at right. : TM: BIC : Values seen: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]1, 1½, 2, 3, 6, 9, 1/- [[File: MeterCat 5 spaces.jpg|12px]][$5] : Values seen: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]½, 1/9-, 2/6, 3/- [[File: MeterCat 5 spaces.jpg|12px]][$20] [[File: Nigeria stamp type A2.jpg|left|390px]] '''A2. Universal “MultiValue” ''' (MV), 1950. : Large upright design with large-hole simulated perforation border. : Panels at top and sides with Tudor crown at bottom. : M# “U1” in bottom of TM. : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=/0(½) ::::::::::::::::::: '''a'''. Country name chiseled out of top panel and town mark blank. This stamp may have been used in Biafra, or it may be a die proof. '''NOTE''': Although this stamp is reported to have been in use, the authors have seen only proofs. [[File: Nigeria stamp type A3.jpg|left|385px]] <br> '''A3. Universal “MultiValue” ''' (MV), 1951. : Large upright design with small-hole simulated perforation border. : Palm trees at sides. : Tudor crown at bottom flanked by “U” at left and M# at right. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]0/0 [[File: MeterCat 5 spaces.jpg|12px]]=/0 [[File: MeterCat 5 spaces.jpg|12px]]=/0= [[File: Nigeria stamp type A4.jpg|left|375px]] <br> '''A4. Universal “MultiValue” ''' (MV). : As Type A3 but with St. Edwards crown. : M# with “U” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0/0= [[File: Nigeria stamp type A5.jpg|left|430px]] <br> '''A5. Universal “Simplex” ''' (LV-25), 1951. [[File: MeterCat 5 spaces.jpg|12px]][$25] : Similar to Type A3 but smaller frank with wider spacing between TM and frank. : Tudor crown, “NIGERIA” letters thick. : M# with “S” prefix. : TM: DC : Values: [[File: MeterCat 5 spaces.jpg|12px]] ½<sup>D</sup> to =1/- [[File: MeterCat 5 spaces.jpg|5px]]in half pence steps [[File: Nigeria stamp type A6.jpg|left|430px]] <br> '''A6. Universal “Simplex” ''' (LV-25). [[File: MeterCat 5 spaces.jpg|12px]][$25] : As Type A5 but with St. Edward’s crown. : “NIGERIA” letters thin. : M# with “S” prefix. : TM: DC : Values: [[File: MeterCat 5 spaces.jpg|12px]] ½<sup>D</sup> to =1/- [[File: MeterCat 5 spaces.jpg|5px]]in half pence steps [[File: Nigeria stamp type A7.jpg|left|420px]] '''A7. Roneo Neopost "Frankmaster" / "305" ''' (MV), 1951. : Similar in size to Type A4 but wreath of petals at sides. : Top panel in shape of scroll. : Tudor crown at bottom. : M# with “RN” prefix. : TM: DC, BIC, nil : V/F: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]=0/= = : V/F: (decimal) [[File: MeterCat 5 spaces.jpg|12px]]000 [[File: Nigeria stamp type A7c.jpg|right|660px]] :: '''a'''. Handstamped “BIAFRA”. TM reads “ABA/ NIGERIA” (R 171) [[File: MeterCat 5 spaces.jpg|12px]][$250, two examples known] :: '''b'''. Town mark without town name, blank at top, “NIGERIA” at bottom :: '''c'''. Date and value figures only, without frame and town mark but with slogan identifying the mailer and location [[File: MeterCat 5 spaces.jpg|12px]][$25] ---- ==<font color=blue>GROUP B: Independent republic. Stamps without crown== </font> <br> [[File: Nigeria stamp type B1.jpg|left|400px]] '''B1. Neopost "Frankmaster" / "305" ''' (MV), 1960. : Nearly square open design with palm trees at sides. : M# with “RN” prefix in small panel between palm trees at bottom. : TM: DC : V/F: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]=0/0= [[File: MeterCat 5 spaces.jpg|12px]]=0/== : V/F: (decimal) [[File: MeterCat 5 spaces.jpg|12px]]000 :::::::::::::::::::: '''a'''. Date only without TM [[File: Nigeria stamp type B2.jpg|left|420px]] <br> '''B2. Neopost "Frankmaster" / "305" ''' (MV), 1967. [[File: MeterCat 5 spaces.jpg|12px]][$250] : As Type B1 but with country name in top panel chiseled out. : This stamp was used in Biafra province for a short time after reunion. : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0/0= '''NOTE''': This stamp was probably in use during the years of Biafran secession but examples have not been reported. [[File: Nigeria stamp type B3.jpg|left|325px]] '''B3. Neopost “205/2205” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$5] : Very similar to Type B1 but slightly smaller and spacing between TM and frank much narrower. : M# with “NE” prefix. : TM: DC : V/F (£sd): [[File: MeterCat 5 spaces.jpg|12px]] ★<sup>/</sup> 0 – : V/F (decimal): [[File: MeterCat 5 spaces.jpg|12px]] 000 [[File: Nigeria stamp type B4.jpg|left|380px]] <br> '''B4. Roneo Neopost “405/505” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$10] : Similar to Types B1 and B3 but frank wider than tall. : M# with “RV” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]000 [[File: MeterCat 5 spaces.jpg|12px]]0∙00 [[File: Nigeria stamp type B5.jpg|left|395px]] <br> '''B5. Pitney Bowes-GB “Automax” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$25] : Frank with single-line outer frame line with rounded corners, broken at bottom for M#. : M# with “P.B. A” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0.oo [[File: Nigeria stamp type B6.jpg|left|355px]] <br> '''B6.1. Pitney Bowes-GB “6300” ''' (MV). : Nearly identical to Type B5 except date is not as wide, and the value figures are different. : M# with “P.B. N” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] <font size=4>≋</font>0.00 [[File: Nigeria stamp type B6.2.jpg|left|425px]] '''B6.2. Pitney Bowes-GB “Simplex” ''' (LV). : As Types B5 and B6.1 except the spacing between the TM and frank is much wider, and the date figures are small. : M# with “P.B. N” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] 00 <br><br> [[File: Nigeria stamp type B7.jpg|left|372px]] <br> '''B7. Hasler “Mailmaster” ''' (MV). : Frank is horizontal rectangle with square corners. : One seen without M# but with unengraved block with “H” prefix at bottom. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]00.00 [[File: Nigeria stamp type B8.jpg|left|370px]] '''B8. Neopost “Electronic” ''' (MV), 1997. [[File: MeterCat 5 spaces.jpg|12px]][$25] : Nearly square frank with “NIGERIA” and “POSTAGE PAID” vertical at sides outside frame line. : One meter seen with M# “BVN 0001P”. : TM contains “NIPOST” (for Nigeria Post?) at top. : This appears to be either a Post Office stamp or may be for Official use only. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] <font size=4>≋</font>000 [[File: Nigeria stamp type B9.jpg|left|365px]] <br> '''B9. Pitney Bowes “6300” ''' (MV). : One poor example seen of a stamp like Type B6 but without palm tree ornaments and with “POSTAGE PAID” stacked at right. : The town mark reads “NIPOST” at top, and this may indicate a '''Post Office stamp'''. : TM: DC with broken rims : V/F: [[File: MeterCat 5 spaces.jpg|12px]]<font size=4>≋</font>0 00 [[File: Nigeria stamp type B10.jpg|left|360px]] <br> '''B10. Postalia “MS5/WK4” ''' (MV). : Frank similar to Types A3 and A4 but without the crown. : The palm tree ornaments are more finely detailed. : M# with “PG” prefix centered in bottom panel. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]00.00 ---- '''NOTE''': Starting around 1995 the Government of Nigeria banned the use of postage meters because of widespread counterfeiting. : Shown below are typical examples of these counterfeits which nearly always are crude and resemble hand stamps. [[File: Nigeria fake meter stamps.jpg|600px]] ---- ==<font color=blue>GROUP C: Bulkpost Venture== </font> BULKPOST VENTURE was introduced by the Nigerian Postal Service on 1st July, 2000. The venture was assigned the responsibility of handling bulk mail business for NIPOST by providing bulkpost service to organizations and bodies who generate a large quantity of mail. ---- <br> [[File:Nigeria BPV008.jpg|400px|left]] '''C1. ''' ::::::::::::::: Frank with simulated perforation border, with Nigeria Post logo at left of value and "NIPOST" running vertically at right. ::::::::::::::: TM with "BPV" prefix running vertically at left and M# running vertically at right. ::::::::::::::: TM: DC ::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]]0000 <br><br><br><br> ---- <br> <center><font size=3><font color=green>Return to main catalog</font> ⇒</font> <u>[[../]]</u> <center><font size=3><font color=green>Return to top</font> ⇒</font> <u>[http://en.wikibooks.org/wiki/International_Postage_Meter_Stamp_Catalog/Nigeria Nigeria] ---- {{BookCat}} s3ewrtgxcoaeawlmmqxq7xz6s8x69k9 4095031 4094961 2022-08-20T04:55:37Z Jim Ashby 3304668 /* GROUP C: Bulkpost Venture */ wikitext text/x-wiki =Nigeria= *<font size=3> A former British protectorate, Nigeria gained full independence in 1960. Three provinces broke away from the central government to form the Republic of Biafra in 1967. The provinces returned to Nigeria in January 1970. * All stamps have “NIGERIA” in the frank except provisional uses in Biafra. * The stamps are grouped according to political conditions at date of initial use: :: A - British protectorate, 1950 :: B - Independent republic, 1960</font> ---- <br> ==<font color=blue>GROUP A: British protectorate period. All stamps include a crown in the design== <br> * <font size=3>Note the two different crown styles: ::::::::::::::[[File: Nigeria crown types found in stamps.jpg|350px]] </font></font> ---- <br> [[File: Nigeria stamp type A1.jpg|left|380px]] '''A1. Neopost''' (LV-6?), 1950. : Small upright frank with palm trees at sides and Tudor crown in center. : Value tablet at bottom center flanked by “N” at left and M# at right. : TM: BIC : Values seen: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]1, 1½, 2, 3, 6, 9, 1/- [[File: MeterCat 5 spaces.jpg|12px]][$5] : Values seen: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]½, 1/9-, 2/6, 3/- [[File: MeterCat 5 spaces.jpg|12px]][$20] [[File: Nigeria stamp type A2.jpg|left|390px]] '''A2. Universal “MultiValue” ''' (MV), 1950. : Large upright design with large-hole simulated perforation border. : Panels at top and sides with Tudor crown at bottom. : M# “U1” in bottom of TM. : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=/0(½) ::::::::::::::::::: '''a'''. Country name chiseled out of top panel and town mark blank. This stamp may have been used in Biafra, or it may be a die proof. '''NOTE''': Although this stamp is reported to have been in use, the authors have seen only proofs. [[File: Nigeria stamp type A3.jpg|left|385px]] <br> '''A3. Universal “MultiValue” ''' (MV), 1951. : Large upright design with small-hole simulated perforation border. : Palm trees at sides. : Tudor crown at bottom flanked by “U” at left and M# at right. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]0/0 [[File: MeterCat 5 spaces.jpg|12px]]=/0 [[File: MeterCat 5 spaces.jpg|12px]]=/0= [[File: Nigeria stamp type A4.jpg|left|375px]] <br> '''A4. Universal “MultiValue” ''' (MV). : As Type A3 but with St. Edwards crown. : M# with “U” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0/0= [[File: Nigeria stamp type A5.jpg|left|430px]] <br> '''A5. Universal “Simplex” ''' (LV-25), 1951. [[File: MeterCat 5 spaces.jpg|12px]][$25] : Similar to Type A3 but smaller frank with wider spacing between TM and frank. : Tudor crown, “NIGERIA” letters thick. : M# with “S” prefix. : TM: DC : Values: [[File: MeterCat 5 spaces.jpg|12px]] ½<sup>D</sup> to =1/- [[File: MeterCat 5 spaces.jpg|5px]]in half pence steps [[File: Nigeria stamp type A6.jpg|left|430px]] <br> '''A6. Universal “Simplex” ''' (LV-25). [[File: MeterCat 5 spaces.jpg|12px]][$25] : As Type A5 but with St. Edward’s crown. : “NIGERIA” letters thin. : M# with “S” prefix. : TM: DC : Values: [[File: MeterCat 5 spaces.jpg|12px]] ½<sup>D</sup> to =1/- [[File: MeterCat 5 spaces.jpg|5px]]in half pence steps [[File: Nigeria stamp type A7.jpg|left|420px]] '''A7. Roneo Neopost "Frankmaster" / "305" ''' (MV), 1951. : Similar in size to Type A4 but wreath of petals at sides. : Top panel in shape of scroll. : Tudor crown at bottom. : M# with “RN” prefix. : TM: DC, BIC, nil : V/F: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]=0/= = : V/F: (decimal) [[File: MeterCat 5 spaces.jpg|12px]]000 [[File: Nigeria stamp type A7c.jpg|right|660px]] :: '''a'''. Handstamped “BIAFRA”. TM reads “ABA/ NIGERIA” (R 171) [[File: MeterCat 5 spaces.jpg|12px]][$250, two examples known] :: '''b'''. Town mark without town name, blank at top, “NIGERIA” at bottom :: '''c'''. Date and value figures only, without frame and town mark but with slogan identifying the mailer and location [[File: MeterCat 5 spaces.jpg|12px]][$25] ---- ==<font color=blue>GROUP B: Independent republic. Stamps without crown== </font> <br> [[File: Nigeria stamp type B1.jpg|left|400px]] '''B1. Neopost "Frankmaster" / "305" ''' (MV), 1960. : Nearly square open design with palm trees at sides. : M# with “RN” prefix in small panel between palm trees at bottom. : TM: DC : V/F: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]=0/0= [[File: MeterCat 5 spaces.jpg|12px]]=0/== : V/F: (decimal) [[File: MeterCat 5 spaces.jpg|12px]]000 :::::::::::::::::::: '''a'''. Date only without TM [[File: Nigeria stamp type B2.jpg|left|420px]] <br> '''B2. Neopost "Frankmaster" / "305" ''' (MV), 1967. [[File: MeterCat 5 spaces.jpg|12px]][$250] : As Type B1 but with country name in top panel chiseled out. : This stamp was used in Biafra province for a short time after reunion. : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0/0= '''NOTE''': This stamp was probably in use during the years of Biafran secession but examples have not been reported. [[File: Nigeria stamp type B3.jpg|left|325px]] '''B3. Neopost “205/2205” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$5] : Very similar to Type B1 but slightly smaller and spacing between TM and frank much narrower. : M# with “NE” prefix. : TM: DC : V/F (£sd): [[File: MeterCat 5 spaces.jpg|12px]] ★<sup>/</sup> 0 – : V/F (decimal): [[File: MeterCat 5 spaces.jpg|12px]] 000 [[File: Nigeria stamp type B4.jpg|left|380px]] <br> '''B4. Roneo Neopost “405/505” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$10] : Similar to Types B1 and B3 but frank wider than tall. : M# with “RV” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]000 [[File: MeterCat 5 spaces.jpg|12px]]0∙00 [[File: Nigeria stamp type B5.jpg|left|395px]] <br> '''B5. Pitney Bowes-GB “Automax” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$25] : Frank with single-line outer frame line with rounded corners, broken at bottom for M#. : M# with “P.B. A” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0.oo [[File: Nigeria stamp type B6.jpg|left|355px]] <br> '''B6.1. Pitney Bowes-GB “6300” ''' (MV). : Nearly identical to Type B5 except date is not as wide, and the value figures are different. : M# with “P.B. N” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] <font size=4>≋</font>0.00 [[File: Nigeria stamp type B6.2.jpg|left|425px]] '''B6.2. Pitney Bowes-GB “Simplex” ''' (LV). : As Types B5 and B6.1 except the spacing between the TM and frank is much wider, and the date figures are small. : M# with “P.B. N” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] 00 <br><br> [[File: Nigeria stamp type B7.jpg|left|372px]] <br> '''B7. Hasler “Mailmaster” ''' (MV). : Frank is horizontal rectangle with square corners. : One seen without M# but with unengraved block with “H” prefix at bottom. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]00.00 [[File: Nigeria stamp type B8.jpg|left|370px]] '''B8. Neopost “Electronic” ''' (MV), 1997. [[File: MeterCat 5 spaces.jpg|12px]][$25] : Nearly square frank with “NIGERIA” and “POSTAGE PAID” vertical at sides outside frame line. : One meter seen with M# “BVN 0001P”. : TM contains “NIPOST” (for Nigeria Post?) at top. : This appears to be either a Post Office stamp or may be for Official use only. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] <font size=4>≋</font>000 [[File: Nigeria stamp type B9.jpg|left|365px]] <br> '''B9. Pitney Bowes “6300” ''' (MV). : One poor example seen of a stamp like Type B6 but without palm tree ornaments and with “POSTAGE PAID” stacked at right. : The town mark reads “NIPOST” at top, and this may indicate a '''Post Office stamp'''. : TM: DC with broken rims : V/F: [[File: MeterCat 5 spaces.jpg|12px]]<font size=4>≋</font>0 00 [[File: Nigeria stamp type B10.jpg|left|360px]] <br> '''B10. Postalia “MS5/WK4” ''' (MV). : Frank similar to Types A3 and A4 but without the crown. : The palm tree ornaments are more finely detailed. : M# with “PG” prefix centered in bottom panel. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]00.00 ---- '''NOTE''': Starting around 1995 the Government of Nigeria banned the use of postage meters because of widespread counterfeiting. : Shown below are typical examples of these counterfeits which nearly always are crude and resemble hand stamps. [[File: Nigeria fake meter stamps.jpg|600px]] ---- ==<font color=blue>GROUP C: Bulkpost Venture== </font> BULKPOST VENTURE was introduced by the Nigerian Postal Service on 1st July, 2000. The venture was assigned the responsibility of handling bulk mail business for NIPOST by providing bulkpost service to organizations and bodies who generate a large quantity of mail. ---- <br> [[File:Nigeria BPV008.jpg|321px|left]] '''C1. ''' ::::::::::::::: Frank with simulated perforation border, with Nigeria Post logo at left of value and "NIPOST" running vertically at right. ::::::::::::::: TM with "BPV" prefix running vertically at left and M# running vertically at right. ::::::::::::::: TM: DC ::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]]0000 <br><br><br><br> ---- <br> <center><font size=3><font color=green>Return to main catalog</font> ⇒</font> <u>[[../]]</u> <center><font size=3><font color=green>Return to top</font> ⇒</font> <u>[http://en.wikibooks.org/wiki/International_Postage_Meter_Stamp_Catalog/Nigeria Nigeria] ---- {{BookCat}} q4jddd8u1vk4wg12gzhmhrf6fmcdzmg 4095032 4095031 2022-08-20T05:07:12Z Jim Ashby 3304668 /* Nigeria */ wikitext text/x-wiki =Nigeria= *<font size=3> A former British protectorate, Nigeria gained full independence in 1960. Three provinces broke away from the central government to form the Republic of Biafra in 1967. The provinces returned to Nigeria in January 1970. * All stamps have “NIGERIA” in the frank except provisional uses in Biafra. * The stamps are grouped according to political conditions at date of initial use: :: A - British protectorate, 1950 :: B - Independent republic, 1960</font> ---- <br> ==<font color=blue>GROUP A: British protectorate period. All stamps include a crown in the design== <br> * <font size=3>Note the two different crown styles: ::::::::::::::[[File: Nigeria crown types found in stamps.jpg|350px]] </font></font> ---- <br> [[File: Nigeria stamp type A1.jpg|left|380px]] '''A1. Neopost''' (LV-6?), 1950. : Small upright frank with palm trees at sides and Tudor crown in center. : Value tablet at bottom center flanked by “N” at left and M# at right. : TM: BIC : Values seen: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]1, 1½, 2, 3, 6, 9, 1/- [[File: MeterCat 5 spaces.jpg|12px]][$5] : Values seen: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]½, 1/9-, 2/6, 3/- [[File: MeterCat 5 spaces.jpg|12px]][$20] [[File: Nigeria stamp type A2.jpg|left|390px]] '''A2. Universal “MultiValue” ''' (MV), 1950. : Large upright design with large-hole simulated perforation border. : Panels at top and sides with Tudor crown at bottom. : M# “U1” in bottom of TM. : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=/0(½) ::::::::::::::::::: '''a'''. Country name chiseled out of top panel and town mark blank. This stamp may have been used in Biafra, or it may be a die proof. '''NOTE''': Although this stamp is reported to have been in use, the authors have seen only proofs. [[File: Nigeria stamp type A3.jpg|left|385px]] <br> '''A3. Universal “MultiValue” ''' (MV), 1951. : Large upright design with small-hole simulated perforation border. : Palm trees at sides. : Tudor crown at bottom flanked by “U” at left and M# at right. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]0/0 [[File: MeterCat 5 spaces.jpg|12px]]=/0 [[File: MeterCat 5 spaces.jpg|12px]]=/0= [[File: Nigeria stamp type A4.jpg|left|375px]] <br> '''A4. Universal “MultiValue” ''' (MV). : As Type A3 but with St. Edwards crown. : M# with “U” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0/0= [[File: Nigeria stamp type A5.jpg|left|430px]] <br> '''A5. Universal “Simplex” ''' (LV-25), 1951. [[File: MeterCat 5 spaces.jpg|12px]][$25] : Similar to Type A3 but smaller frank with wider spacing between TM and frank. : Tudor crown, “NIGERIA” letters thick. : M# with “S” prefix. : TM: DC : Values: [[File: MeterCat 5 spaces.jpg|12px]] ½<sup>D</sup> to =1/- [[File: MeterCat 5 spaces.jpg|5px]]in half pence steps [[File: Nigeria stamp type A6.jpg|left|430px]] <br> '''A6. Universal “Simplex” ''' (LV-25). [[File: MeterCat 5 spaces.jpg|12px]][$25] : As Type A5 but with St. Edward’s crown. : “NIGERIA” letters thin. : M# with “S” prefix. : TM: DC : Values: [[File: MeterCat 5 spaces.jpg|12px]] ½<sup>D</sup> to =1/- [[File: MeterCat 5 spaces.jpg|5px]]in half pence steps [[File: Nigeria stamp type A7.jpg|left|420px]] '''A7. Roneo Neopost "Frankmaster" / "305" ''' (MV), 1951. : Similar in size to Type A4 but wreath of petals at sides. : Top panel in shape of scroll. : Tudor crown at bottom. : M# with “RN” prefix. : TM: DC, BIC, nil : V/F: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]=0/= = : V/F: (decimal) [[File: MeterCat 5 spaces.jpg|12px]]000 [[File: Nigeria stamp type A7c.jpg|right|660px]] :: '''a'''. Handstamped “BIAFRA”. TM reads “ABA/ NIGERIA” (R 171) [[File: MeterCat 5 spaces.jpg|12px]][$250, two examples known] :: '''b'''. Town mark without town name, blank at top, “NIGERIA” at bottom :: '''c'''. Date and value figures only, without frame and town mark but with slogan identifying the mailer and location [[File: MeterCat 5 spaces.jpg|12px]][$25] ---- ==<font color=blue>GROUP B: Independent republic. Stamps without crown== </font> <br> [[File: Nigeria stamp type B1.jpg|left|400px]] '''B1. Neopost "Frankmaster" / "305" ''' (MV), 1960. : Nearly square open design with palm trees at sides. : M# with “RN” prefix in small panel between palm trees at bottom. : TM: DC : V/F: (£sd) [[File: MeterCat 5 spaces.jpg|12px]]=0/0= [[File: MeterCat 5 spaces.jpg|12px]]=0/== : V/F: (decimal) [[File: MeterCat 5 spaces.jpg|12px]]000 :::::::::::::::::::: '''a'''. Date only without TM [[File: Nigeria stamp type B2.jpg|left|420px]] <br> '''B2. Neopost "Frankmaster" / "305" ''' (MV), 1967. [[File: MeterCat 5 spaces.jpg|12px]][$250] : As Type B1 but with country name in top panel chiseled out. : This stamp was used in Biafra province for a short time after reunion. : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0/0= '''NOTE''': This stamp was probably in use during the years of Biafran secession but examples have not been reported. [[File: Nigeria stamp type B3.jpg|left|325px]] '''B3. Neopost “205/2205” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$5] : Very similar to Type B1 but slightly smaller and spacing between TM and frank much narrower. : M# with “NE” prefix. : TM: DC : V/F (£sd): [[File: MeterCat 5 spaces.jpg|12px]] ★<sup>/</sup> 0 – : V/F (decimal): [[File: MeterCat 5 spaces.jpg|12px]] 000 [[File: Nigeria stamp type B4.jpg|left|380px]] <br> '''B4. Roneo Neopost “405/505” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$10] : Similar to Types B1 and B3 but frank wider than tall. : M# with “RV” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]000 [[File: MeterCat 5 spaces.jpg|12px]]0∙00 [[File: Nigeria stamp type B5.jpg|left|395px]] <br> '''B5. Pitney Bowes-GB “Automax” ''' (MV). [[File: MeterCat 5 spaces.jpg|12px]][$25] : Frank with single-line outer frame line with rounded corners, broken at bottom for M#. : M# with “P.B. A” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]=0.oo [[File: Nigeria stamp type B6.jpg|left|355px]] <br> '''B6.1. Pitney Bowes-GB “6300” ''' (MV). : Nearly identical to Type B5 except date is not as wide, and the value figures are different. : M# with “P.B. N” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] <font size=4>≋</font>0.00 [[File: Nigeria stamp type B6.2.jpg|left|425px]] '''B6.2. Pitney Bowes-GB “Simplex” ''' (LV). : As Types B5 and B6.1 except the spacing between the TM and frank is much wider, and the date figures are small. : M# with “P.B. N” prefix. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] 00 <br><br> [[File: Nigeria stamp type B7.jpg|left|372px]] <br> '''B7. Hasler “Mailmaster” ''' (MV). : Frank is horizontal rectangle with square corners. : One seen without M# but with unengraved block with “H” prefix at bottom. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]00.00 [[File: Nigeria stamp type B8.jpg|left|370px]] '''B8. Neopost “Electronic” ''' (MV), 1997. [[File: MeterCat 5 spaces.jpg|12px]][$25] : Nearly square frank with “NIGERIA” and “POSTAGE PAID” vertical at sides outside frame line. : One meter seen with M# “BVN 0001P”. : TM contains “NIPOST” (for Nigeria Post) at top. : This appears to be either a Post Office stamp or may be for Official use only. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]] <font size=4>≋</font>000 [[File: Nigeria stamp type B9.jpg|left|365px]] <br> '''B9. Pitney Bowes “6300” ''' (MV). : One poor example seen of a stamp like Type B6 but without palm tree ornaments and with “POSTAGE PAID” stacked at right. : The town mark reads “NIPOST” at top, and this may indicate a '''Post Office stamp'''. : TM: DC with broken rims : V/F: [[File: MeterCat 5 spaces.jpg|12px]]<font size=4>≋</font>0 00 [[File: Nigeria stamp type B10.jpg|left|360px]] <br> '''B10. Postalia “MS5/WK4” ''' (MV). : Frank similar to Types A3 and A4 but without the crown. : The palm tree ornaments are more finely detailed. : M# with “PG” prefix centered in bottom panel. : TM: DC : V/F: [[File: MeterCat 5 spaces.jpg|12px]]00.00 ---- '''NOTE''': Starting around 1995 the Government of Nigeria banned the use of private postage meters because of widespread counterfeiting. : Shown below are typical examples of these counterfeits which nearly always are crude and resemble hand stamps. [[File: Nigeria fake meter stamps.jpg|600px]] ---- ==<font color=blue>GROUP C: Bulkpost Venture== </font> BULKPOST VENTURE was introduced by the Nigerian Postal Service on 1st July, 2000. The venture was assigned the responsibility of handling bulk mail business for NIPOST by providing bulkpost service to organizations and bodies who generate a large quantity of mail. ---- <br> [[File:Nigeria BPV008.jpg|321px|left]] :::::::::::::::: '''C1. Pitney Bowes-GB “A900/B900” ''' (MV). :::::::::::::::: Frank with simulated perforation border, with Nigeria Post logo at left of value and "NIPOST" running vertically at right. :::::::::::::::: TM with "BPV" prefix running vertically at left and M# running vertically at right. M# BPV006-BPV011 seen. :::::::::::::::: TM: DC :::::::::::::::: V/F: [[File: MeterCat 5 spaces.jpg|12px]]0000 <br><br><br><br> ---- <br> <center><font size=3><font color=green>Return to main catalog</font> ⇒</font> <u>[[../]]</u> <center><font size=3><font color=green>Return to top</font> ⇒</font> <u>[http://en.wikibooks.org/wiki/International_Postage_Meter_Stamp_Catalog/Nigeria Nigeria] ---- {{BookCat}} pezvcbofkqf5qvjzqzy3fsn27zhoxsm International Postage Meter Stamp Catalog/Sweden 0 295034 4095050 4080671 2022-08-20T11:53:12Z Jim Ashby 3304668 /* GROUP B: Three crowns at top, “SVERIGE” at bottom, “öre” at one or both sides */ wikitext text/x-wiki =Sweden= <div style="font-size:medium;"> * The first meters were installed in 1926. * All stamps contain “SVERIGE” in the frank. * One meter manufacturer, Francator, is native to Sweden. * The stamps are grouped according to appearance: :: A – “SVERIGE” above two crown at top with a third crown at bottom :: B – Three crowns at top, “SVERIGE” at bottom, “öre” at the sides :: C – As B, but without “öre” at the sides :: D – Simulated-perforation frame line at right and bottom, circular town mark :: E – Simulated-perforation frame line at both sides and bottom, with post code but no town mark '''NOTE''': Meters are sold to mailers in Sweden rather than rented. When one breaks down the dealer will loan a temporary machine while the mailer’s meter is being repaired. Stamps from these loaner meters have “POSTVERKET LÅNEM.”, “POSTEN LÅNEMASKIN” or variations in the town mark. Since nearly all modern stamp types are found this way the catalog does not list them as separate varieties. </div> <br> ---- ==<span style="color:blue;">GROUP A: Franks with "SVERIGE" above two crowns at top and one crown at bottom</span>== <br> [[File: Sweden stamp type A1.jpg|left|415px]] [[File: Sweden stamp type A1a.jpg|right|440px]] '''A1. Hasler “F2” ''' (FV-8), 1926. : Small upright frank with M# at bottom. : L#s 101, 102, 104-107. : TM: DC ::::::::::::::::::: Values: [[File:MeterCat 5 spaces.jpg|12px]] 5, 10 [[File:MeterCat 5 spaces.jpg|12px]][$100] ::::::::::::::::::: Values: [[File:MeterCat 5 spaces.jpg|12px]] 25, 30 [[File:MeterCat 5 spaces.jpg|12px]][$150] ::::::::::::::::::: Values: [[File:MeterCat 5 spaces.jpg|12px]] 4, 35, 40, 45, 50, 60 [[File:MeterCat 5 spaces.jpg|12px]][$200] :::::::::::::::::::: '''a. Post Office stamp''', L# 1 [[File:MeterCat 5 spaces.jpg|12px]][$200] [[File: Sweden stamp type A2.jpg|left|325px]] [[File: Sweden stamp type A2a.jpg|right|340px]] '''A2. Universal “Midget” ''' (FV-3), 1926. : Very similar to Type A1 but L#s 201-300 and 1201. : TM: DC : Values: [[File:MeterCat 5 spaces.jpg|12px]] 5, 10, 15, 20 [[File:MeterCat 5 spaces.jpg|12px]][$20] : Value: [[File:MeterCat 5 spaces.jpg|12px]] 25 [[File:MeterCat 5 spaces.jpg|12px]][$50] : Values: [[File:MeterCat 5 spaces.jpg|12px]] 30, 35, 40, 50, 60 [[File:MeterCat 5 spaces.jpg|12px]][$100] ::::::::::::::: Value: [[File:MeterCat 5 spaces.jpg|12px]] 1.20 [[File:MeterCat 5 spaces.jpg|12px]][$200] :::::::::::::::: '''a. Post Office stamp''', L# 2 [[File:MeterCat 5 spaces.jpg|12px]][$200] [[File: Sweden stamp type A3.jpg|left|330px]] '''A3. Universal ‘5' ''' (FV-5), 1926. : Very similar to Types A1 and A2 but L#s 501, 502, 505, 507-511. : TM: DC : Values: [[File:MeterCat 5 spaces.jpg|12px]] 5, 10, 25, 30 [[File:MeterCat 5 spaces.jpg|12px]][$35] : Values: [[File:MeterCat 5 spaces.jpg|12px]] 50, 60 [[File:MeterCat 5 spaces.jpg|12px]][$75] ::::::::::::::: Values: [[File:MeterCat 5 spaces.jpg|12px]] 15, 35 [[File:MeterCat 5 spaces.jpg|12px]][$200] [[File: Sweden stamp type A4.jpg|left|330px]] '''A4. Universal “Midget” ''' (FV-5), 1927. : Very similar to Types A1-3 but L#s 801-817 and 821. : TM: DC : Values: [[File:MeterCat 5 spaces.jpg|12px]] 10, 15, 25, 30 [[File:MeterCat 5 spaces.jpg|12px]][$20] : Values: [[File:MeterCat 5 spaces.jpg|12px]] 5, 20, 35, 50 [[File:MeterCat 5 spaces.jpg|12px]][$50] : Values: [[File:MeterCat 5 spaces.jpg|12px]] 40, 45, 55, 60, 90, 1K [[File:MeterCat 5 spaces.jpg|12px]][$100] [[File: Sweden stamp type A5.jpg|left|395px]] '''A5. Neopost''' (FV-3). : Similar to Types A1-4 but L#s 301-304. : TM: BIC : Values: [[File:MeterCat 5 spaces.jpg|12px]] 5, 10, 15 [[File:MeterCat 5 spaces.jpg|12px]][$100] : Value: [[File:MeterCat 5 spaces.jpg|12px]] 30 [[File:MeterCat 5 spaces.jpg|12px]][$200] [[File: Sweden stamp type A6.jpg|left|350px]] '''A6. Neopost''' (FV-3), 1930. [[File:MeterCat 5 spaces.jpg|12px]][$75] : As previous types but the frank is larger, 22 x 25 mm. : L#s 351-360 without prefix, and “N305” :::::::::::::::::: '''A'''. Value figures 5½-6 mm tall, TM: BIC :::::::::::::::::: '''B'''. Value figures 8 mm tall, TM: DC : Values: [[File:MeterCat 5 spaces.jpg|12px]] 5, 10, 15, 25 [[File: Image needed.jpg|left|175px]] <br><br> '''A7. Neopost''' (FV-1). [[File:MeterCat 5 spaces.jpg|12px]][$150] : As Type A6 but L# 1001 only. : TM: ? : Values: [[File:MeterCat 5 spaces.jpg|12px]]5, 10, 15, 25, 30, 50 [[File: Sweden stamp type A8.jpg|left|440px]] '''A8. Francotyp “A” ''' (MV), 1926. : Large frank, 25 x 29 mm. : Spacing between centers of date and value figures 59-62 mm. : With or without 4-digit transaction counter number between TM and frank. : L#s 601-615. : TM: BIC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 [[File: Sweden stamp type A9.jpg|left|480px]] '''A9. Francotyp “B” ''' (MV), 1926. : As Type A8 but spacing 74-75.5 mm between centers of date and value figures. : L#s 651-668. : TM: BIC with stops after D and M in date : V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 [[File: Sweden stamp type A10.jpg|left|505px]] '''A10. Francotyp “C” ''' (MV), 1927. : As Types A8-9 but spacing 77-79 mm between centers of date and value figures. : L#s 701-799, 1701-1799, 1801-1899, etc. : Date without stops : TM: BIC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 (A,O) :::::::::::::::::::::::: '''a''': TM: SC [[File: Sweden stamp type A11.jpg|left|455px]] '''A11. Francotyp “AN” ''' (MV), 1939. : As Types A8-10 but 66-68 mm between centers of date and value figures. : L#s 616-650 and possibly other numbers. : With or without transaction counter number between TM and frank. : TM: BIC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 [[File: Sweden stamp type A12.jpg|left|475px]] '''A12. Hasler “F22” ''' (MV), 1929. : Frank as Types A8-11, but L# 111-127 and with 5-digit transaction counter number between TM and frank. : Date figures have stops after D and M and centered after Y. ::::::::::::::::::::::: '''A'''. Wide spacing, 5-digit transaction counter number between TM and frank. TM: DC [[File:MeterCat 5 spaces.jpg|12px]][$10] ::::::::::::::::::::::: '''B'''. Narrow spacing, 5-digit transaction counter number high left of TM. TM: SC [[File:MeterCat 5 spaces.jpg|12px]][$20] :::::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 [[File: Sweden stamp type A13.jpg|left|475px]] '''A13. Francator''' (LV), 1930. : Frank as Types A8-12. : Date figures distinctive, slightly variable in thickness. : L#s 901-999, 1901-1999, 7901-7999, etc : TM: SC : Value range: [[File:MeterCat 5 spaces.jpg|12px]] 005 to either 095 or 100 [[File: Sweden stamp type A14.jpg|left|350px]] '''A14. Hasler "F22" and "F88” ''' (MV), 1939. [[File:MeterCat 5 spaces.jpg|12px]][$10] : As Type A12B but the frank is narrower. : With or without 5-digit transaction counter number at left of TM. : Date with stop centered after year is from the F22 model. : L#s 1101-1199 : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 ---- ==<span style="color:blue;">GROUP B: Three crowns at top, “SVERIGE” at bottom, “öre” at one or both sides</span> == * <span style="font-size:medium;">Meter number at bottom of TM</span> ---- <br> [[File: Sweden stamp type B1.jpg|left|340px]] '''B1. Universal “Midget” ''' (VF-3), 1944. [[File:MeterCat 5 spaces.jpg|12px]][$100] : Frank 18.5 x 20 mm. : L#s 1202-4 only. : TM: SC : Values: [[File:MeterCat 5 spaces.jpg|12px]] 005, 015, 020 [[File: Image needed.jpg|left|175px]] <br><br> '''B2. Universal “Midget” ''' (FV-5). [[File:MeterCat 5 spaces.jpg|12px]][$100] : As Type B1 but L# 822 only. : TM: SC : Values: [[File:MeterCat 5 spaces.jpg|12px]] 005, 010, 015, 020, 040 [[File: Sweden stamp type B3.jpg|left|315px]] <br> '''B3. Neopost''' (FV-1). [[File:MeterCat 5 spaces.jpg|12px]][$50] : As Types B1-2 but L# 304 only. : TM: SC : Value: [[File:MeterCat 5 spaces.jpg|12px]] 010 [[File: Sweden stamp type B4.jpg|left|435px]] '''B4. Francotyp “A” ''' (MV). : Large frank, 27 x 29 mm. : Spacing between centers of date and value figures 59-62 mm. : With or without 4-digit transaction counter number between TM and frank. : L#s 601 up : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 [[File: Sweden stamp type B5.jpg|left|490px]] '''B5. Francotyp “B” ''' (MV). : As Type B4 but spacing 74-75.5 mm between centers of date and value figures. : L#s 650 series. : TM: SC with stops after D and M in date : V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 [[File: Sweden stamp type B6.jpg|left|500px]] '''B6. Francotyp “C” ('''MV). : As Types B4-5 but spacing 77-79 mm between centers of date and value figures. : L#s 701-799, 1701-1799, 1801-1899, 17001 up, then apparently randomly assigned. : Date without stops. : TM: BIC, SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 (''numbers with lines of variable thickness'') [[File: Sweden stamp type B6point1A.jpg|left|500px]] '''B6.1. Francotyp "Cc/Ccm" ''' (MV). : As Type B6 but date figures with stops after D and before Y. : L#s as with Type B6. :::::::::::::::::::::::: '''A'''. Wide spacing :::::::::::::::::::::::: '''B'''. Very narrow spacing (''not shown'') ::::::::::::::::::::::: TM: BIC, SC ::::::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 (''numbers with uniformly thick lines, numbers with lines of variable thickness''), [[File:MeterCat 5 spaces.jpg|16px]] ◇0.00 <br><br> [[File: Image needed.jpg|left|175px]] '''B7. Francotyp “AN” ''' (MV). : As Types B4-6 but 66-68 mm between centers of date and value figures. : L#s 600 series. : With or without transaction counter number between TM and frank : TM: BIC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 [[File: Image needed.jpg|left|175px]] <br><br> '''B8. Hasler “F22” ''' (MV). : Reported but not seen by the authors. [[File: Sweden stamp type B9.jpg|left|350px]] '''B9. Hasler “F88” ''' (MV). : Date figures thin as for Type B8 but not as widely spaced. : With or without 5-digit transaction counter number at left of TM. : L#s 1101-1199, 2101-2199, etc. ::::::::::::::::: '''A'''. Wide spacing ::::::::::::::::: '''B'''. Medium spacing (14-15 mm) (''shown'') ::::::::::::::::: '''C'''. Narrow spacing (8 mm) :::::::::::::::: TM: SC :::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 [[File: Sweden stamp type B10.jpg|left|470px]] '''B10. Francator''' (MV). : Frank as Types B4-9. : Date figures distinctive, slightly variable in thickness. : L#s 901-999, 1901-1999, 7901-7999, etc. : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 (2-bank, range: 001 to 099) [[File: Sweden stamp type B11.jpg|left|475px]] <br> '''B11. Francator “K” ''' (MV). : As Type B10, but value figures more widely spaced. : L#s 401-499, 1401-1499, 2401-2499, etc. : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]0 0 0 [[File: Sweden stamp type B12.jpg|left|475px]] <br> '''B12. Taxo-Post''' (MV). : Frank as Types B4-11. : L#s 201-299, 501-599, 1501-1599, 2501-2599, etc, up to 9501. : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]000 '''NOTE''': The stamp is known with slogan in different color from the stamp. [[File: Sweden stamp type B13.jpg|left|300px]] '''B13. Neopost “205” ''' (MV). : Frank is smaller than Types B4-12 and has “ore” at left but not at right of value figures. : Date figures are tall. : One seen, L# 10. : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] ★000 ---- ==<span style="color:blue;">GROUP C: As Group B but without “öre” at the sides</span>== <br> [[File: Sweden stamp type C1B.jpg|left|340px]] '''C1. Hasler “F88” ''' (MV). : Narrow spacing (13mm). : Similar to B2, but without “ORE” at left and right of value figures. : Larger upright frank inscribed with three large crowns above value figures and “SVERIGE” below. : “Lic” prefix and M# at base of TM. : Numbers 1101-1199, 2101 up. ::::::::::::::::: '''A'''. Wide spacing (''not shown'') ::::::::::::::::: '''B'''. Narrow spacing (14-15 mm) ::::::::::::::::: '''C'''. Very narrow spacing (8 mm, ''not shown'') :::::::::::::::: TM: SC :::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 00.00 [[File:MeterCat 5 spaces.jpg|12px]] ◇0.00 [[File: Sweden stamp type C2.jpg|left|510px]] <br> '''C2. Francotyp “C” ''' (MV). : As Type C1 but wide spacing. : Date figures without stops. : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]00.00 [[File: Sweden stamp type C2point1.jpg|left|500px]] <br> '''C2.1. Francotyp "Cc/Ccm" ''' (MV). : As Type C2 but date figures with stops after D and before Y. : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]]00.00 [[File: Sweden stamp type C3.jpg|left|310px]] <br> '''C3. Francotyp “A9000” ''' (MV). : Narrow spacing between TM and frank. : Date figures widely spaced. : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] ◇000 [[File:MeterCat 5 spaces.jpg|12px]] ◇0.00 [[File: Sweden stamp type C4.jpg|left|390px]] [[File: Sweden stamp type C4B.jpg|left|410px]] <br> '''C4. Krag''' (MV). : Very similar to type C3 with widely spaced date figures but with more room between the TM and frank. : When present, the transaction counter number centered between TM and frank has five digits. : Date figures with stops after D and M. : L#s 1313 and 1354 seen. :::::::::::::::::::: '''A'''. Value figures tall and narrow :::::::::::::::::::: '''B'''. Value figures oval : TM: SC : V/F: [[File:MeterCat 5 spaces.jpg|12px]] ◇0.00 [[File:MeterCat 5 spaces.jpg|12px]] 0000 ---- ==<span style="color:blue;">GROUP D: Simulated-perforation frame line at right and bottom</span>== * <span style="font-size:medium;">For 6-digit licence numbers, the first digit represents the manufacturer: 1 = Ascom-Hasler, 2 = Pitney Bowes, 3 = Francotyp-Postalia, 5 = Neopost, 6 = Frama, 7 = Secap then Pitney Bowes.</span> ---- <br> [[File: Sweden stamp type D1point1.jpg|left|260px]] :::::::::::::::::::: '''D1.1. Pitney Bowes “R” ''' (MV). :::::::::::::::::::: Small design with small date figures. :::::::::::::::::::: Bottom frame line straight. :::::::::::::::::::: Date figures raised in relation to value figures. :::::::::::::::::::: L# with “LIC.” prefix (14000 - 14099). :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋000 [[File: Sweden stamp type D1point2.jpg|left|285px]] :::::::::::::::::::: '''D1.2. Pitney Bowes "R" ''' (MV). :::::::::::::::::::: As Type D1.1 but wider and with smaller crown and post horn. :::::::::::::::::::: L# with “P.B.” prefix (14000 - 14099). :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋00.00 [[File: Sweden stamp type D1point3.jpg|left|290px]] :::::::::::::::::::: '''D1.3. Pitney Bowes-GB “5000” '''series (MV). :::::::::::::::::::: As Type D1.1 but larger, and with simulated perforation bottom frame line. :::::::::::::::::::: L# with “P.B.” prefix. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋0.00 [[File: Sweden stamp type D1point4.jpg|left|315px]] [[File:Sweden Type D1 4 B.jpg|286px|right]] :::::::::::::::::::: '''D1.4. Pitney Bowes-GB “6300” '''series (MV). :::::::::::::::::::: Similar to Type D1.3 but date and value figures are on the same level. :::::::::::::::::::: The crown and post horn are smaller than with D1.3. :::::::::::::::::::: L# with “LIC./P.B.” prefix. :::::::::::::::::::: TM: SC ::::::::::::::::::::: '''A'''. V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋000 ::::::::::::::::::::: '''B'''. V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋0000 (94xxx series only) [[File: Sweden stamp type D1point5.jpg|left|320px]] :::::::::::::::::::: '''D1.5. Pitney Bowes-GB “6500” '''series (MV). :::::::::::::::::::: Very similar to Type D1.4 but with 5-bank value figures. :::::::::::::::::::: The crown and post horn logo is smaller still. :::::::::::::::::::: L# with “LIC./P.B.” prefix. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋0000 [[File: Sweden stamp type D1point6.jpg|left|310px]] :::::::::::::::::::: '''D1.6. Pitney Bowes-GB “6900” ''' (MV). :::::::::::::::::::: Very similar to Type D1.4 but the value figures are slightly more widely spaced. :::::::::::::::::::: L# with “P.B.” prefix. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋0.00 [[File: Sweden stamp type D1point7.jpg|left|315px]] :::::::::::::::::::: '''D1.7. Pitney Bowes “A/B900” ''' (MV). :::::::::::::::::::: Similar to Type D1.6 but the value figures are larger and even more widely spaced. :::::::::::::::::::: 6-digit L# with “LIC/PB” prefix. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋0000 [[File: Sweden stamp type D1point8.jpg|left|360px]] :::::::::::::::::::: '''D1.8. Pitney Bowes''' (digital). :::::::::::::::::::: Similar to previous D1 types but the L# is completely above the bottom frame line. :::::::::::::::::::: Two columns of numbers at left of the town mark. :::::::::::::::::::: 6-digit L# with “LIC PB” prefix. :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋00.00 [[File: Sweden stamp type D1p9.jpg|left|360px]] :::::::::::::::::::: '''D1.9. Pitney Bowes-GB “6600” ''' (MV). :::::::::::::::::::: Very similar to Type D1.7 but with more space between SVERIGE and the value figures. :::::::::::::::::::: L# with “P.B.” prefix. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋000 + fixed 0 [[File: Sweden stamp type D1.10.jpg|left|410px]] :::::::::::::::::::: '''D1.10. Pitney Bowes-GB''' (''appears to be from the 5000 model series'') (MV). :::::::::::::::::::: Very similar to Type D1.2 but with straight line town mark and with impression counter number reading up at far left. :::::::::::::::::::: L# with “P.B.” prefix. (''The example shown has the meter number obscured.'') :::::::::::::::::::: TM: Straight line :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋00.00 :::::::::::::::::::: '''NOTE''': This is probably a Post Office meter stamp. <br><br> [[File: Sweden stamp type D2point1.jpg|left|315px]] :::::::::::::::::::: '''D2.1. Hasler “F88” ''' (MV). :::::::::::::::::::: L# with "LIC.” prefix, 5100-5199 to 9101-9199 and 11001-11999 series. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 [[File:MeterCat 5 spaces.jpg|12px]] 0,00 [[File:MeterCat 5 spaces.jpg|12px]] ◇0,00 [[File: Sweden stamp type D2point2.jpg|left|315px]] :::::::::::::::::::: '''D2.2. Hasler “Mailmaster” ''' (MV). :::::::::::::::::::: Relatively tall frank. :::::::::::::::::::: With “LIC.” above L#. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 00.00 [[File: Sweden stamp type D2point3.jpg|left|350px]] :::::::::::::::::::: '''D2.3. Hasler “Smile” ''' (MV). :::::::::::::::::::: Very similar to Type D2.2 but slightly wider and with 5-bank value figures. :::::::::::::::::::: 6-digit L#. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000.00 [[File: Sweden stamp type D3point1.jpg|left|290px]] :::::::::::::::::::: '''D3.1. Francotyp “Cc/Ccm” ''' (MV). :::::::::::::::::::: Value figures somewhat thick. :::::::::::::::::::: Date figures with stops after D and before Y. :::::::::::::::::::: “LIC.” prefix above L#. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 [[File:MeterCat 5 spaces.jpg|12px]] ◇0.00 [[File:MeterCat 5 spaces.jpg|12px]] ♦0.00 [[File: Sweden stamp type D3point2.jpg|left|305px]] [[File: Sweden stamp type D3point2a.jpg|right|320px]] :::::::::::::::::::: '''D3.2. Francotyp “A9000” ''' (MV). :::::::::::::::::::: Very similar to Type D3.1 but the date figures are more widely spaced with stops after D and M. :::::::::::::::::::: With “LIC.” above L#. :::::::::::::::::::: Value figures with “◇”. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ◇000 [[File:MeterCat 5 spaces.jpg|12px]] ◇0,00 [[File:MeterCat 5 spaces.jpg|12px]] ◇0.00 ::::::::::::::::::::: '''a'''. Without “SVERIGE” (LIC. 2625) [[File: Sweden stamp type D3point3.jpg|left|320px]] :::::::::::::::::::: '''D3.3. Francotyp “Cm7000/10000” ''' (MV). :::::::::::::::::::: Similar to Type D3.2 but the value figures are not thick and the date figures are more narrowly spaced. :::::::::::::::::::: Value figures with “♦”. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ♦0000 [[File: Sweden stamp type D4point1.jpg|left|285px]] [[File: Sweden stamp type D4point1B.jpg|left|300px]] :::::::::::::::::::: '''D4.1. Postalia “D2/D3” ''' (MV). :::::::::::::::::::: Short date figures, value figures small and narrow. :::::::::::::::::::: L# with “LIC.” prefix. ::::::::::::::::::::: '''A'''. "LIC." and number on same line ::::::::::::::::::::: '''B'''. "LIC." above number :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000 [[File:MeterCat 5 spaces.jpg|12px]] 0000 [[File: Sweden stamp type D4point2.jpg|left|315px]] :::::::::::::::::::: '''D4.2. Postalia “MS5/WK4” ''' (MV). :::::::::::::::::::: Similar to Type D4.1 but the date figures are taller and the TM is larger. :::::::::::::::::::: L# with “LIC.” prefix. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 0000 [[File:MeterCat 5 spaces.jpg|12px]] 00000 [[File: Sweden stamp type D5point1A.jpg|left|320px]] [[File: Sweden stamp type D5point1B.jpg|left|340px]] :::::::::::::::::::: '''D5.1. Francotyp-Postalia “T1000” ''' (digital). :::::::::::::::::::: Small frank with relatively large town mark. :::::::::::::::::::: Only three 'perforations' in the bottom frame line. :::::::::::::::::::: L# with "LIC." prefix. ::::::::::::::::::::: '''A'''. Stamp is 57mm wide ::::::::::::::::::::: '''B'''. Stamp is 64mm wide :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 00000 <br> [[File:Sweden Type D5.2.jpg|279px|left]] :::::::::::::::::::: '''D5.2. Francotyp-Postalia “JetMail” ''' (digital). :::::::::::::::::::: Small frank with relatively large town mark. :::::::::::::::::::: Only three 'perforations' in the bottom frame line. :::::::::::::::::::: Large 6-digit L# with "LIC." prefix. :::::::::::::::::::: TM: DC with date in format YYYY-MM-DD :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 00000 [[File: Sweden stamp type D6point1.jpg|left|300px]] :::::::::::::::::::: '''D6.1. Frama''' (MV). :::::::::::::::::::: Similar to Type D3.2 with its thick value figures and widely spaced date figures. :::::::::::::::::::: Most easily identified by the leading "★" in the value figures. :::::::::::::::::::: With “LIC.” above L#. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ★0.00 [[File:MeterCat 5 spaces.jpg|12px]] ★00.00 [[File: Sweden stamp type D6point2.jpg|left|325px]] :::::::::::::::::::: '''D6.2. Frama "EPS” ''' (MV). :::::::::::::::::::: Similar to D6.1 but the value figures are smaller. :::::::::::::::::::: 6-digit L# below "LIC.". :::::::::::::::::::: With leading "★" in the value figures. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ★00.00 [[File: Sweden stamp type D6point3.jpg|left|285px]] :::::::::::::::::::: '''D6.3. Frama "Sensonic” ''' (digital). :::::::::::::::::::: Small frank with relatively large and tall value figures. :::::::::::::::::::: 6-digit L# with "LIC." prefix. :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] <span style="font-size:medium;">✳</span>00.00 [[File: Sweden stamp type D7.jpg|left|285px]] [[File:Sweden Type D7 2.jpg|259px|right]] :::::::::::::::::::: '''D7. Krag''' (MV). :::::::::::::::::::: Value figures tall and widely spaced. :::::::::::::::::::: The zeros have curved rather than straight sides. ::::::::::::::::::::: '''A'''. L# with “LIC.” prefix. Date figures with stops centered between D and M and Y. ::::::::::::::::::::: '''B'''. 5-digit L# below "LIC.". Date figures without stops. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 0000 [[File: Sweden stamp type D8point1A.jpg|left|255px]] [[File: Sweden stamp type D8point1B.jpg|right|290px]] :::::::::::::::::::: '''D8.1. Neopost “205” ''' (MV). :::::::::::::::::::: Relatively narrow design with tall “SVERIGE”. :::::::::::::::::::: Date figures are tall, as tall as the value figures. ::::::::::::::::::::: '''A'''. Stamp approximately 50 mm wide, with “LIC” left of L# ::::::::::::::::::::: '''B'''. Stamp approximately 56 mm wide, with "LIC." above L# :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 0•00 [[File:MeterCat 5 spaces.jpg|12px]]0000 [[File: Sweden stamp type D8point2A.jpg|left|320px]] [[File: Sweden stamp type D8point2B.jpg|right|320px]] :::::::::::::::::::: '''D8.2. Neopost “405/505” ''' (MV). :::::::::::::::::::: Design approximately 65 mm wide. :::::::::::::::::::: Date figures low and wide, without stops. :::::::::::::::::::: L# with “LIC” prefix. ::::::::::::::::::::: '''A'''. Medium crown and post horn ::::::::::::::::::::: '''B'''. Small crown and post horn :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 00•00 [[File: Sweden stamp type D8point3.jpg|left|330px]] [[File: Sweden stamp type D8point3aa.jpg|right|480px]] :::::::::::::::::::: '''D8.3. Neopost “Electronic” ''' (MV). :::::::::::::::::::: Very similar to Type D8.2B but the date figures are slightly taller and with stops after D and M. :::::::::::::::::::: L# with “LIC” prefix and M# at bottom center. :::::::::::::::::::: Value figures raised. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋0000 [[File:MeterCat 5 spaces.jpg|12px]] ≋00.00 ::::::::::::::::::::: '''a'''. Extremely wide spacing between TM and frank. M# “LIC 2” under crown and post horn and rest of M# “3649” beneath value figures [[File: Sweden stamp type D8point4.jpg|left|305px]] :::::::::::::::::::: '''D8.4. Neopost ''' (digital). :::::::::::::::::::: Small design with relatively large License number below "LIC.". :::::::::::::::::::: Small date figures centered low in the town mark. :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000.00 [[File:Sweden Type D8.5.jpg|255px|left]] :::::::::::::::::::: '''D8.5. Neopost SM26" ''' (digital). :::::::::::::::::::: Posthorn solid. :::::::::::::::::::: 6-digit L# with "LIC" prefix. :::::::::::::::::::: TM: DC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] ≋00.00 [[File: Sweden stamp type D9.jpg|left|320px]] :::::::::::::::::::: '''D9.''' probably '''Secap''' (MV). :::::::::::::::::::: Very similar in appearance to Types D1.5 and D6.2 but with wide date figures without stops. :::::::::::::::::::: With "LIC." above L#. :::::::::::::::::::: TM: SC :::::::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]] 00000 ---- ==<span style="color:blue;">GROUP E: Simulated-perforation frame line at both sides and bottom, with post code but no town mark</span>== <br> [[File: Sweden stamp type E1.jpg|left|300px]] '''E1. Pitney Bowes “EasyMail” '''(digital). : Two columns of numbers outside frame line at left. : L# with “LIC PB” prefix. : Date with stops. : V/F: [[File:MeterCat 5 spaces.jpg|12px]] <span style="font-size:large;">≋</span>00.00 [[File: Sweden stamp type E4.jpg|left|320px]] '''E2. Pitney Bowes “PersonalPost” '''(digital). : Frank is taller and slightly wider than Type E1. : One column of numbers outside frame line at left. : L# with “LIC PB" prefix. : Date without stops. : Found in both red and blue. : V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000.00 [[File: Sweden stamp type E3.jpg|left|395px]] '''E3. Pitney Bowes “DM” ''' series (digital). : Frank is quite wide but also short in height. : With four stacked 3-digit numbers outside frame line at left. : Lettering in “SVERIGE” is thick. : The date is in two lines with year above month and date ::::::::::::::::::L# with “LIC PB” prefix. ::::::::::::::::::Found in both red and blue. ::::::::::::::::::V/F: [[File:MeterCat 5 spaces.jpg|12px]] <span style="font-size:large;">≋</span>00.00 [[File: Sweden stamp type E2.jpg|left|335px]] <br> '''E4. Pitney Bowes “DM” ''' series (digital). : Frank is nearly identical to Type E2 but has two columns of numbers at left. : Date with stops, as 00.00.00. : V/F: [[File:MeterCat 5 spaces.jpg|12px]] <span style="font-size:large;">≋</span>00.00 ---- ==<span style="color:blue;">GROUP F: Frame with 2D barcode at bottom left, crown & post horn logo in concentric circles at right</span>== This design first appeared in the early 2010s and uses a similar format for all manufacturers. Licence numbers are issued in blocks of 1000 for each model, e.g. 738000-738999 for the Pitney Bowes DM100i. <br> Models thought to have been fielded in this design so far are as follows: * Francotyp-Postalia MyMail, OptiMail 30/60/90, UltiMail * Neopost IJ25, IS420, IS480 * Frama EcoMail, OfficeMail, MailMax, Matrix F2/F4/F6 * Pitney Bowes DM series ---- '''F. (All types) ''' (digital). : Crown and post horn within two concentric circles at right. : Frame at left contains 2D barcode at lower left. : Above the barcode are the value figures and date. : At right are the mail class, license number, and ID number stacked at top, and "SVERIGE" at bottom. : V/F: [[File:MeterCat 5 spaces.jpg|12px]] 000:00 [[File: Image needed.jpg|left|175px]] ::::::::::::::::: '''F1. Francotyp-Postalia ''' (digital). ::::::::::::::::: 6-digit L# starting with "3". [[File: Sweden stamp type F2.jpg|left|330px]] ::::::::::::::::: '''F2. Neopost ''' (digital). ::::::::::::::::: 6-digit L# starting with "5". [[File: Image needed.jpg|left|175px]] ::::::::::::::::: '''F3. Frama ''' (digital). ::::::::::::::::: 6-digit L# starting with "6". [[File: Sweden stamp type F3.jpg|left|365px]] ::::::::::::::::: '''F4. Pitney Bowes ''' (digital). ::::::::::::::::: 6-digit L# starting with "7". ---- ==<span style="color:blue;">GROUP PO: Stamp from machine used in Post Offices</span>== * <span style="font-size:medium;">See also Types A1a and A2a for Post Office stamps.</span> ---- <br> [[File: Sweden stamp type PO1.jpg|left|350px]] '''PO1. Frama ''' (digital). : Frank is similar in style to Group D stamps but with straight-line town name at top left. : Without identification number : Through the center of the stamp are the date as 00. 00. 00, two large digits for the hour, an asterisk, and the value figures. : Printed through a ribbon. :::::::::::::::: TM: SL :::::::::::::::: V/F: [[File:MeterCat 5 spaces.jpg|12px]]000.00 [[File: Sweden stamp type PO2.jpg|left|440px]] <br> '''PO2'''. Unidentified (digital), 2014. : Self-adhesive label with 3-line frank at top. : 1st line: posthorn logo and mail class in bold characters. : 2nd line: Payment type and value figures. : 3rd line: "From Buy:" and date. : Presumably the mailer's identity would be printed under "From" if it were an account rather than a cash purchase. : Below the frank are the destination address, the weight, and a service 2D barcode if required. : V/F: [[File:MeterCat 5 spaces.jpg|12px]](0)00,00 SEK ---- ==<span style="color:blue;">GROUP PP: Special stamp used for parcel post</span>== <br> [[File: Sweden stamp type PP1.jpg|left|420px]] '''PP1'''. Undetermined (digital), 1984 or earlier. : Frameless design consisting of two lines of text applied in red via a dot-matrix process onto a plain adhesive label with curved, truncated corners. : Top line: post office ID, "SVERIGE", date.hour as YYMMDD.HH : Bottom line: date repeated, value figures, identification code. : TM: SL : V/F: [[File:MeterCat 5 spaces.jpg|12px]] (post horn) 0,00 ---- ---- <br> <div class="center"><span style="font-size:medium;"><span style="color:green;">Return to main catalog</span> ⇒</span> <u>[[../]]</u></div> <div class="center"><span style="font-size:medium;"><span style="color:green;">Return to top</span> ⇒</span> <u>[[International_Postage_Meter_Stamp_Catalog/Sweden|Sweden]]</u></div> ---- {{BookCat}} 0aaa4goms0t6x6dvut32ymp5f7zti1z Module:Printable version 828 296596 4094962 3988419 2022-08-19T13:23:35Z JackPotte 99248 Add printable version header, footer and no evaluation param if overflow Scribunto text/plain -- Search and display the book pages from the TOC page, in order to create a printable version and a previous / next navigation. debug = false include_book_subpages_only = true do_not_evaluate_each_chapter = false local p = {} Error = require('Module:TNT').format('I18n/Module:Printable version', 'error_invalid_toc') Beginning1 = require('Module:TNT').format('I18n/Module:Printable version', 'header_notice') Beginning2 = require('Module:TNT').format('I18n/Module:Printable version', 'header_cover') Break = require('Module:TNT').format('I18n/Module:Printable version', 'page_break') Ending1 = require('Module:TNT').format('I18n/Module:Printable version', 'footer_license') Ending2 = require('Module:TNT').format('I18n/Module:Printable version', 'footer2') templateLeft = require('Module:TNT').format('I18n/Module:Printable version', 'template_left') templateRight = require('Module:TNT').format('I18n/Module:Printable version', 'template_right') TOC = require('Module:TNT').format('I18n/Module:Printable version', 'TOC') sep = require('Module:TNT').format('I18n/Module:Printable version', 'subpage_separator') page_before = ModuleTnt.format('I18n/Module:Printable version', 'page_before') page_after = ModuleTnt.format('I18n/Module:Printable version', 'page_after') function p._escapePattern(pattern) return mw.ustring.gsub(pattern, "([%(%)%.%%%+%-%*%?%[%^%$%]])", "%%%1"); end function p.displays_book(frame) if not debug then Error = '' end if frame == nil then return '' end if frame.args == nil then return '' end if frame.args[1] == nil then return '' end local BookName = frame.args[1] if (BookName ~= nil and mw.text.trim(BookName) ~= '') then title = mw.title.new(BookName) if frame.args[2] ~= nil and frame.args[2] ~= '' then BookName = frame.args[2] else if mw.ustring.find(BookName, sep .. TOC, 1, true) ~= nil then BookName = mw.ustring.gsub(BookName, "^(.*)" .. sep .. TOC .. "$", "%1") end end if frame.args[3] ~= nil then include_book_subpages_only = false end else return Error end if frame.args[4] ~= nil and frame.args[4] ~= '' then do_not_evaluate_each_chapter = true end if (title == nil or title == '') then return Error end text = title.getContent(title) if (text == nil or text == '') then return Error end -- Book subpages titles normalization to absolute names local lines_ = mw.text.split(text, "\n") local fullPageName local PrintVersion = {} if (page_before ~= '') then -- Add book header fullPageName = BookName .. sep .. page_before ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and ChapterTitle.exists) then -- Title should be defined in the page itself table.insert(PrintVersion, frame:expandTemplate{ title = ':' .. fullPageName } .. '\n\n') end end -- Add book chapters for i,v in ipairs(lines_) do if mw.text.trim(v) ~= '' then fullPageName = p.getFullPageName(BookName, v) if fullPageName ~= nil then ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and (do_not_evaluate_each_chapter or ChapterTitle.exists)) then PageName = p.getSubpageName(BookName, fullPageName) if (PageName ~= nil and PageName ~= '') then if Break ~= "" then table.insert(PrintVersion, frame:expandTemplate{title = Break}) end table.insert(PrintVersion, '\n<div style="clear:both;page-break-before:always;"></div>\n=' .. PageName .. '=\n') end table.insert(PrintVersion, frame:expandTemplate{ title = ':' .. fullPageName } .. '\n\n') else if debug then table.insert(PrintVersion, '<span class="error">Missing subpage "' .. fullPageName .. '" on line "' .. v .. '" for the book:</span> ' .. BookName .. '\n\n') end end end end end if (page_after ~= '') then -- Add book footer fullPageName = BookName .. sep .. page_after ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and ChapterTitle.exists) then -- Title should be defined in the page itself table.insert(PrintVersion, frame:expandTemplate{ title = ':' .. fullPageName } .. '\n\n') end end Templates1 = "" if Beginning1 ~= "" then Templates1 = Templates1 .. frame:expandTemplate{title = Beginning1} .. '\n' end if Beginning2 ~= "" then Templates1 = Templates1 .. frame:expandTemplate{title = Beginning2} .. '\n' end Templates2 = "" if Ending1 ~= "" then Templates2 = Templates2 .. frame:expandTemplate{title = Ending1} .. '\n' end if Ending2 ~= "" then Templates2 = Templates2 .. frame:expandTemplate{title = Ending2} .. '\n' end return Templates1 .. table.concat(PrintVersion, "\r\n") .. Templates2 end function p.extract_fullPageName(frame) if frame == nil then return '' end if frame.args == nil then return '' end if frame.args[1] == nil then return '' end if frame.args[2] == nil then return '' end return p.getFullPageName(frame.args[1], frame.args[2]) end function p.getFullPageName(BookName, chapter) if (BookName ~= nil and mw.text.trim(BookName) ~= '') or (chapter ~= nil and mw.text.trim(chapter) ~= '') then BookName = mw.text.trim(BookName) chapter = mw.text.trim(chapter) BookName = mw.ustring.gsub(BookName, "_", " ") chapter = mw.ustring.gsub(chapter, "_", " ") else if debug then chapter = '<span class="error">Incorrect book or chapter name</span>' else chapter = '' end end chapter = mw.ustring.gsub(chapter, "{{BOOKNAME}}", BookName) chapter = mw.ustring.gsub(chapter, "{{[Mm]odulo%|([^}]+)}}", "[[%1]]") chapter = mw.ustring.gsub(chapter, " *%| *[0-9]*.*{{[Cc]%|([^}]+)%|[0-9]}}", "[[" .. BookName .. sep .. "%1]]") chapter = mw.ustring.gsub(chapter, " *%| *[0-9]*.*{{[Cc]%|([^}]+)}}", "[[" .. BookName .. sep .. "%1]]") chapter = mw.ustring.gsub(chapter, " *%[%[Image:[^%]]+%]%]", "") chapter = mw.ustring.gsub(chapter, "{{[^}]*}}", "") chapter = mw.ustring.gsub(chapter, "^[%#%*:; ]*", "") chapter = mw.ustring.gsub(chapter, "%[%[%.%.?/", "[[" .. BookName .. sep) chapter = mw.ustring.gsub(chapter, "%[%[/", "[[" .. BookName .. sep) chapter = mw.ustring.gsub(chapter, "%/%]%]", "]]") chapter = mw.ustring.gsub(chapter, "%/$", "") if mw.ustring.find(chapter, "%[%[") ~= nil then -- Pages titles extraction from the TOC if mw.ustring.find(chapter, "%|") == nil or (mw.ustring.find(chapter, "%]") ~= nil and mw.ustring.find(chapter, "%|") > mw.ustring.find(chapter, "%]")) then Ending = "%]" else if mw.ustring.find(chapter, "%/%|") == nil or mw.ustring.find(chapter, "%/%|") > mw.ustring.find(chapter, "%|") then Ending = "%|" else Ending = "%/%|" end end chapter = mw.text.split(chapter, Ending)[1] -- extraction of the line beginning --chapter = mw.text.split(chapter, "%[%[")[2] chapter = mw.ustring.gsub(chapter, "[^%[]*%[%[(.*)", "%1") -- brackets and pipes removal if chapter == BookName or chapter == BookName .. sep or mw.ustring.find(chapter, "%#") ~= nil then if debug then chapter = '<span class="error">Chapter = ' .. chapter .. ' => book name or another subpage name</span> with Ending = ' .. Ending else chapter = '' end else if include_book_subpages_only then -- Book subpages only (and ignoring the other links like "see also") if mw.ustring.find(chapter, BookName .. sep, 1, true) == nil then if debug then chapter = "<span class=\"error\">No book subpage into the internal link:</span> '" .. chapter .. "' doesn't include '" .. BookName .. sep .. "'" else chapter = '' end end end end else if debug then chapter = "<span class=\"error\">No internal link</span> for: " .. chapter .. "\n" else chapter = '' end end return chapter end function p.getSubpageName(bookName, fullPageName) k, v = mw.ustring.gsub(fullPageName, '^' .. p._escapePattern(bookName .. sep), '') return k end function p.extract_subpageName(frame) if frame == nil then return '' end if frame.args == nil then return '' end if frame.args[1] == nil then return '' end if frame.args[2] == nil then return '' end return p.getSubpageName(frame.args[1], frame.args[2]) end function p.displays_footer(frame) if not debug then Error = '' end if frame == nil then return "" end if frame.args == nil then return "" end if frame.args[1] == nil then return "" end local footer = {} local BookName = frame.args[1] if (BookName ~= nil and mw.text.trim(BookName) ~= "") then title = mw.title.new(BookName) if mw.ustring.find(BookName, sep .. TOC, 1, true) ~= nil then BookName = mw.ustring.gsub(BookName, "^(.*)" .. sep .. TOC .. "$", "%1") end else return Error end local currentPageName if frame.args[2] ~= nil and frame.args[2] ~= '' then currentPageName = frame.args[2] else currentPageName = p.getSubpageName(BookName, mw.title.getCurrentTitle().fullText) end if (currentPageName ~= nil and mw.text.trim(currentPageName) ~= "") then currentPageName = mw.text.trim(currentPageName) else return Error end if debug then table.insert(footer, " currentPageName = " .. currentPageName .. "\n") end if (title == nil or title == "") then return Error end text = title.getContent(title) if (text == nil or text == "") then return Error end if frame.args[3] ~= nil and frame.args[3] ~= '' then if frame.args[3] == 'programming' then if debug then table.insert(footer, " skin=programming\n\n") end templateLeft = '{| style="width:100%; border:solid 1px #71c837; background:#c6e9af; color:#2d5016;" class="navlinks noprint"\n| style="text-align:left; width:33%; font-size:90%;" class="navprevious" |[[Image:Navigation_Left_Arrow.svg|18px|link=printf|alt=]] [[printf]]\n' templateRight = '| style="text-align:center; width:34%;" class="navtitle" | [['..mw.title.getCurrentTitle().rootText..']]<br><b>'..mw.title.getCurrentTitle().subpageText..'</b>\n| style="text-align:right; width:33%; font-size:90%;" class="navnext" | [[printf]] [[Image:Navigation_Right_Arrow.svg|18px|link=printf|alt=]]\n|}' end end -- Book subpages titles normalization to absolute names local lines_ = mw.text.split(text, "\n") local previousChapter = "" local found = false local fullPageName local homepage = false local subpageName local rawFullPageName if (currentPageName == BookName) then if debug then table.insert(footer, " homepage\n") end homepage = true end for i, v in ipairs(lines_) do rawFullPageName = mw.text.trim(v) if rawFullPageName ~= '' then fullPageName = p.getFullPageName(BookName, rawFullPageName) if debug then if mw.ustring.find(fullPageName, "<span class=\"error\">No internal link</span>") ~= nil then fullPageName = nil else table.insert(footer, " research into: " .. rawFullPageName .. "\n") table.insert(footer, " extraction of: " .. fullPageName .. "\n") end end if fullPageName ~= nil then if mw.ustring.find(fullPageName, BookName .. sep, 1, true) == nil then if debug then table.insert(footer, " replacement of " .. fullPageName .. " by " .. BookName .. sep .. fullPageName .. "\n") end fullPageName = BookName .. sep .. fullPageName end ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and ChapterTitle.exists) then subpageName = p.getSubpageName(BookName, fullPageName) if debug then table.insert(footer, " cut subpage: " .. subpageName .. "\n") end if (subpageName ~= nil and subpageName ~= "") then if found == true or homepage == true then if debug then table.insert(footer, "<span class=\"error\">Previous & next chapter insertion</span>\n") end if homepage == false then if previousChapter == "" then theTemplateLeft, nb = mw.ustring.gsub(templateLeft, "printf", BookName .. "|" .. TOC) else theTemplateLeft, nb = mw.ustring.gsub(templateLeft, "printf", BookName .. sep .. previousChapter .. "|" .. previousChapter) end table.insert(footer, theTemplateLeft) end theTemplateRight, nb = mw.ustring.gsub(templateRight, "printf", BookName .. sep .. subpageName .. "|" .. subpageName) table.insert(footer, theTemplateRight) break elseif subpageName == currentPageName then if debug then table.insert(footer, "<span class=\"error\">Page</span> '" .. currentPageName .. "' found\n\n") end found = true elseif fullPageName ~= "" then if debug then table.insert(footer, " " .. subpageName .. " is different from " .. currentPageName .. "\n") end previousChapter = subpageName else if debug then table.insert(footer, "<span class=\"error\">The current page</span> '" .. subpageName .. "' is not '" .. currentPageName .. "'") end end end else if debug then table.insert(footer, "<span class=\"error\">The page</span> '" .. fullPageName .. "' doesn't exist, for '" .. currentPageName .. "'\n\n") end end end end end if found == true and table.getn(footer) == 0 then if debug then table.insert(footer, "<span class=\"error\">No next chapter</span>\n") end theTemplateLeft, nb = mw.ustring.gsub(templateLeft, "printf", BookName .. sep .. previousChapter .. "|" .. previousChapter) table.insert(footer, theTemplateLeft) theTemplateRight, nb = mw.ustring.gsub(templateRight, "printf", BookName .. "|" .. TOC) table.insert(footer, theTemplateRight) end return table.concat(footer, "") end return p 17wr7n4m96wix0xzj75a090j4pewufw 4094963 4094962 2022-08-19T13:25:13Z JackPotte 99248 Scribunto text/plain -- Search and display the book pages from the TOC page, in order to create a printable version and a previous / next navigation. debug = false include_book_subpages_only = true do_not_evaluate_each_chapter = false local p = {} ModuleTnt = require('Module:TNT') Error = ModuleTnt.format('I18n/Module:Printable version', 'error_invalid_toc') Beginning1 = ModuleTnt.format('I18n/Module:Printable version', 'header_notice') Beginning2 = ModuleTnt.format('I18n/Module:Printable version', 'header_cover') Break = ModuleTnt.format('I18n/Module:Printable version', 'page_break') Ending1 = ModuleTnt.format('I18n/Module:Printable version', 'footer_license') Ending2 = ModuleTnt.format('I18n/Module:Printable version', 'footer2') templateLeft = ModuleTnt.format('I18n/Module:Printable version', 'template_left') templateRight = ModuleTnt.format('I18n/Module:Printable version', 'template_right') TOC = ModuleTnt.format('I18n/Module:Printable version', 'TOC') sep = ModuleTnt.format('I18n/Module:Printable version', 'subpage_separator') page_before = ModuleTnt.format('I18n/Module:Printable version', 'page_before') page_after = ModuleTnt.format('I18n/Module:Printable version', 'page_after') function p._escapePattern(pattern) return mw.ustring.gsub(pattern, "([%(%)%.%%%+%-%*%?%[%^%$%]])", "%%%1"); end function p.displays_book(frame) if not debug then Error = '' end if frame == nil then return '' end if frame.args == nil then return '' end if frame.args[1] == nil then return '' end local BookName = frame.args[1] if (BookName ~= nil and mw.text.trim(BookName) ~= '') then title = mw.title.new(BookName) if frame.args[2] ~= nil and frame.args[2] ~= '' then BookName = frame.args[2] else if mw.ustring.find(BookName, sep .. TOC, 1, true) ~= nil then BookName = mw.ustring.gsub(BookName, "^(.*)" .. sep .. TOC .. "$", "%1") end end if frame.args[3] ~= nil then include_book_subpages_only = false end else return Error end if frame.args[4] ~= nil and frame.args[4] ~= '' then do_not_evaluate_each_chapter = true end if (title == nil or title == '') then return Error end text = title.getContent(title) if (text == nil or text == '') then return Error end -- Book subpages titles normalization to absolute names local lines_ = mw.text.split(text, "\n") local fullPageName local PrintVersion = {} if (page_before ~= '') then -- Add book header fullPageName = BookName .. sep .. page_before ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and ChapterTitle.exists) then -- Title should be defined in the page itself table.insert(PrintVersion, frame:expandTemplate{ title = ':' .. fullPageName } .. '\n\n') end end -- Add book chapters for i,v in ipairs(lines_) do if mw.text.trim(v) ~= '' then fullPageName = p.getFullPageName(BookName, v) if fullPageName ~= nil then ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and (do_not_evaluate_each_chapter or ChapterTitle.exists)) then PageName = p.getSubpageName(BookName, fullPageName) if (PageName ~= nil and PageName ~= '') then if Break ~= "" then table.insert(PrintVersion, frame:expandTemplate{title = Break}) end table.insert(PrintVersion, '\n<div style="clear:both;page-break-before:always;"></div>\n=' .. PageName .. '=\n') end table.insert(PrintVersion, frame:expandTemplate{ title = ':' .. fullPageName } .. '\n\n') else if debug then table.insert(PrintVersion, '<span class="error">Missing subpage "' .. fullPageName .. '" on line "' .. v .. '" for the book:</span> ' .. BookName .. '\n\n') end end end end end if (page_after ~= '') then -- Add book footer fullPageName = BookName .. sep .. page_after ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and ChapterTitle.exists) then -- Title should be defined in the page itself table.insert(PrintVersion, frame:expandTemplate{ title = ':' .. fullPageName } .. '\n\n') end end Templates1 = "" if Beginning1 ~= "" then Templates1 = Templates1 .. frame:expandTemplate{title = Beginning1} .. '\n' end if Beginning2 ~= "" then Templates1 = Templates1 .. frame:expandTemplate{title = Beginning2} .. '\n' end Templates2 = "" if Ending1 ~= "" then Templates2 = Templates2 .. frame:expandTemplate{title = Ending1} .. '\n' end if Ending2 ~= "" then Templates2 = Templates2 .. frame:expandTemplate{title = Ending2} .. '\n' end return Templates1 .. table.concat(PrintVersion, "\r\n") .. Templates2 end function p.extract_fullPageName(frame) if frame == nil then return '' end if frame.args == nil then return '' end if frame.args[1] == nil then return '' end if frame.args[2] == nil then return '' end return p.getFullPageName(frame.args[1], frame.args[2]) end function p.getFullPageName(BookName, chapter) if (BookName ~= nil and mw.text.trim(BookName) ~= '') or (chapter ~= nil and mw.text.trim(chapter) ~= '') then BookName = mw.text.trim(BookName) chapter = mw.text.trim(chapter) BookName = mw.ustring.gsub(BookName, "_", " ") chapter = mw.ustring.gsub(chapter, "_", " ") else if debug then chapter = '<span class="error">Incorrect book or chapter name</span>' else chapter = '' end end chapter = mw.ustring.gsub(chapter, "{{BOOKNAME}}", BookName) chapter = mw.ustring.gsub(chapter, "{{[Mm]odulo%|([^}]+)}}", "[[%1]]") chapter = mw.ustring.gsub(chapter, " *%| *[0-9]*.*{{[Cc]%|([^}]+)%|[0-9]}}", "[[" .. BookName .. sep .. "%1]]") chapter = mw.ustring.gsub(chapter, " *%| *[0-9]*.*{{[Cc]%|([^}]+)}}", "[[" .. BookName .. sep .. "%1]]") chapter = mw.ustring.gsub(chapter, " *%[%[Image:[^%]]+%]%]", "") chapter = mw.ustring.gsub(chapter, "{{[^}]*}}", "") chapter = mw.ustring.gsub(chapter, "^[%#%*:; ]*", "") chapter = mw.ustring.gsub(chapter, "%[%[%.%.?/", "[[" .. BookName .. sep) chapter = mw.ustring.gsub(chapter, "%[%[/", "[[" .. BookName .. sep) chapter = mw.ustring.gsub(chapter, "%/%]%]", "]]") chapter = mw.ustring.gsub(chapter, "%/$", "") if mw.ustring.find(chapter, "%[%[") ~= nil then -- Pages titles extraction from the TOC if mw.ustring.find(chapter, "%|") == nil or (mw.ustring.find(chapter, "%]") ~= nil and mw.ustring.find(chapter, "%|") > mw.ustring.find(chapter, "%]")) then Ending = "%]" else if mw.ustring.find(chapter, "%/%|") == nil or mw.ustring.find(chapter, "%/%|") > mw.ustring.find(chapter, "%|") then Ending = "%|" else Ending = "%/%|" end end chapter = mw.text.split(chapter, Ending)[1] -- extraction of the line beginning --chapter = mw.text.split(chapter, "%[%[")[2] chapter = mw.ustring.gsub(chapter, "[^%[]*%[%[(.*)", "%1") -- brackets and pipes removal if chapter == BookName or chapter == BookName .. sep or mw.ustring.find(chapter, "%#") ~= nil then if debug then chapter = '<span class="error">Chapter = ' .. chapter .. ' => book name or another subpage name</span> with Ending = ' .. Ending else chapter = '' end else if include_book_subpages_only then -- Book subpages only (and ignoring the other links like "see also") if mw.ustring.find(chapter, BookName .. sep, 1, true) == nil then if debug then chapter = "<span class=\"error\">No book subpage into the internal link:</span> '" .. chapter .. "' doesn't include '" .. BookName .. sep .. "'" else chapter = '' end end end end else if debug then chapter = "<span class=\"error\">No internal link</span> for: " .. chapter .. "\n" else chapter = '' end end return chapter end function p.getSubpageName(bookName, fullPageName) k, v = mw.ustring.gsub(fullPageName, '^' .. p._escapePattern(bookName .. sep), '') return k end function p.extract_subpageName(frame) if frame == nil then return '' end if frame.args == nil then return '' end if frame.args[1] == nil then return '' end if frame.args[2] == nil then return '' end return p.getSubpageName(frame.args[1], frame.args[2]) end function p.displays_footer(frame) if not debug then Error = '' end if frame == nil then return "" end if frame.args == nil then return "" end if frame.args[1] == nil then return "" end local footer = {} local BookName = frame.args[1] if (BookName ~= nil and mw.text.trim(BookName) ~= "") then title = mw.title.new(BookName) if mw.ustring.find(BookName, sep .. TOC, 1, true) ~= nil then BookName = mw.ustring.gsub(BookName, "^(.*)" .. sep .. TOC .. "$", "%1") end else return Error end local currentPageName if frame.args[2] ~= nil and frame.args[2] ~= '' then currentPageName = frame.args[2] else currentPageName = p.getSubpageName(BookName, mw.title.getCurrentTitle().fullText) end if (currentPageName ~= nil and mw.text.trim(currentPageName) ~= "") then currentPageName = mw.text.trim(currentPageName) else return Error end if debug then table.insert(footer, " currentPageName = " .. currentPageName .. "\n") end if (title == nil or title == "") then return Error end text = title.getContent(title) if (text == nil or text == "") then return Error end if frame.args[3] ~= nil and frame.args[3] ~= '' then if frame.args[3] == 'programming' then if debug then table.insert(footer, " skin=programming\n\n") end templateLeft = '{| style="width:100%; border:solid 1px #71c837; background:#c6e9af; color:#2d5016;" class="navlinks noprint"\n| style="text-align:left; width:33%; font-size:90%;" class="navprevious" |[[Image:Navigation_Left_Arrow.svg|18px|link=printf|alt=]] [[printf]]\n' templateRight = '| style="text-align:center; width:34%;" class="navtitle" | [['..mw.title.getCurrentTitle().rootText..']]<br><b>'..mw.title.getCurrentTitle().subpageText..'</b>\n| style="text-align:right; width:33%; font-size:90%;" class="navnext" | [[printf]] [[Image:Navigation_Right_Arrow.svg|18px|link=printf|alt=]]\n|}' end end -- Book subpages titles normalization to absolute names local lines_ = mw.text.split(text, "\n") local previousChapter = "" local found = false local fullPageName local homepage = false local subpageName local rawFullPageName if (currentPageName == BookName) then if debug then table.insert(footer, " homepage\n") end homepage = true end for i, v in ipairs(lines_) do rawFullPageName = mw.text.trim(v) if rawFullPageName ~= '' then fullPageName = p.getFullPageName(BookName, rawFullPageName) if debug then if mw.ustring.find(fullPageName, "<span class=\"error\">No internal link</span>") ~= nil then fullPageName = nil else table.insert(footer, " research into: " .. rawFullPageName .. "\n") table.insert(footer, " extraction of: " .. fullPageName .. "\n") end end if fullPageName ~= nil then if mw.ustring.find(fullPageName, BookName .. sep, 1, true) == nil then if debug then table.insert(footer, " replacement of " .. fullPageName .. " by " .. BookName .. sep .. fullPageName .. "\n") end fullPageName = BookName .. sep .. fullPageName end ChapterTitle = mw.title.new(fullPageName) if (ChapterTitle ~= nil and ChapterTitle.exists) then subpageName = p.getSubpageName(BookName, fullPageName) if debug then table.insert(footer, " cut subpage: " .. subpageName .. "\n") end if (subpageName ~= nil and subpageName ~= "") then if found == true or homepage == true then if debug then table.insert(footer, "<span class=\"error\">Previous & next chapter insertion</span>\n") end if homepage == false then if previousChapter == "" then theTemplateLeft, nb = mw.ustring.gsub(templateLeft, "printf", BookName .. "|" .. TOC) else theTemplateLeft, nb = mw.ustring.gsub(templateLeft, "printf", BookName .. sep .. previousChapter .. "|" .. previousChapter) end table.insert(footer, theTemplateLeft) end theTemplateRight, nb = mw.ustring.gsub(templateRight, "printf", BookName .. sep .. subpageName .. "|" .. subpageName) table.insert(footer, theTemplateRight) break elseif subpageName == currentPageName then if debug then table.insert(footer, "<span class=\"error\">Page</span> '" .. currentPageName .. "' found\n\n") end found = true elseif fullPageName ~= "" then if debug then table.insert(footer, " " .. subpageName .. " is different from " .. currentPageName .. "\n") end previousChapter = subpageName else if debug then table.insert(footer, "<span class=\"error\">The current page</span> '" .. subpageName .. "' is not '" .. currentPageName .. "'") end end end else if debug then table.insert(footer, "<span class=\"error\">The page</span> '" .. fullPageName .. "' doesn't exist, for '" .. currentPageName .. "'\n\n") end end end end end if found == true and table.getn(footer) == 0 then if debug then table.insert(footer, "<span class=\"error\">No next chapter</span>\n") end theTemplateLeft, nb = mw.ustring.gsub(templateLeft, "printf", BookName .. sep .. previousChapter .. "|" .. previousChapter) table.insert(footer, theTemplateLeft) theTemplateRight, nb = mw.ustring.gsub(templateRight, "printf", BookName .. "|" .. TOC) table.insert(footer, theTemplateRight) end return table.concat(footer, "") end return p 35av02bakr987k40bv756fw0o856sxj Tshiluba/Getting to Know You/Greetings & Introductions 0 385982 4095009 4054778 2022-08-19T22:19:03Z 102.68.120.79 /* Female */ wikitext text/x-wiki {{contents|book=Tshiluba|prev=Getting to Know You/Letters, Numbers, & Colors|prev-label=Letters, Numbers, & Colors|next=Getting to Know You/Describing People|next-label=Describing People}} Here, you'll learn how to greet people and introduce yourself to others for the first time. ==Phrases== {| class="wikitable" |+ !English !Tshiluba |- |Yes |Eyowa |- |No |To |- |Maybe |Ku misangu |- |Please |Anisha |- |Thank you |Tuasakidila |- |I know |Ndi mumanya |- |I don't know |Tshena Mumanya |- |Did you understand? |Undi munvua? |- |I understood |Ndi munvua |- |I didn’t understand |Tshena munvua to |- |I don’t understand what you said |Tshena ngunvua biji wamba to |- |Can you speak slower? |Akula koku biteketa? |- |Can you repeat this again? |Bangulula kabidi? |} <ref>Learn Tshiluba, http://tshiluba.mofeko.com/</ref> : ==Basic Greetings== {| class="wikitable" |- ! English !! Tshiluba |- | rowspan=3 | Hello || Betu'abu |- | Muoyo webe (wenu) au |- | Muoyo |- | Goodbye || N-/Ushale bimpe |- | See you later || Netumonangane |- | rowspan=2 | See you tomorrow || Makelela |- | Netumonangane makelela |- | I have to go || Ndi ne bwa kuya |- | How are you? || Malu kayi? |- | I'm fine, and you? || Bimpe, (malu bimpe), amu wewe? |- | Nice to meet you || Ndi ne disanka dia kumonangana nebe |- | rowspan=2 | Nice to meet you too || Nansha meme panyi |- | Ndi panyi ne disanka dia kumonangana nebe |- | rowspan=2 | What's your name? || D&#0238;diebe nganyi? |- | Diebe nnganyi? |- | rowspan=2 | My name is _____ || Dianyi meme m'_____ |- | Dianyi meme ndi _____ |- | rowspan=3 | How old are you? || Udi ne bidimu binga? |- | Udi ne mvula yinga? |- | Udi ne bidimu bungi munyi? |- | I'm _____ years old || Ndi ne bidimu _____ |- | Yes || Eyowa |- | No || T&#0242;Too |- | Thank you || rowspan=2 | Twasakidila |- | You're welcome |- | rowspan=2 | Thank you very much || Twasakidila wa bungi |- | Twasakidila wa manza tente |}<ref>{{cite web|url=https://quizlet.com/19855305/tshiluba-greetings-and-introduction-expressions-flash-cards/|title=Greetings and Introduction Expressions|work=Quizlet|publisher=Quizlet Inc|accessdate=2017-07-31}}</ref> ==Common Luba (Baluba) Names== ===Female=== {{columns-list|3| *Bakaji *Ilunga *Kangwela *Kanza *Kapinga *Lusamba Lukusa Lukalu *Mbaya *Mbuyi *Meta *Misenga *Mitshabu Miandabu *Mujinga *Musau *Muswamba *Mwanza *Ndaya *Ngalula *Njiba *Nsamba *Ntshila *Ntumba *Odia *Tshibola *Tshibuabua *Tshidibi *tshilanda *Tshiela *Yombo ===Male=== {{columns-list|3| * Ilunga * Tshibangu * Kabongo * Kayembe * Kasongo * Tshitenge * Kapuku * Tshilombo * Kenda * Lukusa * Tshamala * Kalamba * Kalengayi * Kamuena * Mbenga * Mukendi * Muyaya * Mubeneshayi * Mukuna * Mulumba ===Surnames=== {{columns-list|4| * Beya * Chibamba * Dinanga * Bukasa * Kabongo * Kalambayi * Kanku * Kasamba * Kasongo * Kamivanya * Kalala * Kalombo * Kalonji * Kashama * Kalenga * Kayembe * Ismimanga * Ilunga * Kasokoma * Mbuyi * Mukuna * Mujunga * Mulumba * Mutamba * Mutombo * Muyumba *Mukoma *kalonda *Mutuale * Ngoya * Ntumba * Nyembwe * Odia * Tshamala * Tshimanga * Tshimbalanga * Tshilenge * Tshibangu * Tshibanda * Tshilombo *kabakele *Lukusa *Kazadi }}<ref>{{cite web|url=http://www.afropedea.org/common-luba-baluba-names|title=Common Luba (Baluba) Names|work=Afropedea|publisher=Google Sites|accessdate=2017-07-31}}</ref> ==References== {{reflist}} {{BookCat}} enikjsad4tigrwcs7hfz9t1aqmbcf6k 4095011 4095009 2022-08-19T22:24:29Z 102.68.120.79 /* Female */ wikitext text/x-wiki {{contents|book=Tshiluba|prev=Getting to Know You/Letters, Numbers, & Colors|prev-label=Letters, Numbers, & Colors|next=Getting to Know You/Describing People|next-label=Describing People}} Here, you'll learn how to greet people and introduce yourself to others for the first time. ==Phrases== {| class="wikitable" |+ !English !Tshiluba |- |Yes |Eyowa |- |No |To |- |Maybe |Ku misangu |- |Please |Anisha |- |Thank you |Tuasakidila |- |I know |Ndi mumanya |- |I don't know |Tshena Mumanya |- |Did you understand? |Undi munvua? |- |I understood |Ndi munvua |- |I didn’t understand |Tshena munvua to |- |I don’t understand what you said |Tshena ngunvua biji wamba to |- |Can you speak slower? |Akula koku biteketa? |- |Can you repeat this again? |Bangulula kabidi? |} <ref>Learn Tshiluba, http://tshiluba.mofeko.com/</ref> : ==Basic Greetings== {| class="wikitable" |- ! English !! Tshiluba |- | rowspan=3 | Hello || Betu'abu |- | Muoyo webe (wenu) au |- | Muoyo |- | Goodbye || N-/Ushale bimpe |- | See you later || Netumonangane |- | rowspan=2 | See you tomorrow || Makelela |- | Netumonangane makelela |- | I have to go || Ndi ne bwa kuya |- | How are you? || Malu kayi? |- | I'm fine, and you? || Bimpe, (malu bimpe), amu wewe? |- | Nice to meet you || Ndi ne disanka dia kumonangana nebe |- | rowspan=2 | Nice to meet you too || Nansha meme panyi |- | Ndi panyi ne disanka dia kumonangana nebe |- | rowspan=2 | What's your name? || D&#0238;diebe nganyi? |- | Diebe nnganyi? |- | rowspan=2 | My name is _____ || Dianyi meme m'_____ |- | Dianyi meme ndi _____ |- | rowspan=3 | How old are you? || Udi ne bidimu binga? |- | Udi ne mvula yinga? |- | Udi ne bidimu bungi munyi? |- | I'm _____ years old || Ndi ne bidimu _____ |- | Yes || Eyowa |- | No || T&#0242;Too |- | Thank you || rowspan=2 | Twasakidila |- | You're welcome |- | rowspan=2 | Thank you very much || Twasakidila wa bungi |- | Twasakidila wa manza tente |}<ref>{{cite web|url=https://quizlet.com/19855305/tshiluba-greetings-and-introduction-expressions-flash-cards/|title=Greetings and Introduction Expressions|work=Quizlet|publisher=Quizlet Inc|accessdate=2017-07-31}}</ref> ==Common Luba (Baluba) Names== ===Female=== {{columns-list|3| *Bakaji *Cika *Ilunga *Kangwela *Kanza *Lukalu *Mbaya *Mbuyi *Meta *Misenga *Mitshabu *Miandabu *Mujinga *Musau *Muswamba *Mwanza *Ndaya *Ngalula *Njiba *Nsamba *Ntshila *Ntumba *Odia *Tshibola *Tshibuabua *Tshidibi *tshilanda *Tshiela *Yombo ===Male=== {{columns-list|3| * Ilunga * Tshibangu * Kabongo * Kayembe * Kasongo * Tshitenge * Kapuku * Tshilombo * Kenda * Lukusa * Tshamala * Kalamba * Kalengayi * Kamuena * Mbenga * Mukendi * Muyaya * Mubeneshayi * Mukuna * Mulumba ===Surnames=== {{columns-list|4| * Beya * Chibamba * Dinanga * Bukasa * Kabongo * Kalambayi * Kanku * Kasamba * Kasongo * Kamivanya * Kalala * Kalombo * Kalonji * Kashama * Kalenga * Kayembe * Ismimanga * Ilunga * Kasokoma * Mbuyi * Mukuna * Mujunga * Mulumba * Mutamba * Mutombo * Muyumba *Mukoma *kalonda *Mutuale * Ngoya * Ntumba * Nyembwe * Odia * Tshamala * Tshimanga * Tshimbalanga * Tshilenge * Tshibangu * Tshibanda * Tshilombo *kabakele *Lukusa *Kazadi }}<ref>{{cite web|url=http://www.afropedea.org/common-luba-baluba-names|title=Common Luba (Baluba) Names|work=Afropedea|publisher=Google Sites|accessdate=2017-07-31}}</ref> ==References== {{reflist}} {{BookCat}} 6pk8gke77gf3tm4lhfxhzm0z28rn2wg History of wireless telegraphy and broadcasting in Australia/Topical/Biographies 0 399714 4094996 4094864 2022-08-19T20:02:30Z Samuel.dellit 1387936 /* ARNOLD */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John]] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1945-1980+) - Qualifications: AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} el6qhhx4xl4gg6dapezvwexskwx3yn5 4094997 4094996 2022-08-19T20:07:00Z Samuel.dellit 1387936 /* ARNOLD */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1945-1980+) - Qualifications: AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} 43eor3zr9y1pi3dks3mlz22y8iyv4kg 4094998 4094997 2022-08-19T20:25:54Z Samuel.dellit 1387936 /* ARNOLD */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1945-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} janydhp79fx738qdr2tc74ujlwui2m1 4094999 4094998 2022-08-19T20:30:05Z Samuel.dellit 1387936 /* ARNOLD */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} c2hlb1gnm5244o69qde57ua1rchk9bd 4095000 4094999 2022-08-19T20:40:57Z Samuel.dellit 1387936 /* MOODY */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) * [[/Gilbert Charles Moody|Moody, Gilbert Charles]] - 1914(???)-19??(???) - Licences: 3ZR Melbourne (Spotswood, 1934-1939, 1947-1969 - Qualifications: AOCP 1306, 1934, Vic - amateur operator; amateur broadcaster - Electoral Rolls: ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} p5aymmthqggqsecbex8omxou76fyjr3 4095001 4095000 2022-08-19T20:43:30Z Samuel.dellit 1387936 /* MOODY */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) * [[/Gilbert Charles Moody|Moody, Gilbert Charles]] - 1914(Tas)-19??(???) - Licences: 3ZR Melbourne (Spotswood, 1934-1939, 1947-1969 - Qualifications: cc; AOCP 1306, 1934, Vic; BOCP, 1554, 1957; TVOCP 111, 1958 - amateur operator; amateur broadcaster - Electoral Rolls: ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} e70295v6viftnipxnfu8m6jkhyyowet 4095002 4095001 2022-08-19T20:45:10Z Samuel.dellit 1387936 /* MOODY */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) * [[/Gilbert Charles Moody|Moody, Gilbert Charles]] - 1914(Tas)-19??(???) - Licences: 3ZR Melbourne (Spotswood, 1934-1939, 1947-1969 - Qualifications: cc; AOCP 1306, 1934, Vic; BOCP, 1554, 1957; TVOCP 111, 1958 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} rhchc5is7jiz363b0n8bfe0y9ldchh0 4095003 4095002 2022-08-19T21:03:34Z Samuel.dellit 1387936 /* MOODY */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) * [[/Gilbert Charles Moody|Moody, Gilbert Charles]] [https://www.familysearch.org/tree/person/details/GF81-8QD] - 1914(Tas)-19??(???) - Licences: 3ZR Melbourne (Spotswood, 1934-1939, 1947-1969); 4AK Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1306, 1934, Vic; BOCP, 1554, 1957; TVOCP 111, 1958 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} 3nhcns7quelvy2vdmkx09tdkmusri62 4095004 4095003 2022-08-19T21:13:37Z Samuel.dellit 1387936 /* MOODY */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) * [[/Gilbert Charles Moody|Moody, Gilbert Charles]] [https://www.familysearch.org/tree/person/details/GF81-8QD] - 1914(Tas)-19??(???) - Licences: 3ZR Melbourne (Spotswood, 1934-1939, 1947-1969); 4AK Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1306, 1934, Vic; BOCP, 1554, 1957; TVOCP 111, 1958 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: nil (Middle Park, Vic, 1936; Newport, Vic, 1937-1949); engineer (Newport, Vic, 1963-1968); broadcast officer (Paddington, Qld, 1972-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} 443t0fy01jxej3yksyifdmbxp68hoki 4095046 4095004 2022-08-20T11:23:32Z Samuel.dellit 1387936 /* MURRAY */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) * [[/Gilbert Charles Moody|Moody, Gilbert Charles]] [https://www.familysearch.org/tree/person/details/GF81-8QD] - 1914(Tas)-19??(???) - Licences: 3ZR Melbourne (Spotswood, 1934-1939, 1947-1969); 4AK Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1306, 1934, Vic; BOCP, 1554, 1957; TVOCP 111, 1958 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: nil (Middle Park, Vic, 1936; Newport, Vic, 1937-1949); engineer (Newport, Vic, 1963-1968); broadcast officer (Paddington, Qld, 1972-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Wentworth Lathrop Murray|Murray, Basil Wentworth Lathrop]] - 1875(Vic)-1925(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager & director Westralian Farmers Ltd; a driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/murray-basil-lathrop-23136 Obituaries Australia] * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} i20neuz8m47y6eq370e705ixc443d0o 4095049 4095046 2022-08-20T11:52:18Z Samuel.dellit 1387936 /* MURRAY */ wikitext text/x-wiki {{incomplete}} {{WikipediaCredit}} {{CompactTOC8|side=yes}} Thumbnail Radio Biographies sorted alphabetically by surname '''Many of the stars of Australia's Radio Universe''' '''Covering the full gamut from hypergiants to brown dwarfs''' '''Each lit the way forward to broadcasting in Australia''' =='''A'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''ABBISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Frederick Abbiss|Abbiss, John Edwin Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/GZZJ-6H9] - 1907(Eng)-1977(Qld) - Licences: 4JA Brisbane (Balmoral, 1930; Morningside, 1931-1939) - Qualifications: cc; AOCP 581, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Evans Deakin shipyards) - Halcyon: p. 83, Abiss - Electoral Rolls: engineering draftsman (Morningside, 1936); draftsman (Coorparoo, 1937; Morningside, 1949-1977) ===''ABBOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Nicholson Abbott|Abbott, Reginald Nicholson or Nicolson]] [https://www.familysearch.org/tree/person/details/9V2T-FTG] - 1897(Vic)-1980(Vic) - Licences: 3VR Melbourne (Alphington, 1923-1927); 3ABB Melbourne (Caulfield, 1947-1980) - Qualifications: cc; CPRT 273, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Alphinton, 1925-1927; St Kilda, 1931-1937; Caulfield, 1942-1949); technician (Caulfield, 1954-1977) * [[/Roy Edgar Abbott|Abbott, Roy Edgar]] [https://www.familysearch.org/tree/person/details/L6MT-CZX] - 1902(NSW)-1943(Qld) - Licences: 2YK Dorrigo (1930-1931); 2YK Telegraph Point (1933-1939) - Qualifications: cc; CPRTelephony 668, 1921; AOCP, not yet identified; 2COCP 179, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Dorrigo, 1930; Telegraph Point, 1933-1937; Mittagong, 1943) - Sacrifice: "Greater love hath no man than this" * [[/Thomas Kingsmill Abbott|Abbott, Thomas Kingsmill]] [https://www.familysearch.org/tree/person/details/LHFH-4FH] - 1891(NSW)-1933(NSW) - Licences: 2TK Wingen (1926-1929) - Qualifications: cc; Nil yet identified (likely military) - amateur operator; amateur broadcaster; WW1; witness to Royal Commission 1927 (as Graziers' Assoc NSW) - Comment: beware other contemporaneous TK Abbotts - Electoral Rolls: overseer (Muralla, 1913); grazier (Wollongong, 1931) - Links: [https://vwma.org.au/explore/people/209607 Obit] ===''ABRAHAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Abrahams|Abrahams, Frank]] [https://www.familysearch.org/tree/person/details/G836-Y6P] - 1903(Vic)-1984(Vic) - Licences: 3FA Melbourne (South Yarra, 1924-1925) - Qualifications: cc; 3COCP 6089, 1966 - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (St Kilda, 1925-1931); manufacturer (St Kilda, 1935-1936; Malvern, 1943-1967; Toorak, 1977-1980) - Relationships: brother of Louis Henry Abrahams * [[/Louis Henry Abrahams|Abrahams, Louis Henry]] [https://www.familysearch.org/tree/person/details/G8GJ-GZP] - 1889(Vic)-1940(Vic) - Licences: Receive (Valve) Melbourne (St Kilda, 1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1; director (Victorian Radio Interests Ltd); witness to Royal Commission Wireless 1927 - Electoral Rolls: potter (Brunswick, 1909); tobacconist (South Yarra, 1912-1921); manufacturer (St Kilda, 1924-1926); burner (Brunswick, 1937-1942) - Relationships: brother of 3FA Frank Abrahams ===''ACKERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Adam Ackerman|Ackerman, Joseph Adam]] [https://www.familysearch.org/tree/person/details/GZZV-49L] - 1911(NSW)-1993(Qld) - Licences: 2ALG Sydney (Carlton, 1938-1939, 1946-1948); 2ALG Wentworthville (1950); 2ALG Sydney (Parramatta, 1954-1958; North Rocks, 1960-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 2229, 1938, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal employee (Paddington, 1932; Annandale, 1933-1936; Kogarah, 1937-1943; Carlton, 1949); clerk (Parramatta, 1954-1958); senior supervisor (Wentworthville, 1963; Epping, 1968-1972); retired (Sans Souci, 1977; Hurstville, 1980) ===''ACKLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Daniel Ackling|Ackling, Harold Daniel]] [https://www.familysearch.org/tree/person/details/LD5F-8RK] - 1892(NSW)-1982(NSW) - Licences: 2PX Sydney (Bankstown, 1930-1980+) - Qualifications: cc; AOCP 612, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Randwick, 1913); machinist (Bankstown, 1930-1980) ===''ACKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Frederick Gloucester Ackland|Ackland, Stanley Frederick Gloucester]] [https://www.familysearch.org/tree/person/details/L5PB-C2Y] - 1904(SA)-1966(SA) - Licences: Receive Adelaide (Prospect, 1923); 5SF Adelaide (Prospect, 1924-1931; Linden Park, 1954-1965) - Qualifications: cc; AOCP 21, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Burnside, 1939-1943) ===''ADAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Adams|Adams, Frank John]] [https://www.familysearch.org/tree/person/details/GZJM-29V] - 1880(Eng)-1968(Vic) - Licences: 3XO Receive Melbourne (Brighton, 1923); 3XO Melbourne (Brighton, 1924-1939) - Qualifications: cc; AOCP 155, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; manager - Electoral Rolls: motor garage proprietor (Brighton, 1913); garage proprietor (Elsternwick, 1919-1921; Brighton, 1922-1924); manager (Brighton, 1925-1954); nil (Brighton, 1963-1968) * [[/Peter Harry Arthur Adams|Adams, Peter Harry Arthur "Pete"]] [https://www.familysearch.org/tree/person/details/LT3N-XMC] - 1909(NSW)-1984(NSW) - Licences: Receive (Valve) Sydney (Cremorne, 1923-1924); 2JX Sydney (Cremorne, 1927; Manly, 1929; Cremorne, 1930; Gordon, 1931; Woolahra, 1933; Epping, 1933; Cremorne, 1935-1936; Thornleigh, 1937; Waverton, 1938-1939; Denistone, 1946-1947; Avalon Beach, 1948-1950); 2JX Wentworth Falls (1954-1961); 2JX Sydney (Pymble, 1965-1969); 2JX Nambucca Heads (1975); 2JX Wentworth Falls (1980+) - Qualifications: cc; AOCP 380, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933); labourer (Epping, 1934); engineer (St Kilda, 1934); radio engineer (Thornleigh, 1937; Darlinghurst, 1943); engineer (Avalon Beach, 1949; Wentworth Falls, 1958); retired (Valla Beach, 1972-1977; Wentworth Falls, 1980) ===''ADAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Kenneth Adamson|Adamson, William Kenneth]] [https://www.familysearch.org/tree/person/details/MLXZ-HX5] - 1905(SA)-1982(SA) - Licences: Receive Adelaide (Parkside, 1923-1924); 5WA Adelaide (Parkside, 1925-1927; Fullarton, 1928-1939) - Qualifications: cc; AOCP 135, 1925, No. ?? in SA - amateur operator; amateur broadcaster; engineer - Electoral Rolls: engineer (Fullarton, 1939-1943) ===''AGNEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Gordon Carlisle Agnew|Agnew, Robert Gordon Carlisle]] [https://www.familysearch.org/tree/person/details/LDKK-D8Y] - 1904(WA)-1975(WA) - Licences: 6RA Perth (Nedlands, 1931-1939) - Qualifications: cc; AOCP 721, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1925; Nedlands, WA, 1931-1972) ===''AINSLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Inglis Ainslie|Ainslie, Robert Inglis]] [https://www.familysearch.org/tree/person/details/GM77-441] - 1909(WA)-1992(WA) - Licences: 6CF Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: solicitor (South Perth, WA, 1936-1937; West Perth, WA, 1943-1949; Nedlands, WA, 1954-1968; Crawley, WA, 1972-1980) ===''AKEROYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gordon Akeroyd|Akeroyd, Arthur Gordon]] [https://www.familysearch.org/tree/person/details/G6F2-JXL] - 1890(Vic)-1948(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Meteorologist, Forecasting and Statistical Division, Victoria) - Electoral Rolls: civil servant (Northcote, Vic, 1912-1915); meteorologist (Northcote, 1921-1937); civil servant (Cottesloe, WA, 1943) - Links: [https://adb.anu.edu.au/biography/akeroyd-arthur-gordon-9321 ADB] ===''ALDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Oscar Edward Alder|Alder, Oscar Edward "Ock"]] [https://www.familysearch.org/tree/person/details/KJZ2-D3P] - 1896(Qld)-1987(Qld) - Licences: 4JB Brisbane (Albion, 1928-1939, 1946-1948; Chermside, 1954-1969) - Qualifications: cc; AOCP 423, 1928, No. 47 in Qld - amateur operator; amateur broadcaster; wool classer - Halcyon: p. 28, 84, 137 - Electoral Rolls: student (Albion, 1919); wool classer (Albion, 1925-1937; Cunnamulla, 1943); warehouse assistant (Chermside, 1949-1980) ===''ALDERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Zerbini Alderman|Alderman, Valentine Zerbini]] [https://www.familysearch.org/tree/person/details/GXVL-F8N] - 1893(SA)-1919(SA) - Licences: XVC Adelaide (Glenelg, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: Nil yet identified ===''ALEXANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Douglas Alexander|Alexander, John Douglas]] [https://www.familysearch.org/tree/person/details/LT9D-WFZ] - 1906(WA)-1978(WA) - Licences: 6DR Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor mechanic (Maylands, WA, 1931); civil engineer (Maylands, WA, 1936-1937; East Perth, WA, 1943); contractor engineer (Maylands, WA, 1949); farmer (Chidlow, WA, 1954-1963); engineer (Salter Point, WA, 1968; Manning, WA, 1972); retired (Mt Lawley, WA, 1977) * [[/Talbot Meredith Alexander|Alexander, Talbot Meredith]] [https://www.familysearch.org/tree/person/details/L1FJ-MZN] - 1888(Vic)-1978(Qld) - Licences: 4TM Brisbane (Ashgrove, 1931-1933); 4TM Townsville (North Ward, 1937-1939) - Qualifications: cc; 2COCP 315, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: salesman (Kew, Vic, 1912-1914); wireless instructor (Melbourne City, 1925-1926); superintendent wireless (Glenferrie, Vic, 1926-1927); sales representative (City, Brisbane, 1928); business manager (North Ward, Qld, 1936-1937); instructor (Paddington, Qld, 1943); commercial traveller (East Brisbane, Qld, 1949; New Farm, 1954-1958); retired (Moorooka, 1968-1977) ===''ALLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus John Allan|Allan, Angus John]] [https://www.familysearch.org/tree/person/details/GX2C-YWF] - 1912(SA)-1996(SA) - Licences: 5UL Adelaide (Ovingham, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 2013, 1937, SA; 1COCP 458, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Ovingham, SA, 1939-1941) * [[/John Allan|Allan, John]] [https://www.familysearch.org/tree/person/details/GXH1-PFG] - 1905(Sct)-19??(???) - Licences: 4AN Brisbane (Chermside, 1937-1939) - Qualifications: cc; AOCP 1938, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous JAs - Electoral Rolls: Nil yet identified ===''ALLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Mason Allard|Allard, George Mason]] [https://www.familysearch.org/tree/person/details/G6HT-JMV] - 1866(Eng)-1953(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman of Directors (AWA); witness to Royal Commission Wireless 1927 - Honours: knighted; K.B. - Electoral Rolls: secretary (Wahroonga, 1930-1937); accountant (Wahroonga, 1943-1949) - Links: [https://adb.anu.edu.au/biography/allard-sir-george-mason-4999 ADB] ===''ALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Allen|Allen, Albert Edward]] [https://www.familysearch.org/tree/person/details/G69B-SGR] - 1902(Tas)-1969(Tas) - Licences: 7PA Hobart (New Town, 1933-1937; Moonah, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 1171, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: brother of 7AL Thomas Arthur Allen - Electoral Rolls: electrical engineer (New Town, 1928-1936; Moonah, 1937-1954) * [[/George Alexander Allen|Allen, George Alexander]] [https://www.familysearch.org/tree/person/details/GD3H-DJK] - 1891(Sct)-1965(USA) - Licences: Nil yet identified - Qualifications: CPRT 49, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: Nil yet identified * [[/Kenneth Douglas Allen|Allen, Kenneth Douglas]] [https://www.familysearch.org/tree/person/details/G8N5-19J] - 1907(WA)-2002(Qld) - Licences: 2GX Sydney (West Ryde, 1930-1934) - Qualifications: AOCP 648, 1930, NSW; 3COCP 4263, 1963 - amateur operator, amateur broadcaster, WW2 (Army, Royal Australian Engineers, Lieutenant, 1940) - Education: BSc (Syd Uni, 1933) - Electoral Rolls: student (West Ryde, 1930-1935); director (Woolwich, 1936-1937); soldier (Woolwich, 1943); engineer (Woolwich, 1963-1972; Hunters Hill, 1977; Gladesville, 1980) * [[/Robert Kelvin Allen|Allen, Robert Kelvin]] [https://www.familysearch.org/tree/person/details/GQTK-TH9] - 1916(Qld)-1942(Indonesia) - Licences: 4PR Brisbane (1936-1939) - Qualifications: AOCP 1634, 1936, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 13 Squadron, Pilot Officer), (Halcyon, p. 177) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/allen-robert-kelvin-404945/] * [[/Robert Newstead Osborne Allen|Allen, Robert Newstead Osborne]] [https://www.familysearch.org/tree/person/details/GF4V-BXM] - 1908(India)-1986(WA) - Licences: 6CC Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical fitter (Victoria Park, WA, 1931-1968); retired (Gosnells, WA, 1977; Armadale, WA, 1980) * [[/Thomas Arthur Allen|Allen, Thomas Arthur]] [https://www.familysearch.org/tree/person/details/G6SQ-9YN] - 1916(Tas)-1998(Tas) - Licences: 7AL Hobart (New Town, 1936-1939, 1946-1956; Lindisfarne,1960-1980+) - Qualifications: cc; AOCP 1738, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 7PA Albert Edward Allen - Electoral Rolls: salesman (New Town, 1943-1954); director (Lindisfarne, 1963-1972) ===''ALLINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Thirlmier John Allinson|Allinson, Lancelot Thirlmier John]] [https://www.familysearch.org/tree/person/details/L81B-F4P] - 1896(NSW)-1961(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 804, 1924 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: radiotelegraphist (Applecross, WA, 1925; Broome, WA, 1931; Como, WA, 1931; South Perth, WA, 1936-1943; Broome, WA, 1949-1954); telegraphist (Esperance, WA, 1958) ===''ALLSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Cottam Allsop|Allsop, Raymond Cottam "Ray"]] [https://www.familysearch.org/tree/person/details/LJLT-SNJ] - 1898(NSW)-1972(NSW) - Licences: XCA Sydney (Randwick, 1911-1914); 2YG Sydney (Randwick, 1924; Coogee 1924-1929; Roseville, 1930); 2AYG Sydney (Roseville, 1946-1947+); 2NA Sydney (Roseville, 1961); 2BL Sydney (Roseville, 1965-1969) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW); broadcaster (2BL, chief engineer); journalist (Wireless Weekly, 1920s); military (RAN Volunteer Reserve, Lieutenant; WW2 (RAN, Engineer Lieutenant); witness to Royal Commission Wireless 1927 (obo Broadcasters Sydney Ltd; federal public servant (ABCB, member, 1953-1954) - Honours: Coronation Medal, 1937; OBE, 1971 - Electoral Rolls: radio engineer (Roseville, 1930); engineer (Roseville, 1933; Gordon, 1937; Roseville, 1943); electronic engineer (Roseville, 1949); director (South Yarra, 1954); engineer (Roseville, 1958-1968) - Links: [https://adb.anu.edu.au/biography/allsop-raymond-cottam-ray-9344 ADB]; [http://messui.polygonal-moogle.com/valves/NW199001.pdf EA] ===''ALSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Russell Alsop|Alsop, John Russell]] [https://www.familysearch.org/tree/person/details/LKB3-WXQ] - 1906(Vic)-1973(Vic) - 3MI Melbourne (Kew, 1925-1939), amateur operator (AOCP 76, 1925, No. ?? in Vic), amateur broadcaster, engineer ===''AMBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Charles Ambler|Ambler, Sydney Charles]] [https://www.familysearch.org/tree/person/details/GFWD-Y9L] - 1892(NSW)-1956(WA) - Licences: XYAE Perth (West Perth, 1913) - Qualifications: cc; CPRT 891, 1925; 2COCP 72, 1929; 1COCP 158, 1938 - early wireless experimenter; WW2 - Electoral Rolls: radio telegraphist (East Perth, WA, 1921; North Perth, WA, 1925); wireless telegraphist (Victoria Park, WA, 1934-1943); radio telegraphist (Esperance, WA, 1949); radio telephonist (Esperance, WA, 1954) ===''AMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement Edgar Ames|Ames, Clement Edgar "Clem"]] [https://www.familysearch.org/tree/person/details/KNDX-JF8] - 1889(SA)-1957(SA) - Licences: XVG Adelaide (Torrensville, 1913-1914); 5AV Adelaide (Kent Town, 1923; Hindmarsh, 1924) - Qualifications: cc; Nil identified - early wireless experimenter; amateur operator; amateur broadcaster; operator 5WI (1925) - Electoral Rolls: engineer (Allenby Gardens, 1939-43) ===''ANCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Leslie Finion Ancher|Ancher, Norman Leslie Finion or Tinian]] [https://www.familysearch.org/tree/person/details/GXL7-MCQ] - 1910(NSW)-1983(NSW) - Licences: 5NA Adelaide (Mile End, 1937-1939); 2NH Sydney (Lindfield, 1946-1947; Mosman, 1948-1954; Cremorne, 1955-1980+) - Qualifications: cc; AOCP 2057, 1937, SA; BOCP 476, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Chatswood, NSW, 1934); sound engineer (West Maitland, NSW, 1936); engineer (Mile End, SA, 1939; Rose Park, SA, 1941-1943); radio engineer (Mosman, NSW, 1949; Cremorne, NSW, 1958-1968); engineer (Cremorne, NSW, 1972); technical officer (Lane Cove, NSW, 1972-1980) ===''ANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Ronald Anderson|Anderson, Alexander Ronald]] [https://www.familysearch.org/tree/person/details/GXPM-L6J] - 1914(SA)-1997(SA) - Licences: 5GM Adelaide (Eastwood, 1936-1939, 1947; Payneham South, 1948-1980+) - Qualifications: cc; AOCP 1700, 1936, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: warehouseman (Eastwood, SA, 1939-1943) * [[/Andrew Oswald Anderson|Anderson, Andrew Oswald "Oswald", "Andy", "A.O."]] [https://www.familysearch.org/tree/person/details/99GB-Z8L] - 1885(NSW)-1944(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Electoral Rolls: accountant (Mosman, 1913); manager (Rose Bay, 1930; Vaucluse, 1934-1935) - Links: [https://ozvta.com/wp-content/uploads/2011/12/anderson-oswald-1062017.pdf Bio] * [[/Eric William Alfred Anderson|Anderson, Eric William Alfred]] [https://www.familysearch.org/tree/person/details/G8WX-744] - 1908(Vic)-1986(Vic) - Licences: 3KH Melbourne (East Malvern, 1928-1931; Glen Iris, 1933-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 424, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Malvern, 1936-1937); engineer (Camberwell, 1943; Glen Iris, 1949-1968; Burwood, 1972-1980) * [[/Frederic Brian Anderson|Anderson, Frederic Brian]] [https://www.familysearch.org/tree/person/details/L5YN-TYJ] - 1918(Eng)-2008(SA)90yo - Licences: 5FA Tanunda (1934-1939); 5FA Waikerie (1947-1956) - Qualifications: cc; AOCP 1351, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: clerk (Tanunda, SA, 1939-1943) * [[/G. R. Anderson|Anderson, G. R.]] - 19??(???)-19??(???) - Licences: Receive Adelaide (Gilberton, 1923); 5GA Adelaide (Highgate, 1931-1933; Myrtle Bank, 1937-1939, 1947-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/John Francis Anderson|Anderson, John Francis]] [https://www.familysearch.org/tree/person/details/G8JJ-WFL] - 1914(Vic)-19??(???) - Licences: 3JA Warrnambool (1930-1933); 3JA Nullawarre (1937-1939, 1946-1980+) - Qualifications: AOCP 661, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farmer (Warrnambool, 1936; Nullawarre, 1937-1980)- Comment: Several contemporaneous JFAs * [[/Keith Sydney Anderson|Anderson, Keith Sydney]] [https://www.familysearch.org/tree/person/details/GZLK-8J9] - 1911(WA)-1944(Vic) - Licences: 6KS Perth (North Perth, 1935); 6KS Mt Magnet (1937); 6KS Perth (1938-1939) - Qualifications: cc; AOCP 1487, 1935, WA - amateur operator; amateur broadcaster; WW2 (Army, 2nd/1st Infantry Battalion, Private) - Electoral rolls: bank officer (Mt Magnet, WA, 1936-1937; East Perth, WA, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/618137 VWMA]; [https://www.awm.gov.au/collection/R1691738 Roll of Honour]; [https://www.awm.gov.au/collection/P10295040 AWM] * [[/Maurice Bernard Anderson|Anderson, Maurice Bernard]] [https://www.familysearch.org/tree/person/details/GC3V-WL9] - 1908(SA)-1960(Vic) - Licences: Receive Adelaide (Cheltenham, 1923-1924); 5MA Adelaide (Cheltenham, 1925-1928); 3AMA Melbourne (Sandringham, 1947-1956) - Qualifications: cc; AOCP 103, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; fitter - Electoral Rolls: radio engineer (Cloncurry, Qld, 1931-1937) * [[/Percy James Anderson|Anderson, Percy James]] [https://www.familysearch.org/tree/person/details/G8WN-6Y7] - 1908(Vic)-1998(Vic) - Licences: 3PA Melbourne (Westgarth, 1928-1933; West Preston, 1937-1939, 1946-1956); 3PA Dooen (1965-1969); 3PA Geelong (Wallington, 1975-1980) - Qualifications: AOCP 428, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Westgarth, 1934); engineer (Preston, 1936-1963); technician (Horsham, 1967-1968); retired (Wallington, 1972-1980) - Relationships: brother-in-law of 3JR Christopher James Rainbow * [[/Robert Arthur Crosbie Anderson|Anderson, Robert Arthur Crosbie "Bob"]] [https://www.familysearch.org/tree/person/details/G8VK-GZN] - 1908(Vic)-1990(Vic) - Licences: 3WY Melbourne (Camberwell, 1930-1939, 1946-1948; Burwood, 1954-1980+) - Qualifications: AOCP 691, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Camberwell, 1931-1949; Glen Iris, 1954-1967; Burwood, Vic, 1972-1980) ===''ANEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Anear|Anear, Francis George]] [https://www.familysearch.org/tree/person/details/9XLK-9D6] - 1910(SA)-1971(SA) - Licences: 5LK Carrow (1929-1931); 9WZ Momote, Admiralty Islands (1954); 5WZ Adelaide (Parkside, 1955); 3AGF Melbourne (Laverton, 1960); 5WZ Adelaide (Parkside, 1965-1969) - Qualifications: cc; AOCP 556, 1929, No. ?? in SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil identified as Francis George Anear ===''ANGEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Benjamin Angel|Angel, Henry Benjamin "Harry"]] [https://www.familysearch.org/tree/person/details/GQWW-K4Y] - 1891(Eng)-1998(Qld, 106yo) - Licences: 4HA Brisbane (St Lucia, 1935-1939; Enoggera, 1946-1969; Lota, 1975-1980+) - Qualifications: cc; AOCP 1503, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW1, AIF Signals; WW2, AMF, Navy); business proprietor (radio service) - QSLs: Entire collection held by SLQ - Halcyon: p. 51, 60, 81, 163 - Electoral Rolls: motor driver (Kangaroo Point, Qld, 1919; Toowong, Qld, 1919-1925); carrier (St Lucia, Qld, 1928-1937); radio mechanic (Enoggera, Qld, 1949-1972); retired (Lota, Qld, 1977-1980) ===''ANSCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Arthur Anscombe|Anscombe, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/G6TL-7LR] - 1888(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: turner & fitter (Northcote, Vic, 1912-1913; Surrey Hills, Vic, 1914); mechanic (Albert Park, Vic, 1919); manager (Box Hill, Vic, 1927-1943) ===''ANTHONY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Henry Anthony|Anthony, Michael Henry]] [https://www.familysearch.org/tree/person/details/LK3H-6B7] - 1894(Vic)-1966(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio telegraphist (Thursday Island, 1919); telegraphist (Prahran, 1921-1924); clerk (Oakleigh, 1934); railway employee (Sandringham, Vic, 1936-1942); telegraphist (Sandringham, 1954-1963) * [[/Reginald Major Anthony|Anthony, Reginald Major "Reg"]] [https://www.familysearch.org/tree/person/details/GCYN-YWG] - 1908(SA)-1986(SA) - Licences: 5CM Adelaide (Unley Park, 1927-1937; Medindie Gardens, 1938-1939; Prospect, 1946-1960; Somerton Park, 1965-1980+) - Qualifications: cc; AOCP 324, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Wilfred Boykett Anthony - Electoral Rolls: Nil * [[/Wilfred Boykett Anthony|Anthony, Wilfred Boykett]] [https://www.familysearch.org/tree/person/details/GCYJ-3HZ] - 1903(SA)-1974(SA) - Licences: Receive Adelaide (Unley Park, 1923) - Qualifications: Nil identified - amateur receive operator, WW2 - Relationships: Brother of Reginald Major Anthony - Electoral Rolls: bank clerk (Netherby, 1939-1941) ===''APPERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Apperley|Apperley, George]] [https://www.familysearch.org/tree/person/details/GDNQ-5XG] - 1887(NZ)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 704, 1922; 1COCP 237, 1931 - NZ Gov. Telegraphs pre 1910; British Colonial Gov, 1910-1912; AWA (from 1913; Chief Marconi Wireless School 1914-1916; Works Manager 1916-1919; technical superintendent 1919-1923; OIC Beam Wireless 1924; Traffic Manager, Beam Wireless - Electoral Rolls: engineer (Elsternwick, 1922); manager (St Kilda, 1928; Caulfield, Vic, 1931-1936; Elsternwick, Vic, 1943); engineer (Manly, NSW, 1954) ===''ARCHIBALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Wilson Archibald|Archibald, Ian Wilson]] [https://www.familysearch.org/tree/person/details/G8HM-9LC] - 1902(WA)-1993(NSW) - Licences: 2BJ Receive Tingha (1922); 2KU Sydney (Dulwich Hill, 1928-1939, 1946-1955; Sans Souci, 1956-1965; Noraville, 1969-1980+) - Qualifications: cc; AOCP 457, 1928, No. ?? in NSW; 3COCP 2393, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: mining engineer (Dulwich Hill, 1930-1933); engineer (Dulwich Hill, 1936-1954); chemist (Sans Souci, 1958-1963); retired (Noraville, 1968) ===''ARGAET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stanislaus Argaet|Argaet, William Stanislaus]] [https://www.familysearch.org/tree/person/details/GZDZ-8Z8] - 1894(NSW)-1951(Qld) - Licences: 4KH Brisbane (Wynnum, 1931-1939, 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; business proprietor (Wynnum bus service) - Halcyon, p. 87, 127 - Electoral Rolls: electrician (Coorparoo, 1925); bus proprietor (Wynnum, 1928-1949) ===''ARMATI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rex Gordon Armati|Armati, Rex Gordon]] [https://www.familysearch.org/tree/person/details/2S42-XKH] - 1899(Qld)-1973(Qld) - Licences: 4DB Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist's assistant (Stanton Hill, Townsville, 1921-1928); salesman (Neutral Bay, 1930); chemist's assistant (Stanton Hill, Townsville, 1936-1943); employment officer (Darlinghurst, 1949); clerk (Darlinghurst, 1954-1958; Kings Cross, 1963); shipping clerk (Surry Hills, 1968-1972) ===''ARMSTRONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Howard Armstrong|Armstrong, Edwin Howard]] [https://www.familysearch.org/tree/person/details/L5ZX-354] - 1890(USA)-1954(USA) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - USA inventor of the superheterodyne receiver [https://worldradiohistory.com/Archive-Radio-Club-of-America/Legacies-of-Edwin-Howard-Armstong-1990-11-Radio-Club-of-America.pdf RCA 1990 Special Edition] * [[/Stanley John Armstrong|Armstrong, Stanley John]] [https://www.familysearch.org/tree/person/details/GX4V-K7Y] - 1910?(NSW)-1972(Qld) - Licences: 4ZK Brisbane (Enoggera, 1932-1933); 4SA Brisbane (Enoggera, 1954-1969) - Qualifications: cc; AOCP 1004, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: soldier (Windsor, Qld, 1919); clerk (Enoggera, Qld, 1922-1968) * [[/Thomas Armstrong|Armstrong, Thomas]] [https://www.familysearch.org/tree/person/details/G88Q-GGZ] - 1895(Sct)-1964(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRTelephony 217, 1916; 1COCP 132, 1930 - witness to Royal Commission 1927 (obo PMGD) - senior federal public servant (Superintendent, Wireless Branch, NSW, PMGD), promoted to role upon retirement of William Tamillas Stephen Crawford ===''ARNOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Sydney Arnold|Arnold, Albert Sydney]] [https://www.familysearch.org/tree/person/details/9M2W-ZG2] - 1882(NSW)-1965(NSW) - Licences: XAB Sydney (Ashfield, 1911-1914) - Qualifications: Nil identified as yet - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Ashfield, 1913-1954); company secretary (Hurlstone Park, 1958); retired (Hurlstone Park, 1963) * [[/Clifton John Arnold|Arnold, Clifton John "Clif"]] [https://www.familysearch.org/tree/person/details/GF8B-GTM] - 1915(Tas)-2005(Vic) - Licences: 3AJA Stratford (1946-1980+) - Qualifications: cc; AOCP 2550, 1945, Vic - amateur operator - Electoral Rolls: labourer (Stratford, Vic, 1937-1977) * [[/Edwin Charles Arnold|Arnold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/L8QX-H7J] - 1898(NSW)-1970(NSW) - Licences: 2BY Receive Tamworth (1922); 2BY Tamworth (1923-1925); 2BY Coolah (1925-1927); 2BY Sydney (Manly, 1928; Mona Vale, 1933-1936); 2AGW Sydney (Manly, 1938-1939) - Qualifications: cc; AOCP 226, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Mona Vale, 1931-1934), clerk (Balgowlah Heights, 1943-1968) * [[/Ernest Noel Arnold|Arnold, Ernest Noel]] [https://www.familysearch.org/tree/person/details/G84H-8J6] - 1907(NSW)-1978(NSW) - Licences: Receive (Crystal) Albury (1923-1924); 2OJ Albury (1928-1939, 1946-1975) - Qualifications: AOCP 452, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Albury, 1930-1937); fruit merchant (Albury, 1949-1977) * [[/Joseph Leslie Grahame Arnold|Arnold, Joseph Leslie Grahame "Les"]] [https://www.familysearch.org/tree/person/details/L853-R3J] - 1912(Vic)-1991(Tas) - Licences: 7AM Launceston (City, 1934-1939; Invermay, 1946-1956; Mowbray, 1960-1969; City, 1975-1980+) - Qualifications: cc; AOCP 1263, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: textile worker (Launceston North, 1936-1954); mechanic (Mowbray, 1968) * [[/William Henry Redvers Arnold|Arnold, William Henry Redvers]] [https://www.familysearch.org/tree/person/details/L2J7-SZ1] - 1903(Eng)-1993(WA) - Licences: 6BA Perth (Wembley, 1936-1937); 6BA Katanning (1938-1939) - Qualifications: cc; AOCP 1762, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Subiaco, WA, 1931-1937); electrical fitter (Katanning, WA, 1943; Kalgoorlie, WA, 1943); engineer (South Fremantle, WA, 1949); fitter (Scarborough, WA, 1954); electrician (Scarborough, WA, 1958); engineer (Floreat Park, WA, 1963); electrical contractor (West Perth, WA, 1968; South Perth, WA, 1972); electrician (Australind, WA, 1977) ===''ARTHUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Glendon Arthur|Arthur, Charles James Glendon "Glen"]] [https://www.familysearch.org/tree/person/details/G8CT-T62] - 1915(Qld)-1983(Qld) - Licences 4GJ Dayboro (1935-1939); 4GJ Brisbane (Morningside, 1946-1980+) - Qualifications: cc; AOCP 1450, 1935, Qld; BOCP?; 2COCP 493, 1941; 1COCP 639, 1942 - amateur operator, amateur broadcaster - Halcyon: p. 80 - Electoral Rolls: radio engineer (Wagga Wagga, 1943); radio mechanic (Morningside, 1949-1980) ===''ASHBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. W. C. Ashbury|Ashbury, A. W. C.]] - 19??(???)-19??(???) - Licences: Receive Townsville (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ASHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice John Ashby|Ashby, Maurice John]] [https://www.familysearch.org/tree/person/details/GX49-L1C] - 1901(Eng)-1973(NSW) - Licences: 4DH Receive Dalby (1923) - Qualifications: cc; CPRT 899, 1925; 2COCP 94, 1930; 1COCP 281, 1932 - amateur receiver - Electoral Rolls: gardener (Dalby, 1922); labourer (Greenslopes, 1925); salesman (Glebe, 1933; Northbridge, 1935-1936; Epping, 1937); radio telegraphist (New Farm, Qld, 1943); planning assistant (Haberfield, NSW, 1943; Pennant Hills, NSW, 1949; Thornleigh, NSW, 1954-1963); retired (Avalon Beach, NSW, 1968-1972) ===''ASHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Henry Ashford|Ashford, Herbert Henry]] [https://www.familysearch.org/tree/person/details/L13X-1V4] - 1876(Eng)-1957(NSW) - Licences: 6CM Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: batteryman (Jolimont, WA, 1912-1913); civil servant (Bunbury, WA, 1916); mechanic (West Subiaco, WA, 1922-1931); telephone mechanic (Kenwick, WA, 1936); retired (Coburg, Vic, 1937; Brighton-le-Sands, NSW, 1937; Canley Vale, NSW, 1943-1949) ===''ASHLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Richard Ashley|Ashley, George William Richard]] [https://www.familysearch.org/tree/person/details/GF96-CMZ] - 1919(Eng)-1999(WA) - Licences: 6GA Perth (Carlisle, 1938-1939, 1947-1954); 6GA Kalgoorlie (1955-1956); 6GA Perth (Mt Yokine, 1960-1980+) - Qualifications: cc; AOCP 2094, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Carlisle, WA, 1943-1949); communications officer (Kalgoorlie, WA, 1954-1958); clerk (Yokine, WA, 1963-1980) ===''ASHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Robert Ashlin|Ashlin, Eric Robert]] [https://www.familysearch.org/tree/person/details/GSRF-44C] - 1910(Qld)-1992(Qld) - Licences: 4EA Brisbane (Annerley, 1931-1933); 4EA Toowoomba (1937-1939); 4EA Coolangatta (1946-1947); 4EA Bilinga (1948-1975) - Qualifications: cc; AOCP 873, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Rosentengels, radio service); military (WW2; signals officer) - Halcyon: p. 73, 127, 163 - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1936-1943; Bilinga, Qld, 1949-1963); TV technician (Bilinga, NSW, 1968-1980) ===''ASMUSSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Asmussen|Asmussen, Donald "Don"]] - Licences: 4ZJA Brisbane (Mt Gravatt, 1965); 4FA Brisbane (Mt Gravatt, 1969-1980+) - amateur operator, JOTA participant 1960s ===''ATHELSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. N. Athelstone|Athelstone, G. N.]] - 19??(???)-19??(???) - Licences: 5NG Central Australia (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Joseph Atkins|Atkins, Kenneth Joseph "Ken"]] [https://www.familysearch.org/tree/person/details/GCXH-NW7] - 1912(Eng)-2001(SA) - Licences: 5MW Adelaide (Semaphore, 1932-1939; Woodville Park, 1946-1948; Eden Hills, 1954; Blackwood Park, 1955-1960; Campbelltown, 1965-1980+) - Qualifications: cc; AOCP 910, 1932, No. ?? in SA; BOCP 415, 1941 - amateur operator; amateur broadcaster; engineer (Dept. Civil Aviation) - Electoral Rolls: mechanic (Semaphore, SA, 1939-1941); engineer (Woodville Park, SA, 1943) * [[/Leslie Morton Atkins|Atkins, Leslie Morton "Les"]] [https://www.familysearch.org/tree/person/details/MCTV-T5T] - 1876(Vic)-1949(WA) - Licences: 4LA Townsville (1924-1926); 5LA Adelaide (Magill, 1926-1931; Tusmore, 1933; Erindale, 1937-1939); seems to have operated in Townsville as 4GD ca Nov 1924? - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMGD (telegraphist, east-west overland telegraph, Eucla, 1910); engineer (PMGD, divisional engineer) - Halcyon: AOCP Townsville 1925, p. 88 - Electoral Rolls: telegraphist (Eucla, 1903-1910; Victoria Park, 1912-1916); district engineer (Townsville, 1919-1925); engineer (Tusmore, 1939); retired (Lismore Base Hospital, NSW, 1943) ===''ATKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Marshall Atkinson|Atkinson, John Marshall]] [https://www.familysearch.org/tree/person/details/G89L-C6R] - 1906(Eng)-1999(ACT) - Licences: 2RZ Sydney (Mosman, 1927-1930; Carrs Park, 1931-1936; Glebe, 1937; Chippendale, 1938-1939); 4RZ Labrador (1955); 4RZ Gatton (1956-1960); 4RZ Southport (1969-1980+) - Qualifications: AOCP 331, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Neutral Bay, 1930); organiser (Darlinghurst, 1943); shopkeeper (Gatton, 1958-1963; Labrador, 1968); retired (Southport, 1972-1980) * [[/Noel Whittaker Atkinson|Atkinson, Noel Whittaker]] [https://www.familysearch.org/tree/person/details/K2XX-V88] - 1908(Qld)-1979(Qld) - Licences: 4WK Brisbane (1929), 4NA Brisbane (1930-1935, Check), 4BT Brisbane (Camp Hill, 1946-1965+) - Qualifications: AOCP 530, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, business proprietor (radio sales & service), federal public servant (DCA) - Electoral Rolls: - radio mechanic (Camp Hill, 1937-1977) - (Halcyon, p. 102) * [[/Reginald Aubrey Atkinson|Atkinson, Reginald Aubrey]] [https://www.familysearch.org/tree/person/details/9V5M-WJC] - 1895(Qld)-1965(Qld) - Licences: 4RA Brisbane (South Brisbane, 1928-1933; Annerley, 1937-1939) - Qualifications: cc; AOCP 412, 1928, No. 46 in Qld - amateur operator; amateur broadcaster - Halcyon: not mentioned - Electoral Rolls: clerk (Coorparoo, 1919); accountant (Rosewood, 1925); timber merchant (Yeronga, 1925; Thompson Estate, 1937-1949; Southport, 1958-1963) * [[/Robert Henry Atkinson|Atkinson, Robert Henry]] [https://www.familysearch.org/tree/person/details/GXY5-2P3] - 1913(WA)-19??(???) - Licences: 6WZ Perth (Victoria Park, 1936-1939); 6WZ Geraldton (1947-1955); 6WZ Albany (1956-1965); 6WZ Katanning (1969); 6WZ Albany (1975-1980) - Qualifications: cc; AOCP 1804, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: journalist (Victoria Park, WA, 1936-1937); radio announcer (Geraldton, WA, 1943); broadcast station manager (Geraldton, WA, 1949-1954); manager (Albany, WA, 1958-1968); radio announcer (Albany, WA, 1972-1980) ===''AUGUSTESEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Gerald Augustesen|Augustesen, Gordon Gerald]] [https://www.familysearch.org/tree/person/details/GZDZ-LF9] - 1915(Qld)-1986(Qld) - Licences: 4JN Brisbane (Mitchelton, 1932-1939); 4XQ Brisbane (Auchenflower, 1947-1948; Oakleigh, 1954-1960; Kenmore, 1965-1980+) - Qualifications: cc; AOCP 1046, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); military (WW2, RAAF, radar technician); business proprietor (Telair) - Halcyon: p. 85, 127 - Electoral Rolls: radio engineer (Mitchelton, Qld, 1943); manager (Auchenflower, Qld, 1949; Dorrington, Qld, 1954-1963; Kenmore, Qld, 1968-1980) ===''AUSTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emanuel Maxwell Austin|Austin, Emanuel Maxwell "Mannie"]] [https://www.familysearch.org/tree/person/details/G8HH-98K] - 1909(NSW)-1997(NSW) - Licences: 2KZ Kurri Kurri (1929-1980+) - Qualifications: AOCP 477, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clipper (Kurri Kurri, 1930-1980) * [[/Henry Lashbrooke Austin|Austin, Henry Lashbrooke "Hal"]] [https://www.familysearch.org/tree/person/details/L4V2-LDC] - 1902(SA)-1954(SA) - Licences: 5BN Adelaide (Norwood, 1923-1928); 5AW Adelaide (Rose Park, 1947-1954) - Qualifications: cc; AOCP 101, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Victoria Park, SA, 1939; Rose Park, 1941-1943) * [[/Selwood Charles Austin|Austin, Selwood Charles]] [https://www.familysearch.org/tree/person/details/GXBD-TVV] - 1902(WA)-1985(WA) - Licences: 6SA Perth (Victoria Park, 1927; South Perth, 1930-1956; Maida Vale, 1960-1969; Morley, 1975-1980+) - Qualifications: cc; CPRT 625, 1921; 1COCP 134, 1930 - amateur operator; amateur broadcaster - Relationships: Brother-in-law of Stanley Hogg - Electoral Rolls: electrician (South Perth, WA, 1931-1958); police officer (Maida Vale, WA, 1963-1968; Kalamunda, WA, 1972); retired (Morley, WA, 1977-1980) ===''AVARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Avard|Avard, Alfred Edward]] [https://www.familysearch.org/tree/person/details/G8X2-RRL] - 1901(Vic)-1978(Vic) - Licences: 3AZ Melbourne (Northcote, 1930-1939; Kew, 1946-1965) - Qualifications: AOCP 620, 1930, No. ?? in Vic; 1COCP 88, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Northcote, 1925-1937); public servant (Kew, 1943-1977) =='''B'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''BACKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lincoln Backler|Backler, Eric Lincoln]] [https://www.familysearch.org/tree/person/details/LV8Q-6SK] - 1911(SA)-1980(SA) - Licences: 5HK Kingston SE (1933-1939, 1954-1980) - Qualifications: cc; AOCP 1093, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Kingston, SA, 1939) ===''BADENOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Herbert Lionel Badenoch|Badenoch, James Herbert Lionel]] [https://www.familysearch.org/tree/person/details/GXG7-3XK] - 1913(NSW)-1984(SA) - Licences: 5LB Adelaide (Trinity Gardens, 1932-1980+) - Qualifications: cc; AOCP 1012, 1932, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BADER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Adolphus Frederick Bader|Bader, Henry Adolphus Frederick]] [https://www.familysearch.org/tree/person/details/97M3-V5X] - 1866(Ger)-1928(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Chairman, Trading Committee, Wireless Development Assoc (Perth); witness to Royal Commission 1927 (obo WDA) - Electoral Rolls: electrical engineer (North Perth, 1913-1926) ===''BADGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Victor Badger|Badger, Albert Victor]] [https://www.familysearch.org/tree/person/details/G9RY-9X6] - 1893(Eng)-1983(NSW) - 2YT Receive Sydney (Rozelle, 1923-1924), 2AB Sydney (Rozelle, 1925-1926; North Sydney, 1927-1929; Crows Nest, 1930; Rozelle, 1931-1934; Leichhardt, 1935-1939), amateur operator (AOCP 202, 1925, No. ?? in NSW), amateur broadcaster, operator (Hobart East, 1919); picture operator (Crows Nest, 1930; Rozelle, 1934; Lilyfield, 1937-1972; Leichhardt, 1977-1980)) ===''BAGST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. D. A. Bagst|Bagst, E. D. A.]] - 19??(???)-19??(???) - Licences: 5EB Adelaide (Woodville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: individual not yet identified, possibly Elizabeth D. Bagst nee Boyle who married Leslie Bagst at Newtown, NSW 1925, possible YL operator ===''BAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Leonard Bain|Bain, John Leonard]] [https://www.familysearch.org/tree/person/details/GD4V-6SV] - 1891(Eng)-19??(NSW?) - Licences: Nil yet identified - Qualifications: cc; CPRT 109, 1915 - ship wireless officer (pre WW1, WW1); journalist (technical editor, Listener-In, -1934+); clubs (IRE USA); WW1 (1916-1919); Associate Editor, Popular Radio Weekly (1927); witness to Royal Commission 1927 (as associate editor, Popular Radio Weekly, Victoria) - Education: B.Sc.(London) - Electoral Rolls: engineer (Essendon, Vic, 1925-1936); journalist (Darling Harbour, NSW, 1937) - Links: [https://www.awm.gov.au/collection/P10688424 AWM] ===''BAILEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bailey|Bailey, George]] [https://www.familysearch.org/tree/person/details/GDKW-8PX] - 1882(Eng)-19??(???) - Licences: 5GB Mt Gambier (1924-1926) - Qualifications: cc; CPRT 79, 1915 - RANRS (CPO to Warrant Telegraphist, 1917); amateur operator; amateur broadcaster - Electoral Rolls: retired (Mt Gambier, 1939-1943) * [[/Jack Harry Bailey|Bailey, Jack Harry]] [https://www.familysearch.org/tree/person/details/KG85-LZ4] - 1912(Qld)-1989(Qld) - Licences: 4JC Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1299, 1934, Qld; BOCP 1902, 1961 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Red Hill, Qld, 1936-1937); electrical mechanic (Annerley, Qld, 1943-1954); teacher (Tarragindi, Qld, 1958-1963); college principal (Mackay, Qld, 1968); principal (Bundaberg, Qld, 1972; Tarragindi, Qld, 1977-1980) * [[/Robert Howard Bailey|Bailey, Robert Howard]] [https://www.familysearch.org/tree/person/details/GXLM-1X6] - 1917(SA)-1995(SA) - Licences: 5NW Crystal Brook (1936-1939); 5NW Adelaide (Kensington Park, 1948; Huddleston, 1954-1960); 5NW Crystal Brook (1965-1980+) - Qualifications: cc; AOCP 1764, 1936, SA; BOCP 673, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Crystal Brook, SA, 1939-1943) ===''BAIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Allan Baird|Baird, Thomas William Allan]] [https://www.familysearch.org/tree/person/details/LHKG-JVD] - 1886(Qld)-1943(Qld) - Licences: 4DY Receive Brisbane (Bayswater, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (AIF, 11 Field Company Engineers, 1916) - Electoral Rolls: gardener (North Pine, Qld, 1908); labourer (Bayswater, Qld, 1912-1913); storeman (Torwood, Qld, 1916-1943) ===''BAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Andrew Claude Baker|Baker, Andrew Claude]] [https://www.familysearch.org/tree/person/details/G6TG-RZ9] - 1897(Eng)-1935(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 144, 1915; 2COCP 193, 1930; 1COCP 303, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIR Rockhampton (1917-1918) - Electoral Rolls: wireless operator (Clayfield, 1914-1917; Rockhampton, 1919-1934) * [[/Charles Whiteway Baker|Baker, Charles Whiteway]] [https://www.familysearch.org/tree/person/details/LL93-HYP] - 1905(Vic)-1978(Vic) - Licences: 3VP Receive Bendigo (1923-1924); 3VP Bendigo (1925-1975) - Qualifications: cc; AOCP 156, 1925, No. ?? in Vic; BOCP 451, 1942 - amateur receiver; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (as a "listener"); merchant - Electoral Rolls: salesman (Bendigo, 1927-1931); merchant (Bendigo, 1934-1968; Kennington, 1972-1977) * [[/Ernest James Baker|Baker, Ernest James]] [https://www.familysearch.org/tree/person/details/GZ6F-K5B] - 1904(NSW)-1973(NSW) - Licences: 2FP Receive Newcastle (Maryville, 1922-1923); 2FP Newcastle (Maryville, 1924-1928; Wickham, 1929; Hamilton, 1930-1939, 1946-1969) - Qualifications: cc; AOCP 69, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: draftsman (Hamilton, 1930-1972) * [[/Edwin Weldon Baker|Baker, Edwin Weldon]] [https://www.familysearch.org/tree/person/details/LYWP-F1D] - 1895(NSW)-1979(NSW) - Licences: 4CI Receive Brisbane (Northgate, 1922) - Qualifications: cc; CPRT 733, 1922 - amateur receiver - Halcyon: not mentioned - Electoral Rolls: joiner (Northgate, 1919-1977) * [[/John Frederick Thomas Baker|Baker, John Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GCY6-8XY] - 1908(???)-1977(Vic) - 3LF Melbourne (Northcote, 1927+), qualifications (AOCP 325, 1927, No. ?? in Vic), amateur operator, amateur broadcaster, * [[/Herbert Edward Baker|Baker, Herbert Edward]] [https://www.familysearch.org/tree/person/details/9V2B-245] - 1875(Vic)-1948(Qld) - Licences: 4HB Charleville (1925-1927) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; grazier - Halcyon: p. 81, 111 - Electoral Rolls: station manager (Charleville, 1903); grazier (Charleville, 1908-1943) * [[/Sidney Charles Baker|Baker, Sydney or Sidney Charles]] [https://www.familysearch.org/tree/person/details/MZSZ-J4H] - 1909(Vic)-1977(Vic) - Licences: 3KU Receive Melbourne (South Melbourne, 1922-1924), 3BK Melbourne (South Melbourne, 1925-1933; Albert Park, 1937; South Melbourne, 1938-1939, 1946-1954; Bonbeach, 1955-1969; Seaford, 1975) - Qualifications: AOCP 177, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (South Melbourne, 1937); optical mechanic (Carrum, 1963-1972); retired (Carrum, 1977) * [[/Walter Ross Baker|Baker, Walter Ross]] [https://www.familysearch.org/tree/person/details/G8CY-D78] - 1905(SA)-1978(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''BALDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Loris John Balderson|Balderson, Loris John]] [https://www.familysearch.org/tree/person/details/GMVR-1RW] - 1895(Vic)-1932(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; RAAF (Flying Officer, Technical Branch, 1927); witness to Royal Commission 1927 (obo RAAF) - Electoral Rolls: officer, RAAF (Footscray, 1924); flying officer (Werribee, 1925); flight-lieutenant (Werribee, 1931) - Links: [https://www.crossandcockade.com/uploads/Balderson.pdf Bio] ===''BALSILLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Graeme Balsillie|Balsillie, John Graeme]] [https://www.familysearch.org/tree/person/details/G7MR-7MN] - 1885(Qld)-1924(USA) - radio business proprietor, senior federal public servant (PMGS, Commonwealth Wireless Expert), inventor, (Halcyon, not mentioned) - [https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf John Graeme Balsilie: Australia's Forgotten Wireless Pioneer]; [https://adb.anu.edu.au/biography/balsillie-john-graeme-5117 ADB] ===''BAMFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Bamfield|Bamfield, Alfred George]] [https://www.familysearch.org/tree/person/details/GM19-HNG] - 1892(NSW)-1918(NZL) - Licences: XQJ Corfield (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Halcyon: p. 3 - Electoral Rolls: clerk (Muttaburra, Qld, 1913) ===''BANCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John Bancroft|Bancroft, Stanley John]] - 19??(???)-19??(???) - Broadcast technician (2CY), federal public servant (PMGD, ABC) ===''BANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward William Banks|Banks, Harold Edward William "Harry"]] [https://www.familysearch.org/tree/person/details/G6S7-3BT] - 1911(NZL)-2000(Tas) - Licences: 7HB Hobart (North Hobart, 1938-1939; Richmond, 1946-1956; Penna, 1960-1965; New Town, 1969-1980+) - Qualifications: cc; Nil yet identified (New Zealand?) - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Hobart North, 1936-1937); council clerk (Richmond, 1943-1954) ===''BANYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ingram Banyer|Banyer, Ingram]] [https://www.familysearch.org/tree/person/details/9F95-CYX] - 1893(SA)-1976(SA) - Licences: XVQ Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: clerk (Blackwood, SA, 1939-1943) ===''BARBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel George Barber|Barber, Samuel George]] [https://www.familysearch.org/tree/person/details/GXLC-66B] - 1913(SA)-1991(SA) - Licences: 5MV Adelaide (Henley Beach, 1933-1937; Woodville, 1938-1939) - Qualifications: cc; AOCP 1232, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: welder (Woodville, SA, 1939); radio engineer (5RM, Berri, SA, 1941; Glenelg, SA, 1943) * [[/William Henry Barber|Barber, William Henry]] [https://www.familysearch.org/tree/person/details/LY4N-QRD] - 1897(SA)-1965(WA) - Licences: Receive Adelaide (Cumberland, 1923-1925); 5WH Adelaide (Cumberland, 1926-1931); 5WH Port Pirie (1933-1937); 6DX Kalgoorlie (1938-1939; 1946-1960) - Qualifications: cc; AOCP 266, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio engineer (Kalgoorlie, 1937-1963) ===''BARBIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alphonse Barbier|Barbier, Edward Alphonse or Alphonse Edward]] [https://www.familysearch.org/tree/person/details/GXLV-5TW] - 1904(SA)-1962(SA) - Licences: 5MD Adelaide (Stockdale Reserve, 1932-1939; City, 1947-1960) - Qualifications: cc; AOCP 958, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARBOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Heyward Barbour|Barbour, Kenneth Heyward]] [https://www.familysearch.org/tree/person/details/GZXJ-1VZ] - 1905(Vic)-1952(Vic) - Licences: 3ZI Melbourne (Armadale, 1923-1926) - Qualifications: AOCP 105, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BARDIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Bardin|Bardin, William Frederic or Frederick "Bill", "Old Bill"]] [https://www.familysearch.org/tree/person/details/GSS9-TG4] - 1899(Eng)-1976(NSW) - Licences: 3ZA Melbourne (North Carlton, 1923-1925); 4AB Townsville (1925-1927); 4AB Brisbane (Fairfield & Yeronga, 1931-1933); 2ABZ Sydney (Ermington & Dundas 1937-1939, 1946-1961+) - Qualifications: cc; CPRT 615, 1921; 1COCP 58, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); coastal radio operator (AWA); state public servant (4QG); federal public servant (Halcyon, p. 63) - Electoral Rolls: clerk (Townsville, 1922); radio engineer (Townsville, 1925; Buranda, 1926; Fairfield, 1928); engineer (Dundas, 1936-1943; Eastwood, 1949-1968) ===''BARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Morphew Barker|Barker, Rupert Morphew]] [https://www.familysearch.org/tree/person/details/GCGH-7LM] - 1890(Eng)-1973(Tas) - Licences: 5RM Adelaide (Prospect, 1924-1933); 7RM Hobart (City, 1947-1948; Lenah Valley, 1949-1969) - Qualifications: cc; Nil yet identified (likely qualified in England) - amateur operator; amateur broadcaster; WW2; broadcast engineer (sound) - Electoral Rolls: electrician (South Yarra, Vic, 1931-1936; Hobart North, Tas, 1937; Hobart South, Tas, 1943); sound engineer (Hobart West, Tas, 1949); engineer (Moonah, Tas, 1954; New Town, Tas, 1963) * [[/William Henry Barker|Barker, William Henry (R.?)]] [https://www.familysearch.org/tree/person/details/GHGY-243] - 1905(NSW)-1956(NSW) - licences: Receive (Crystal) Sydney (Concord, 1923-1924); 2BW Sydney (Concord, 1925-1931), qualifications: AOCP 217, 1925, No. ?? in NSW, amateur operator, amateur broadcaster, electoral rolls: electrical mechanic (Concord, 1930-1943), beware several contemporaneous William Henry Barker ===''BARLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Kenneth Barlin|Barlin, George Kenneth]] [https://www.familysearch.org/tree/person/details/L2VX-DP3] - 1916(NSW)-2016(ACT) - qualifications (BOCP 67, 1937), long term employee 2CA Canberra, manager TV network ===''BARLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Barlow|Barlow, Edward]] [https://www.familysearch.org/tree/person/details/G8K2-2FL] - 1895(NSW)-1968(Qld) - Licences: 2GQ Receive Armidale (1922); 2GQ Armidale (1922-1926); 2GQ Glen Innes (1927); 2GQ Sydney (Darlinghurst, 1928); 2GQ Canberra (1929); 2GQ Mudgee (1930-1931); 2GQ Sydney (Cammeray, 1933-1934; North Sydney, 1935-1936; Mosman, 1937-1939 & 1946-1965) - Qualifications: cc; AOCP 4, 1924, No. 3 in NSW - amateur operator; amateur broadcaster - TroveTag: "2GQ - Edward Barlow" - Electoral Rolls: public servant (Mudgee, 1930-1932; Cammeray, 1933-1935; Milsons Point, 1936; Mosman, 1937); divisional returning officer (Bathurst, 1943; Mosman, 1949-1958) ===''BARNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Barnes|Barnes, Thomas Walter]] [https://www.familysearch.org/tree/person/details/G8Z6-PZ2] - 1910(Vic)-2002(NSW) - Licences: 3TB Melbourne (Ascot Vale, 1929-1933; Moonee Ponds, 1937-1939; West Brunswick, 1946-1980+) - Qualifications: AOCP 537, 1929, No. ?? in Vic; BOCP 243,1939 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Ascot Vale, 1931-1936); mechanic (Moonee Ponds, 1937-1942); electrical maintenance (West Brunswick, 1949-1980) - beware another contemporaneous Thomas Walter Barnes (1893-1925) ===''BARRACLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Barraclough|Barraclough, Francis "Frank"]] [https://www.familysearch.org/tree/person/details/G8KL-MNY] - 1903(Qld)-1974(Qld) - Licences: 4GY Brisbane (Kedron, 1933-1935); 4GX Brisbane (Kedron, 1935-1939; 1946-1969) - Qualifications: cc; AOCP 1075, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2); radio service (Palings) - Halcyon: p. 81 - Electoral Rolls: carpenter (Kedron, 1937-1972) ===''BARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Barry|Barry, William Lawrence (BMD) or Lawrence William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/MK6C-NBK] - 1905(Qld)-1970(Qld) - Licences: 4FQ Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: storeman (South Brisbane, Qld, 1929); taxi driver (South Brisbane, Qld, 1937-1968) ===''BARTHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Lewis Barthold|Barthold, Godfrey Lewis]] [https://www.familysearch.org/tree/person/details/GZKR-JWZ] - 1899(Vic)-1993(Vic) - 3GL Melbourne (Malvern, 1925-1927), 3BT Melbourne (Malvern, 1931-1939; Glen Iris, 1946-1980+), amateur operator (AOCP 210, 1925, No. ?? in Vic), amateur broadcaster, clerk (Malvern, 1924-1931), radio manufacturer (Camberwell, 1937-1943; Glen Iris, 1949-1972), retired (Mt Martha, 1977-1980) ===''BARTHOLOMEW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Bartholmew|Bartholomew, Charles Percy]] [https://www.familysearch.org/tree/person/details/G6CZ-8YR] - 1861(Eng)-1942(NSW) - Licences: XBM Sydney (Mosman, 1911-1914); 2FO Receive Sydney (Kirribilli, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver; company director (AWA); witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: merchant (Milsons Point, 1930-1937) - Comment: famously charged and convicted of trading with the enemy during WW1 but only slapped on wrist (together with Ernest Thomas Fisk and Hugh Robert Denison) ===''BARTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gustavus Campbell Barton|Barton, Edward Gustavus Campbell]] [https://www.familysearch.org/tree/person/details/KJ57-87Y] - 1857(Vic)-1942(Eng) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter, scientist, business proprietor (Barton & White) - Halcyon: not mentioned) - [https://adb.anu.edu.au/biography/barton-edward-gustavus-campbell-9445 ADB] * [[/Graham Francis Barton|Barton, Graham Francis]] [https://www.familysearch.org/tree/person/details/GX5P-KYT] - 1918(SA)-2005(SA) - Licences: 5BN Mt Gambier (1937-1939); 5BN Adelaide (Unley, 1947-1956; Malvern, 1960-1980+) - Qualifications: cc; AOCP 1993, 1937, SA; 1COCP 1709, 1954 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Hyde Park, SA, 1941-1943) * [[/Richard McRae Barton|Barton, Richard McRae "Dick"]] - 1940(???)-2021(Qld) - broadcast engineer, director engineering FACTS (1981-2001), ABU Engineering Award 2004, Fellow SMPTE, contributed to development DTV standards, chaired preparatory meeting to WRC 2000, [https://www.itu.int/dms_pub/itu-r/oth/0a/07/R0A070000420001PDFE.pdf ITU Tribute] ===''BARTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graeme Bartram|Bartram, Graeme]] - historian (early Aus wireless: 2011 "John Graeme Balsilie: Australia's Forgotten Wireless Pioneer"[https://www.antiquewireless.org/wp-content/uploads/Vol.-24.pdf]) ===''BASIL-COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * Frank Basil-Cooke see Cooke, Frank Basil "Basil" ===''BASSETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Rankin Bassett|Bassett, Francis Rankin]] [https://www.familysearch.org/tree/person/details/GQZJ-28Y] - 1906(NSW)-1982(NSW) - 2FR Sydney (Bexley, 1925-1928; Arncliffe, 1929), 2FR Singleton, 1931-1939), amateur operator (AOCP 194, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother John Bassett * [[/John Bassett|Bassett, John]] [https://www.familysearch.org/tree/person/details/L8M2-8XN] - 1904(NSW)-1979(NSW) - 2VO Receive Stroud (1923), amateur operator (AOCP 232, 1925, No. ?? in NSW), amateur broadcaster, in 1920s shared licence with brother Francis Rankin Bassett ===''BATCHLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Victor Batchler|Batchler, Charles Victor "Victor"]] [https://www.familysearch.org/tree/person/details/K4NN-FXJ] - 1897(Tas)-1985(Tas) - Licences: XZJ Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: Uncle of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: shift engineer (Waddamana, 1922) * [[/Jack Copeland Batchler|Batchler, Jack Copeland]] [https://www.familysearch.org/tree/person/details/KCSK-D8F] - 1910(Tas)-1979(Tas) - Licences: 7JB Hobart (1932-1939); 3AJB Melbourne (1947); 7JB Hobart (Sandy Bay, 1948-1975+) - Qualifications: cc; AOCP 957, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: nephew of XZJ Charles Victor Batchler; husband of 7YL Joyce Isabel Batchler nee Crowder - Electoral Rolls: soldier (Nelson, 1943-1949); no occupation (Nelson, 1972) * [[/Joyce Isabel Crowder|Batchler nee Crowder, Joyce Isabel]] [https://www.familysearch.org/tree/person/details/LYNY-PKG] - 1915(Tas)-2015(Tas) - Licences: 7YL Hobart (Sandy Bay, 1936-1980) - Qualifications: AOCP 1627, 1936, Tas - amateur operator; amateur broadcaster; YL - Relationships: Wife of 7JB-3AJB Jack Copeland Batchler - Electoral Rolls: home duties (Nelson, 1943-1972) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''BATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Bate|Bate, Arthur John]] [https://www.familysearch.org/tree/person/details/GXKQ-PYC] - 1917(WA)-2010(SA) - Licences: 5ZA Adelaide (Adelaide City, 1937-1939) - Qualifications: cc; AOCP 1891, 1937, SA; BOCP 1481, 1956; 1COCP 2049, 1967 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: Nil yet identified ===''BATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lister Bates|Bates, Jack Lister]] [https://www.familysearch.org/tree/person/details/GCGK-238] - 1912(Qld)-1998(Qld) - Licences: 4UR Brisbane (Teneriffe, 1935-1939, 1946-1947; Lutwyche, 1948-1969; Toombul, 1975-1980) - Qualifications: cc; AOCP 1430, 1935, Qld - amateur operator; amateur broadcaster; Radio Club (WIAQ, QSL Manager); part of the "U" gang; WW2 - Halcyon: p. 12, 99, 137, 141, 145 - Electoral Rolls: storeman (Teneriffe, Qld, 1936-1943); labourer (Lutwyche, Qld, 1949-1958; Wooloowin, Qld, 1968); cashier (Toombul, Qld, 1972-1980) ===''BATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Henry Batt|Batt, Cecil Henry]] [https://www.familysearch.org/tree/person/details/GMLJ-5SB] - 1904(Tas)-1942(Tas) - Licences: Receive (Crystal) Bothwell (1923) - Qualifications: cc; 3COCP 434, 1940 - amateur receiver - Electoral Rolls: motor driver (Bothwell, 1928); labourer (Melton Mowbray, 1936-1937) ===''BATTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Thomas Battle|Battle, Edmund Thomas]] [https://www.familysearch.org/tree/person/details/G6C8-G32] - 1890(UK)-1970(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a listener) - Electoral Rolls: teamster (Dorrigo, 1913); dairy farmer (Malanda, 1919); sawmill manager (Tumoulin, 1931); sawmiller (Ravenshoe, 1936-1937); timber merchant (Paddington, 1943); sawmiller (Albion, 1949) ===''BATTYE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Sykes Battye|Battye, James Sykes]] [https://www.familysearch.org/tree/person/details/9V7W-HL5] - 1871(Vic)-1954(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - librarian; historian; witness to Royal Commission 1927 (as chairman, special committee, Western Australian Listeners' League) - Electoral Rolls: librarian (Perth, 1910-1937); principal librarian (Perth, 1943-1949) - Links: [[w:James Battye|Wikipedia]] [https://adb.anu.edu.au/biography/battye-james-sykes-5156 ADB] ===''BATY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Baty|Baty, Richard]] [https://www.familysearch.org/tree/person/details/GXLV-BZX] - 1913(Eng)-19??(???) - Licences: 5MH Adelaide (Brompton, 1931; Pennington, 1937; Challa Gardens, 1938-1939; Lockleys, 1954-1969; Henley Beach South, 1975-1980) - Qualifications: cc; AOCP 757, 1931, No. ?? in SA; AOLCP 160, 1934; BOCP 242, 1939; 1COCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Franklin, SA, 1941-1943) ===''BAUER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Thomas Bauer|Bauer, Alfred Thomas "Alf"]] [https://www.familysearch.org/tree/person/details/MSCM-QB1] - 1908(Qld)-2004(Qld) - Licences: 4AT Brisbane (Annerley, 1927-1933) & Cairns? - Qualifications: cc; AOCP 333, 1927, No. 36 in Qld; CPRTelephony 1119, 1928; 1COCP 92, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG); state public servant (4QG); WW2 - Halcyon: p. 67, 86, 111, 127, 130 - Electoral Rolls: radio engineer (Cairns, 1936; Camp Hill, 1937); radio tech (Camp Hill, 1943-1980) ===''BAXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Baxter|Baxter, Arthur Henry]] [https://www.familysearch.org/tree/person/details/L62R-CKR] - 1900(Eng)-1983(WA) - Licences: 6BX Geraldton (1937-1939) - Qualifications: cc; AOCP 1989, 1937, WA; BOCP 381, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: station employee (Lyons River Station, Carnarvon, WA, 1925-1926); wood merchant (Geraldton, WA, 1931-1937); broadcast station operator (Geraldton, WA, 1949-1972); retired (Thornlie, WA, 1977-1980) * [[/Sidney Roy Baxter|Baxter, Sidney or Sydney Roy]] [https://www.familysearch.org/tree/person/details/LWX9-XWV] - 1915(Qld)-1985(Qld) - Licences: 4FJ Brisbane (Camp Hill, 1935-1939; Coorparoo Heights, 1946-1947; Cribb Island, 1948-1950; Camp Hill, 1954-1980+) - Qualifications: cc; AOCP 1569, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless officer); employment (Trittons, radio service); business proprietor (radio service) - Halcyon: p. 76, 137 - Electoral Rolls: truck driver (Camp Hill, Qld, 1936-1943); radio mechanic (Cribb Island, Qld, 1949); radio technician (Camp Hill, Qld, 1954-1980) ===''BEAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Beames|Beames, Kenneth]] [https://www.familysearch.org/tree/person/details/9NQJ-L17] - 1899(NSW)-1989(NSW) - Licences: N754 Receive Sydney (Randwick, 1922); 2IB Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: manufacturer (Five Dock, 1930-1958; Linden, 1963-1980) ===''BEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Percival Reed Bean|Bean, Leslie Percival Reed]] [https://www.familysearch.org/tree/person/details/KHWZ-6ZZ] - 1884(Vic)-1972(NSW) - Licences: 2ZT Sydney (Mosman, 1923-1925); 2LP Sydney (Mosman, 1924-1928; Artarmon, 1929-1936; Pymble, 1937-1939) - Qualifications: cc; Nil yet identified - PMGD (Elec. Engineer, 1904-1919); L. P. R. Bean & Co (founder 1920-1926); Stromberg-Carlson (founder, 1927-1933+); Council IREAust - Electoral Rolls: electrical instrument fitter (Ascot Vale, 1909); engineer (Brighton, Vic, 1912-1915; Artarmon, NSW, 1930); company director (Pymble, 1933-1943; Roseville, 1949-1954); electrical engineer (Lindfield, 1958-1968) ===''BEARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Gordon Beard|Beard, Ernest Gordon]] [https://www.familysearch.org/tree/person/details/GW2G-25R] - 1897(Eng)-1968(USA) - Licences: Nil yet identified - Qualifications: cc; 1COCP 304, 1939 - broadcast engineer (United Distributors; 2KY; 2GB); inventor; witness to Royal Commission 1927 (as consulting engineer, 2GB) - Electoral Rolls: engineer (Northbridge, 1930-1934); radio engineer (Northbridge, 1936-1937); wireless engineer (Willoughby, 1943-1949); engineer (Forestville, 1958-1963) - Links: [https://www.radiomuseum.org/dsp_hersteller_detail.cfm?company_id=12500 radiomuseum.org] * [[/Norman George Beard|Beard, Norman George]] [https://www.familysearch.org/tree/person/details/LT9G-GSZ] - 1902(Vic)-1984(NSW) - Licences: 3DR Receive Balnarring (1922-1923); 2PK Wentworthville (1930); 2ALJ Sydney (Prospect, 1939; Toongabbie, 1946-1954; Brookvale, 1955; Dee Why, 1956-1961); 2ALJ Terrigal (1965) - Qualifications: AOCP 583, 1930, No. ?? in NSW; TVOCP 25, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Pendle Hill, NSW, 1930; Balnarring, Vic, 1931; Prospect, NSW, 1933-1937); RAAF instructor (Ballarat, 1942); teacher (Toongabbie, 1949-1954; Brookvale, 1958); retired (Terrigal, 1963-1972; Wendouree, Vic, 1977; Caves Beach, 1980) ===''BEARUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Andrew Bearup|Bearup, Herbert Andrew]] [https://www.familysearch.org/tree/person/details/GDLJ-B1C] - 1900(Vic)-1982(Vic) - Licences: V740 Receive Melbourne (Caulfield East, 1922); 3GT Receive Melbourne (Caulfield East, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Malvern East, 1921-1924; Caulfield East, 1925-1928); farmer (Bentleigh, 1934-1949); engineer (Highett, 1963-1967; Moorabbin, 1972-1980) * [[/Thomas William Bearup|Bearup, Thomas William]] [https://www.familysearch.org/tree/person/details/9J7R-T9D] - 1897(Vic)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 224, 1916 - studio manager 3LO (1927); witness to Royal Commission 1927 (as studio manager, 3LO, Victoria); WW1 (merchant navy) - Electoral Rolls: operator (Caulfield, 1924); radio engineer (Auburn, Vic, 1931-1937); manager (Roseville, NSW, 1943) ===''BEATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Beatson|Beatson, Robert John "Bob"]] [https://www.familysearch.org/tree/person/details/GSJV-2D2] - 1909(Qld)-2003(Qld) - Licences: 4BB Brisbane (Wilston, 1928); 4BB Maryborough (1931-1939) - Qualifications: cc; AOCP 394, 1928, No. 44 in Qld; AOLCP 173, 1934 - amateur operator; amateur broadcaster; radio club administrator (WIAQ); broadcast engineer (4MB); WW2 - Halcyon: p. 68, 139, 141, 163, 164 - Electoral Rolls: radio mechanic (Maryborough, 1931); radiotrician (Maryborough, 1937-1949); radio engineer (Maryborough, 1954-1980) ===''BEATTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Spencer Meurant Beattie|Beattie, Herbert Spencer Meurant]] [https://www.familysearch.org/tree/person/details/GQ65-KTL] - 1888(NSW)-1963(NSW) - Licences: 3DV Receive Melbourne (Box Hill, 1922); 3DV Melbourne (Box Hill, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Box Hill, Vic, 1914-1927); salesman (Thornleigh, NSW, 1930); electrical engineer (Cheltenham, NSW, 1934-1936); agent (Cabramatta, 1943); auctioneer (Ettalong, 1943); no occupation (Fairfield, NSW, 1954-1958; Flagstaff, NSW, 1963) ===''BECHERVAISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philip Bechervaise|Bechervaise, William Philip]] [https://www.familysearch.org/tree/person/details/MVNP-4HQ] - 1831(Eng)-1907(Vic) - radio clubs (Telegraph Electrical Society, Victoria), employment (Victoria Posts and Telegraphs Department) ===''BECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Beavis Beck|Beck, Alan Beavis]] [https://www.familysearch.org/tree/person/details/GZR7-N8Q] - 1911(Vic)-1982(WA) - Licences: 5XW Adelaide (West Mitcham, 1927-1928) - Qualifications: cc; AOCP 370, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (Shenton Park, WA, 1937; Myrtle Bank, SA, 1941-1943); research chemist (Subiaco, 1949-1980) ===''BEDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Arthur Buddicom Bedford|Bedford, Robert Arthur Buddicom]] [https://www.familysearch.org/tree/person/details/LC5Q-1KX] - 1874(Eng)-1951(SA) - Licences: 5RB Kyancutta (1924-1939; 1946-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of William Rudolf Buddicom Bedford - Electoral Rolls: farmer (Kyancutta, 1939-1941); retired (Kyancutta, 1943) - Links: [https://adb.anu.edu.au/biography/buddicom-robert-arthur-5417 ADB] * [[/William Rudolf Buddicom Bedford|Bedford, William Rudolf Buddicom "Bill"]] [https://www.familysearch.org/tree/person/details/L6Y3-X4Z] - 1909(Eng)-1972(SA) - Licences: likely operator of 5RB Kyancutta - Qualifications: cc; 3COCP 1893, 1954 - WW2 - Relationships: son of 5RB Robert Arthur Buddicom Bedford - Electoral Rolls: mechanic (Kyancutta, 1939-1943) ===''BEECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Sidney Beech|Beech, Frederick Sidney or Sydney "Fred"]] [https://www.familysearch.org/tree/person/details/G8F2-6BC] - 1895(Qld)-1978(Qld) - Licences: 4FB Brisbane (Coorparoo, 1930-1939; Norman Park, 1946-1969) - Qualifications: cc; AOCP 629, 1930, Qld - amateur operator; amateur broadcaster; jeweller - Halcyon: p. 75, 76, 90 - Electoral Rolls: watchmaker (Bulimba, 1917-1919; Coorparoo, 1919-1972; Norman Park, 1977) ===''BEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Beer|Beer, James]] - 19??(???)-19??(???) - Licences: 2CW Receive Sydney (Ashfield, 1922-1923); 2CW Sydney (Ashfield, 1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: too many JBs to identify reliably, likely James Charles Beer living 70 Tranmere St, Drummoyne, engineer, 1930 ===''BEGBIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Begbie|Begbie, Richard]] - historian (broadcasting), journalist, radio clubs (HRSA) ===''BELJON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robin Ernest Beljon|Beljon, Robin Ernest "Jack"]] [https://www.familysearch.org/tree/person/details/GSD3-VR3] - 1897(NSW)-1974(NSW) - Licences: 2RB Lithgow (1926-1933) - Qualifications: AOCP 259, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lithgow, 1930-1934); turner (Lithgow, 1937-1943); foreman (Lithgow, 1949-1968); retired (Lithgow, 1972) ===''BELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Wirgman Dillon Bell|Bell, Francis Wirgman Dillon "Frank"]] [https://www.familysearch.org/tree/person/details/G7QW-CM4] - 1896(NZ)-1987(NZ) - ZL4AA Waihemo, amateur operator, first to 2 way QSO New Zealand to Australia (Apr 1923), South America, USA (Sep 1924), England (Oct 1924, G2SZ); WW1 (gunner, France & Belgium till invalided 1917) - Relationships: brother of Margaret Brenda Bell, first licensed female NZ amateur - Links: [https://teara.govt.nz/en/biographies/4b20/bell-francis-wirgman-dillon Bio]; [https://www.soundarchives.co.nz/collections/catalogue/catalogue-item?record_id=222015 Sound Archives]; [https://www.zl4aa.org.nz/frank-bell-trans-world-radio-contact/ NZART Otago] * [[/H. G. Bell|Bell, H. G.]] - 19??-19?? - 4HG Brisbane (South Toowong = Taringa, 1927+) - Qualifications: cc; AOCP 321, 1927, No. 33 in Qld - amateur operator; amateur broadcaster - Halcyon: p. 111 - Callsign: later to Harry Brown - Electoral Rolls: Nil yet identified * [[/Leslie William Gordon Bell|Bell, Leslie William Gordon]] [https://www.familysearch.org/tree/person/details/G67S-RQ5] - 1904(Qld)-2000(Qld) - Licences: 4CY Receive Atherton (1923); 4LZ Jubilee Pocket (1969-1975); 4LZ Airlie Beach (1980+) - Qualifications: cc; AOCP 4471, 1967, Qld - amateur receiver; amateur operator; WW2 - Electoral Rolls: engine driver (Danbulla via Atherton, 1925-1928); farmer (Jubilee Pocket via Proserpine, 1954-1980) * [[/Victor Frank Bell|Bell, Victor Frank]] [https://www.familysearch.org/tree/person/details/GFMZ-FZ7] - 1913(WA)-19??(???) - Licences: 6KR Perth (Subiaco, 1932-1933); 6KR Kalgoorlie (1937-1939); 6KR Perth (Nedlands, 1947-1954) - Qualifications: cc; AOCP 907, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1936); postal assistant (Leonora, WA, 1937); radio engineer (Subiaco, WA, 1937); telephone mechanic (Lamington, Kalgoorlie, WA, 1943); radio engineer (Nedlands, WA, 1949-1954) * [[/Vincent Stephanus Bell|Bell, Vincent Stephanus "Vince"]] [https://www.familysearch.org/tree/person/details/GXHV-W8G] - 1910(Qld)-1981(Qld) - Licences: 4VD Rockhampton (Rockhampton City, 1936-1937; Wandal, 1938-1939, 1946-1960+) - Qualifications: cc; AOCP 1496, 1935, Qld - amateur operator; amateur broadcaster; WW2; employed electrical business - Electoral Rolls: electrician (Rockhampton, Qld, 1932-1936); electrical mechanic (Rockhampton, Qld, 1937-1980) ===''BELSTEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Lempriere Belstead|Belstead, Roy Lempriere]] [https://www.familysearch.org/tree/person/details/L1GN-CQF] - 1910(Qld)-1981(Qld) - Licences: 4EI Townsville (1933-1939); 4RU Winton (1975-1980) - Qualifications: cc; AOCP 1182, 1933, No. ?? in Qld; BOCP 304, 1940; 1COCP 420, 1940; TVOCP 87, 1957 - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, Townsville ARC); state public servant (Qld Railways); broadcast technician (2KY); business proprietor (Belstead Electronic Repairs, Winton) - Electoral Rolls: clerk (Hyde Park, Qld, 1931-1937); radio technician (Dee Why, NSW, 1943; Auburn, NSW, 1949; Lidcombe, NSW, 1958-1963; Auburn, NSW, 1972); retired (Winton, Qld, 1977-1980) ===''BENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edward Bennett|Bennett, Alfred Edward]] [https://www.familysearch.org/tree/person/details/LYNP-GFM] - 1889(Vic)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager 2GB Sydney; witness to Royal Commission 1927 (as manager, 2GB, NSW) - Electoral Rolls: manager (Mosman, 1930-1931); director (Mosman, 1933; Vaucluse, 1936); inspector (Darling Point, 1943); investor (West Pennant Hills, 1949); retired (Vaucluse, 1954-1963) - Links: [https://adb.anu.edu.au/biography/bennett-alfred-edward-5207 ADB] * [[/Clarence Herbert Bennett|Bennett, Clarence Herbert]] [https://www.familysearch.org/tree/person/details/LK1H-GMF] - 1887(Vic)-1974(Vic) - Licences: cc; Nil yet identified - Qualifications: AOCP 449, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Brunswick, 1909-1963); retired (Brunswick, 1968-1972) ===''BENROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. S. Benrose|Benrose or Penrose, G. S.]] - 19??(???)-19??(???) - Licences: 6DH Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Francis Wattis Bent|Bent, Arthur Francis Wattis]] [https://www.familysearch.org/tree/person/details/GZVG-5V7] - 1902(Vic)-1998(Vic) - Licences: 3AF Geelong (1924-1939, 1946-1960); 3AF Torquay (1965-1980+) - Qualifications: cc; AOCP 199, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; radio dealer (Geelong, 1931-1954) - Electoral Rolls: turner (14 Coronation St, Geelong West, 1925-1927); radio dealer (Geelong, 1928-1954); radio serviceman (Torquay, 1963-1980) ===''BENTLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Ernest Bentley|Bentley, Frank Ernest]] [https://www.familysearch.org/tree/person/details/G93F-NPZ] - 1902(India)-1973(SA) - Licences: 5MK Adelaide (Cowandilla, 1931-1939); 5MZ Adelaide (Cowandilla, 1954-1969) - Qualifications: cc; AOCP 833, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: boilermaker (Cowandilla, SA, 1939-1943) ===''BENTZEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivan Louis Bentzen|Bentzen, Ivan Louis]] [https://www.familysearch.org/tree/person/details/LT4X-6P4] - 1905(Qld)-1995(Qld) - Licences: 4SS Brisbane (Newstead, 1932-1933) - Qualifications: cc; AOCP 964, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Bulimba, Qld, 1929); mechanic (Valley, Qld, 1936); carpenter (Wooloowin, Qld, 1943-1949); garage proprietor (Lutwyche, Qld, 1954); carpenter (Eagle Junction, Qld, 1954-1980) ===''BERGIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Thomas Bergin|Bergin, John Thomas "Jack"]] [https://www.familysearch.org/tree/person/details/GXGP-GNM] - 1911(SA)-1989(SA) - Licences: 5JB Adelaide (Largs Bay, 1934-1939) - Qualifications: cc; AOCP 1364, 1934, SA - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: * [[/Max Wulfing Bergin|Bergin, Max Wulfing]] [https://www.familysearch.org/tree/person/details/LXQ1-QLP] - 1900(NSW)-1983(Cook Isls) - Licences: 2YP Receive West Maitland (1923); 2YP West Maitland (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ingham Berry|Berry, Arthur Ingham]] [https://www.familysearch.org/tree/person/details/9WB6-6F5] - 1914(Vic)-1979(Vic) - Licences: 3CZ Melbourne (Hawthorn, 1930-1939; Kew, 1946-1954; East Malvern, 1955-1956); 3CZ Warburton (1960-1975) - Qualifications: AOCP 595, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Hawthorn, 1936-1937); architect (Kew North, 1943-1954); farmer (Warburton, 1963-1977) * [[/Harold Alexander Berry|Berry, Harold Alexander "Huck"]] [https://www.familysearch.org/tree/person/details/G869-8R6] - 1906(SA)-1983(SA) - Licences: Receive (Crystal) Adelaide (City, 1923); Receive Adelaide (City, 1923-1924); 5JU Adelaide (City, 1930-1931; Keswick, 1933; Norwood, 1937-1939; Kilburn, 1946-1975) - Qualifications: cc; AOCP 666, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: polisher (Kilburn, 1943) * [[/Lawrence Dudley Berry|Berry, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/GXG2-X6J] - 1906(NSW)-1987(SA) - Licences: 5DB Adelaide (Norwood, 1934-1939) - Qualifications: cc; AOCP 1315, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Henry Berry|Berry, Robert Henry]] [https://www.familysearch.org/tree/person/details/G342-ZR6] - 18??(???)-1971(Qld) - Licences: XQC Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; electrical business proprietor - Electoral Rolls: gardener (Rockhampton, 1912-1925); electrical mechanic (Rockhampton, 1928-1968) * [[/William Clive Berry|Berry, William Clive "Clive"]] [https://www.familysearch.org/tree/person/details/LBT5-3L8] - 1912(NSW)-1965(NSW) - Licences: 2CB Knockrow via Bangalow (1931-1936); 2AGM Byron Bay (1938-1938, 1946-1955); 2AGM Lismore (1956-1957); 2AGM Mullumbimby (1958-1960); 2AGM Byron Bay (1961-1965) - Qualifications: AOLCP 30, 1930, NSW; 2COCP 302, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Knockrow, 1933-1936); woodworker (Byron Bay, 1943-1954); contractor (Ballina, 1958); no occupation (Mullumbimby, 1958); manager (Byron Bay, 1963) * [[/William James Berry|Berry, William James "Jim"]] [https://www.familysearch.org/tree/person/details/G8D1-B78] - 1890(Qld)-1983(Qld) - Licences: 4WB Brisbane (Yeerongpilly, 1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1295, 1934, Qld - amateur operator; amateur broadcaster; instrument repairer - Comment: Several contemporaneous William James Berry's in Brisbane - Electoral Rolls: motor mechanic (Yeerongpilly, 1958-1963); mechanic (Yeerongpilly, 1972-1980) - ===''BERTRAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Louis Bertram|Bertram, William Louis]] [https://www.familysearch.org/tree/person/details/LDBP-NGS] - 1901(Vic)-1983(Vic) - Licences: V738 Receive Rushworth (1922); 3GR Receive Rushworth (1922); 2KR Sydney (Waverley, 1929) - Qualifications: CPRT 920, 1926; 2COCP 97, 1930; 1COCP 34, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Rushworth, 1922; Brunswick, 1924-1928); telegraphist (Brunswick, 1931-1942); telephonist (Brunswick, 1949-1963); retired (Frankston, 1967-1980) ===''BESTED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julius Phillip Bested|Bested, Julius Phillip]] [https://www.familysearch.org/tree/person/details/MZ6V-YSQ] - 1907(SA)-1987(SA) - Licences: Receive Adelaide (Rose Park, 1923); 5CS Adelaide (Salisbury, 1937-1939); 5CS Peterborough (1947-1948); 5CS Adelaide (Richmond, 1954-1960; Cumberland Park, 1965-1980+) - Qualifications: cc; AOCP 1995, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Salisbury, SA, 1939-1941) ===''BIBBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Cyril Bibby|Bibby, Frederick Cyril "Fred"]] [https://www.familysearch.org/tree/person/details/GH58-5XF] - 1911(Tas)-1982(Vic) - Licences: 3OL Melbourne (Hawthorn East, 1930-1939; Camberwell, 1946-1980+) - Qualifications: AOCP 681, 1930, Vic; AOLCP 38, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Camberwell, 1943-1968); operator (Camberwell, 1972-1980) ===''BICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Russel Bice|Bice, William Russel]] [https://www.familysearch.org/tree/person/details/GF48-PHT] - 1895(Qld)-1925(WA) - Licences: 6BX Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Comment: Gone too soon - Electoral Rolls: telegraphist (Claremont, WA, 1919) ===''BINNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Binns|Binns, Cecil]] [https://www.familysearch.org/tree/person/details/GZD8-XTD] - 1897(NSW)-1974(NSW) - 2IE Receive Sydney (Kogarah, 1922), 2BJ Sydney (Kogarah, 1925-1927), amateur operator (AOCP 46, 1925, No. ?? in NSW), amateur broadcaster ===''BIRD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Scorer Bird|Bird, Henry Scorer]] [https://www.familysearch.org/tree/person/details/LYWH-FTC] - 1902(Vic)-1973(Vic) - Licences: 3HB Melbourne (Sunshine, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Sunshine, 1924-1927); Government employee (Camberwell, 1928-1963); nil (Ashwood, 1968-1972) - Comment: 3HB callsign passed to Sunshine Radio Club 1924-1927 (prominent amateur broadcaster) * [[/Leslie James Bird|Bird, Leslie James]] [https://www.familysearch.org/tree/person/details/G6X2-N4N] - 1897(NSW)-1947(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as listener, Armidale, NSW) - Electoral Rolls: clerk (Armidale, 1930-1935; Wellington, 1937); civil servant (Homebush, 1943) ===''BIRT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Andrew Birt|Birt, William Andrew]] [https://www.familysearch.org/tree/person/details/GDBK-336] - 1907(WA)-1936(WA) - Licences: 6CU Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: shop assistant (North Perth, WA, 1931) ===''BISCHOFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Conrad Bischoff|Bischoff, William Edward Conrad]] [https://www.familysearch.org/tree/person/details/L2YT-QB7] - 1911(NSW)-1989(NSW) - Licences: 2LZ Sydney (Crows Nest, 1930-1937); 2LZ Wentworth Falls (1938-1939, 1946-1969); 2AKM Wentworth Falls (Portable, 1939); 2LZ Sydney (Naremburn, 1975-1980+) - Qualifications: AOCP 568, 1930, No. ?? in NSW; BOCP 12, 1936; TVOCP, 346, 1961 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Naremburn, 1933-1937); wireless operator (RAAF Richmond, 1943); radio technician (Wentworth Falls, 1949-1958); tele. engineer (Naremburn, 1963); engineer (Naremburn, 1972-1980) ===''BISHOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Elijah Bishop|Bishop, Clarence Elijah]] [https://www.familysearch.org/tree/person/details/LKZ9-G7S] - 1896(WA)-1971(WA) - Licences: 6DD Receive Albany (1923); 6DD Albany (1923-1924); 6DD Northam (1924); 6LL Katanning (1936-1939); 6LL Perth (Claremont, 1948-1954; East Victoria Park, 1955-1969) - Qualifications: cc; AOCP 1746, 1936, WA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Albany, WA, 1922); accountant (Katanning, WA, 1925-1937); clerk (Nedlands, WA, 1943-1954; Victoria Park, WA, 1958-1968) * [[/Frederick Edward Bishop|Bishop, Frederick Edward]] [https://www.familysearch.org/tree/person/details/GDS3-GZQ] - 1882(NSW)-1952(NSW) - Licences: 2FB Sydney (Kirribilli, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: optician (Kirribilli, 1930-1931); grazier (Mullaley, Gunnedah, 1935-1949) * [[/Maurice Glanville Bishop| Bishop, Maurice Glanville]] [https://www.familysearch.org/tree/person/details/GDDP-SVD] - 1908(Tas)-1965(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bank clerk (Middle Park, Vic, 1931); bank officer (Middle Park, 1935); bank clerk (Bank of NSW Quarters, Ouyen, 1936-1937); bank officer (Hawthorn, 1942-1949; Nelson, Tas, 1954) ===''BLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. C. Black|Black, F. C.]] - 19??(???)-19??(???) - Licences: None identified to date - Qualifications: cc; AOCP 297, 1926, No. ?? in SA - amateur operator?, amateur broadcaster? - Electoral Rolls: awaits identification, Port Lincoln, SA in 1926 * [[/William Hector Black|Black, William Hector]] [https://www.familysearch.org/tree/person/details/G8J2-TCS] - 1912(Vic)-1976(NSW) - Licences: 3WB Melbourne (Malvern, 1930-1939); 2WO Sydney (Mosman, 1946-1948) - Qualifications: AOCP 663, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Malvern, 1936-1937); bacteriologist (Mosman, 1943-1963); biochemist (Darlinghurst, 1968-1972) ===''BLACKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Howbery Blackman|Blackman, Herbert Howbery]] [https://www.familysearch.org/tree/person/details/GZ2M-65N] - 1886(Vic)-1970(Vic) - Licences: XOE Melbourne (East Malvern, 1913); 3PR Receive Melbourne (East Malvern, 1923); 3PR Melbourne (East Malvern, 1924-1925); 3HA Melbourne (East Malvern, 1926-1927); 3HU Melbourne (Ashburton, 1931-1939) - Qualifications: cc; AOCP 211, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: public servant (Malvern, 1909); mechanic (East Malvern, 1913-1916); soldier (Royal Park, 1917-1919); electrician (East Malvern, 1922-1928); mechanic (Burwood, 1931-1968) * [[/W. T. Blackburn|Blackburn, W. T.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Home Hill (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Searched William, Walter, Wilfred - Electoral Rolls: Nil yet identified ===''BLADES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alfred Blades|Blades, Ronald Alfred "Ron"]] [https://www.familysearch.org/tree/person/details/GXCS-L77] - 1916(Qld)-2005(NSW) - Licences: 4RX Toowoomba (1936-1939); 2VP Sydney (Haberfield, 1946-1947; Ashfield, 1948-1950; Dundas, 1954-1955); 2VP Melbourne (Blackburn, 1956); 2VP Sydney (Balgowlah, 1957-1969; Seaforth, 1975; Dee Why, 1980) - Qualifications: cc; AOCP 1775, 1936, No. ?? in Qld; BOCP 615, 1944 - amateur operator; amateur broadcaster; military (WW2, RAAF); broadcast technician (AWA) - Comment: Two Ronald Alfred Blades born in Qld 1916, 4RX 27/3/1916 - Electoral Rolls: radio engineer (Ashfield, NSW, 1949; Dundas, NSW, 1954; Balgowlah, NSW, 1958-1968); engineer (Dee Why, NSW, 1977) ===''BLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Andrew William Blair|Blair, Keith Andrew William]] [https://www.familysearch.org/tree/person/details/LK4S-ZXY] - 1911(Vic)-2001(NSW) - Licences: 2DX Balranald (1930-1934); 2DX Sydney (Marrickville, 1935-1937); 2DX Bega (1938-1939) - Qualifications: AOCP 699, 1930, Vic; BOCP 276, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: bank clerk (Balranald, 1932-1935; Randwick, 1936-1937; Bega, 1937); bank officer (Queanbeyan, 1949-1980) ===''BLAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leslie Gilbert Blake|Blake, Robert Leslie Gilbert]] [https://www.familysearch.org/tree/person/details/L831-ZLW] - 1888(Vic)-1952(Vic) - Licences: 3RG Castlemaine (1929-1939) - Qualifications: AOCP 484, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Castlemaine, 1912-1919); house furn. (Castlemaine, 1924-1949) ===''BLANCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Henry Blanchard|Blanchard, George Edward Henry]] [https://www.familysearch.org/tree/person/details/GZV2-B4S] - 1899(NSW)-1987(NSW) - Licences: 2DN Sydney (Newtown, 1922-1926; Hurlstone Park, 1927-1929) - Qualifications: cc; AOCP 195, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Earlwood, 1930-1980) ===''BLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Bland|Bland, William Joseph]] [https://www.familysearch.org/tree/person/details/GXT9-4RP] - 1902(India)-1955(SA) - Licences: Receive Adelaide (Alberton, 1923); 5AG Adelaide (Alberton, 1923-1927) - Qualifications: cc; CPRT 765, 1923 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: radio manufacturer (Tusmore, SA, 1939-1943) ===''BLUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Blue|Blue, Harry William]] - 1909(NSW)-2001(NSW) - 2YI Liverpool (1933), 2YI Albury (1934-1936), 9KO Rabaul (1937), 2YI Broken Hill (1938-1939), 2YI Sydney (Kingsford, 1946; Auburn, 1947-1980+, amateur operator (AOCP 1034, 1932, No. ?? in NSW), amateur broadcaster, A.A.M.S. ===''BLUNDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Godfrey Verge Blunden|Blunden, Godfrey Verge]] [https://www.familysearch.org/tree/person/details/GDNG-22L] - 1906(Vic)-1996(France) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Wireless Weekly (editor, 1930s) - Electoral Rolls: journalist (North Sydney, 1930; East Sydney, 1933-1936) * [[/Leon Walter Blunden|Blunden, Leon Walter]] [https://www.familysearch.org/tree/person/details/G3KT-SMV] - 1914(SA)-2003(SA) - Licences: 5BH Adelaide (Firle, 1935-1939, 1947-1980+) - Qualifications: cc; AOCP 1535, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''BOAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Douglas Boast|Boast, Harold Douglas]] [https://www.familysearch.org/tree/person/details/K2VW-3D4] - 1906(Eng)-1979(Vic) - Licences: 3AX Melbourne (Elsternwick, 1928-1939); 3AX Lubeck (1946-1969); 3AX Melbourne (Frankston, 1975) - Qualifications: AOCP 404, 1928, No. ?? in Vic; AOLCP 55, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Elsternwick, 1931-1936); radio engineer (3LK Lubeck, 1942-1968); retired (Frankston, 1972-1977) ===''BOILEAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Boileau|Boileau, John George]] [https://www.familysearch.org/tree/person/details/GXC2-HLQ] - 1893(SA)-1957(Qld) - Licences: 4JT Port Moresby (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Byron Bay, NSW, 1943-1954) ===''BOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Augustus Bold|Bold, Charles Augustus]] [https://www.familysearch.org/tree/person/details/GF3N-JSF] - 1894(WA)-1958(WA) - Licences: 6CA Perth (Beaconsfield, 1931-1939, 1947-1948) - Qualifications: cc; AOCP 832, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (South Fremantle, WA, 1921-1922); meter tester (South Fremantle, WA, 1925); electrician (South Fremantle, WA, 1931-1949); mains superintendent (South Fremantle, WA, 1954-1958) ===''BOLGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Bolger|Bolger, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/L67V-VDD] - 1867(Irl)-1941(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Deputy Director of Navigation, Vic) - Electoral Rolls: master mariner (Williamstown, 1914-1917); public servant (Elsternwick, 1919); master mariner (Elsternwick, 1931-1937) ===''BOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Francis Bond|Bond, Rupert Francis]] [https://www.familysearch.org/tree/person/details/9ZHS-QB3] - 1886(Vic)-1961(Qld) - Licences: Receive Brisbane (Rockhampton, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Rockhampton, Qld, 1912-1937; Rockhampton, Qld, 1949-1958) ===''BONGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gysbert Sheldon Bongers|Bongers, Gysbert Sheldon]] [https://www.familysearch.org/tree/person/details/L7F9-DXK] - 1900(NSW)-1948(NSW) - Licences: N745 Receive Sydney (1922-1923); 2HY Sydney (Rockdale, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster, engineer - Electoral Rolls: electrical engineer (Rockdale, 1930-1935; Hamilton, Qld, 1936-1937); engineer (Woollahra, 1943) ===''BONNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Coleman Bonner|Bonner, Alfred Coleman]] [https://www.familysearch.org/tree/person/details/MV14-MTM] - 1854(Tas)-1930(Tas) - Licences: Receive (Crystal) Legana (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Trevallyn, 1914-1922); no occupation (Legana, 1928) ===''BONNERUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Madsen Bonnerup|Bonnerup, Peter Madsen]] [https://www.familysearch.org/tree/person/details/G6F5-RC8] - 1890(Tas?)-1976(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as patent attorney, WA) - Electoral Rolls: patent attorney (Nedlands, 1922; South Perth, 1925-1972) - Links: [https://www.carnamah.com.au/bio/peter-madsen-bonnerup Bio] ===''BONNINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Archibald Bonnington|Bonnington, John Archibald]] [https://www.familysearch.org/tree/person/details/G88Y-1JP] - 1909(NSW)-1967(NSW) - Licences: 2HB Sydney (Bellevue Hill, 1930-1931); 2AKB Sydney (Avalon Beach, 1960-1965) - Qualifications: AOCP 569, 1930, No. ?? in NSW; 3AirOCP 16, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Broken Hill, 1931); engineer (Woollahra, 1932-1933); radio engineer (Darlinghurst, 1934-1935); air pilot (Avalon Beach, 1949-1963) ===''BONWILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Warren Bonwill|Bonwill, Edward Warren]] [https://www.familysearch.org/tree/person/details/9J35-NNV] - 1869(USA)-1945(NSW) - Licences: XBP Sydney (1912-1914); 2CA Receive Cowra (1922); 2CA Cowra (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: dentist (Barellan, 1930; Cowra, 1934-1937; Lithgow, 1937-1943) ===''BORGEEST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Frederic Borgeest|Borgeest, William Frederic or Frederick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L1WM-GHT] - 1917(Vic)-1966(Vic) - Licences: 3ZY Melbourne (St Kilda, 1937-1938); 3ZY Colac (1947); 3ZY Melbourne (St Kilda, 1948; Glen Iris, 1954-1965) - Qualifications: cc; AOCP 1908, 1937, Vic; BOCP 223, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio announcer (Burnie, Tas, 1939); engineer (Colac, Vic, 1943); radio mechanic (Ivanhoe, Vic, 1949); radio engineer (Camberwell South, Vic, 1954-1963) ===''BOTTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Botten|Botten, Herbert William]] [https://www.familysearch.org/tree/person/details/GDS2-8QJ] - 1895(SA)-1973(???) - Licences: 2HB Sydney (CBD, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Neutral Bay, 1930); radio manager (Darlinghurst, 1933-1936); manager (Darlinghurst, 1937-1958) ===''BOUCHARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Reid Bouchard|Bouchard, Victor John Reid "Vic"]] [https://www.familysearch.org/tree/person/details/G93B-52C] - 1897(Qld)-1936(Qld) - 4BY Receive Brisbane (Auchenflower, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; amateur club administrator - Electoral Rolls: draper's assistant (Auchenflower, 1921-1926); clerk (Buranda, 1928) ===''BOULTBEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Walker Boultbee|Boultbee, Kenneth Walker]] [https://www.familysearch.org/tree/person/details/GMWB-1Q4] - 1905(Tas)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agent (Taringa, Qld, 1928-1958; Corinda, Qld, 1963-1968; St Lucia, Qld, 1972-1977); retired (Broadbeach, Qld, 1977-1980) ===''BOUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Boundy|Boundy, George Henry]] - 1866(Vic)-1932(Vic) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), early wireless experimenter, radio clubs (WIQ), state public servant (P&TQ, engineer), federal public servant (PMGD, engineer) ===''BOURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Bourke|Bourke, J.]] - 19??(???)-19??(???) - Licences: V734 Receive Yarck (1922); Receive 3GP Yarck (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''BOURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Frederick Bourne|Bourne, Francis Frederick]] [https://www.familysearch.org/tree/person/details/GX55-9GM] - 1916(SA)-2004(SA) - Licences: 5BU Adelaide (Unley, 1935-1939; Wayville, 1947; Malvern, 1948-1954; Blackwood, 1955-1965; Belair, 1969); 5BU Keith (1975); 5BU Naracoorte (1980) - Qualifications: cc; AOCP 1593, 1935, SA; 2COCP 1282, 1953; 1COCP 1722, 1954 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Parkside, SA, 1939-1943) ===''BOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Germain Bowden|Bowden, Eric James Germain]] [https://www.familysearch.org/tree/person/details/L7T7-YC2] - 1894(Tas)-1984(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - PMGD Wireless Inspector, Hobart, 1920s & 1930s; witness to Royal Commission 1927 (as equipment engineer, PMGD, Tas) - Relationships: son of Frank Prosser Bowden; brother of John Gibson Bowden - Electoral Rolls: junior assistant engineer (Hobart North, 1922); engineer (Hobart South, 1936-1937) * [[/Frank Prosser Bowden|Bowden, Frank Prosser]] [https://www.familysearch.org/tree/person/details/97MP-G4L] - 1860(Tas)-1934(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter, Tas PMGD, Federal PMGD - Relationships: father of Eric James Germain Bowden and John Gibson Bowden - Electoral Rolls: civil servant (Hobart North, 1914-1928) * [[/John Gibson Bowden|Bowden, John Gibson]] [https://www.familysearch.org/tree/person/details/LNJZ-V69] - 1906(Tas)-1998(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - employee of Medhurst Electrical - Relationships: son of Frank Prosser Bowden; brother of Eric James Germain Bowden - Electoral Rolls: mechanic (Launceston, 1928); electrical mechanic (New Town, 1936-1937); engineer (Nelson, 1943-1963) * [[/Ronald Stanley Bowden|Bowden, Ronald Stanley]] [https://www.familysearch.org/tree/person/details/GQGS-F9R] - 1900(Eng)-1981(Qld) - Licences: Receive (Crystal) Brisbane (Taringa, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Albion, Qld, 1921); car driver (Wilston, Qld, 1934); car proprietor (Newmarket, Qld, 1936-1943); store keeper (Urangan, Qld, 1949-1954); farmer (Mundubbera, Qld, 1958-1963); retired (Urangan, Qld, 1968-1980) ===''BOWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Keith Bowen|Bowen, Harold Keith "Keith"]] [https://www.familysearch.org/tree/person/details/GXGK-7SZ] - 1913(SA)-1987(SA) - Licences: 5KB Adelaide (Maylands, 1932-1939) - Qualifications: cc; AOCP 1049, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Tranmere, SA, 1943) * [[/Joseph La Venture Bowen|Bowen, Joseph La Venture or Laventure]] [https://www.familysearch.org/tree/person/details/GDPP-MLB] - 1917(Qld)-1966(Qld) - Licences: 4LB Brisbane (Hamilton, 1935-1939)- Qualifications: cc; AOCP 1445, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kedron, Qld, 1943-1958); public servant (Kedron, Qld, 1963) ===''BOWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Nigel Bowman|Bowman, Hubert Nigel "Pete"]] [https://www.familysearch.org/tree/person/details/K4PT-FY3] - 1908(SA)-1987(SA) - Licences: 5FM Adelaide (Payneham, 1932-1933; Royston Park, 1937; Payneham, 1938-1939, 1947-1948; Mitcham, 1954-1956); 5FM Crystal Brook (1960); 5FM Bridgewater (1965-1980+); 5FN Portable (1965-1969) - Qualifications: cc; AOCP 911, 1932, No. ?? in SA; 2COCP 259, 1939; BOCP 282, 1940; 1COCP 354, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Boyd|Boyd, Norman James]] [https://www.familysearch.org/tree/person/details/GZXJ-VM7] - 1897(Vic)-1977(Vic) - Licences: XNO Melbourne (Elsternwick, 1913-1914); 3EL Receive Melbourne (Elsternwick, 1922-1923); 3EL Melbourne (Elsternwick, 1924-1925; Caulfield, 1925-1927; Elwood, 1931-1939) - Qualifications: AOCP 104, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; radio engineer (3UZ, 1920s); WW1 - Electoral Rolls: mechanic (Elsternwick, 1919-1924); manager (Caulfield, 1926-1928); engineer (Elsternwick, 1931-1937); electrician (St Kilda, 1949-1963); retired (Caulfield, 1967-1977) ===''BRADBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. J. Bradbury|Bradbury, B. J.]] - abt 1887(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''BRADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Keith Bradford|Bradford, Alfred Keith]] [https://www.familysearch.org/tree/person/details/L6Q5-VC5] - 1912(NSW)-1986(Qld) - Licences: 4KK Millmerran (1936-1939, 1947-1975); 4KK Drillham (1980+) - Qualifications: cc; AOCP 1750, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Millmerran, Qld, 1934-1937); farmer (Millmerran, Qld, 1943-1954); radio dealer (Millmerran, Qld, 1958-1968); farmer (Drillham, Qld, 1977-1980) * [[/John Richard Bradford|Bradford, John Richard]] - 19??(???)-19??(???) - senior federal public servant (chief electrical engineer, Qld, PMGD) ===''BRADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Randell Bradley|Bradley, Frank Randell]] [https://www.familysearch.org/tree/person/details/G973-F7P] - 1884(SA)-1963(NSW) - Licences: 3ZK Melbourne (Sandringham, 1923-1930); 2JB Sydney (Mosman, 1931-1939) - Qualifications: cc; AOCP 2, 1924, No. 1 in Vic - amateur operator; amateur broadcaster; federal public servant (PMGD, Superintendant Telegraphs Vic, 1928; Deputy PMG Qld; NSW); historian (telegraphs) - Electoral Rolls: civil servant (Sandringham, Vic, 1914-1924; Mosman, NSW, 1933-1943); no occupation (Killara, NSW, 1954-1963) ===''BRAGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Bragg|Bragg, William Henry]] [https://www.familysearch.org/tree/person/details/LCFQ-9N6] - 1862(Eng)-1942(Eng) - Early wireless experimenter, academic (University of Adelaide, 1885-1908), physicist, chemist, mathematician, shared Nobel prize in 1915 with his son William Lawrence Bragg, son-in-law of Charles Todd - Links: [[w:William Henry Bragg|Wikipedia]] * [[/William Lawrence Bragg|Bragg, William Lawrence "Lawrence"]] [https://www.familysearch.org/tree/person/details/MWXT-CLR] - 1890(SA)-1971(Eng) - participated as a youth in his father's early wireless experiments, academic (University of Adelaide), physicist, shared Nobel prize in 1915 with his father William Henry Bragg, grandson of Charles Todd - Links: [[w:Lawrence Bragg|Wikipedia]] ===''BRAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. F. Brain|Brain, S. F.]] - 19??(???)-19??(???) - Licences: 2ZD Sydney (Ashfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: likely related XFR V. J. Brain - Electoral Rolls: Nil yet identified * [[/V. J. Brain|Brain, V. J.]] - 19??(???)-19??(???) - Licences: XFR Sydney (Ashfield, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: likely related 2ZD S. F. Brain - Electoral Rolls: Nil yet identified ===''BRAMLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Alfred Bramley|Bramley, John Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIW Wyndham (1917-1918) - Electoral Rolls: Nil yet identified ===''BRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorayne Branch|Branch, Lorayne]] - Living - author ("Henry Sutton, The Innovative Man"), historian (Henry Sutton) ===''BRANDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Frank Brandon|Brandon, Eric Frank]] [https://www.familysearch.org/tree/person/details/GXPK-2ZY] - 1907(SA)-2001(SA) - Licences: 5FB Wilmington (1933-1939); 5FB Adelaide (Prospect, 1948); 5FA Oodnadatta (1965); 5FA Ramco (1969-1975); 5FA Adelaide (Blair Athol, 1980+) - Qualifications: cc; AOCP 1145, 1933, SA; 2COCP 140, 1938; 1COCP 183, 1938; BOCP 201, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''BRANKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Mervyn Branks|Branks, Albert Mervyn "Merv"]] [https://www.familysearch.org/tree/person/details/GZ6Y-88K] - 1906(NZ)-1978(NZ) - prominent MW and SW broadcast listener 1920s to 1970s, DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tribute] ===''BREDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wynne Steere Breden|Breden, Wynne Steere]] - 1900(Qld)-1976(NSW) - Rx Melbourne (East Melbourne, 1923), 2WS Newcastle (Newcastle, 1924-1931), amateur operator (AOCP 9, 1924, No. ?? in NSW), amateur broadcaster, shipyard business ===''BREMERMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Frederick Bremerman|Bremerman, Harold Frederick]] [https://www.familysearch.org/tree/person/details/GXCQ-QWC] - 1903(Eng)-1988(Qld) - Licences: 4HB Brisbane (Wooloowin, 1938-1939, 1946-1954; Aspley (1955-1975+) - Qualifications: cc; AOCP 1267, 1934, Qld; COCP (Eng) - amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (WIAQ, Life Member; Brisbane DX Club); employment (electrician, Courier Mail, Besley & Pike, Mt. Olivett Hospital); pilot; UK Merchant Navy 1920s - Electoral Rolls: electrical mechanic (Albion, Qld, 1928); mechanic (Wooloowin, Qld, 1936-1954); retired (Aspley, Qld, 1958-1980) ===''BRENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan James Brennan|Brennan, Allan James]] [https://www.familysearch.org/tree/person/details/G6TR-SNJ] - 1887(Vic)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 31, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: Nil yet identified ===''BREWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip John Brewer|Brewer, Phillip or Philip John]] [https://www.familysearch.org/tree/person/details/LVKH-MNW] - 1900(WA)-1948(SA) - Licences: 5JA Adelaide (Parkside, 1926-1939) - Qualifications: cc; AOCP 269, 1926, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Parkside, 1939-1943) ===''BRIDGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Bridger|Bridger, Thomas William]] [https://www.familysearch.org/tree/person/details/G85V-2YT] - 1885(UK)-1941(NT) - Licences: 4AP Receive Brisbane (City, 1923); 4AP Brisbane (Hamilton, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer; public servant; WW1 (2nd Aust Flying Squadron, 1916) - Electoral Rolls: electrical engineer (West Perth, 1914); consulting engineer (Auchenflower, 1925); poultry farmer (Geebung, 1928); engineer (Armadale, 1934-1937) - Directories: electrical engineer (Adelaide, 1915; Melbourne, 1917-1921; Brisbane, 1923-1927; Adelaide, 1930) ===''BRIDGES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank John Claud Bridges|Bridges, Frank John Claud or Claude]] [https://www.familysearch.org/tree/person/details/GHRF-XHR] - 1885(NZ)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 141, 1915; 2COCP 182, 1930; 1COCP 279, 1932 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); officer-in-charge (Radio Station, Esperance, 1921-1949); retired (Esperance, 1958-1963) ===''BRIGGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Robert Briggs|Briggs, Donald Robert]] [https://www.familysearch.org/tree/person/details/GX5B-1TN] - 1915(SA)-2008(SA) - Licences: 5BD Adelaide (Walkerville, 1935-1939; Henley Beach, 1947; South Plympton, 1954-19600; 5HB Adelaide (Morphett Vale, 1980+) - Qualifications: cc; AOCP 1490, 1935, SA; 2COCP 413, 1941; BOCP 373, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: assistant (Kirkcaldy, SA, 1939) ===''BRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Herbert Bright|Bright, William Henry Herbert "Bill"]] [https://www.familysearch.org/tree/person/details/LBQH-GSX] - 1898(Qld)-1961(Qld) - Licences: Spark; 4FA Toowoomba (1923); 4AA Toowoomba (1924-1925); 4WB Toowoomba (1925-1927); 4OO Toowoomba (1937-1939) - Qualifications: cc; AOCP 123, 1925, No. 13 in Qld - amateur operator; amateur broadcaster - Withdrawal: callsign 4AA withdrawn by PMGD for their use - Electoral Rolls: telegraphist (Toowoomba, 1919-1943); clerk (Toowoomba, 1949); mechanic (Toowoomba, 1954-1958) ===''BRIMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Campbell Brimble|Brimble, Charles Campbell]] [https://www.familysearch.org/tree/person/details/GX5L-9GH] - 1915(SA)-2003(SA) - Licences: 5CB Adelaide (Somerton, 1935-1939, 1947-1948; Somerton Park, 1954-1980+) - Qualifications: cc; AOCP 1446, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Somerton, SA, 1939-1943) ===''BRIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Marcus John Gordon Brims|Brims, Marcus John Gordon]] [https://www.familysearch.org/tree/person/details/KZWB-S11] - 1888(Qld)-1982(Qld) - Licences: XQA Mareeba (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; business proprietor (plywood & veneer manufacture) - Electoral Rolls: foreman (Mareeba, 1912-1913); foreman joiner (Milton, 1921); timber merchant (Milton, 1925-1931); plywood manufacturer (Annerley, 1937-1958); business manager (Annerley, 1963-1980) ===''BRISTOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Morrison Bristow|Bristow, John Morrison]] [https://www.familysearch.org/tree/person/details/GZPL-DLJ] - 1908(NSW)-1983(NSW) - Licences: 2ZX Sydney (Neutral Bay, 1926-1929) - Qualifications: AOCP 243, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: advertising manager (Neutral Bay, 1930-1935); manager (Gordon, 1937-1943); company manager (Pymble, 1949); manager (Wahroonga, 1954-1980) ===''BROCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Edward Earl Brock|Brock, Hector Edward Earl]][https://www.familysearch.org/tree/person/details/9VQL-BTC] - 1902(Vic)-1962(SA) - Licences: 3ZC Melbourne (Moonee Ponds, 1923-1924); 5DP Adelaide (North Adelaide, 1924-1927; Malvern, 1927-1938); 5UZ Adelaide (Fullarton, 1954-1956; Nailsworth, 1960) - Qualifications: cc; AOCP 25, 1924, No. ?? in SA - amateur operator; amateur broadcaster; University of Adelaide (Demonstrator & Technical Assistant, 1949) - Electoral Rolls: laboratory assistant (Moonee Ponds, Vic, 1924); no occupation (Malvern, SA, 1939-1943) ===''BROINOWSKI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leopold Thomas Broinowski|Broinowski, Leopold Thomas]] [https://www.familysearch.org/tree/person/details/G6FR-SMR] - 1871(Vic)-1937(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as associate editor, Hobart Mercury, Tas) - Electoral Rolls: journalist (Hobart South, 1914-1937) ===''BROOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilberforce Henry Liddon Brooke|Brooke, Wilberforce Henry Liddon]] [https://www.familysearch.org/tree/person/details/LB61-69T] - 1891(NSW)-1969(NSW) - Licences: 2BR Terrigal (1930-1936); 2BR Dora Creek (1937-1939, 1946-1958); 2BR Paterson (1960-1969) - Qualifications: AOCP 638, 1930, NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: clergyman (Jerry's Plains, 1930; Terrigal, 1931-1937; Dora Creek, 1954-1958; Paterson, 1963-1968) ===''BROOKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Brookes|Brookes, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GDSJ-GV6] - 1911(Qld)-1958(Qld) - Licences: 4BA Brisbane (Kelvin Grove, 1936-1937; Ashgrove, 1938-1939; Wooloowin, 1947-1948) - Qualifications: cc; AOCP 1641, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Wooloowin, Qld, 1943-1954); waterside Worker (Wooloowin, Qld, 1958) ===''BROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Milton Brooks|Brooks, Albert Henry Milton]] [https://www.familysearch.org/tree/person/details/LT1Q-DVK] - 1901(SA)-1975(SA) - Licences: 5KG Adelaide (Grange, 1933-1939; Croydon, 1946-1960+); 5AH Adelaide (Ridleton, 1969-1975) - Qualifications: cc; AOCP 1170, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Croydon, 1939); railway employee (Croydon, 1941-1943) - Relationships: likely related to 7JB John Vickery Brooks and 7DB D. C. Brooks * [[/John Vickery Brooks|Brooks, John Vickery "Jack"]] [https://www.familysearch.org/tree/person/details/GHXL-RK8] - 1905(SA)-1983(Vic) - Licences: 7JB Hobart (1924-1926) - Qualifications: cc; AOCP 37, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; engineer; originally from Adelaide - Relationships: likely related to 5KG Albert Henry Brooks and 7DB D. C. Brooks - Electoral Rolls: engineer (Hobart South, 1928; Malvern, Vic, 1954-1980) ===''BROOMHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Broomhall|Broomhall, Charles Alfred]] [https://www.familysearch.org/tree/person/details/M7NZ-2SV] - 1891(Vic)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 729, 1922 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Geraldton, 1916); mechanic (Wireless Station, Applecross, 1925; Canning Bridge, 1931-1937; Applecross, 1943-1954); retired (Bickley, 1958-1963) ===''BROWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan George Brown|Brown, Alan George]] [https://www.familysearch.org/tree/person/details/G849-43Y] - 1909(Vic)-1970(Vic) - Licences: 3CX Melbourne (Canterbury, 1928-1937; Upper Hawthorn, 1938-1939; Canterbury, 1946-1969) - Qualifications: AOCP 446, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF) - Electoral Rolls: clerk (Camberwell North, 1931); public servant (Auburn, 1936-1937); RAAF (St Kilda North, 1943); civil servant (Auburn, 1949); clerk (Deepdene, 1954; Camberwell North, 1963-1968) * [[/Alan Weymouth Brown|Brown, Alan Weymouth]] [https://www.familysearch.org/tree/person/details/GSKH-1N5] - 1902(Tas)-1938(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Listeners' League, Hobart (assistant secretary); witness to Royal Commission 1927 (as Assistant Secretary, Listeners' League, Hobart, Tas) - Electoral Rolls: electrician (Hobart South, 1936-1937) * [[/Alfred Louis Brown|Brown, Alfred Louis]] [https://www.familysearch.org/tree/person/details/LYQV-4SS] - 1885(Eng)-1971(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as general manager, 5CL, SA) - Electoral Rolls: instrument maker (Claremont, WA, 1910); optician (Applecross, 1916-1917); director (Kew, Vic, 1926); engineer (Cottesloe, 1936-1937) * [[/Bruce Kevin Brown|Brown, Bruce Kevin]] [https://www.familysearch.org/tree/person/details/G6S4-CV1] - 1920(Tas)-1984(NSW) - Licences: 7QZ Launceston (1937-1939); 2AQZ Sydney (Meadowbank, 1954-1969; Annangrove, 1975-1980+) - Qualifications: cc; AOCP 1942, 1937, No. ?? in Tas; BOCP 303, 1940; 1COCP 492, 1941; TVOCP 1014, 1968 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: laboratory assistant (Meadowbank, 1943-1968); technician (Annangrove, 1972-1980) * [[/Clarence Roy Brown|Brown, Clarence Roy]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - founder of 5KA Class B Adelaide; witness to Royal Commission 1927 (as manager, 5KA, SA) - Electoral Rolls: * [[/Clifford Walter Brown|Brown, Clifford Walter]] [https://www.familysearch.org/tree/person/details/LCV5-M8M] - 1906(WA)-1991(WA) - Licences: 6CB Perth (Subiaco, 1930-1939) - Qualifications: cc; AOCP 640, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Subiaco, 1931-1937); traveller (Nedlands, 1943-1963); business manager (Wembley, 1968); manager (Morley, 1972; Dianella, 1977-1980) * [[/Frank Makepeace Brown|Brown, Frank Makepeace]] [https://www.familysearch.org/tree/person/details/G8H5-2M5] - 1911(WA)-2006(WA) - Licences: 6FB Mullewa (1939; 1946-1948); 6FB Bassendean (1954-1960); 6FB Perth (Doubleview, 1965-1969; Rossmoyne, 1975) - Qualifications: AOCP 2375, 1939, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telephone mechanic (Northam, 1936; Bassendean, 1943); civil servant (Mullewa, 1949); telephone technician (Bassendean, 1954-1963); civil servant (Doubleview, 1968-1972); telephone technician (Rossmoyne, 1977-1980) * [[/George D. Brown|Brown, George D.]] [https://www.familysearch.org/tree/person/details/GXCQ-JFD] - 1875(???)-19??(???) - Licences: 4DB Brisbane (Ascot, Qld, 1937-1939) - Qualifications: cc; AOCP 1970, 1937, Qld - amateur operator; amateur broadcaster - Comment: numerous contemporaneous GBs - Electoral Rolls: Nil yet identified * [[/Harry Percy Brown|Brown, Harry Percy "Horsepower", "Poo Bah"]] [https://www.familysearch.org/tree/person/details/L1R8-R1W] - 1878(Eng)-1967(NSW) - senior federal public servant (Director-General, Posts and Telegraphs); witness to Royal Commission 1927 (as Secretary, PMGD) - Links: [[w:Harry Brown (public servant)|Wikipedia]]; [https://adb.anu.edu.au/biography/brown-sir-harry-percy-5384 ADB]; [https://telegramsaustralia.com/Forms/Special%20developments/People/Brown.html Telegrams Australia] * [[/Hector Mervyn Brown|Brown, Hector Mervyn]] [https://www.familysearch.org/tree/person/details/G9TY-HSC] - 1906(NSW)-1961(SA) - Licences: 5MB Adelaide (Torrensville, 1927-1928; Southwark, 1931-1933, 1946-1948) - Qualifications: AOCP 345, 1927, No. ?? in SA; 2COCP 402 1932; 1COCP 333, 1933) - amateur operator, amateur broadcaster, broadcast engineer (2BH, 1937), PMGD SA (mechanic, retired 1940) - Electoral Rolls: radio engineer (Broken Hill, 1937), engineer (Thebarton, 1941-1943) * [[/Herbert George Brown|Brown, Herbert George "Harry"]] [https://www.familysearch.org/tree/person/details/L5BH-NGV] - 1887(Eng)-1966(Qld) - Licences: 4BH Booval (1928-1930); 4HG Booval (1931); 4HG Ipswich (1937-1939, 1946-1956); 4BH Brisbane (Graceville, 1965) - Qualifications: cc; AOCP 455, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (Ipswich); railways employee - Callsign: withdrawn for 4BH Brisbane - Electoral Rolls: labourer (Ipswich, Qld, 1925; Redbank, Qld, 1929) * [[/Herbert Rufus Brown|Brown, Herbert Rufus]] [https://www.familysearch.org/tree/person/details/K2HL-T23] - 1894(Vic)-1980(Vic) - Licences: 3NN Receive Yanac (1923); 3NN Yanac (1924-1980) - Qualifications: cc; AOCP 271, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Yanac, 1919-1977) * [[/J. R. Brown|Brown, J. R.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Southport (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James McGladdery Brown|Brown, James McGladdery]] [https://www.familysearch.org/tree/person/details/GW18-TCK] - 1882(Qld)-1965(Qld) - Licences: 4BJ Aramac (1929-1933); 4BJ Rockhampton (1937); 4BJ Bundaberg (1947-1965) - Qualifications: AOCP 480, 1929, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: porter (Rockhampton, 1905); station master (Finch Hatton, 1913); labourer (Mackay, 1919); motor car proprietor (Baralaba, Mt Morgan, 1925); guard (Aramac, 1928-1937); retired (Maryborough, 1954-1963; Ascot, 1963) - Relationships: father of Victor James Caldwell Brown, the likely actual amateur operator * [[/John Henry Shadwell Brown|Brown, John Henry Shadwell]] [https://www.familysearch.org/tree/person/details/GDJL-7M4] - 1897(NSW)-1959(NSW) - Licences: 2JK Sydney (Botany, 1925-1939) - Qualifications: cc; CPRT 926, 1926; 1COCP 154, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Botany, 1930-1958) * [[/Joseph Brown|Brown, Joseph "Joe"]] [https://www.familysearch.org/tree/person/details/GQH2-YSM] - 1916(Tas)-1990(Tas) - Licences: 7BJ Hobart (Battery Point, 1934-1939; New Town, 1946-1980+) - Qualifications: cc; AOCP 1255, 1934, No. ?? in Tas; BOCP 5, 1936 - amateur operator; amateur broadcaster; broadcast engineer (7ZL, Hobart TV); public servant (PMGD) - Electoral Rolls: radio operator (Battery Point, 1936-1937); civil servant (New Town, 1943-1972) * [[/Leonard Austin Brown|Brown, Leonard Austin]] [https://www.familysearch.org/tree/person/details/GX21-FFX] - 1915(Vic)-1957(SA) - Licences: 3OP Melbourne (Camberwell, 1931-1933); 5OP Adelaide (Eastwood, 1937-1939) - Qualifications: cc; AOCP 814, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Camberwell, Vic, 1936; Eastwood, SA, 1939; Unley Park, SA, 1941) * [[/Robert Brown|Brown, Robert]] - 19??(???)-19??(???) - Licences: Receive Hobart (Moonah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart Central, 1919; Moonah, 1928); fitter (Hobart North, 1958) * [[/Victor James Caldwell Brown|Brown, Victor James Caldwell]] [https://www.familysearch.org/tree/person/details/LBKS-2T7] - 1907(Qld)-1983(Qld) - Licences: Nil yet identified, but likely those in father's name - Qualifications: Nil yet identified, but likely those in father's name - amateur operator? - Electoral Rolls: wardsman (Aramac, 1928); guard (Aramac, 1930); baker (Rockhampton, 1936); radio mechanic (Barcaldine, 1943; Bundaberg, 1949-1963) - Relationships: son of James McGladdery Brown - note electoral roll addresses for Victor James precisely align with 4BJ addresses whereas those for James McGladdery do not * [[/William Francis Brown|Brown, William Francis]] [https://www.familysearch.org/tree/person/details/G8VB-4DL] - 1914(Vic)-19??(???) - Licences: 3BB Warrnambool (1930-1933); 3BB Melbourne (Richmond, 1937); 9BB Wau, New Guinea (1938); 2ANP Sydney (Bundeena, 1947) - Qualifications: AOCP 704, 1930, Vic; 2COCP 92, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Richmond, 1937) - Comment: many contemporaneous WFBs ===''BROWNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert John Vincent Browne|Browne, Robert John Vincent]] [https://www.familysearch.org/tree/person/details/GSLZ-BY6] - 1907(Qld)-1972(Qld) - Licences: 4RB Brisbane (Toowong, 1925-1939; New Farm, 1946-1956; Dorrington, 1960-1969) - Qualifications: cc; AOCP 92, 1925, No. 10 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Toowong, 1936-1937); mechanic (Clevedon, 4QN, 1943); technician (New Farm, 1949-1954); teacher (Dorrington, 1958-1968) ===''BROWNLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Frank Brownless|Brownless, Sidney Frank "Frank"]] [https://www.familysearch.org/tree/person/details/G8HD-M5S] - 1915(Eng)-1995(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD); military (WW2, RAF, radar research); clubs & societies (IREE); author ("The Sharing of Television Channels", ABCB, 1973 - Electoral Rolls: engineer (Albert Park, 1954-1980) ===''BRUCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Bruce|Bruce, George William]] [https://www.familysearch.org/tree/person/details/GXPX-XN9] - 1913(SA)-1980(SA) - Licences: 5GB Adelaide (Prospect, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1925, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Arthur Bruce|Bruce, Robert Arthur]] [https://www.familysearch.org/tree/person/details/LR18-SKL] - 1900(SA)-1971(SA) - Licences: Receive Adelaide (City, 1923-1924); 5BJ Adelaide (Glenelg, 1927-1939) - Qualifications: cc; AOCP 357, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glenelg, 1939-1943) * [[/Robert William Bruce|Bruce, Robert William]] [https://www.familysearch.org/tree/person/details/GZTC-Z1J] - 1899(Vic)-1971(Vic) - Licences: 3JW Melbourne (St Kilda, 1926-1928; East Malvern, 1931-1939) - Qualifications: AOCP 283, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda East, 1926; Malvern East, 1931-1967) ===''BRUNSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Thomas Brunsden|Brunsden, Herbert Thomas]] [https://www.familysearch.org/tree/person/details/G8NR-JJR] - 1909(NSW)-1942(NSW) - Licences: 2BX Sydney (Leichhardt, 1930-1939) - Qualifications: AOCP 649, 1930, NSW; AOLCP 258, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Leichhardt, 1930-1937) - Comment: Gone too soon ===''BRYCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ramsay Auld Bryce|Bryce, Ramsay Auld]] [https://www.familysearch.org/tree/person/details/GH9T-FL2] - 1914(Qld)-1974(Qld) - Licences: 4AB Ipswich (1937-1939, 1947-1948); 4AB Gold Coast (Palm Beach, 1954-1969); 4AC Portable Ipswich (1947-1956) - Qualifications: cc; AOCP 1935, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (North Ipswich, Qld, 1937); radio serviceman (North Ipswich, Qld, 1943); theatre proprietor (Palm Beach, Qld, 1949); showman (Palm Beach, Qld, 1954-1958); projectionist (Palm Beach, Qld, 1963-1972) ===''BRYSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royal William Bryson|Bryson, Royal William "Roy"]] [https://www.familysearch.org/tree/person/details/GZ9P-5KJ] - 1886(Vic)-1956(Vic) - Licences: XJJ Melbourne (Richmond, 1913); 3JM Receive Melbourne (Kew, 1922-1923); 3JM Melbourne (Kew, 1924-1933) - Qualifications: cc; AOCP 50, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; honorary radio inspector - Electoral Rolls: mechanic (Richmond, 1914-1916); electrical fitter (Kew, 1919-1937); electrician (Croydon, 1943-1954) ===''BUCHANAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thomas Oswald Buchanan|Buchanan, Norman Thomas Oswald]] [https://www.familysearch.org/tree/person/details/G84K-B7C] - 1912(Qld)-1985(Vic) - Licences: 2NB Sydney (Manly, 1928-1939); 2ANB Sydney (Bondi, 1948; Kingsford, 1950); 3AND Melbourne (Ascot Vale, 1954; Rosanna, 1955-1956) - Qualifications: AOCP 466, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Manly, 1934-1935); sound engineer (Manly, 1936); engineer (North Sydney, 1943; Heidelberg, 1954-1963; Rosanna, 1968; Heidelberg, 1972; Rosanna, 1977); retired (Castlemaine, 1980) ===''BUCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hector Buck|Buck, Albert Hector]] [https://www.familysearch.org/tree/person/details/LDQJ-PC3] - 1905(Vic)-1948(Vic) - Licences: 3TM Receive Melbourne (Albert Park, 1923); 3TM Melbourne (Glenhuntly, 1924-1926; Glenferrie, 1927; East Preston, 1931; Hawthorn, 1933-1937); 3TM Terang (1938-1939); 3TM Shepparton (1946-1947) - Qualifications: cc; AOCP 138, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: father of 3ZMX & 3AAD Edwin David Buck, don't confuse with Albert Thomas Buck (Qld) - Electoral Rolls: electrician (Glenferrie, 1927-1928); mechanic (Glenferrie, 1931; Hawthorn, 1937); electrician (Terang, 1943) * [[/Albert Thomas Buck|Buck, Albert Thomas]] [https://www.familysearch.org/tree/person/details/9Z9K-CXG] - 1892(Eng)-1973(Eng) - Licences: 4CW Receive Brisbane (Geebung, 1923); 4CW Brisbane (Geebung, 1924-1927) - Qualifications: cc; AOCP 281, 1926, No. 24 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: home duties (Kedron, 1931-1934); wireless mechanic (Summer Hill, 1933) - don't confuse with 3TM Albert Hector Buck * [[/Edwin David Buck|Buck, Edwin David]] [https://www.familysearch.org/tree/person/details/GZNC-4JQ] - 1929(Vic)-2010(Vic) - 3ZMX Melbourne (Thornbury, 1965-1969, 3AAD Melbourne (Thornbury, 1975-1980), amateur operator (AOCP ??, 19??, No. ?? in Vic), son of 3TM Albert Hector Buck ===''BUCKERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Roy Buckerfield|Buckerfield, Sidney Roy "Buck" & "Roy"]] [https://www.familysearch.org/tree/person/details/GCGS-S7N] - 1904(SA)-1965(SA) - Licences: 5DA Receive Adelaide (Parkside, 1923); 5DA Adelaide (Parkside, 1924-1927; Evandale, 1928-1931; Knoxville, 1933-1939; St Morris, 1947-1948+); 5DA Crystal Brook (1954-1956); 5DA Adelaide (Brighton Gardens, 1960+) - Qualifications: cc; AOCP 32, 1924, No. ?? in SA; 2COCP 163, 1938; 1COCP 1557, 1950 - amateur operator; amateur broadcaster; broadcast engineer (5DN, 5CK, 5DR, 5AN, 5ABCFM); public servant (PMGD); WW2 - Electoral Rolls: mechanic (Knoxville, 1939) ===''BUCKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Carson Buckie|Buckie, Alan Carson]] [https://www.familysearch.org/tree/person/details/GFQ6-8QC] - 1909(WA)-1966(WA) - Licences: 6AB Perth (Nedlands, 1936-1939; Claremont, 1947-1948; Dalkeith, 1965) - Qualifications: cc; AOCP 1682, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (North Perth, WA, 1931); radio engineer (Nedlands, WA, 1943-1963) ===''BUGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Robert Bugg|Bugg, Charles Robert]] [https://www.familysearch.org/tree/person/details/G82G-Q8K] - 1918(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: BOCP 11, 1936, Vic - - Electoral Rolls: radio engineer (Geelong, 1942) ===''BUILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Builder|Builder, Geoffrey]] [https://www.familysearch.org/tree/person/details/GM6S-FBL] - 1906(WA)-1960(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - physicist; radio engineer; WW2 - Electoral Rolls: observer (Magnetic Observatory, Watheroo, 1931; physicist (Haberfield, 1935; Ashfield, 1937; Burwood, NSW, 1943-1958) - [https://adb.anu.edu.au/biography/builder-geoffrey-9617 ADB] ===''BULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis George Bull|Bull, Francis George]] [https://www.familysearch.org/tree/person/details/LB9W-CFP] - 1904(Eng)-1965(Qld) - Licences: 4MA Brisbane (Fairfield, 1936-1939) - Qualifications: cc; AOCP 1674, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Stones Corner, Qld, 1926-1928; Highgate Hill, Qld, 1934; Fairfield, Qld, 1937; Annerley, Qld, 1943-1958); military forces (Wellers Hill, Qld, 1963) * [[/J. F. Bull|Bull, J. F.]] - 19??(???)-19??(???) - 4FH Mackay (-1949-1967+), amateur operator (AOCP ??, 19??, No. ?? in Qld), associate member I.R.E. Aust. ===''BULLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Bulling|Bulling, William John]] [https://www.familysearch.org/tree/person/details/L4Y9-S95] - 1914(SA)-2000(SA) - Licences: 5KX Adelaide (Grange, 1935-1939; Kirkcaldy, 1947-1954; Kings Park, 1955-1975); 5KX Wasleys (1980+) - Qualifications: cc; AOCP 1527, 1935, SA; BOCP 166, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Kirkcaldy, 1939-1943) ===''BULLIVANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Bullivant|Bullivant, William Norman]] [https://www.familysearch.org/tree/person/details/GZJK-X8B] - 1908(NSW)-1985(NSW) - 2PR Receive Albury (1923-1924), 2WB Albury (1925-1930), 2WB West Wyalong (1931-1934), 2BC Sydney (Bondi, 1946-1950; Bellevue Hill, 1954-1969; Kingsford, 1975-1980+), amateur operator (AOCP 167, 1925, No. ?? in NSW; 1COCP 319, 1940), amateur broadcaster, postal clerk (West Wyalong, 1932), telegraphist (Bondi, 1943), supervisor (Waverley, 1954; Bellevue Hill, 1963; Kingsford, 1980)) ===''BULLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Frederick Wright Bullock|Bullock, Albert Frederick Wright "Bert"]] [https://www.familysearch.org/tree/person/details/GX4K-44G] - 1900(Qld)-1987(Qld) - Licences: 4ZX Brisbane (Coorparoo, 1933-1939, 1946-1954; Camp Hill, 1955-1960) - Qualifications: cc; AOCP 1109, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: ironworker (East Brisbane, Qld, 1925); storeman (Coorparoo, Qld, 1936-1954); retired (Coorparoo, Qld, 1958-1980) ===''BUNTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Bunton|Bunton, George Henry]] [https://www.familysearch.org/tree/person/details/MGWV-YFR] - 1872(Eng)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, Mosman, NSW) - Electoral Rolls: butcher (Mosman, 1930-1954) ===''BURBIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Arthur Burbidge|Burbidge, Philip Arthur]] [https://www.familysearch.org/tree/person/details/G8HM-7JL] - 1910(Eng)-1948(NSW) - Licences: 3PB Melbourne (Moonee Ponds, 1928-1931); 2PB Sydney (Bellevue Hill, 1946-1947) - Qualifications: AOCP 456, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant manager (Camberwell, 1934); manager (Bellevue Hill, 1943) ===''BURBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Alfred Burbury|Burbury, Eric Alfred]] - 1894(Tas)-1976(NSW) - early wireless experimenter (Tasmania, unlicensed?), ship wireless operator (1910s), broadcast engineer (AWA, Koo-we-rup; 2FC, chief engineer), brother of Harry Keith Burbury * [[/Harry Keith Burbury|Burbury, Harry Keith "Keith"]] - 1897(Tas)-1986(NSW) - engineer (PMGD), brother of Eric Alfred Burbury ===''BURCHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Burchill|Burchill, Charles]] [https://www.familysearch.org/tree/person/details/GXXD-8PF] - 1894(Qld)-1969(NSW) - Licences: 4EM Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Hendra, Qld, 1925; Surry Hills, NSW, 1930); fitter (Long Bay Camp, NSW, 1933; Surry Hills, NSW, 1934-1936; Harbord, NSW, 1937); watchman (Maroubra, NSW, 1943-1949) ===''BURFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Patrick Burford|Burford, Walter Patrick]] [https://www.familysearch.org/tree/person/details/GHM2-CD9] - 1912(SA)-1960(Vic) - Licences: 5PB Naracoorte (1934-1939, 1947-1960) - Qualifications: cc; AOCP 1365, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, SA, 1939-1943) ===''BURGESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Thomas Burgess|Burgess, George Thomas]] [https://www.familysearch.org/tree/person/details/G8W5-N95] - 1913(SA)-1994(SA) - Licences: 5GC Adelaide (Prospect, 1933-1939; Henley Beach, 1947-1980+) - Qualifications: cc; AOCP 1233, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Henley, SA, 1941-1943) * [[/Thomas William Watkins Burgess|Burgess, Thomas William Watkins]] [https://www.familysearch.org/tree/person/details/LDZP-X1R] - 1861(NSW)-1929(NSW) - Licences: XDA Wagga Wagga (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: medical practitioner (Wagga Wagga, 1901-1903) ===''BURGOYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Burgoyne|Burgoyne, Francis James]] [https://www.familysearch.org/tree/person/details/GXQN-1VS] - 1876(Wales)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (VIY, 1913-?); RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: officer-in-charge (Radio Station, South Townsville, 1919); postmaster (Concord, 1930); public servant (Homebush, 1930); postmaster (Homebush, 1933; Strathfield, 1935; Inverell, 1936; Bondi North, 1943) ===''BURING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rudolph Buring|Buring, Rudolph]] [https://www.familysearch.org/tree/person/details/L51C-YVT] - 1906(Tas)-1973(Vic) - Licences: 7AX Receive Hobart (1922-1923); Receive Hobart (1923-1924); 7RB Hobart (1925-1933); 3RB Melbourne (Ballarat, 1935-1939) - Qualifications: cc; AOCP 102, 1925, No. ?? in Tas; AOLCP 166, 1934 - amateur operator; amateur broadcaster; electronics engineer (PMGD) - Electoral Rolls: university demonstrator (Hobart, 1928); radio engineer (Sale, 1936; Ballarat, 1936-1937); engineer (Kew, 1943-1972) ===''BURMESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Conrad Burmester|Burmester, Otto Conrad]] [https://www.familysearch.org/tree/person/details/GXWN-7VX] - 1909(Qld)-1997(Qld) - Licences: 4OB Brisbane (East Brisbane, 1933) - Qualifications: cc; AOCP 1158, 1933, No. ?? in Qld; 2COCP 31, 1935; 1COCP 46, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: broadcaster (Toowong, Qld, 1943); PMG technician (East Brisbane, Qld, 1949-1980) ===''BURNS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud Edward James Burns|Burns, Claud Edward James]] [https://www.familysearch.org/tree/person/details/KCLY-P7V] - 1893(Qld)-1978(Qld) - Licences: 4ZY Kingaroy (1932-1939); 4ZY Innisfail (1946-1947); 4ZY Cairns (1948-1975) - Qualifications: cc; AOCP 996, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: supervising technician (Cairns, Qld, 1954-1977) ===''BURRAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Allan Burrage|Burrage, John Allan]] [https://www.familysearch.org/tree/person/details/KCW4-SLS] - 1916(Vic)-1942(Ins) - Licences: 3UW Melbourne (Deepdene, 1934-1937), 3UW (Shepparton, 1938-1939) - Qualifications: AOCP 1322, 1934, No. ?? in Vic; BOCP 59, 1936; 1COCP 291, 1939 - amateur operator, amateur broadcaster, broadcast engineer (3SR), WW2 - Electoral Rolls: radio engineer (Shepparton, 1942) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/burrage-john-allan-400643/] ===''BURROWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Owen Burrows|Burrows, Alan Owen]] [https://www.familysearch.org/tree/person/details/KNZG-V74] - 1901(NSW)-1933(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio correspondent (Sydney Morning Herald, Sydney Sun); proprietor Miss F. V. Wallace (Wireless Shop), 1927-1933; president Waverley Radio Club - Electoral Rolls: radio dealer (Waverley, 1930-1933) - Comment: Gone too soon * [[/Ernest Walter Burrows|Burrows, Ernest Walter]] [https://www.familysearch.org/tree/person/details/LZDY-YQ8] - 1900(WA)-1986(NSW) - Licences: 6DZ Geraldton (1924-1927); 2DZ Sydney (Concord, 1929-1930) - Qualifications: cc; CPRT 659, 1921; 1COCP 5, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: technical assistant (Canterbury, NSW, 1937-1949; Earlwood, 1954-1980) * [[/Frederick Harold Burrows|Burrows, Frederick Harold]] [https://www.familysearch.org/tree/person/details/LZDY-TKH] - 1894(Eng)-1974(WA) - Licences: 6BH Perth (Claremont, 1922-1924); 6BH Kalgoorlie (1925-1927); 6BF Perth (Beverley, 1937-1939) - Qualifications: cc; AOCP 193, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgoorlie, 1916; Claremont, 1922; Kalgoorlie, 1925); headmaster (Beverley, 1937; Subiaco, 1943-1958); retired (Subiaco, 1963-1972) * [[/John Charles Fry Burrows|Burrows, John Charles Fry]] [https://www.familysearch.org/tree/person/details/GDKZ-LJ8] - 1897(Vic)-1981(Vic) - Licences: XJCD Melbourne (Kew, 1913-1914) - Qualifications: cc; CPRT 251, 1916 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: no occupation (Kew, 1919-1931); representative (Bairnsdale, 1934); commercial (Kew, 1936-1937); superintendent (Caulfield, 1943-1954); manager (Toorak, 1963-1980) ===''BURTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Reg Burton|Burton, Arthur Reg]] [https://www.familysearch.org/tree/person/details/GXCC-3HM] - 1899(Eng)-1982(Qld) - Licences: 4FE Brisbane (South Brisbane, 1935-1936; City, 1937-1939; Highgate Hill, 1946-1948); 1FE Heard Island (1954-1955); 4FE Thursday Island (1955-1956); 4FE Normanton (1960); 4FE Labrador (1965-1980+) - Qualifications: cc; AOCP 1563, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, AIF); broadcast technician; federal public servant (PMGD) - Relationships: Likely father of 4BM Arthur Henry Burton - Electoral Rolls: artist (Lutwyche, Qld, 1921); picture showman (Beenleigh, Qld, 1922-1926); motor engineer (Kangaroo Point, Qld, 1931-1934; South Brisbane, Qld, 1937); radio engineer (South Brisbane, Qld, 1943); diesel engineer (Highgate Hill, Qld, 1949-1954); technician (Highgate Hill, Qld, 1958); retired (Labrador, Qld, 1968-1980) ===''BUSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Talbot Busch|Busch, Reginald Talbot]] [https://www.familysearch.org/tree/person/details/GZJ3-2P7] - 1907(Vic)-2005(Vic) - Licences: 3LS Receive Melbourne (Essendon, 1923); 3LS Melbourne (Moonee Ponds, 1923-1939; North Essendon, 1946-1969; Strathmore, 1975-1980+) - Qualifications: cc; AOCP 157, 1925, No. ?? in Vic; AOLCP 286, 1936; 1AOCP 3, 1946 - amateur operator; amateur broadcaster; research engineer (1942) - Electoral Rolls: engineer (Moonee Ponds, 1931-1937); research engineer (Essendon, 1942-1968); research (Strathmore, 1972-1977) ===''BUSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Melville Bush|Bush, Albert Melville]] [https://www.familysearch.org/tree/person/details/LBB7-DFN] - 1893(Vic)-1964(Vic) - 3YY Bendigo (1924-1927) - Qualifications: cc; AOCP 197, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: dental apprentice (Bendigo, 1914-1919); dentist (Bendigo, 1922-1963) ===''BUSHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Robert William Bushby|Bushby, Thomas Robert William]] [https://www.familysearch.org/tree/person/details/K2G5-KTN] - 1900(Eng)-1978(NSW) - Licences: 2TW Bulli (1927-1928); 2TW Sydney (Gladesville, 1929; Hunters Hill, 1930; Gladesville, 1931-1933; Rose Bay, 1934; Bondi North, 1935-1937; Bellevue Hill, 1938-1939) - Qualifications: AOCP 368, 1927, No. ?? in NSW; AOLCP 32, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hunters Hill, 1930; Gladesville, 1933); engineer (Rose Bay, 1934; Bellevue Hill, 1935; Bondi, 1936-1937; Kingsgrove, 1943-1954); radio engineer (Bexley, 1958-1963) ===''BUTCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Butcher|Butcher, Eric William]] [https://www.familysearch.org/tree/person/details/GXWG-77S] - 1912(Qld)-1970(Qld) - Licences: 4EB Brisbane (Lutwyche, 1931-1933; Kedron, 1938-1939) - Qualifications: cc; AOCP 871, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Kedron, Qld, 1936-1937); teacher (Grange, Qld, 1949; Wavell Heights, Qld, 1958-1968) ===''BUTLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lloyd Butler|Butler, Alfred Lloyd "Lloyd"]] - Licences: 5BR Adelaide (Prospect, 1947); 5BR Murray Bridge (1948-1960); 5BR Adelaide (Panorama, 1965-1980+) - Qualifications: AOCP; BOCP; TVOCP - amateur operator; historian (SA amateur, SA broadcast) - Electoral Rolls: - Links: [http://users.tpg.com.au/ldbutler/index.htm Web] * [[/Richard Edmund Butler|Butler, Richard Edmund "Dick"]] [https://www.familysearch.org/tree/person/details/GQX1-ZPZ] - 1926(Vic)-2012(Vic) - Senior federal public servant (PMGD), Deputy General Secretary ITU 1983-1989, Secretary General ITU 1983-1989 [https://www.itu.int/en/history/Pages/ElectedOfficialBio.aspx?off=6] ===''BUTLER-WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertie Saywell Butler-Wood|Butler-Wood, Bertie Saywell]] [https://www.familysearch.org/tree/person/details/GXJ2-18J] - 1894(NSW)-1954(Qld) - Licences: 4EJ Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West End, Qld, 1919-1925); dentist (West End, Qld, 1943-1954) ===''BUTTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Butterfield|Butterfield, George William]] [https://www.familysearch.org/tree/person/details/L77T-FCW] - 1903(Eng)-1980(WA) - Licences: 6GW Perth (South Perth, 1932-1939) - Qualifications: cc; AOCP 906, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: dental mechanic (Northam, WA, 1925; South Perth, WA, 1931); radio engineer (South Perth, WA, 1936-1958); retired (South Perth, WA, 1977) ===''BUTTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Butters|Butters, William Leslie W.]] [https://www.familysearch.org/tree/person/details/2VQ7-BSV] - 1885(NSW)-1953(NSW) - Licences: 2WY Bermagui South (1928-1935); 2WY Sydney (Brooklyn, 1936-1938; Cronulla, 1939; Karuah, 1946-1947); 2WY Nambucca Heads (1948-1950) - Qualifications: AOCP 464, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: fisheries inspector (Bermagui South, 1930; Brooklyn, 1936); clerk (Erskineville, 1943); retired (Nambucca Heads, 1949) ===''BUTTERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Butterworth|Butterworth, Cecil]] [https://www.familysearch.org/tree/person/details/GMLR-QDG] - 1910(NSW)-1990(NSW) - Licences: 2CB Wallsend (1929-1930); 2BU Wallsend (1931-1939, 1946-1980+) - Qualifications: AOCP 540, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Wallsend, 1936-1958); manufacturer (Wallsend, 1963-1972); engineer (Rankin Park, 1977-1980) ===''BUZACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Hardie Buzacott|Buzacott, Albert Hardie "Hardie"]] [https://www.familysearch.org/tree/person/details/L7YK-QZ6] - 1914(Qld)-1984(Qld) - Licences: 4UZ Toowoomba (1934-1939) - Qualifications: cc; AOCP 1242, 1934, No. ?? in Qld; AOLCP 260, 1935 - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio mechanic (East Toowoomba, Qld, 1936-1937); radio operator (East Toowoomba, Qld, 1943-1949); manager (Roma, Qld, 1949; Gympie, Qld, 1954-1972; Caloundra, Qld, 1977-1980) * [[/Richard Norman Buzacott|Buzacott, Richard Norman]] [https://www.familysearch.org/tree/person/details/GZ82-8ZL] - 1909(WA)-1975(Vic) - Licences: 3RB Melbourne (Elsternwick, 1926; Burwood, 1931; Camberwell, 1933); 2TD Sydney (North Sydney, 1935-1936); 3TD Lubeck (1938-1939); 3TD Melbourne (Balwyn, 1946-1960); 3AUB Melbourne (Reservoir, 1969-1975) - Qualifications: AOCP 298, 1926, No. ?? in Vic; 1COCP 61, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1931); broadcast engineer (North Sydney, 1934-1935); engineer (Camaray, NSW, 1936); broadcast engineer (Lubeck, 1937); wireless operator (Canterbury, 1943); technician (Canterbury, 1949-1954); engineer (Reservoir, 1963-1972) =='''C'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''CAGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cagney|Cagney, Eric William]] [https://www.familysearch.org/tree/person/details/GXH2-9HV] - 1909(Qld)-1990(Qld) - Licences: 4EC Rockhampton (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1386, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Palings, piano tuner); associate I.R.E. Aust - Electoral Rolls: musical instrument worker (Rockhampton, Qld, 1931-1980) ===''CAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Cain|Cain, James Henry]] [https://www.familysearch.org/tree/person/details/MKN2-48M] - 1866(Isle of Man)-1940(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as a/g superintendent, Central Mission, Wesley Church, Melbourne, Vic) - Electoral Rolls: clergyman (Mooroopna, 1903; North Melbourne, 1909-1913; Carlton, 1914-1919; Glenferrie, 1921-1924; Auburn, 1924-1927; Kew, 1928-1937) ===''CALDECOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry William Spencer Caldecott|Caldecott, Henry William Spencer]] [https://www.familysearch.org/tree/person/details/GZT8-K3M] - 1908(Canada)-1991(NSW) - Licences: 2SM Sydney (Manly, 1926-1927; Chatswood, 1928-1929; Manly, 1930-1931); 2DA Sydney (Manly, 1933-1939; Balgowlah, 1946-1980+) - Qualifications: AOCP 285, 1926, No. ?? in NSW; AOLCP 58, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Balgowlah, 1930-1968); engineer (Balgowlah, 1977-1980)- callsign 2SM withdrawn by PMGD for allocation to 2SM commercial broadcaster ===''CALDWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aleck Stewart Caldwell|Caldwell, Aleck Stewart]] [https://www.familysearch.org/tree/person/details/M5SS-6BB] - 1903(SA)-1983(SA) - Licences: Receive Adelaide (Unley North, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: During 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Donald Pavy Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: draftsman (Black Forest, SA, 1939); assistant (Erindale, SA, 1941-1943) * [[/Donald Pavy Caldwell|Caldwell, Donald Pavy]] [https://www.familysearch.org/tree/person/details/LVC2-5NT] - 1907(SA)-1959(NSW) - Licences: Nil yet identified - Qualifications: cc; AOCP 29, 1924, No. ?? in SA - amateur operator; amateur broadcaster - Comment: amateur broadcaster but never held licence in his name, during 1920s licences apparently shared with multiple family members - Relationships: Son of Robert Ballantyne Caldwell; brother of Aleck Stewart Caldwell; nephew of William Alexander Caldwell - Electoral Rolls: telegraphist (Clapham, SA, 1939-1943) * [[/Frank David Caldwell|Caldwell, Frank David]] [https://www.familysearch.org/tree/person/details/G8DV-FQ9] - 1907(NSW)-1975(NSW) - Licences: 2YF Sydney (Bondi, 1930-1936; Concord, 1937; Bondi, 1938-1939; Waverley, 1946-1969); 2YF Katoomba (1975) - Qualifications: AOCP 587, 1930, No. ?? in NSW; 3COCP 404, 1938; BOCP 186, 1938 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: employee Clyde Engineering Works (Burwood, 1930); mechanic (Bondi, 1936-1937; Waverley, 1949-1958; Bronte, 1963-1968) * [[/Robert Ballantyne Caldwell|Caldwell, Robert Ballantyne]] [https://www.familysearch.org/tree/person/details/2ZSH-LYB] - 1869(SA)-1942(SA) - Licences: 5BP Adelaide (Unley, 1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: father of Aleck Stewart Caldwell & Donald Pavy Caldwell; brother of William Alexander Caldwell - Electoral Rolls: resident engineer (North Unley, SA, 1939-1941) * [[/Rupert Christian Caldwell|Caldwell, Rupert Christian]] [https://www.familysearch.org/tree/person/details/G8W3-897] - 1893(Vic)-1989(NSW) - Licences: 2YW Receive Sydney (Leichhardt, 1923-1924); 2JO Sydney (Bondi Junction, 1928; Waverley, 1929-1933; Woollahra, 1934-1937; Bondi, 1938-1939, 1946-1969) - Qualifications: cc; AOCP 415, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: traveller (Waverley, 1930-1933; Woollahra, 1934-1936; Bondi Beach, 1937-1968); retired (Waverley, 1972; Bondi Beach, 1977; Malabar, 1980) * [[/William Alexander Caldwell|Caldwell, William Alexander]] [https://www.familysearch.org/tree/person/details/K8Y4-P92] - 1881(SA)-1964(SA) - Licences: 5DI Receive Adelaide (Unley, 1923); 5BO Adelaide (Unley, 1923); 5BP Adelaide (Unley, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: during 1920s licences apparently shared with multiple family members - Relationships: brother of Robert Ballantyne Caldwell; uncle of Aleck Stewart Caldwell & Donald Pavy Caldwell - Electoral Rolls: nil (Glenelg, SA, 1939-1943) ===''CALETTI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guido Caletti|Caletti, Guido "Jim"]] [https://www.familysearch.org/tree/person/details/G841-NV5] - 1900(NSW)-1952(NSW) - Licences: 2CL Receive Sydney (Leichhardt, 1922; Newtown, 1922); 2CL Sydney (Newtown, 1923; Redfern, 1924; Annandale, 1924-1926; Punchbowl, 1927-1929; Penrose, 1930); 2AHV Sydney (Hurstville, 1938-1939, 1946-1950) - Qualifications: cc; CPRTelephony 649, 1921 - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Punchbowl, 1930); mechanic (Bankstown, 1933); telephone mechanic (Hurstville, 1937-1949) ===''CALLABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Callaby|Callaby, Clarence James]] [https://www.familysearch.org/tree/person/details/GZBQ-38C] - 1910(NSW)-1978(NSW) - Licences: 2CJ Sydney (Concord, 1929-1934); 3BI Ballarat (1937-1939) - Qualifications: AOCP 546, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: laboratory assistant (Concord, 1933-1935); chemist (Croydon, 1936-1937); industrial chemist (West Ryde, 1943-1958); company director (St Ives, 1963-1968); director (St Ives, 1972-1977) ===''CALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Victor Callick|Callick, Harold Victor]] [https://www.familysearch.org/tree/person/details/GXF4-P45] - 1898(Eng)-1978(Qld) - Licences: Receive Brisbane (Herston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: surgical dresser (Kelvin Grove, Qld, 1921-1925; Herston, Qld, 1937-1963; Alderley, Qld, 1943-1949; Herston, Qld, 1954-1958; Chermside, Qld, 1963); retired (Miami, Qld, 1968-1977) ===''CALLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival James Callow|Callow, Percival James]] [https://www.familysearch.org/tree/person/details/GXFB-TR6] - 1899(Qld)-1969(Qld) - Licences: Receive (Crystal) Brisbane (Albion, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: public servant (Albion, Qld, 1921-1925); clerk (Glen Kedron, Qld, 1934; Kedron, Qld, 1936-1963); retired (Scarborough, Qld, 1968) ===''CAMERON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. R. Cameron|Cameron, A. R.]] - 19??(???)-19??(???) - Licences: 5RC Adelaide (Leabrook, 1931-1938); 2AMK Sydney (Hunters Hill, 1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Robert Milton Cameron|Cameron, Robert Milton]] [https://www.familysearch.org/tree/person/details/GZXL-HDJ] - 1907(Vic)-1985(SA) - Licences: 3OT Receive Melbourne (Malvern, 1923); 3OT Melbourne (Malvern, 1924-1933); 2XV Sydney (Waverton, 1935; Cronulla, 1937-1939); 4CS Brisbane (Doomben, 1947; Archerfield, 1948); 3AC Melbourne (Prahran, 1954-1955; Hawthorn, 1956-1960) - Qualifications: cc; AOCP 112, 1925, No. ?? in Vic; 1COCP 87, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Malvern East, 1931-1934); aeradio operator (Cooktown, 1943); surveyor (Prahran, 1954) ===''CAMPBELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dallas Dwyer Campbell|Campbell, Dallas Dwyer]] - 1901(NSW)-1964(NSW) - 2KU? Receive Ulmarra (1922-23), 2CU Ulmarra (1924-1939), amateur operator (AOCP 5, 1924, No. ?? in NSW), amateur broadcaster * [[/Douglas Gilmore Campbell|Campbell, Douglas Gilmore]] [https://www.familysearch.org/tree/person/details/LJBS-NDD] - 1888(NSW)-1971(NSW) - 2JO Receive Kyogle (1922-1924), 2DG Kyogle (1925-1933), amateur operator (AOCP 70, 1925, No. ?? in NSW), amateur broadcaster * [[/Frank Valentine Campbell|Campbell, Frank Valentine]] [https://www.familysearch.org/tree/person/details/GXZJ-CGN] - 1901(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4GC George Alfred Campbell - Electoral Rolls: wireless expert (South Brisbane, Qld, 1926); mechanic (Kedron, Qld, 1928-1929); electrical engineer (Kedron, Qld, 1934-1954); electrician (Haberfield, NSW, 1958-1963); retired (Beacon Hill, NSW, 1968-1972) * [[/Frederick Alexander Campbell|Campbell, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/KC4J-HG7] - 1849(Sct)-1930(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as listener, South Yarra, Vic) - Electoral Rolls: director (Melbourne, 1903-1913; South Yarra, 1914-1919); chief executive (South Yarra, 1924-1928) * [[/George Alfred Campbell|Campbell, George Alfred]] [https://www.familysearch.org/tree/person/details/GXZJ-C21] - 1894(Eng)-1983(Qld) - Licences: 4GC Brisbane (South Brisbane, 1937-1939, 1947-1960); 4GC Mermaid Beach (1965-1975); 4GC Brisbane (Annerley, 1980+) - Qualifications: cc; AOCP 2014, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of Frank Valentine Campbell - Electoral Rolls: electrical engineer (West End, Qld, 1925-1926; South Brisbane, Qld, 1928-1963); retired (Annerley, Qld, 1968-1972; Mermaid Beach, Qld, 1977) * [[/James Campbell|Campbell, James]] - 1845(Sct)-1893(Vic) - proprietor of engineering business in Ballarat, politician in Victoria, Postmaster-General Victoria (Apr 1884 - Feb 1886) * [[/Neville Douglas Campbell|Campbell, Neville Douglas or Douglas Neville]] [https://www.familysearch.org/tree/person/details/G73C-WVG] - 1912(Tas)-2007(Tas) - Licences: 7NC Hobart (City, 1932-1939, 1946-1956; Sandy Bay, 1960-1980) - Qualifications: cc; AOCP 993, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (New Town, 1943; Sandy Bay, 1949-1958) * [[/Robert Campbell|Campbell, Robert]] - 1917(???)-1950(Qld) - Licences: 4RC Brisbane (Kelvin Grove, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1180, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, treasurer, QSL officer) - Comment: numerous contemporaneous RCs - Electoral Rolls: Nile yet identified ===''CANAVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Canavan|Canavan, John]] [https://www.familysearch.org/tree/person/details/GF3D-L6T] - 1914(Eng)-2008(WA) - Licences: 6CN Perth (City, 1936-1939); 6ON Perth (Mt Hawthorn, 1948) - Qualifications: cc; AOCP 1811, 1936, WA; BOCP 109, 1937; 1COCP 618, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (North Perth, WA, 1937; Maylands, WA, 1949; Bayswater, WA, 1954; Port Hedland, WA, 1958; Bayswater, WA, 1963-1980) ===''CANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Fredrick Herrett Cannon|Cannon, Ronald Fredrick or Frederick Herrett]] [https://www.familysearch.org/tree/person/details/G7JW-T6L] - 1913(Tas)-1994(Vic) - Licences: 7RC Wynyard (1932-1939); 3BRC Melbourne (Hawthorn, 1975) - Qualifications: cc; AOCP 946, 1932, No. ?? in Tas; BOCP 97, 1937; 1COCP 473, 1941 - amateur operator; amateur broadcaster; RAAFWR; WW2 - Electoral Rolls: shop assistant (Wynyard, 1936-1937); engineer (St Kilda, 1943); radio technician (Auburn, 1949; Hawthorn, 1954-1967); tv hirer (Hawthorn, 1968-1980) ===''CANSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathan Victor Charles Cansick|Cansick, Nathan Victor Charles]] [https://www.familysearch.org/tree/person/details/LKSJ-CXC] - 1907(Vic)-1968(NSW) - 3VE Receive Melbourne (St Kilda, 1923-1924), 3AK Melbourne (St Kilda, 1925-1931), amateur operator (AOCP 139, 1925, No. ?? in Vic), amateur broadcaster ===''CAREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Carey|Carey, Francis Joseph "Frank"]] - 18??-19?? - X??, 4?? Toowoomba 1911-1914, 1922-1923, 2AMI Sydney (Centennial Park, 1933-1939; North Sydney 1946-1954; Fairfield 1955-1980) - amateur operator (AOCP 1152, 1933, ?? in NSW) , radio club member (QWI), Halcyon: AOCP NSW 1925 * [[/John Thomas Carey|Carey, John Thomas]] [https://www.familysearch.org/tree/person/details/G6Y9-TZ8] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 19, 1914 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: wireless operator (St Kilda, 1913; West End, Townsville, 1919) ===''CARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Lewis Carne|Carne, Ronald Lewis "Ron"]] [https://www.familysearch.org/tree/person/details/GXCC-N3M] - 1910(Fiji)-1976(Qld) - Licences: 4RP Hambledon Mill via Cairns (1935); 4RP Innisfail (1937-1939) - Qualifications: cc; AOCP 1186, 1933, Qld; 3COCP 429, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Goondi Mill, Innisfail, 1936-1937); cane inspector (Sherwood, Qld, 1943); assistant cane inspector (Goondi Mill, Innisfail, Qld, 1949-1954); cane inspector (Victoria Mill, Ingham, Qld, 1954-1958); manager (Harwood Mill, Harwood Island, NSW, 1963; Victoria Mill, Ingham, Qld, 1968); retired (Bowen, Qld, 1972) ===''CARPENTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Carpenter|Carpenter, Archibald John]] [https://www.familysearch.org/tree/person/details/GZPR-BJS] - 1900(WA)-1956(France) - Licences: No known licence - Qualifications: cc; AOCP 376, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: school teacher (Northam, 1925-1936); instructor (South Perth, 1943); firewood vendor (Whyalla, 1948); teacher (Kalgoorlie, 1954) ===''CARRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Carrie|Carrie, F.]] - 19??(???)-19??(???) - Licences: 5JC Adelaide (Glanville, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CARTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Carter|Carter, Albert Edward "Birdie"]] [https://www.familysearch.org/tree/person/details/GHDL-5CB] - 1916(Qld)-2014(Qld) - Licences: 4LT Brisbane (Wavell Heights, 1938-1939, 1946-1948); 4LT Nanango (1954); 4LT Brisbane (Carina, 1955-1969); 4LT Sunshine Beach (1975); 4LT Tewantin (1980) - Qualifications: cc; AOCP 2143, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); wholesale grocery (S. Hoffnung & Co); WW2 - Comment: several contemporaneous AECs - Electoral Rolls: merchant (Greenslopes, Qld, 1943-1949); manager (Nanango, Qld, 1954); departmental manager (Carina, Qld, 1958-1972); retired (Sunshine Beach, Qld, 1977; Tewantin, Qld, 1980)) * [[/Clarence Sydney William Carter|Carter, Clarence Sydney William]][https://www.familysearch.org/tree/person/details/L5T1-TXL] - 1902(SA)-1962(SA) - Licences: Receive Adelaide (Kensington, 1923); 5CS Adelaide (Maylands, 1924-1926) - Qualifications: cc; AOCP 24, 1924, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: salesman (Glen Osmond, SA, 1939-1943) * [[/Frederick Pell Carter|Carter, Frederick Pell or Peel (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXP4-2BC] - 1899(NSW)-1968(SA) - Licences: 5GK Adelaide (Mile End, 1931-1939) - Qualifications: cc; AOCP 761, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: service station proprietor (Mile End, SA, 1939-1943) * [[/H. Carter|Carter, H.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Graceville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous HCs - Electoral Rolls: Nil yet identified * [[/Harry Raymond Carter|Carter, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G9G5-KJT] - 1911(NSW)-1986(NSW) - Licences: 2HC Quirindi (1926-1939; 1946-1980+); 2BE Portable Quirindi (1933-1934); 2AI Portable Quirindi (1935-1939) - Qualifications: AOCP 286, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Quirindi, 1933-1980) - Callsign 2BE withdrawn by PMGD for 2BE Bega commercial ===''CARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Carty|Carty, Bruce]] - historian (broadcast, amateur broadcast), author "Australian Radio History" ===''CASTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Castle|Castle, Clarence Henry "Clarry"]] [https://www.familysearch.org/tree/person/details/GXGF-7GR] - 1915(SA)-2002(SA) - Licences: 5KL Adelaide (Prospect, 1933-1939); 5KL Darwin (1947-1948); 5KL Adelaide (Enfield Heights, 1954-1965; Enfield, 1969-1980+) - Qualifications: cc; AOCP 1209, 1933, SA; 2COCP 263, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''CASWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Harold Caswell|Caswell, Archibald Harold "Arch"]] [https://www.familysearch.org/tree/person/details/GXCC-Y3X] - 1913(Qld)-1986(Qld) - Licences: 4CB Murgon (1934-1939); 4CB Maryborough (1946-1975) - Qualifications: cc; AOCP 1340, 1934, Qld - amateur operator; amateur broadcaster; WW2 (POW); business proprietor (garage) - Electoral Rolls: radio technician (Maryborough, Qld, 1954-1972); retired (Torquay, Qld, 1977-1980) ===''CATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lester Evans Catford|Catford, Lester Evans]] [https://www.familysearch.org/tree/person/details/GDD8-RCB] - 1911(SA)-1990(SA) - Licences: 5LC Gladstone (1931-1939, 1947); 5LC Adelaide (Malvern, 1948-1980) - Qualifications: cc; AOCP 789, 1931, No. ?? in SA; BOCP 357, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Gladstone, SA, 1939-1943) * [[/Lance Maynard Catford|Catford, Lance Maynard]] [https://www.familysearch.org/tree/person/details/GMQR-K2W] - 1913(SA)-1989(SA) - Licences: 5XL Clare (1939, 1947-1980+) - Qualifications: AOCP 2372, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: share farmer (Clare, SA, 1939) ===''CAVANAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Mortimer Cavanagh|Cavanagh, William Mortimer]] [https://www.familysearch.org/tree/person/details/GZ23-GPH] - 1908(Vic)-1995(NSW) - Receive Warburton (1923-1924), 3WC Melbourne (St Kilda, 1925), 2WC Sydney (Potts Point, 1928), 2WC Goulburn (1930), 3WC Melbourne (St Kilda, 1931; Williamstown, 1937-1939), 2WC Wauchope (1946-1980+), qualifications: (AOCP 214, 1925, No. ?? in Vic; 1COCP 598, 1942), amateur operator, amateur broadcaster, WW2, electoral rolls: sales (Goulburn, 1930; St Kilda, 1931-1934), radio dealer (Wauchope, 1949-1980) ===''CAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Cave|Cave, Norman]] [https://www.familysearch.org/tree/person/details/GDB7-G73] - 1898(Eng?)-19??(???) - Licences: 7BC Launceston (1925-1926); operator of Wills & Co Receive licence 1924 - Qualifications: cc; AOCP 129, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 (RAF Wireless Operator); foundation member Tasmanian Gliding Club (instructor); returned to England 1931; likely Wing Commander RAF in WW2; possibly lost in SE Asia 1942 - Electoral Rolls: Nil yet identified ===''CAWTHRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Cawthron|Cawthron, Edward Joseph "Ted"]] [https://www.familysearch.org/tree/person/details/GZBH-9SX] - 1908(NSW)-1964(SA) - Licences: 2JC Sydney (Concord, 1926-1933; Neutral Bay, 1931; Concord, 1933; Five Dock, 1933); 2VA Sydney (City, 1931); 2EJ Sydney (City, 1931); 5JC Adelaide (Kent Town, 1937-1939); 5JE Adelaide (Somerton, 1947-1948; North Glenelg, 1954; Somerton Park, 1960) - Qualifications: cc; AOCP 308, 1926, No. ?? in NSW; BOCP 323, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Haberfield, 1943) ===''CECIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clyde Cecil|Cecil, Clyde]] [https://www.familysearch.org/tree/person/details/GZN5-XYG] - 1898(Vic)-1963(WA) - Licences: 6AB Kalgoorlie (1923-1927) - Qualifications: cc; AOCP 154, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2; witness to Royal Commission 1927 (as a listener, Kalgoorlie) - Electoral Rolls: civil servant (Kalgoorlie, 1919); lecturer (Kalgoorlie, 1921-1925; Maylands, 1928-1937); metallurgist (Nedlands, 1943); physicist (Nedlands, 1949-1954); school principal (Triggs Island, 1958-1963) ===''CHADWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Howel Chadwick|Chadwick, Richard Howel (Electoral Rolls) or Howell (BMD) "Dick"]] [https://www.familysearch.org/tree/person/details/G3PQ-6HH] - 1896(NZ)-1955(Qld) - Licences: 4GU Brisbane (Wilston, 1933-1939, 1946-1947) - Qualifications: cc; AOCP 1197, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW1; radio clubs (WIAQ); employment (travelling salesman) - Electoral Rolls: storeman (Zillmere, Qld, 1921); salesman (Wilston, Qld, 1925-1954) ===''CHAFFER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edward Martin Chaffer|Chaffer, Edward Martin "Martin"]] [https://www.familysearch.org/tree/person/details/GZ1Z-B3P] - 1905(Vic)-1981(Vic) - Licences: 3XF Receive Melbourne (Moonee Ponds, 1923); 3XF Melbourne (Moonee Ponds, 1923-1927); 6XF Perth (Mt Lawley, 1930-1931); 3XF Melbourne (Moonee Ponds, 1933); 2AEK Sydney (Potts Point, 1938); 3MH Hamilton (1947); 3MH Ballarat (1948); 3MH Swan Hill (1954); 3MH Melbourne (Preston, 1955-1956; Moonee Ponds, 1965-1969; Doncaster, 1975-1980) - Qualifications: cc; AOCP 354, 1927, No. ?? in Vic; 3COCP 304, 1937; 2COCP 113, 1937; 1COCP 151, 1937 - amateur operator, amateur broadcaster, radio clubs (WIA Vic Essendon, treasurer, 1924), placed 2nd for best complete station Melbourne Wireless Exhibition 1924; placed second for best complete station at Melbourne Wireless Exhibition 1925; placed 10th in 3LO amateur broadcasting competition 1926; broadcast engineer (3HA, 3BA, 3SH), Dept Civil Aviation 1930s, military (WW2, 1942+) - Electoral Rolls: manager (Moonee Ponds, 1928-1936); radio engineer (Hamilton, 1942; Ballarat, 1949; Swan Hill, 1954; Preston, 1963); radio technician (Moonee Ponds, 1967-1968); retired (Doncaster, 1977-1980) - Relationships: father of 3AII Ken Chaffer ===''CHALLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Robert Challen|Challen, Peter Robert]] - 1848(Eng)-1905(Vic) - early telephone, telephony & wireless experimenter, employment (Vic Posts & Telegraphs, Electrical Office & Postmaster), radio clubs (Telegraph Electrical Society, Victoria), associate of Henry Walter Jenvey, William Philip Bechervaise & George Smibert ===''CHALLENDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard Challender|Challender, Gerard "Gerry"]] - 1910(Eng)-1950(NSW) - 2ZS Kempsey, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, high profile participation 1950 Kempsey floods, military (WW2) ===''CHALLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Reginald Challenger|Challenger, George Reginald]] [https://www.familysearch.org/tree/person/details/G3YQ-ZZB] - 1902(NSW)-1936(NSW) - Licences: 2GC Sydney (Auburn, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Auburn, 1930-1935) ===''CHAMBERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Rupert Chambers|Chambers, Francis Rupert]] [https://www.familysearch.org/tree/person/details/MYY2-JKX] - 1898(Vic)-1971(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 247, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIN Geraldton (1917-1918) - Electoral Rolls: electrician (Camberwell, 1924-1925); contractor (Geraldton, 1931; Mt Waverley, 1934-1936); linesman (Seaford, 1937; Frankston, 1942); technician (Frankston, 1949; Seaford, 1954); retired (Upwey, 1963; McRae, 1968) * [[/Walter Alfred Chambers|Chambers, Walter Alfred]] [https://www.familysearch.org/tree/person/details/G3N6-VX1] - 1889(Qld)-1968(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 151, 1915; 2COCP 100, 1930; 1COCP 96, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIP Perth (1917-1918) - Electoral Rolls: mechanic (Thursday Island, 1912-1913); radio telegraphist (Wyndham, 1916-1917); telegraphist (Subiaco, 1917); radio telegraphist (Esperance, 1921-1925); officer-in-charge (Geraldton, 1925); radio officer (Como, 1931-1934; Esperance, 1936-1937); radio telegraphist (Como, 1943-1968) ===''CHANDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Beals Chandler|Chandler, John Beals]] [https://www.familysearch.org/tree/person/details/G6HN-HXH] - 1887(Eng)-1962(Qld) - principal (4BC); proprietor (J. B. Chandler & Co., 1913-1962); Lord Mayor Brisbane (1940-1952); witness to Royal Commission Wireless 1927 - don't confuse D. W. Chandler early wireless experimenter - [https://adb.anu.edu.au/biography/chandler-sir-john-beals-9724 ADB] ===''CHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Channon|Channon, H. D.]] - 19??(???)-19??(???) - Licences: 2BO Receive Inverell (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Lloyd Lister Channon|Channon, Lloyd Lister]] [https://www.familysearch.org/tree/person/details/GD59-4NS] - 1885(NSW)-1949(NSW) - Licences: 2AQ Receive Manilla (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: postmaster (Elsmore, 1913); postal official (Raymond Terrace, 1930-1949) ===''CHAPMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Chapman|Chapman, Austin]] [https://www.familysearch.org/tree/person/details/LZYW-3F4] - 1864(NSW)-1926(NSW) - occupations (apprentice saddler, hotelier), politician (Postmaster-General, 1905-1907), oversight of Commonwealth Wireless Telegraphy conference Melbourne 1907 - Links: [[w:Austin Chapman|Wikipedia]]; [https://adb.anu.edu.au/biography/chapman-sir-austin-5554 ADB] * [[/Bruce Amundsen Chapman|Chapman, Bruce Amundsen]] [https://www.familysearch.org/tree/person/details/G8VL-575] - 1912(WA)-1969(NSW) - Licences: 2BA Sydney (Chatswood, 1930-1939; Balgowlah, 1946-1958; St Ives, 1960-1969 - Qualifications: AOCP 696, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: shipping clerk (Chatswood, 1935-1937); clerk (Balgowlah, 1949-1958; St Ives, 1963-1968) * [[/E. B. Chapman|Chapman, E. B.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (South Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Frank William Chapman (Qld)|Chapman, Frank William (Qld)]] [https://www.familysearch.org/tree/person/details/GXC5-KB3] - 1898(???)-1974(Qld) - Licences: 4XL Brisbane (Yeronga, 1931-1939); 4ZFC Brisbane (Ekibin, 1965); 4TH Brisbane (Ekibin, 1969) - Qualifications: cc; AOCP 785, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: gardener (Salisbury, Qld, 1928); labourer (Yeronga, Qld, 1929-1937); waterside worker (Paddington, Qld, 1943-1949); PMG technician (Ekibin, Qld, 1954-1972) * [[/Frank William Chapman (WA)|Chapman, Frank William (WA)]] [https://www.familysearch.org/tree/person/details/LBXD-TFK] - 1918(Vic)-1988(WA) - Licences: 6CC Perth (Manning Park, 1954-1965; Bassendean, 1969-1980+) - Qualifications: cc; AOCP 3319, 1953, WA - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Chidlow, WA, 1949); teacher (Manning Park, WA, 1954-1963); technical school principal (Kalgoorlie, WA, 1963); teacher (Bassendean, WA, 1968-1977); retired (Bassendean, WA, 1980) * [[/Harrison Chapman|Chapman, Harrison "Harry"]] [https://www.familysearch.org/tree/person/details/G8CX-2C5] - 1909(Vic)-1990(Vic) - Licences: 3JX Receive Melbourne (Ivanhoe, 1922); 3GU Melbourne (Ivanhoe, 1929-1939, 1946-1965; Flinders, 1965-1975); 3AGU Portable Melbourne (Ivanhoe, 1948-1956; Flinders, 1965-1975) - Qualifications: AOCP 513, 1929, No. ?? in Vic; 1AOCP 32, 1946 - amateur operator, amateur broadcaster - Electoral Rolls: student (Ivanhoe, 1931-1936); chemist (Geelong, 1937); RAAF (Ballarat, 1942; Ivanhoe, 1949-1954); chemical engineer (Ivanhoe, 1963); minister of religion (Flinders, 1968); clergyman (Flinders, 1972-1977) * [[/Owen George Chapman|Chapman, Owen George]] [https://www.familysearch.org/tree/person/details/K8YX-YLK] - 1904(NSW)-1961(NSW) - Licences: 2OC Wyong (1930-1939, 1946-1960) - Qualifications: AOCP 669, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Wyong, 1930-1958) * [[/Percival Carnew Lamont Chapman|Chapman, Percival Carnew Lamont "Percy"]] [https://www.familysearch.org/tree/person/details/G8GM-5M8] - 1911(Qld)-2008(Qld) - 4PC Brisbane (Sandgate, 1933); 4PC Babinda (1937-1939); 4PC Monto (1946-1975); 4PC Point Vernon (1980) - Qualifications: cc; AOCP 1155, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); occupation (power house engineer/manager) - Relationships: father of Geoff Chapman 4CET - Electoral Rolls: engineer (Ayr, Qld, 1943; Monto, Qld, 1949-1972); retired (Point Vernon, Qld, 1977-1980) * [[/William George Chapman|Chapman, William George]] [https://www.familysearch.org/tree/person/details/KZ2X-8KG] - 1890(Tas)-1957(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 116, 1915; 1COCP 63, 1930 - RANRS (Warrant Telegraphist, 1917); coastal wireless operator; witness to Royal Commission 1927 (obo AWA) - Electoral Rolls: radio telegraphist (Broome, 1925); officer-in-charge (Radio Station Applecross, 1931-1954) ===''CHAPPELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Arthur Chappell|Chappell, Lloyd Arthur]] [https://www.familysearch.org/tree/person/details/G69G-SB9] - 1911(Tas)-1998(Tas) - Licences: 7LC Ross (1936-1937); 7LC Winnaleah (1938-1939); 7LC Hobart (Kingston, 1947-1955; Sandy Bay, 1956-1975; Coles Bay, 1980+) - Qualifications: cc; AOCP 1828, 1936, No. ?? in Tas; BOCP 172, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: projectionist (Ross, 1936-1937); radio engineer (Queenstown, 1943; Kingston, 1949-1958) ===''CHARLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Charles|Charles, Edward Arthur]] [https://www.familysearch.org/tree/person/details/K8QC-V3V] - 1916(SA)-1981(SA) - Licences: 5YQ Adelaide (North Unley, 1935-1939; Unley, 1947-1948; Ascot Park, 1954-1956; Hyde Park, 1960-1980+) - Qualifications: cc; AOCP 1443, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Unley, SA, 1939-1943) ===''CHARLESWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Denison Charlesworth|Charlesworth, Reginald Denison]] [https://www.familysearch.org/tree/person/details/GW1M-CKJ] - 1900(Eng)-1980(NSW) - Licences: 2CI Receive Sydney (Haberfield, 1922); 2CI Sydney (Haberfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: migrated to Fiji mid 1920s, returned to Australia mid 1930s - Electoral Rolls: factory manager (Summer Hill, 1933); engineer (Haberfield, 1935-1937); Lane Cove, 1943); radio engineer (Dee Why, 1949-1954); engineer (Hunters Hill, 1958-1972) ===''CHARTERIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Charteris|Charteris, Michael]] - 4QS Ipswich & Maryborough - amateur operator, historian (amateur) ===''CHATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Greatham Chatfield|Chatfield, Robert Greatham "Bob"]] [https://www.familysearch.org/tree/person/details/LK92-9L1] - 1900(NZ)-1974(NZ) - Licences: ZL2AV Wellington (1925-1954+) - Qualifications: AOCP ??, 1925, No. ?? in NZ - amateur operator; amateur broadcaster; clubs (Wellington Amateur Radio Club 2WB, member and one time president) - Relationships: father of Don Chatfield ZL2SG - Comment: substantial early portion (100+) of QSL collection survives - Electoral Rolls: motor engineer (Wellington, 1922); salesman (Wellington, 1931-1954); retired (Wellington, 1963-1972) ===''CHATTERTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Joseph Chatterton|Chatterton, Francis Joseph]] [https://www.familysearch.org/tree/person/details/LZWW-952] - 1902(Tas)-1931(Tas) - Licences: 7AY Receive Hobart (West Hobart, 1922); Receive Hobart (West Hobart, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: machinist (Hobart, 1925-1928) ===''CHAUVEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Temple Frank Chauvel|Chauvel, Walter Temple Frank]] [https://www.familysearch.org/tree/person/details/LH5T-WNQ] - 1902(Qld)-1987(NSW) - Licences: Receive (Valve) Stanthorpe (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: jackeroo (Stanthorpe, Qld, 1925-1928); grazier (Stanthorpe, Qld, 1928-1943); radio engineer (Texas, Qld, 1949-1963); retired (East Ballina, NSW, 1968-1980) ===''CHEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Reginald Cheel|Cheel, Charles Reginald]] [https://www.familysearch.org/tree/person/details/9N1J-PTC] - 1890(Vic)-1955(SA) - Licences: 5CR Adelaide (Maylands, 1934-1939, 1947-1955) - Qualifications: cc; AOCP 1278, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''CHENNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Chennell|Chennell, Victor "Vic"]] [https://www.familysearch.org/tree/person/details/GCBH-1XV] - 1907(SA)-1996(SA) - Licences: 5JH Adelaide (Norwood, 1927-1933; Cowandilla, 1937-1939; North Adelaide, 1946-1956; Ascot Park, 1960-1980+) - Qualifications: cc; AOCP 346, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: labourer? (Goodwood Park, 1939) ===''CHESSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chessell|Chessell, John or John Carl]] [https://www.familysearch.org/tree/person/details/KN16-XWP]? [https://www.familysearch.org/tree/person/details/L2M1-9GS]? - 1914(NSW)-1959(NSW) - Licences: 2LV Sydney (Dulwich Hill, 1929-1934); 2YU Sydney (Dulwich Hill, 1935-1936; Ashfield, 1937-1939); 2ER Sydney (Dulwich Hill, 1948-1950) - Qualifications: AOCP 517, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: baker (Croydon, 1936; Bowral, 1937-1954) - seems to be two contemporaneous John Chessel's ===''CHESTERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Chesterfield|Chesterfield, John Henry]] [https://www.familysearch.org/tree/person/details/GSVH-3SK] - 1895(Vic)-1973(Qld) - Licences: 5JC Adelaide (Wayville, 1924-1926); 2ACQ Sydney (Strathfield, 1937-1939); 4HJ Brisbane (Cleveland, 1954-1960) - Qualifications: cc; CPRT 23, 1914; 1COCP 266, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: wireless operator (Croydon, NSW, 1930); radio engineer (Glenbrook, NSW, 1931-1935); department manager (Strathfield, NSW, 1935); radio engineer (Strathfield, 1936; Pymble, NSW, 1943; Cleveland, Qld, 1949-1963); retired (Mermaid Beach, Qld, 1968-1972) ===''CHICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Garth Chick|Chick, Leonard Garth]] [https://www.familysearch.org/tree/person/details/G6SW-7PJ] - 1918(Tas)-1999(NSW) - Licences: 7LG Launceston (1937-1939) - Qualifications: cc; AOCP 1973, 1937, No. ?? in Tas; BOCP 227, 1939; 2COCP 550, 1941; 1COCP 1264, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: seaman (Swan Point, 1944); aeradio operator (Lindisfarne, 1949); technician (Essendon, Vic, 1949-1954); draftsman (East Keilor, 1963-1968); surveyor (Forster, 1977-1980) ===''CHILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Oliver Chilton|Chilton, Frederick Oliver]] [https://www.familysearch.org/tree/person/details/GZNR-XFL] - 1905(NSW)-2007(NSW)102yo - Licences: Receive (Crystal) Sydney (Wahroonga, 1923-1924) - Qualifications: cc; AOCP 147, 1925, No. ?? in NSW - amateur receive operator; military (Brigadier); awards (Knighted) - Relationships: brother of 2RC Robert Ralph Chilton - Electoral Rolls: clerk (Wahroonga, NSW, 1930-1943); civil servant (South Yarra, Vic, 1949-1967); retired (Clareville Beach, NSW, 1972-1980) - Links: [[w:Frederick Oliver Chilton|Wikipedia]] * [[/George Frederick Chilton|Chilton, George Frederick]] [https://www.familysearch.org/tree/person/details/G3CR-41Q] - 1891(Vic)-1956(Vic) - Licences: 2GF Sydney (Pennant Hills, 1924; Carlingford, 1925); 4GD Townsville (1925-1926) - Qualifications: cc; CPRT 160, 1915; 1COCP 10, 1930 - amateur operator; amateur broadcaster; coastal operator (VIG, VIB, VIS, VIT, Rockbank); wireless telegraphist (PMG); RANRS (Commissioned Telegraphist, 1917); federal public servant (PMG) - Electoral Rolls: telegraphist (Wooloowin, 1919-1921); radio stationmaster (South Townsville, Qld, 1925; Glenferrie, 1927; Wireless Station, Rockbank, Vic, 1928-1942); engineer (St Kilda, 1949-1954) * [[/Robert Ralph Chilton|Chilton, Robert Ralph]] [https://www.familysearch.org/tree/person/details/GZNR-821] - 1907(NSW)-1985(Qld) - Licences: 2RC Sydney (Wahroonga, 1925-1926); 2RC Gloucester (1927); 2RC Sydney (Wahroonga, 1928-1939, 1946-1947; Roseville East, 1948) - Qualifications: cc; AOCP 152, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: chemist assistant (Wahroonga, 1933); chemist (Stanthorpe, 1954-1963; Sherwood, Qld, 1972) - Relationships: brother of Frederick Oliver Chilton ===''CHINERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jessie Camelia Chinery|Chinery or Chinnery, Jessie Camelia]] [https://www.familysearch.org/tree/person/details/GFMP-6NZ] - 1915(WA)-1995(WA) - Licences: 6JC Perth (Welshpool, 1937-1939) - Qualifications: cc; AOCP 1866, 1937, WA - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: not stated (Welshpool, WA, 1937) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''CHIPPINDALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Kellett Chippindall|Chippindall, Eric Kellett "Chippy"]] [https://www.familysearch.org/tree/person/details/LFCB-MNZ] - 1916(Qld)-1988(Qld) - Licences: 4XR Brisbane (Paddington, 1937-1939); 4XR Gympie (1946-1969); 4XR Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1940, 1937, Qld - amateur operator; amateur broadcaster; broadcast engineer (4SB, 4BU, 4LG, 4GY) - Electoral Rolls: radio engineer (Gympie, Qld, 1949); announcer-engineer (Gympie, Qld, 1954-1958); shopkeeper (Paddington, Qld, 1972-1980) ===''CHISHOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham St Clair Chisholm|Chisholm, Graham St Clair]] [https://www.familysearch.org/tree/person/details/GX47-TTR] - 1915(Qld)-2002(WA) - Licences: 4LP Brisbane (Kelvin Grove, 1933); 3ACG Melbourne (South Yarra, 1947-1948); 5PG Darwin (1955-1956); 1AB Canberra (Canberra City, 1960; Ainslie, 1965); 6IB Perth (Dalkeith, 1969-1975) - Qualifications: cc; AOCP 1101, 1933, No. ?? in Qld; BOCP 18, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcaster (3SR, Shepparton, Vic, 1942); radio engineer (South Yarra, Vic, 1949-1954); broadcaster (Reid, ACT, 1958; Ainslie, ACT, 1963; Dalkeith, WA, 1968-1972); manager (Nedlands, 1977-1980) ===''CHITHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Norman Chitham|Chitham, William Norman "Bill"]] [https://www.familysearch.org/tree/person/details/GXWT-KJK] - 1912(Qld)-1997(Qld) - Licences: 4UU Brisbane (Bulimba, 1933-1934; Fortitude Valley 1937-1939; Cannon Hill, 1946-1980+) - Qualifications: cc; AOCP 913, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor, QSL officer); part of the "U" gang; military (WW2) - Electoral Rolls: storeman (Valley, Qld, 1936-1943); radio mechanic (Cannon Hill, 1949-1963); buyer (Cannon Hill, Qld, 1968-1980) ===''CHOATE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Sidney Choate|Choate, Roger Sidney]] [https://www.familysearch.org/tree/person/details/GFQX-RW3] - 1913(Irl)-1978(WA) - Licences: 6RK Harvey (1930-1933); 6RK Kalgoorlie (1937-1939); 6RK Dardanup (1947); 6RK Perth (Subiaco, 1948-1956; Salters Point, 1960-1975) - Qualifications: cc; AOCP 714, 1930, No. ?? in WA; BOCP 42, 1936; 3AIR 1121, 1947 - amateur operator; amateur broadcaster; WW2 (RAAF, Squadron Leader) - Awards: Military Division OBE [[w:1964_Birthday_Honours|Wikipedia]] - Electoral Rolls: radio engineer (Kalgoorlie, WA, 1937; Perth, WA, 1937); engineer (Melville, WA, 1943); civil servant (Subiaco, WA, 1949-1958); surveyor (Salters Point, WA, 1963-1968; Manning, WA, 1972-1977) - Links: [https://www.awm.gov.au/collection/R1513688 AWM] [https://www.ozatwar.com/raaf/shepherdshillradar.htm OzAtWar] ===''CHRISMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Chrismas|Chrismas, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/G6YC-FC2] - 1892(NSW)-1950(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 250, 1916; 1COCP 31, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIW Wyndham (1917-1918) - Electoral Rolls: operator (Broome, 1916); wireless operator (Wyndham, 1917; Applecross, 1925); radio telegraphist (Broome, 1931; Geraldton, 1936-1949) ===''CLAFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keighran James Claffey|Claffey, Keighran James]] [https://www.familysearch.org/tree/person/details/G84R-LLP] - 1903(Vic)-19??(???) - Licences: 2AK Deniliquin (1928-1939); 2AK Picton (1946); 2AK Deniliquin (1947-1980+) - Qualifications: AOCP 459, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarrandale, 1949; Deniliquin, 1954; Yarrandale, 1958-1963); retired (Deniliquin, 1977-1980) ===''CLARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Clark|Clark, Francis Thomas]] [https://www.familysearch.org/tree/person/details/G8WF-CJH] - 1903(WA)-1998(Vic) - Licences: 3FC Rainbow (1928); 3FC Melbourne (St Kilda, 1931; Hawthorn, 1933; Elwood, 1937; St Kilda, 1938); 3FC Mildura (1946-1947); 3FC Ouyen (1948-1960); 3FC Geelong (Leopold, 1969; Clifton Springs, 1975-1980+) - Qualifications: AOCP 426, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal official (Rainbow, 1925); postal clerk (Rainbow, 1928); clerk (St Kilda, 1931-1937); senior postal clerk (Red Cliffs, 1942); postmaster (Ouyen, 1949-1954); retired (Clifton Springs, 1972-1980) * [[/Frank P. R. Clark|Clark, Frank P. R.]] [https://www.familysearch.org/tree/person/details/GZFG-WRN] - 1900(NSW)-1928(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923-1924); 2YF Sydney (Manly, 1925) - Qualifications: AOCP 122, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: gone too soon * [[/Leopold Francis Clark|Clark, Leopold Francis]] [https://www.familysearch.org/tree/person/details/273Q-3D5] - 1902(Tas)-1978(Tas) - Licences: 7CK Natone (1932-1939); 7CK Burnie (1946-1948); Deloraine (1954-1969); Lanena (1975) - Qualifications: cc; AOCP 989, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Natone, 1928-1936; Burnie, 1943-1949); grazier (Needles, 1954; Deloraine, 1963) ===''CLARKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Fraser Clarke|Clarke, Percival Fraser "Percy"]] [https://www.familysearch.org/tree/person/details/GXZ3-4J2] - 1896(Qld)-1971(Qld) - Licences: 4PY Ayr (1936-1939) - Qualifications: cc; AOCP 1781, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jarvisfield, Qld, 1919-1937; Aspley, Qld, 1949-1972) * [[/Warren Ross Clarke|Clarke, Warren Ross]] [https://www.familysearch.org/tree/person/details/G8NT-LSN] - 1909(NSW)-1988(NSW) - Licences: 2ZZ Sydney (Mosman,1930-1933; Asquith, 1933-1939; Mosman, 1948-1950) - Qualifications: AOCP 650, 1930, NSW; 2COCP 6, 1934; 1COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Asquith, 1933-1934; Mosman, 1936); radio officer (Mosman, 1943); flight radio officer (Mosman, 1949-1954); clerk (Glenbrook, 1963); travel consultant (Glenbrook, 1972); clerk (Merrylands, 1972); planner (North Rocks, 1977-1980) * [[/William George Clarke|Clarke, William George]] [https://www.familysearch.org/tree/person/details/GXQ2-1QS] - 1884(Irl)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 32, 1930 - RANRS (temp Commissioned Telegraphist, 1917) - Comment: several contemporaneous WGCs - Electoral Rolls: officer-in-charge (Radio Station, Townsville, 1916); seaman (HMAS Encounter, Geelong, 1919); biograph operator (Langwarrin Military Camp, Vic, 1919); hotel manager (Naval Base Hotel, South Fremantle, 1931) ===''CLAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard George Clay|Clay, Richard George]] [https://www.familysearch.org/tree/person/details/G8ZZ-LGN] - 1903(Vic)-1972(Vic) - Licences: 3RC Melbourne (Northcote, 1929; Alphington, 1931) - Qualifications: AOCP 536, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Northcote, 1925-1927); welder (Northcote, 1928); electric welder (Alphington, 1931); welder (Richmond, 1936-1937; Alphington, 1942; Northcote, 1949); contractor (Traralgon, 1954-1972) ===''CLAYTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maisie Ian Jesson Clayton|Rawson nee Clayton, Maisie Ian Jesson]] [https://www.familysearch.org/tree/person/details/G8RT-25P] - 1915(NSW)-1996(NSW) - Licences: Nil yet identified - Qualifications: cc; BOCP 488, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: radio worker (Artarmon, 1937); engineer (Kirribilli, 1949); radio engineer (Lane Cove, 1954-1963); engineer (Lane Cove, 1968-1972); home duties (Lane Cove, 1977-1980) - Lady: * [[/Maurice Charles Clayton|Clayton, Maurice Charles]] [https://www.familysearch.org/tree/person/details/G86J-HX3] - 1912(SA)-1936(SA) - Licences: 5RK Adelaide (Edwardstown, 1930-1931); 5ZC Adelaide (Edwardstown, 1933-1936) - Qualifications: cc; AOCP 596, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon (24yo) * [[/Walter George Gladstone Clayton|Clayton, Walter George Gladstone "Wally"]] [https://www.familysearch.org/tree/person/details/G3XN-J1N] - 1918(Qld)-1998(Qld) - Licences: 4WG Innisfail (1937-1939); 4WG Brisbane (Windsor, 1946-1969); 4WG Townsville (1975-1980+) - Qualifications: cc; AOCP 1868, 1937, Qld - amateur operator; amateur broadcaster; military (WW2, AIF Signals); state public servant (Qld Railways, supervising tech. comms.) - Relationships: uncle of Maise Ian Jesson Rawson nee Clayton (Radio Engineer) - Electoral Rolls: manager (Windsor, 1954-1968); technician (Townsville, 1972-1980) ===''CLIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Cliff|Cliff, Harry]] - 1908(Vic)-1988(Vic) - Licences: 3HC Melbourne (Essendon, 1928-1948; Heidelberg, 1954-1975); 3HC Point Lonsdale (1980+) - Qualifications: AOCP 400, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: implement maker (Moonee Ponds, 1906); engineer (Moonee Ponds, 1922-1928); clerk (Moonee Ponds, 1931-1937); company secretary (North Melbourne, 1943); director (Ivanhoe, 1954-1968; Heidelberg, 1972); retired (Point Lonsdale, 1977-1980) (pre 1928 is another Harry Cliff) ===''CLIFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Glendenning Clifford|Clifford, Herbert Glendenning]] [https://www.familysearch.org/tree/person/details/GHTS-4CN] - 1882(Eng)-1955(SA) - Licences: 5BW Receive Renmark (1923); Receive Renmark (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: secretary (Renmark, SA, 1939-1943) ===''CLINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gladstone Clinch|Clinch, Frederick Gladstone]] [https://www.familysearch.org/tree/person/details/KF5P-TWM] - 1898(WA)-1972(WA) - Licences: 6JR Greenough (1928-1933); 6FG Miling (1960); 6FG Perth (Doubleview, 1965-1969) - Qualifications: cc; AOCP 468, 1928, No. ?? in WA - amateur operator; amateur broadcaster - Relationships: Father of 6CL Ian Harold Wilson Clinch - Electoral Rolls: farmer (Greenough, 1922-1943); garage proprietor (Miling, 1958); retired (Doubleview, 1963-1972) * [[/Ian Harold Wilson Clinch|Clinch, Ian Harold Wilson]] [https://www.familysearch.org/tree/person/details/GHQX-YS1] - 1926(WA)-19??(WA) - Licences: 6CL Miling (1960-1965); 6CL Dandaragan (1969); 6CL Rossmoyne (1975-1980+) - Qualifications: cc; AOCP 3596, 1957, WA - amateur operator, WW2 - Relationships: son of 6JR-6FG Frederick Gladstone Clinch - Electoral Rolls: mechanic (Leederville, 1949); manager (Miling, 1958-1963); radio technician (Dongara, 1968); technician (Rossmoyne, 1972-1980) ===''CLOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alvin Theodore Closs|Closs, Alvin Theodore]] [https://www.familysearch.org/tree/person/details/L67V-HG7] - 1895(NSW)-1975(Vic) - Licences: V750 Receive Melbourne (Olinda, 1922); 3GV Receive Melbourne (Olinda, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: orchardist (Brighton, 1917); storekeeper (Olinda, 1924-1931); salesman (Olinda, 1934-1937); civil servant (Tunstall, 1943-1954); retired (Yarra Junction, 1963-1972) ===''CLOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Edward Clough|Clough, James Edward]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 483, 1929, No. ?? in ?? - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - several contemporaneous JECs ===''COADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Coade|Coade, Ernest]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIG Port Moresby (1917-1918) - Electoral Rolls: electrician (Rutherglen, 1914); mechanic (Thursday Island, 1919) ===''COAKLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas James Coakley|Coakley, Thomas James]] [https://www.familysearch.org/tree/person/details/GX24-W7T] - 1904(Vic)-1991(Vic) - Licences: 5UK Adelaide (Unley, 1933-1939); 3IU Melbourne (Camberwell, 1947; Essendon, 1948-1980+) - Qualifications: cc; AOCP 1105, 1933, No. ?? in SA, 3COCP 61, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: aero fitter (Auburn, Vic, 1925-1926); engineer (Camberwell, Vic, 1943; Essendon, Vic, 1949-1980) ===''COALTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Coalter|Coalter, Martin]] [https://www.familysearch.org/tree/person/details/GDSR-STB] - 1893(Vic)-19??(???) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 1, 1914 - ship wireless operator? - Electoral Rolls: Nil yet identified ===''COATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Melbourne Coates|Coates, Alfred Melbourne or Melbourne Alfred]] [https://www.familysearch.org/tree/person/details/GDGW-MCZ] - 1884(???)-1964(Vic) - Licences: V757 Receive Melbourne (Elwood, 1922); 3GG Receive Melbourne (Elwood, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 (USA) - Electoral Rolls: engineer (Elsternwick, 1921-1937; Kalorama, 1943-1954) ===''COFFEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Freeman Coffey|Coffey, Henry Freeman]] [https://www.familysearch.org/tree/person/details/G3QL-BR1] - 1885(Irl)-1934(NSW) - Licences: 4KY Brisbane (Doomben, 1925-1926; Hamilton, 1927); 2ZY Sydney (Willoughby, 1929; Maroubra, 1930-1934) - Qualifications: cc; CPRT 52, 1915; 1COCP 12, 1930 - Halycyon: AOCP Brisbane 1926 - amateur operator; amateur broadcaster; ship wireless operator (Marconi, White Star, Booth Steamship, Iquitos Steamship, Union Castle); RANRS (Warrant Telegraphist, 1917); coastal operator (CRS, PMGD, AWA); federal public servant - Electoral Rolls: radio engineer (Middle Park, Vic, 1919); engineer (Malvern East, 1922-1924); radiostation master (Thursday Island, 1925); wireless operator (Doomben, Qld, 1925-1928); engineer (Chatswood, 1930); wireless mechanic (Maroubra, 1930-1934) ===''COHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derrick Cohen|Cohen, Derek or Derrick Simeon "Dick"]] [https://www.familysearch.org/tree/person/details/GXCF-DR7] - 1914(Eng)-2010(NSW) - Licences: 2YM Sydney (Dobroyd Point, 1932-1933; Kings Cross, 1933; Clovelly, 1934-1936); 4YM Brisbane (City, 1937-1939); 1YM Macquarie Island (1954-1955) - Qualifications: cc; AOLCP 238, 1930; AOCP 1011, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (West End, Qld, 1943); technician (Coburg, Vic, 1954); television producer (Chatswood, NSW, 1963; Little Wallaby Beach, NSW, 1977) ===''COLEBATCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Vincent Colebatch|Colebatch, Ernest Vincent]] [https://www.familysearch.org/tree/person/details/K2Q2-974] - 1905(SA)-1987(SA) - Licences: 5CG Receive Adelaide (Norwood, 1923); Receive Adelaide (Norwood, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Belair, SA, 1939-1941) ===''COLESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Russell Coleston|Coleston, Stanley Russell]] [https://www.familysearch.org/tree/person/details/G8VV-KQL] - 1913(Vic)-2012(Qld) - Licences: 3XK Melbourne (Middle Park, 1930-1931; Gardenvale, 1933; Glenhuntly, 1937-1939, 1946-1955); 9XK Port Moresby (1956-1960); 3AXK Melbourne (Mt Waverley, 1965-1969); 4XA Brisbane (Geebung, 1975-1980+) - Qualifications: AOCP 688, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Glenhuntly, 1936-1942; Caulfield East, 1949-1954); public servant (Mt Waverley, 1963-1972); retired (Geebung, 1977-1980) ===''COLLARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Felton Collard|Collard, Cyril John Felton]] [https://www.familysearch.org/tree/person/details/97X9-6VY] - 1896(NSW)-1969(NSW) - Licences: 2CF Maitland West (1927-1939) - Qualifications: AOCP 362, 1927, No. ?? in NSW; 2COCP 540, 1941; BOCP 541, 1943 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lorn, 1930-1963); retired (North Maitland, 1968) ===''COLLINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Henry Joseph Collins|Collins, Clarence Henry Joseph]] [https://www.familysearch.org/tree/person/details/M1Y1-GB1] - 1891(SA)-1974(SA) - Licences: 5FC Adelaide (Marryatville, 1932-1939) - Qualifications: cc; AOCP 1043, 1932, SA; BOCP 29, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Marryatville, SA, 1939-1943) * [[/William Edward Collins|Collins, William Edward]] - 19??(???)-19??(???) - Licences: XYAH Perth (Cannington, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Several contemporaneous WECs - Electoral Rolls: salesman (Cannington, WA, 1916; Victoria Park, WA, 1917); civil servant (Balkatta, WA, 1931-1937) ===''COLLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Andrew Collis|Collis, George Andrew]] - 1869(Tas)-1926(Tas) - Receive Hobart, radio clubs (Tasmanian Radio Club, foundation member, 1922+), electrician (Zinc Co., Hobart, 1921) - potential misidentification, George Arthur Collis, Radio Research Club, Hobart, witness to Royal Commission Wireless 1927 * [[/Ralph Collis|Collis, Ralph]] [https://www.familysearch.org/tree/person/details/GX1J-48N] - 1918(WA)-2013(WA)105yo - Licences: 6LY Perth (Bayswater, 1935-1939) - Qualifications: cc; AOCP 1454, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Bayswater, WA, 1943; Scarborough, WA, 1949-1958); proprietor (Cadoux, WA, 1963; Tuart Hill, WA, 1968); business proprietor (Dianella, WA, 1972-1977); proprietor (Bedford, WA, 1980) ===''COLTHEART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence James Coltheart|Coltheart, Clarence James]] - 1885(Tas)-1962(Tas) - Licences: 7BF Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Brunswick, Vic, 1913-1914; Queenstown, 1922-1954) ===''COLTHRUP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Colthrup|Colthrup, James Frederick]] [https://www.familysearch.org/tree/person/details/LBW8-J4Z] - 1908(Vic)-1942(Qld) - Licences: 3PL Melbourne (Clifton Hill, 1934-1939) - Qualifications: AOCP 1368, 1934, No. ?? in Vic; 1COCP 374, 1940 - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, Wireless & Gunnery School) - Electoral Rolls: mechanic (Clifton Hill, 1931); engineer (Clifton Hill, 1937); airman (Clifton Hill, 1942) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/623876] ===''COLVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Victor Colville|Colville, Sydney Victor]] [https://www.familysearch.org/tree/person/details/G3WQ-S78] - 1894(Vic)-1966(NSW) - Licences: XQF Brisbane (South Brisbane) (1913); 2FA Receive Sydney (1922); 2FA Sydney (1923-1925); 2VH Sydney (1935-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; wireless retail business proprietor (Colville Moore) - Electoral Rolls: clerk (Wooloongabba, 1917; Chelmer, 1919-1921); broker (Bowen Hills, 1922); manufacturer (Drummoyne, NSW, 1930-1933); merchant (Lane Cove, 1935-1936); manufacturer (Darlinghurst, NSW, 1936-1937); company director (Glenbrook, 1943-1963) ===''CONDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Sylvester Condon|Condon, Austin Sylvester]] [https://www.familysearch.org/tree/person/details/G3RG-K2K] - 1924(SA)-2011(SA) - Licences: 5WO Laura (1954-1980+) - Qualifications: AOCP 3012, 1949, SA - amateur operator - Electoral Rolls: Nil [https://www.adelaidenow.com.au/ipad/obituaries-tributes-to-three-of-our-finest/news-story/845c3a27d81fd8a8f4bbe436503a9b1e Obit] ===''CONDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Tasman Conder|Conder, Walter Tasman "Wally"]] [https://www.familysearch.org/tree/person/details/G6CJ-DTS] - 1888(Tas)-1974(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; witness to Royal Commission 1927 (as General Manager, BCA, 3LO) - Electoral Rolls: teacher (Launceston, 1914); soldier (Langwarrin Military Camp, 1918-1921; Melbourne, 1924); secretarial (Melbourne, 1925-1928); entrepreneur (Melbourne, 1931-1937); secretary (Melbourne, 1943) - Links: [https://adb.anu.edu.au/biography/conder-walter-tasman-5747 ADB] ===''CONGDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bert Congdon|Congdon, Bert "Bertie"]] [https://www.familysearch.org/tree/person/details/9VVJ-CMW] - 1891(Vic)-1961(WA) - Licences: 6BA Receive Perth (Subiaco, 1923-1924); 6BC Perth (Subiaco, 1927-1939, 1946-1960) - Qualifications: cc; AOCP 382, 1927, No. ?? in WA - amateur operator; amateur broadcaster; WW1; civil servant - Electoral Rolls: civil servant (Subiaco, 1925-1958) ===''CONNELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dermot Anthony Connelly|Connelly, Dermot Anthony]] [https://www.familysearch.org/tree/person/details/G8L5-2VC] - 1903(Vic)-1965(Vic) - Licences: 3BU Receive Melbourne (St Kilda, 1922); 3BU Melbourne (St Kilda, 1923-1925); 3ADK Melbourne (St Kilda, 1948; Ivanhoe, 1954-1965) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: manager (Caulfield, 1927-1936); Air Force officer (St Kilda, 1937); nil (Frankston, 1949); photographer (Ivanhoe, 1954-1963) ===''CONNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilson Connon|Connon, George Wilson]] [https://www.familysearch.org/tree/person/details/GXGF-8Z2] - 1907(Sct)-1976(SA) - Licences: 5KJ Booleroo (1937-1939); 5KJ Yunta (1947); 5KJ Alice Springs (1948-1954); 5KJ Adelaide (Millswood Estate, 1955-1956); 5KJ Port Lincoln (1960); 5KJ Berri (1965-1969); 5KJ Barmera (1975) - Qualifications: cc; AOCP 1991, 1937, SA; 2COCP 336, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: pensioner (Millswood East, SA, 1939); bookkeeper (Port Augusta, SA, 1941-1948); radio technician (Alice Springs, NT, 1949-1954) ===''CONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emmett Bernard Connor|Connor, Emmett Bernard]] [https://www.familysearch.org/tree/person/details/GXCB-L7Q] - 1913(Qld)-1977(Qld) - Licences: 4CE Gindie (1936); 4OC Longreach (1956); 4OC Fernlees (1960); 4OC Brisbane (Aspley, 1965-1969) - Qualifications: cc; AOCP, not yet identified; BOCP 280, 1940; 3COCP 5529, 1965 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing shed hand (Gindie, Qld, 1936); radio mechanic (Enoggera, Qld, 1937); radio technician (Longreach, Qld, 1943-1949); business Manager (Cramsie, Longreach, Qld, 1954-1958); grazier ("Ronnoc Downs", Fernlees, Qld, 1958-1963; Aspley, Qld, 1963-1977) * [[/Laurance Kingsley Connor|Connor, Laurance Kingsley]] [https://www.familysearch.org/tree/person/details/L2GD-KPT] - 1907(NSW)-1950(NSW) - 2LK Sydney (Belmore, 1925-1926), 2ALC Sydney (Lakemba, 1948; Cammeray, 1950), amateur operator (AOCP 68, 1925, No. ?? in NSW; CPRT 881, 1925; 2COCP 199, 1930; 1COCP 220, 1939), amateur broadcaster * [[/Stephen James Connor|Connor, Stephen James]] [https://www.familysearch.org/tree/person/details/GH4J-FP4] - 1894(NSW)-1979(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 235, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Electoral Rolls: radio telegraphist (Broome, 1917); electrical engineer (Strathfield, NSW, 1930; Lismore, NSW, 1933); electrician (Darlinghurst, NSW, 1934; Strathfield, NSW, 1936-1963); retired (Lapstone, NSW, 1972) * [[/Terence Connor|Connor, Terence]] [https://www.familysearch.org/tree/person/details/G6MC-3DV] - 1916(Tas)-1982(Tas) - Licences: 7CT Hobart (Rokeby, 1936-1939; City, 1946-1948); 7CT Huonville (1954-1960); 7CT Hobart (Bellerive, 1965-1980+) - Qualifications: cc; AOCP 1643, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: auto-electrician (New Town, 1943; Hobart North, 1949); manager (Huonville, 1949-1954); sales rep. (Bellerive, 1963-1977) ===''CONRAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Ernest Conrad|Conrad, Raymond Ernest]] [https://www.familysearch.org/tree/person/details/GSP2-VGS] - 1905(Tas)-1977(Tas) - Licences: 2TR Sydney (Bexley, 1930-1937; Rockdale, 1938-1939); 7TR Hobart (Derwent Park, 1947; Moonah, 1948-1956; Berriedale, 1960-1975) - Qualifications: AOCP 651, 1930, No. ?? in Tas; BOCP 308, 1940 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: battery fitter (Bexley, 1930); storeman (Bexley, 1931-1934); clerk (Bexley, 1935-1936; Rockdale, 1937); purchasing officer (Cameray, 1943); radio manufacturer (Moonah, 1949-1954); engineer (Hospital, Rosetta, 1963) ===''CONRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Conry|Conry, William Henry]] [https://www.familysearch.org/tree/person/details/GDJL-HCR] - 1892(Vic)-1959(Qld) - Licences: 3OK Melbourne (Armadale, 1923-1925); 3CO Melbourne (Brighton, 1931-1939) - Qualifications: cc; CPRT 260, 1916; 1COCP 44, 1935 - amateur operator; amateur broadcaster; WW1 (Merchant Marine); RANRS; witness to Royal Commission 1927 (obo PMGD Vic) - Electoral Rolls: mechanic (Windsor, Vic, 1914-1919; Armadale, 1921-1924); inspector (Brighton, 1925-1937); radio inspector (South Brisbane, 1943-1949); postal official (St Lucia, 1954-1958) ===''CONWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn Laurence Dean Conway|Conway, Mervyn Laurence Dean]] [https://www.familysearch.org/tree/person/details/G6MH-GHZ] - 1912(Tas)-1979(Tas) - Licences: 7CL Launceston (1936-1939, 1948-1960); 7CL Hobart (West Hobart, 1965-1975) - Qualifications: cc; AOCP 1684, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Nelson, 1936); school teacher (Launceston East, 1937); teacher (Devonport, 1943; New Town, 1949-1958) ===''COOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Byron Cook|Cook, Ernest Byron "Ernie"]] [https://www.familysearch.org/tree/person/details/M46M-M3J] - 1902(Vic)-1981(Vic) - Licences: 3CK Tresco (1926-1927); 3CK Kerang (1931); 3EC Swan Hill (1938-1939); 3EC Melbourne (Coburg, 1946-1975) - Qualifications: AOCP 295, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: foreman (Swan Hill, 1937-1942) * [[/Victor Roy Percival Cook|Cook, Victor Roy Percival "Roy"]] [https://www.familysearch.org/tree/person/details/MYJG-6C6] - 1899(SA)-1980(SA) - Licences: XVN Adelaide (1913-1914); S099 Adelaide (1920s); 5AC Adelaide (Prospect, 1923-1927; Rose Park, 1928-1931; Kilkenny, 1933-1939, 1946-1948; Woodville, 1954-1975; Somerton Park, 1980) - Qualifications: cc; AOCP 94, 1925, No. ?? in SA - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: analyst (Kilkenny, 1939-1943) ===''COOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Robert Cooke|Cooke, Clarence Robert]] [https://www.familysearch.org/tree/person/details/GF3Z-3P6] - 1891(???)-1970(WA) - Licences: 6CP Perth (Bayswater, 1932-1939, 1947-1965) - Qualifications: cc; AOCP 1068, 1932, WA - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Mornington Mills, WA, 1914); locomotive driver (Mornington Mills, WA, 1921-1926); locomotive engine driver (Bayswater, WA, 1931-1968) * [[/Clive J. Cooke|Cooke, Clive J.]] - 19??(???)-19??(???) - 4CC Brisbane (Chermside, -1952+), amateur operator (AOCP ??, 19??, No. ?? in Qld) * [[/Frank Basil Cooke|Cooke, Frank Basil "Basil"]] [https://www.familysearch.org/tree/person/details/G7Q6-TN8] - 1892(SA)-1967(NSW) - XADW Sydney (1913), 2LI Sydney (1922-1924), 2XQ Receive Sydney (1923), 2DJ Sydney (Northbridge, 1924-1931; Mosman, 1933-1939), early wireless experimenter, amateur operator (pre AOCP; AOCP 39, 1924, No. ?? in NSW), amateur broadcaster, radio clubs (WIA NSW, vice-president 1923) * [[/Frederick William Cooke|Cooke, Frederick William]] [https://www.familysearch.org/tree/person/details/GZB8-V6L] - 1906(Eng)-1981(Vic) - Licences: 3FW Melbourne (Footscray, 1926-1927) - Qualifications: AOCP 311, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: meter tester (Footscray, 1926-1949) ===''COOKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Cookson|Cookson, Arnold]] [https://www.familysearch.org/tree/person/details/G6YD-87L] - 1889(Eng)-1971(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 201, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: telegraphist (Thursday Island, 1919); no occupation (Darlinghurst, 1949); clerk (Northbridge, 1949-1963; Bexley, NSW, 1968) * [[/Joseph George Cookson|Cookson, Joseph George "George"]] [https://www.familysearch.org/tree/person/details/KGCW-Z8N] - 1888(Vic)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 862, 1925; 2COCP 21, 1929; 1COCP 34, 1930 - RANRS (1919), AWA - Relationships: Father of Leonard Kenneth Cookson - Electoral Rolls: engine driver (Crossover, Vic, 1912-1913; Bacchus Marsh, 1914-1915); mechanic (Alphington, 1917); engineer (Cooktown, 1919); radio engineer (Radio Station, Carlingford, NSW, 1930-1935; Croydon, NSW, 1943-1958) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] * [[/Leonard Kenneth Cookson|Cookson, Leonard Kenneth "Len"]] [https://www.familysearch.org/tree/person/details/GXQ8-JHV] - 1917(Vic)-2005(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - AWA - Relationships: Son of Joseph George Cookson - Electoral Rolls: foreman (Concord, NSW, 1943); electrical fitter (Croydon, 1943-1954; Glebe, 1958; Blacktown, 1963-1980) - Links: [http://messui.polygonal-moogle.com/valves/NW199009.pdf EA] ===''COOLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Cooling|Cooling, Ernest Richard]] [https://www.familysearch.org/tree/person/details/LVZL-GSC] - 1885(Qld)-1936(Qld) - Licences: 4BN Toowoomba (1924-1927) - Qualifications: cc; AOCP 11, 1924, No. 3 in Qld - amateur operator; amateur broadcaster; honorary radio inspector (Toowoomba, 1924), (Halcyon P. 4) - Comment: A tragic end to a productive life - TroveTag: "4BN - Ernest Richard Cooling" - Electoral Rolls: letter carrier (Toowoomba, 1908); telegraphist (Bowen, 1912); postal assistant (Toowoomba, 1913-1930) ===''COOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Saint Coombe|Coombe, Geoffrey Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-TXS] - 1913(SA)-19??(???) - Licences: 5ML Adelaide (Hindmarsh, 1931-1939; Croydon, 1947-1948; Brooklyn Park, 1960-1980+) - Qualifications: cc; AOCP 756, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5MR Jack Robert Saint Coombe - Electoral Rolls: mechanic (Hindmarsh, SA, 1939; Croydon, 1941) * [[/Jack Robert Saint Coombe|Coombe, Jack Robert Saint]] [https://www.familysearch.org/tree/person/details/LCPJ-T3C] - 1910(SA)-1981(SA) - Licences: 5MR Adelaide (Stirling West, 1954-1980+) - Qualifications: cc; AOCP 2923, 1949, SA - amateur operator; amateur broadcaster - Relationships: Brother of 5ML Geoffrey Saint Coombe - Electoral Rolls: electrician (Hindmarsh, SA, 1939; Croydon, SA, 1941); electrical mechanic (Mt Lofty, SA, 1943) ===''COOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Edwin Charles Cooper|Cooper, Alfred Edwin Charles]] [https://www.familysearch.org/tree/person/details/GZV9-9GK] - 1904(NSW)-1997(NSW) - Licences: 2AL Receive Sydney (Ashfield, 1922); 2AL Sydney (Ashfield, 1923-1926); 2UO Sydney (Northbridge, 1947-1950); 2AUO Sydney (Yacht Asgard, 1948-1960); 4AY Surfers Paradise (1980) - Qualifications: cc; AOCP 180, 1925, No. ?? in NSW; 3COCP 626, 1948 - amateur operator; amateur broadcaster - Electoral Rolls: fruit merchant (Ashfield, 1931); director (Northbridge, 1943-1958); company director (Clareville, 1963-1977) * [[/Eric Cooper|Cooper, Eric]] [https://www.familysearch.org/tree/person/details/GD1M-WC4] - 1925(Tas)-19??(???) - Licences: 7ZEC Evandale (1965-1980+) - Qualifications: cc; AOLCP 870, 1960, Tas - amateur operator - Electoral Rolls: moulder (Evandale, 1949); radio technician (Evandale, 1954) * [[/Ernest Edward Cooper|Cooper, Ernest Edward]] [https://www.familysearch.org/tree/person/details/GZ5F-RLJ] - 1905(Tas)-1951(Tas) - Licences: 7MK Launceston (Youngtown, 1926-1927); 7MC Launceston (City, 1947-1948) - Qualifications: cc; AOCP 261, 1926, No. ?? in Tas; AOLCP 151, 1934 - amateur operator; amateur broadcaster - Relationships: may be related to 7ZEC Evandale (1965-1975) Eric Cooper - Electoral Rolls: radio mechanic (Hobart, 1928); radio engineer (Ulverstone, 1936; Launceston East, 1943; Launceston West, 1949) * [[/Harold More Cooper|Cooper, Harold More or Harold Moore]] [https://www.familysearch.org/tree/person/details/GZ58-SJP] - 1886(SA)-1970(SA) - Licences: Receive Adelaide (Glenelg, 1923-1925); 5HG Adelaide (Glenelg, 1926-1939, 1946-1969) - Qualifications: cc; AOCP 257, 1926, No. ?? in SA - amateur operator; amateur broadcaster; WW2; submarine cable telegraphist; archaeologist; historian - Electoral Rolls: telegraphist (Glenelg, 1939-1943) - Links: [https://adb.anu.edu.au/biography/cooper-harold-more-9821 ADB] * [[/James Herbert Cooper|Cooper, James Herbert]] [https://www.familysearch.org/tree/person/details/LVTJ-14B] - 1914(NSW)-1992(NSW) - Licences: 2ZG Sydney (Wollstonecraft, 1930-1939 - Qualifications: AOCP 701, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Crows Nest, 1936-1943); broker (Mosman, 1949); stock and sharebroker (Wahroonga, 1949-1968); sharebroker (Wahroonga, 1972); broker (St Ives, 1977-1980) ===''CORDINGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harold Cordingley|Cordingley, Charles Harold]] [https://www.familysearch.org/tree/person/details/GDJK-SB4] - 1892(Eng)-1955(Vic) - Licences: 3RF Melbourne (Ascot Vale, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Ararat, 1913); electrical engineer (Flemington, 1915-1919); engineer (Ascot Vale, 1921-1954) ===''CORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert James Core|Core, Herbert James "Herb"]] [https://www.familysearch.org/tree/person/details/L1PF-R2Q] - 1906(Qld)-1954(Qld) - Licences: 4HC Brisbane (Coorparoo, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 2012, 1937, Qld; 1COCP 392, 1940 - amateur operator; amateur broadcaster; formerly Sydney - Electoral Rolls: public servant (Greenslopes, Qld, 1929); assistant (Coorparoo, Qld, 1936-1937); public servant (Coorparoo, Qld, 1943-1949; Camp Hill, Qld, 1949-1954) ===''CORNELIUS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Edward Cornelius|Cornelius, Eric Edward]] [https://www.familysearch.org/tree/person/details/LH7P-2MD] - 1916(WA)-1979(WA) - Licences: 6EC Albany (1936-1939); 6EC Kalgoorlie (1947-1948); 6EC Wagin (1954-1955); 6EC Perth (Inglewood, 1956-1975) - Qualifications: cc; AOCP 1635, 1936, WA; TVOCP 200, 1959 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Station 6WA, Wagin, 1949-1954; Inglewood, WA, 1958-1977) ===''CORNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Cameron Corney|Corney, Kenneth Cameron]] [https://www.familysearch.org/tree/person/details/GDGS-2MB] - 1899(Vic)-1990(Vic) - Licences: V755 Receive Bairnsdale (1922); 3GY Receive Bairnsdale (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: farmer (Gogeldrie, NSW, 1949); grazier (Metung, Vic, 1963-1980) ===''COTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alfred Cotton|Cotton, Arthur Alfred]] [https://www.familysearch.org/tree/person/details/KNH3-P9L] - 1897(SA)-1973(SA) - Licences: XVS Adelaide (Glanville, 1913); 5HY Adelaide (Kilkenny, 1926-1928; Colonel Light Gardens, 1931; Kilburn, 1946-1969) - Qualifications: cc; AOCP 270, 1926, No. ?? in SA - early wireless experimenter; amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo WIA SA) - Electoral Rolls: engineer (Semaphore, 1939); clerk (Findon, 1943) * [[/Arthur Tylney Cotton|Cotton, Arthur Tylney]] [https://www.familysearch.org/tree/person/details/L7G8-SGG] - 1884(Tas)-1965(Tas) - Licences: Receive Spring Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Kelvedon, 1914-1963) * [[/Leith Simpson Cotton|Cotton, Leith Simpson]] [https://www.familysearch.org/tree/person/details/GZR2-12K] - 1905(SA)-2001(SA) - Licences: 5LG Adelaide (Burnside, 1932-1933); 5LG Iron Knob (1937-1939); 5LG Adelaide (Clarence Gardens, 1946-1948; Parkholme, 1954-1980+) - Qualifications: cc; AOCP 1023, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: boilermaker (Iron Knob, 1939-1941) ===''COTTRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Morgan Cottrell|Cottrell, Joseph William Morgan]] [https://www.familysearch.org/tree/person/details/9VLW-L1Y] - 1897(NSW)-1950(Vic) - Licences: 2ZF Receive Sydney (Randwick, 1923); 2ZN Sydney (Randwick, 1923-1925; Coogee, 1926-1930; Maroubra Junction, 1931; Dundas, 1933-1939, 1946-1947; Carlingford, 1948-1950); 2ADX Sydney (Dundas/Portable, 1937-1939) - Qualifications: cc; AOCP 367, 1927, No. ?? in NSW; AOLCP 1, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Coogee, 1930); broadcaster (Dundas, 1933-1934); radio operator (Dundas, 1936-1943); technician (Carlingford, 1949) ===''COUCHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Clyde McGregor Couchman|Couchman, Clifford Clyde McGregor "Cliff"]] [https://www.familysearch.org/tree/person/details/GQLS-T4D] - 1907(Qld)-1971(Qld) - Licences: 4KZ Kaimkillenbun (1930-1939); 4KZ Dalby (1946-1969) - Qualifications: cc; 2COCP 151, 1930; COCP 1st Class Marconi School (Halcyon) - amateur operator; amateur broadcaster; military (WW2, Navy, wireless officer); broadcast technician (PMGD, 4QS); business proprietor (electrical & radio, Dalby) - Electoral Rolls: labourer (Kaimkillenbun, 1930-1937); engineer (Dalby, 1943-1963); electrical engineer (Dalby, 1968) ===''COULTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Maxwell Coulter|Coulter, Jack Maxwell]] [https://www.familysearch.org/tree/person/details/GXRW-MXK] - 1912(SA)-1985(???) - Licences: 5MC Adelaide (Glenelg, 1936-1937); 3MV Melbourne (Caulfield, 1938-1939); 5JD Adelaide (Ashford, 1947-1948; Ackland Gardens, 1954-1960); 5JK Adelaide (Edwardstown, 1975-1980+) - Qualifications: cc; AOCP 1712, 1936, SA; 2COCP 812, 1944 - amateur operator; amateur broadcaster; WW2 (RAN) - Electoral Rolls: civil servant (Caulfield West, Vic, 1937); RAN (Port Melbourne, Vic, 1943) ===''COUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Couper|Couper, Andrew "Andy" Jnr]] [https://www.familysearch.org/tree/person/details/L6R8-R1T] - 1893(Qld)-1958(Qld) - Licences: XQM Mareeba (1914); 4BW Mareeba (1923-1939, 1946-1956) - Qualifications: cc; AOCP 71, 1925, No. 5 in Qld - early wireless experimenter (1914 & likely earlier unlicensed); amateur operator; amateur broadcaster; WW2 - Electoral Rolls: iron moulder (Mareeba, 1913-1932); engineer (Mareeba, 1936-1958) ===''COURT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Percy Court|Court, Charles Percy]] [https://www.familysearch.org/tree/person/details/GX6T-Q5T] - 1904(Qld)-1962(Qld) - Licences: 4CT Receive Brisbane (Rosalie, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Bayswater, Qld, 1925-1936; Kedron, Qld, 1937-1958) * [[/Thomas Palmer Court|Court, Thomas Palmer Jnr]] - 1895(Vic)-1976(NSW) - XNY Melbourne (Malvern, 1913-1914), 3BO Melbourne (Malvern, 1922), 3TC Melbourne (Malvern, 1926-1927), early wireless experimenter (CPRT 211, 1916), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, radio clubs (WIA Vic, secretary, 1919-1920+), employment (radio salesman, 1928; STC, chief design engineer, 1954), IRE Aust (president, 1950-1951), father also named Thomas Palmer Court (1861, Vic - 1944, NSW) ===''COUSENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Light Reynolds Cousens|Cousens, Harold Light Reynolds]] [https://www.familysearch.org/tree/person/details/GDG9-3SK] - 1888(NSW)-1965(NSW) - Licences: N743 Receive Summer Hill (1922); 2HW Receive Summer Hill (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: auctioneer (Tamworth, 1930-1963) ===''COUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Stuart Coutts|Coutts, Edwin Stuart]] [https://www.familysearch.org/tree/person/details/94TB-698] - 1893(Qld)-1947(Qld) - Licences: 4BZ Receive Dalby (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motor mechanic (Dalby, 1919-1937); garage proprietor (Dalby, 1943) ===''COWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Christian Nesbit Cowan|Cowan, Christian Nesbit]] [https://www.familysearch.org/tree/person/details/G8XD-6QW] - 1907(NSW)-1994(NSW) - Licences: 2PZ Aberdare (1930-1980+) - Qualifications: cc; AOCP 613, 1930, No. ?? in NSW; BOCP 486, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: railway employee (Aberdare, 1930-1963; Cessnock, 1968-1980) ===''COX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allan Grafton Cox|Cox, Allan (birth) or Allen (census) Grafton]] [https://www.familysearch.org/tree/person/details/LHWX-5XH] - 1892(NSW)-1978(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 120, 1915; 2COCP 103, 1930; 1COCP 347, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIB Brisbane (1917-1918) - Electoral Rolls: operator (Rockhampton, 1914; Pinkenba, 1916-1921); telegraphist (Toorak, 1921-1922; South Yarra, 1926-1927); O.I.C. (Cooktown, 1925; Thursday Island, 1930); radio officer (Clayfield, 1934); O.I.C. (Townsville, 1936-1937); engineer (Rockbank, 1942); wireless officer (Kangaroo Point, 1943; Hendra, Qld, 1949-1958); radio officer (Hendra, 1963-1977) * [[/Erle Harold Cox|Cox, Erle Harold "Harold"]] [https://www.familysearch.org/tree/person/details/LB8Z-RG2] - 1903(Tas)-1989(ACT) - Licences: 3BD Receive Melbourne (Elsternwick, 1922); 3BD Melbourne (Elsternwick, 1922-1927; St Kilda, 1931-1933); 2EP Canberra (Forrest, 1934-1935); 2GU Canberra (Red Hill, 1946-1955); 1GU Canberra (Red Hill, 1956-1965; Mawson, 1969-1980+) - Qualifications: cc; AOCP 245, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; journalist, president Press Gallery, Parliament House 1953 - Awards: O.B.E. for contribution to journalism in Australia 1953 - Relationships: son of Erle Cox, science fiction author [https://adb.anu.edu.au/biography/cox-erle-5799] - Electoral Rolls: journalist (Caulfield, 1931; Gardiner, 1936; Forrest, 1937; Red Hill, 1943-1968; Mawson, 1972-1980) * [[/Harold Edward Cox|Cox, Harold Edward or Harold]] [https://www.familysearch.org/tree/person/details/G8GQ-2RT] - 1892(Eng)-1975(Qld) - Licences: 6HE Geraldton (1927) - Qualifications: cc; CPRT 17, 1914; 1COCP 35, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIO Broome (1917-1918) - Electoral Rolls: wireless operator (Broome, WA, 1916-1917; Geraldton, WA, 1922-1930); broadcast manager (Townsville, Qld, 1931-1937); manager (4WK, Warwick, Qld, 1943); representative (Coorparoo, Qld, 1943); wireless representative (Coorparoo, Qld, 1949-1972) ===''COXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Wooton Coxon|Coxon, Robert Wooton]] [https://www.familysearch.org/tree/person/details/GZZ2-HVL] - 1905(WA)-19??(???) - Licences: 6RW Northam (1924-1927) - Qualifications: cc; AOCP 30, 1924, No. ?? in WA - amateur operator; amateur broadcaster; mining engineer, NT Gov (Director of Mines, 1947); WW2 - Relationships: no apparent relation with 6AG Wally Coxon - Electoral Rolls: engineer (Cheltenham, SA, 1943); civil servant (Alice Springs, 1949-1954) * [[/Walter Ernest Stanley Coxon|Coxon, Walter Ernest Stanley "Wally"]] [https://www.familysearch.org/tree/person/details/GCY8-JBS] - 1891(NSW)-1968(WA) - Licences: XYK Perth (Maylands, 1913); 6AG Perth (North Perth, 1924; Inglewood, 1925-1931; Mt Lawley, 1933-1939; Bayswater, 1946-1947; Darlington, 1948-1960; Claremont, 1965) - Qualifications: cc; AOCP 124, 1925, No. ?? in WA - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (6WF) - Relationships: no apparent relation with 6RW Robert Wooton Coxon - Electoral Rolls: fitter (Maylands, 1914); engineer (Maylands, 1925-1937); radio engineer (East Perth, 1943; Darlington, 1949-1958); retired (Claremont, 1963-1968) - Links: [http://messui.polygonal-moogle.com/valves/NW199311.pdf EA0] [http://messui.polygonal-moogle.com/valves/NW199404.pdf] [http://messui.polygonal-moogle.com/valves/NW199405.pdf EA2] ===''COZINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Cozins|Cozins, Charles Frederick]] [https://www.familysearch.org/tree/person/details/GF78-6FW] - 1908(WA)-2001(WA) - Licences: 6AC Perth (City, 1931-1933); 6AD Perth (Canning Bridge, 1947-1948) - Qualifications: cc; AOCP 742, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (North Perth, WA, 1931); radio mechanic (Corrogin, WA, 1936); marine collector (Kalgoorlie, WA, 1943); cook (West Perth, WA, 1949); storekeeper (Kalgoorlie, WA, 1949-1954); clerical assistant (South Perth, WA, 1958); clerk (Rivervale, WA, 1963-1972); retired (Kewdale, WA, 1977-1980) ===''CRAIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith William Craig|Craig, Keith William]] [https://www.familysearch.org/tree/person/details/GDNB-7FD] - 1921(NSW)-1999(NSW) - Licences: 2AJV Newcastle (Stockton, 1938-1939); 2EP Newcastle (New Lambton, 1948-1969) - Qualifications: cc; AOCP 2102, 1938, NSW - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Stockton, 1943); fitter (Lambton, 1949; New Lambton, 1958-1980) * [[/Walter Archibald Craig|Craig, Walter Archibald]] [https://www.familysearch.org/tree/person/details/GZ2F-7X4] - 1907(NSW)-1956(NSW) - Licences: 2XI Receive Sydney (Croydon, 1923); 2XI Sydney (Croydon, 1924-1939) - Qualifications: cc; AOCP 220, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Croydon, 1930-1954) ===''CRAMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warne Hutton Cramond|Cramond, Warne Hutton]] [https://www.familysearch.org/tree/person/details/9XQB-N2G] - 1898(NSW)-1951(NSW) - Licences: 2KJ Sydney (Lane Cove, 1928-1939, 1946-1950) - Qualifications: AOCP 397, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Lane Cove, 1930-1949) ===''CRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Rae Cran|Cran, Morris Rae]] [https://www.familysearch.org/tree/person/details/G879-B1J] - 1901(Qld)-1959(NSW) - Licences: 4KX Brisbane (West End, 1930-1939); 2MR Sydney (Rockdale, 1946-1947; Randwick, 1954-1955) - Qualifications: cc; AOCP 570, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Electoral Rolls: clerk (West End, 1925-1937); accountant (Bondi, 1943); company secretary (Ranswick, 1954; Coogee, 1958) ===''CRANCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Layman William Victor Cranch|Cranch, Layman William Victor "Lay"]] - 1910(Qld)-1993(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio engineer, journalist (editor, Australian Radio and Electronics, 1951), business (manager, Kingsley) ===''CRAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Russell Bruce Cameron Craw|Craw, Russell Bruce Cameron "Bruce"]] [https://www.familysearch.org/tree/person/details/KF2Q-54Y] - 1901(Tas)-1934(Vic) - Licences: 7BC Burnie (1930-1933); 3BC Melbourne (1933-1934) - Qualifications: cc; AOCP 671, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Comment: passed too soon - Electoral Rolls: salesman (Burnie, 1922; North Melbourne, 1924; Burnie, 1928); sales (Middle Park, Vic, 1935) ===''CRAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Thomas Crawford|Crawford, Cedric Thomas]] [https://www.familysearch.org/tree/person/details/GD2P-42L] - 1905(NSW)-1977(NSW) - Licences: 2YC Sydney (Burwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Burwood, 1930-1933); engineer (Captain's Flat, 1937-1943); mechanical engineer (Broken Hill South, 1954-1963); engineer (St Ives, 1968-1972) * [[/John Murray Crawford|Crawford, John Murray]] - 19??(???)-19??(???) - senior federal public servant (chief engineer PMGD, involved establishment of first ABC stations), don't confuse with William Tamillas Stephen Crawford * [[/William Tamillas Stephen Crawford|Crawford, William Tamillas Stephen "Bill", "W.T.S.C."]] [https://www.familysearch.org/tree/person/details/G738-35N] - 1880(Vic)-1962(NSW) - state public servant (P&TD, Tas); senior federal public servant (PMGD, radio inspector); RANRS (commissioned telegraphist, 1917) - Comment: don't confuse with John Murray Crawford ===''CREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Creamer|Creamer, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7XK-965] - 1903(NSW)-1973(NSW) - Licences: 2UR Sydney (Glebe Point, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Orange, 1930-1932); electrical engineer (Brewarrina, 1933; Henty, 1934-1935; Grose Vale, 1937; Richmond, 1943-1968) ===''CREDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter John Credlin|Credlin, Peter John]] [https://www.familysearch.org/tree/person/details/GDSB-SH8] - 1938(Vic)-1984(NSW) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) - Comment: Gone too soon - Electoral Rolls: clerk (Camberwell, 1954); engineer (Malvern, 1963; Lower Templestowe, 1967-1980) ===''CRESSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Gillespie Cresswell|Cresswell, Frank Gillespie]] [https://www.familysearch.org/tree/person/details/LR45-Q56] - 1880(Vic)-1963(Vic) - Licences: 3GI Melbourne (East Kew, 1924-1925; Camberwell, 1926-1927); Qualifications: cc; Nil yet identified - federal public service (PMGD); military (Commonwealth Naval Militia, engineer sublieutenant); RANRS (Radio Commander, terminated Nov 1920) - not to be confused with William Rooke '''Creswell''' - Electoral Rolls: instrument fitter (Camberwell, 1903-1906); Engineer-Lieutenant RAN (Prahran, 1912); naval officer (St Kilda, 1914); lieutenant RAN (Hawthorn, 1915-1919); RAN (Kew, 1922-1924); commandant RAN (Frankston, 1928-1934); naval officer (Olivers Hill, 1936-1937); electrical engineer (Armadale, 1943); retired (Somers, 1949; Mt Eliza, 1954; Frankston, 1963) * [[/Harry Leslie Cresswell|Cresswell, Harry Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9456-49G] - 1917(Qld)-1942(Qld) - Licences: 4DL Brisbane (Coorparoo, Qld, 1938-1939) - Qualifications: cc; Nil yet identified, likely RAN - amateur operator; amateur broadcaster; WW2 (RAN, Petty Officer Telegraphist, KIA, HMAS Yarra) - Electoral Rolls: Nil yet identified - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10293831 AWM] [https://www.awm.gov.au/collection/R1690529 Roll of Honour] ===''CRESWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rooke Creswell|Creswell, William Rooke]] [https://www.familysearch.org/tree/person/details/9N4L-WRS] - 1852(Gibraltar)-1933(Vic) - early wireless experimenter (Lytton, Moreton Island), military (RAN; Qld Maritime Defence Force, commandant; Commonwealth Naval Forces, commandant) - Generally considered the father of the RAN, not to be confused with Frank Gillespie '''Cresswell''' - Electoral Rolls: naval commandant (South Brisbane, 1903-1905); director (Toorak, 1909-1919) - Links: [[w:William Rooke Creswell|Wikipedia]]; [https://adb.anu.edu.au/biography/creswell-sir-william-rooke-5817 ADB] [https://www.navy.gov.au/biography/vice-admiral-sir-william-rooke-creswell RAN] ===''CRIBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dunmore Foote Cribb|Cribb, Dunmore Foote]] [https://www.familysearch.org/tree/person/details/LCPP-YQH] - 1899(Qld)-1946(Qld) - Licences: 4DC Brisbane (Indooroopilly, 1925-1927) - Qualifications: cc; AOCP 134, 1925, No. 15 in Qld - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant) - Electoral Rolls: teacher (Indooroopilly, 1921-1943) ===''CRICHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Robert Crichton|Crichton, Stanley Robert]] [https://www.familysearch.org/tree/person/details/LK76-MZH] - 1893(NZ)-1967(NSW) - Licences: 2KH East Maitland (1929-1935); 9OU Port Moresby (1947-1948) - Qualifications: AOCP 542, 1929, No. ?? in NSW; AOLCP 100, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: telephone mechanic (East Maitland, 1930-1935); wireless operator (Maclean, 1936); Radio 2NR (Lawrence, 1937); wireless operator (Ashfield, 1949); PMG technician (Ashfield, 1954-1963) ===''CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cridge, Wilfred Edgar Launder - See Wilfred Edgar Launder-Cridge ===''CRISP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Charles Crisp|Crisp, Henry Charles "Harry"]] [https://www.familysearch.org/tree/person/details/G8XD-5T2] - 1909(NSW)-1996(???) - Licences: 2LX Sydney (Undercliffe, 1930; Hurstville, 1931-1933; Cronulla, 1934-1939, 1946); 2LX Ettalong (1947-1955); 2LX Woy Woy (1956-1961); 2LX Urunga (1965); 2LX Sydney (Cronulla, 1969; Gorokan, 1975-1980+) - Qualifications: AOCP 614, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: "Henry Charles" carrier (Undercliffe, 1930; Hurstville, 1931-1933); radio dealer (Cronulla, 1934-1937); "Harry Charles" examiner (Bondi, 1943); "Henery Charles" no occupation (Ettalong, 1949); "Henry Charles" radio dealer (Ettalong, 1954-1963); "Harry Charles" motel proprietor (Urunga, 1968); manager (Sans Souci, 1972); retired (Cronulla, 1972); "Henery Charles" retired (Gorokan, 1977-1980) ===''CROCKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Edward Crocker|Crocker, Claude Edward]] [https://www.familysearch.org/tree/person/details/L8R6-RZW] - 1875(USA)-1929(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: engineer (West Perth, 1922-1925) * [[/Edward Baker Crocker|Crocker, Edward Baker]] [https://www.familysearch.org/tree/person/details/MYHX-65B] - 1867(Wales)-1955(NSW) - Licences: 2BB Receive Sydney (Marrickville, 1922); 2BB Sydney (Marrickville, 1922-1930) - Qualifications: cc; AOCP 95, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: provision merchant (Marrickville, 1933-1937); retired (Marrickville, 1943-1949); no occupation (Earlwood, 1949-1954) ===''CROME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Keith Crome|Crome, Harry Keith]] [https://www.familysearch.org/tree/person/details/LZTL-HF9] - 1908(Tas)-1975(Tas) - Licences: Receive (Crystal) Hobart (New Town, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: painter (Hobart North, 1936-1954); linotype operator Melbourne (Alphington, 1963-1972) ===''CROMIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Thomas Cromie|Cromie, Charles Thomas]] [https://www.familysearch.org/tree/person/details/G6Z4-73H] - 1883(Vic)-1952(Vic) - Licences: Receive (Valve) Melbourne (Caulfield, 1923) - Qualifications: cc; Nil yet identified - manager (Oliver J. Nilsen & Co, 1927); witness to Royal Commission 1927 (obo 3UZ) - Electoral Rolls: draper (Maffra, 1903; Korumburra, 1905; East Melbourne, 1909; Maffra, 1912); engineer (East Melbourne, 1914); electrical engineer (Malvern, 1915-1917); engineer (Elsternwick, 1919; Caulfield, 1924-1927); electrical engineer (Melbourne East, 1928; Caulfield, 1931); engineer (Caulfield, 1934); director (Armadale, 1936-1949) ===''CROOKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Leonard Crooks|Crooks, James Alexander Leonard "Len"]] [https://www.familysearch.org/tree/person/details/LK93-6HV] - 1890(Tas)-1973(Tas) - Licences: Receive Launceston (1923-1925); 7BQ Launceston (1925-1969+) - Qualifications: cc; AOCP 61, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; honorary radio inspector (PMG) - Relationships: father of 3AAC John Peter Crooks - Electoral Rolls: clerk (Trevallyn, 1914; Launceston, 1919-1968); no occupation (Low Head, 1972) * [[/John Peter Crooks|Crooks, John Peter]] [https://www.familysearch.org/tree/person/details/LRZL-Z2J] - 1921(Tas)-2013(Vic) - Licences: 3AAC Colac (1960); 3AAC Bulleen (1965-1969) - Qualifications: AOCP 2107, 1938, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: son of 7BQ James Alexander Leonard "Len" Crooks - Electoral Rolls: civil servant (Elsternwick, 1949); engineer (East Geelong, 1954; Bulleen, 1963-1977) ===''CROPLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric William Cropley|Cropley, Eric William]] [https://www.familysearch.org/tree/person/details/GDLL-YVK] - 1893(NSW)-1935(NSW) - Licences: N735 Receive Sydney (Homebush, 1922); 2HT Receive Sydney (Homebush, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of Mervyn Eric Cropley - Electoral Rolls: warehouseman (Homebush, 1930-1933) * [[/Mervyn Eric Cropley|Cropley, Mervyn Eric]] [https://www.familysearch.org/tree/person/details/GDLG-MYS] - 1920(NSW)-1951(Aus) - Licences: cc; Nil yet identified - Qualifications: cc; 2COCP 403, 1941 - amateur operator; amateur broadcaster - Relationships: son of 2HT Eric William Cropley - Electoral Rolls: radio officer (Homebush, 1943); salesman (Blaxland, 1949) ===''CROUCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Casimir Crouch|Crouch, Ernest Casimir "Ern"]] - 1908(???)-1989(NSW) - 2QJ Receive Sydney (Mosman, 1923), 2EC Sydney (Mosman, 1924-1939), 2EC Orange (1946-1980), amateur operator (AOCP 16, 1924, No. 6 in NSW), amateur broadcaster; engineer; Mosman Radio Laboratories 1927 (proprietor?) ===''CROWDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Crowder, Joyce Isabel see Batchler nee Crowder, Joyce Isabel ===''CULLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Norman Seth Culliver|Culliver, Francis Norman Seth "Norman"]] [https://www.familysearch.org/tree/person/details/G82T-SWD] - 1891(Vic)-1962(Vic) - Licences: 3DP Receive Melbourne (East Melbourne, 1922); 3DP Melbourne (East Melbourne, 1923-1925; Hawthorn, 1925-1927); 3UG Melbourne (Rye, 1948-1956); 3UG Queenscliff (1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of Keith Norman Culliver & Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1931-1954) * [[/Ian Douglas Culliver|Culliver, Ian Douglas "Sam"]] [https://www.familysearch.org/tree/person/details/G82T-WDM] - 1916?(Vic)-2002(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 655, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Keith Norman Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) * [[/Keith Norman Culliver|Culliver, Keith Norman]] [https://www.familysearch.org/tree/person/details/G82T-753] - 1914(Vic)-1998(Vic) - Licences: Nil yet identified - Qualifications: cc; 3COCP 656, 1948 - amateur operator; amateur broadcaster - Relationships: son of 3DP-3UG Francis Norman Seth Culliver; brother of Ian Douglas Culliver - Electoral Rolls: fisherman (Rye, 1942-1977) ===''CUMMING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Humberstone Cumming|Cumming, William Humberstone]] [https://www.familysearch.org/tree/person/details/GSLF-9FS] - 1903(Vic)-1956(Vic) - Licences: 3BK Melbourne (Armadale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Notting Hill, 1931); engineer (Cheltenham, 1931); contractor (Malvern, 1936-1949); engineer (Malvern, 1954) ===''CUMMINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Cummings|Cummings, Bruce]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 1928, No. ?? in Qld), amateur broadcaster ===''CUMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Vincent Cummins|Cummins, Reginald Vincent]] [https://www.familysearch.org/tree/person/details/GXCK-FLN] - 1911(Qld)-1957(Qld) - Licences: 4VC Brisbane (Newmarket, 1937-1939) - Qualifications: cc; AOCP 1939, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (East Ipswich, Qld, 1934-1937); public servant (Newmarket, Qld, 1943-1954) ===''CUNLIFFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James August Cunliffe|Cunliffe, James August]] [https://www.familysearch.org/tree/person/details/G7KX-DQW] - 1904(Vic)-1984(Vic) - Licences: 3ZO Melbourne (Croxton, 1930-1931; Preston, 1933-1939, 1946-1947); 3AZO Melbourne (North Fitzroy, 1954; East Preston, 1955-1980+) - Qualifications: AOCP 597, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: cabinet maker (Preston, 1927); electrician (Preston East, 1931-1942); cabinet maker (Preston East, 1949); carpenter (Preston East, 1963-1980) ===''CUNNINGHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hugh Cunningham|Cunningham, Robert Hugh]] [https://www.familysearch.org/tree/person/details/G845-Z7M] - 1909(Vic)-1989(Vic) - Licences: 3ML Melbourne (Malvern, 1928-1937; Hawthorn, 1938-1939; Frankston, 1946-1947; Malvern, 1948-1980+) - Qualifications: AOCP 463, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Malvern, 1931; Gardiner, 1936-1937); RAAF (Frankston, 1949); manager (Malvern, 1949-1954); director (Malvern, 1963-1980) - R. H. Cunningham, electronics retailer? ===''CUREDALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Curedale|Curedale, Albert John]] [https://www.familysearch.org/tree/person/details/GFQ6-S41] - 1914(Aus)-1986(WA) - Licences: 6AE Perth (City, 1934-1939) - Qualifications: cc; AOCP 1385, 1934, WA - amateur operator; amateur broadcaster - Electoral Rolls: presser (North Perth, WA, 1943-1949; West Perth, WA, 1954; Leederville, WA, 1958-1972) * [[/Robert Gordon Curedale|Curedale, Robert Gordon]] - 1906(WA)-1981(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 837, 1924; 2COCP 369, 1931; 1COCP 141, 1937 - - Electoral Rolls: radio operator (Magnetic Observatory, Watheroo, WA, 1931); wireless operator (West Perth, WA, 1936-1937); radio technician (Croydon, NSW, 1943); farming (Watheroo, WA, 1949); geophysicist (Ascot Vale, Vic, 1954; Bentleigh, Vic, 1963; Yokine, WA, 1968); retired (North Beach, WA, 1972; Maylands, WA, 1977-1980) ===''CURETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Poyner Cureton|Cureton, John Poyner "Jack"]] [https://www.familysearch.org/tree/person/details/L29Y-H1R] - 1905(NSW)-1958(NSW) - Licences: 2AY Receive Sydney (Burwood, 1922); 2AY Sydney (Burwood, 1923-1930); 2AU Sydney (Burwood, 1930-1933; Gordon, 1933-1934; Burwood, 1935-1939, 1946-1950); 2AU Little Hartley (1954-1958) - Qualifications: cc; AOCP 168, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Withdrawal: 2AY callsign withdrawn by PMGD in 1930 and reallocated to new commercial 2AY Albury - Electoral Rolls: secretary (Burwood, 1930; Parkes, 1936); engineer (Burwood, 1943); grazier (Little Hartley, 1958) ===''CURLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Clarence Curle|Curle, George Clarence]] [https://www.familysearch.org/tree/person/details/GZ25-DZZ] - 1914(NSW)-1941(Egypt) - licences: 2AJB Sydney (Chullora, 1937-1939) - qualifications: AOCP 1813, 1937, No. ?? in NSW; BOCP 310, 1940 - amateur operator, amateur broadcaster, broadcast engineer (2BL), WW2 - electoral rolls: Nil - "Greater love hath no man than this" ===''CURNOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Ross Curnow|Curnow, Geoffrey Ross]] - 19??(???)-19??(???) - historian (wireless & broadcasting), "The history of the development of wireless telegraphy and broadcasting in Australia to 1942, with especial reference to the Australian Broadcasting Commission : a political and administrative study" ===''CURRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Benjamin John Currie|Currie, Francis Benjamin John]] [https://www.familysearch.org/tree/person/details/G8QY-8JP] - 1903(SA)-1974(SA) - Licences: None yet found - Qualifications: AOCP 395, 1928, No. ?? in SA - amateur operator? - Electoral Rolls: checker (Albert Park, Vic, 1936); storeman (Semaphore, 1939; Queensbury, 1941) * [[/James Lawrence Currie|Currie, James Lawrence "Len"]] [https://www.familysearch.org/tree/person/details/GXCK-9GW] - 1905(Qld)-1960(Qld) - Licences: 4LC Bundaberg (1936-1937); 4LC Proserpine (1938-1939); 4LC St George (1946-1956); 4LC Brisbane (Dutton Park, 1960) - Qualifications: cc; AOCP 1631, 1936, Qld - amateur operator; amateur broadcaster; power station engineer - Electoral Rolls: electrician (New Farm, Qld, 1929; Bundaberg, Qld, 1931-1937); electrical engineer (Blackhall, Qld, 1943; St George, Qld, 1949-1954); engineer (Caboolture, Qld, 1958) ===''CURTIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. F. Curtis|Curtis, R. F.]] - 19??(???)-19??(???) - Licences: 3AI Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''CUSACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Chanel Cusack|Cusack, Leo Chanel]] [https://www.familysearch.org/tree/person/details/G6YN-49P] - 1897(NSW)-1967(Qld) - Licences: 4LC Port Moresby (1925-1926) - Qualifications: cc; CPRT 229, 1916; 1COCP 319, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIT Townsville (1917-1918) - Electoral Rolls: radio operator (Maroubra, 1930); radio telegraphist (Townsville, 1931-1936; Maroubra, 1943); wireless operator (Maroubra, 1949); radio operator (Darwin, 1949-1954); wireless operator (Maroubra, 1958-1963); retired (Bardon, Qld, 1963) * [[/Sidney Claude Cusack|Cusack, Sidney or Sydney Claude or Claud]] [https://www.familysearch.org/tree/person/details/GW42-D16] - 1885(Eng)-1973(Canada) - Licences: 5CK Adelaide (Dulwich, 1924-1926) - Qualifications: cc; CPRT 5, 1914 (No. 5 in Aus and Vic, Commonwealth system) - RANRS (CPO to Warrant Telegraphist, 1917); WW1 - Electoral Rolls: operator (Clayfield, Qld, 1916) ===''CUSHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Thomas Cushen|Cushen, Arthur Thomas]] [https://www.familysearch.org/tree/person/details/GXQL-FP3] - 1920(NZ)-1997(NZ) - prominent MW and SW broadcast listener 1930s to 1990s; DX Clubs (New Zealand DX Radio Association, New Zealand Radio DX League, All-Wave All-World DX Club, DX Australia) - Links: [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen/ Autobiography]; [https://www.radiodx.com/articles/dxer-profiles-a-to-e/arthur-cushen-tributes/ Tributes] ===''CUSITER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert William Macgregor Cusiter|Cusiter, Robert William Macgregor "Mac"]] [https://www.familysearch.org/tree/person/details/M6H8-73C] - 1908(NSW)-1970(???) - 2RW Sydney (Lewisham, 1925-1926; Turramurra, 1927-1929; Pymble, 1930; Lewisham, 1931-1939, 1946-1955; Hornsby, 1956-1969), amateur operator (AOCP 203, 1925, No. ?? in NSW), amateur broadcaster, engineer (Pymble, 1930; Lewisham, 1930-1949; Hornsby, 1958-1968), AWA, PMGD, WW2 (worked on defence electronics) ===''CUTHBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Cuthbert|Cuthbert, Henry]] - 1829(Irl)-1907(Vic) - Postmaster-General Victoria (Jul 1877-Jul 1878; Mar 1880-Aug 1880) ===''CUTTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Gregory Maxwell Cutts|Cutts, Gregory Maxwell "Maxwell"]] [https://www.familysearch.org/tree/person/details/GQBR-22Q] - 1903(NSW)-1986(NSW) - Licences: Receive (Crystal) Sydney (Croydon, 1923); 2GM Sydney (Croydon, 1924-1927) - Qualifications: cc; AOCP 17, 1924, No. 7 in NSW - amateur operator; amateur broadcaster; radio business proprietor (2ML, Mosman Radio Service) - Electoral Rolls: radio engineer (Mosman, 1930-1937; Abbotsford, 1949); sales manager (North Ryde, 1954-1963); manager (Cheltenham, 1972-1980) =='''D'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''DAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Luja Dahl|Dahl, Norman Luja]] [https://www.familysearch.org/tree/person/details/L433-MY6] - 1888(NZ)-1938(Qld) - Licences: 2ND Sydney (Wahroonga, 1933-1937); 4ND Ayr (1937-1939) - Qualifications: cc; AOCP 1079, 1933, NSW; AOLCP 249, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: consulting engineer (Wahroonga, NSW, 1930-1935); teacher (Wahroonga, NSW, 1937); company director (Ayr, Qld, 1936-1937) * [[/Oscar Sydney Dahl|Dahl, Oscar Sydney "Syd"]] [https://www.familysearch.org/tree/person/details/LLWV-S5D] - 1904(NZ)-1982(Qld) - Licences: 4KA Ayr (1933-1935); 7KA Hobart (1947); 4KA Ayr (1948); 9KA Lae (1969); 4VT Innisfail (1975) - Qualifications: cc; AOCP 1151, 1933, No. ? in Qld - amateur operator; amateur broadcaster; WW2; surveyor - Electoral Rolls: chainman (Arapuni, NZ, 1928-1931); tramline engineer (Ayr, Qld, 1931-1936); engineer (Gordonvale, Qld, 1937); civil engineer (Fitzgerald, Tas, 1943; Ayr, Qld, 1949-1958); surveyor (Innisfail, Qld, 1963-1980) ===''DALBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dalby|Dalby, John]] - 19??(???)-19??(???) - Licences: 5BI Adelaide (SA School of Mines, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Directories: lecturer (School of Mines, Adelaide, 1922-1934) - Electoral Rolls: Nil yet identified ===''DALTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Martin Dalton|Dalton, Robert Martin]] [https://www.familysearch.org/tree/person/details/GZJQ-SH3] - 1897(Vic)-1949(Vic) - Licences: XLB Melbourne (Auburn, 1913); 3UI Mildura (1923-1925); 3UI Melbourne (Balaclava, 1925-1926; Caulfield, 1927; Camberwell, 1931-1933); 3UN Melbourne (Camberwell, 1948) - Qualifications: cc; AOCP 158, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: fruitgrower (Mildura, 1919-1924); radio engineer (Hawthorn, 1926-1927); clerk (Camberwell, 1928); sales (Camberwell, 1931-1949) ===''DANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Dane|Dane, John Edward]] [https://www.familysearch.org/tree/person/details/LYF7-5RS] - 1868(Eng)-1928(Vic) - Licences: Receive (Valve) Melbourne (Hawthorn, 1923); 3JD Melbourne (Hawthorn, 1924-1927) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: commercial traveller (Hawthorn, 1908-1909); merchant (Auburn, 1912-1927) ===''DANGERFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Henry Dangerfield|Dangerfield, Joseph Henry "Harry"]] [https://www.familysearch.org/tree/person/details/G9HR-22D] - 1911(Eng)-1997(Qld) - Licences: 4NF Townsville (1936-1939) - Qualifications: cc; AOCP 1686, 1936, Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (radio electrical salesman) - Relationships: brother of 4NL Norman Gerard Dangerfield - Electoral Rolls: radio mechanic (Townsville, Qld, 1937-1954); mechanic (Townsville, Qld, 1958-1977); retired (Airlie Beach, Qld, 1977-1980) * [[/Norman Gerard Dangerfield|Dangerfield, Norman Gerard]] [https://www.familysearch.org/tree/person/details/G9HR-5FD] - 1918(Qld)-1997(Qld) - Licences: 4NL Ayr (1936-1939); 4ND Ayr (1956-1965); 4ND Brisbane (Sherwood, 1969-1975) - Qualifications: cc; AOCP 1687, 1936, Qld; BOCP 1062, 1949 - amateur operator; amateur broadcaster; employment (Elphinstones); broadcast technician (4AY, ABC Townsville); business proprietor (radio) - Halcyon: AOCP at 16yo - Relationships: brother of 4NF Joseph Henry Dangerfield - Electoral Rolls: aircraft fitter (Coorparoo, Qld, 1943); bank officer (Ayr, Qld, 1949); radio technician (Ayr, Qld, 1954; Home Hill, Qld, 1958); clerk (Sherwood, Qld, 1968-1980) ===''DANIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Septimus Daniel|Daniel, Louis Septimus]] - 1834(Eng)-1909(Vic) - experimented with etheric force in mid 1870s, radio clubs (Telegraph Electrical Society of Victoria, member), employment (Vic Post & Telegraphs, concluding acting Secretary, 1897), linguist ===''DARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Darley|Darley, Ernest John]] [https://www.familysearch.org/tree/person/details/G4BX-9ZK] - 1898(WA)-1968(WA) - Licences: 6CJ Perth (South Perth, 1923-1930) - Qualifications: cc; CPRT 243, 1916; 2COCP 835, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: motor importer (South Perth, 1925-1936); importer (Rockingham, 1943); technician (South Perth, 1954-1963) ===''DAVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Barrett Davey|Davey, Harold Barrett]] [https://www.familysearch.org/tree/person/details/GDYY-FN4] - 1898(Tas)-1948(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: dental mechanic (Launceston, 1922); electrician (Launceston, 1936-1937); electrical engineer (Launceston, 1943) * [[/John Alfred Davey|Davey, John Alfred]] [https://www.familysearch.org/tree/person/details/GZ6X-FSF] - 1913(SA)-1992(Qld) - 2YE Sydney (Glebe Point, 1935-1938; Ashfield, 1939; Homebush, 1946-1975), amateur operator (1COCP 19, 1934; 3COCP 1029, 1952), amateur broadcaster, radio engineer * [[/John Anderton Davey|Davey, John Anderton]] [https://www.familysearch.org/tree/person/details/GZ6F-3ZH] - 1909(Vic)-1973(Vic) - Receive Melbourne (Brighton, 1923), 3AD Melbourne (Brighton, 1925-1926; Elsternwick, 1927), amateur operator (AOCP 66, 1925, No. ?? in Vic), amateur broadcaster, manufacturer's agent * [[/Ralph William Davey|Davey, Ralph William]] [https://www.familysearch.org/tree/person/details/GXGN-W9X] - 1916(SA)-1999(Vic) - Licences: 5KD Adelaide (North Croydon, 1935-1939; Mile End, 1947; Blanchetown, 1948); 5DY Portable Adelaide (North Croydon, 1938) - Qualifications: cc; AOCP 1481, 1935, SA; 1COCP 515, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: constable (Ridleyton North, SA, 1939; Whyalla, SA, 1941-1948); RAAF (Guildford, WA, 1958; Beaumaris, Vic, 1972-1980) ===''DAVIDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. R. Davidson|Davidson, E. R.]] - 19??(???)-19??(???) - Licences: 4FP Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DAVIES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Tempest Davies|Davies, Henry Tempest]] [https://www.familysearch.org/tree/person/details/G889-FX9] - 1900(WA)-1987(WA) - Licences: 6HD Perth (Highgate Hill, 1929-1939) - Qualifications: cc; AOCP 563, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Balkatta, 1921); police officer (Mundijong, 1943); sergeant (Victoria Park, 1949-1958; Lathlain Park, 1963-1977; Victoria Park, 1980) * [[/Reginald Raymond Clifford Davies|Davies, Reginald Raymond Clifford]] [https://www.familysearch.org/tree/person/details/GXGM-73Y] - 1915(SA)-1988(WA) - Licences: 5LJ Adelaide (Goodwood Park, 1933-1939; Plympton, 1947-1948); 3AY Melbourne (Prahran, 1954-1960; Heathmont, 1965-1969); 6BQ Perth (Bickley, 1975); 6BQ Denmark (1980) - Qualifications: cc; AOCP 1138, 1933, SA; BOCP 121, 1937; 1COCP 534, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: metal worker (Goodwood Park, SA, 1939); radio engineer (5RM Berri, SA, 1941); mechanic (Plympton, SA, 1941-1943); public servant (Prahran, Vic, 1954); retired (Bickley, WA, 1972-1977) ===''DAVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Hargan Davis|Davis, Henry Hargan or Hargon]] [https://www.familysearch.org/tree/person/details/LT6C-6MB] - 1908(NSW)-1992(SA) - Licences: Receive (Crystal) Sydney (Strathfield, 1923-1924); 2HH Sydney (Strathfield, 1926-1934) - Qualifications: cc; AOCP 289, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Strathfield, 1930-1936); engineer (Strathfield, 1943) - Professor Henry Hargan Davis, BSc, BE (Syd), PhD (Camb), 1946-1973 (Emeritus Professor 1974) [https://docplayer.net/82920769-Engineering-education-the-university-of-adelaide.html] * [[/Ross Raleigh Davis|Davis, Ross Raleigh "Jack"]] [https://www.familysearch.org/tree/person/details/GZ54-9Q4] - 1907(Vic)-1986(NSW) - Licences: 2DS Receive Sydney (Vaucluse, 1920-1922); 2DS Sydney (Vaucluse, 1923-1929; Double Bay, 1930-1933; Rose Bay, 1933-1938; Bellevue Hill, 1938-1939) - Qualifications: cc; AOCP 249, 1926, No. ?? in NSW; CPRTelephony 934, 1926 - amateur operator; amateur broadcaster - Comment: accompanied 2CM on the SS Tahiti; education (Sydney Technical College, Electrical Engineering Degree); employment (AWA, engineer, 1925-1973) - Electoral Rolls: engineer (Double Bay, 1930; Rose Bay, 1933-1937; Bellevue Hill, 1943-1958; Rose Bay, 1958-1980) ===''DAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dawson|Dawson, Alfred]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 559, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: stovemaker (Hurlstone Park, 1930); storeman (Marrickville, 1931) - Not yet fully identified * [[/Richard Stanley Dawson|Dawson, Richard Stanley]] [https://www.familysearch.org/tree/person/details/GD52-2NQ] - 1897(Vic)-1983(NSW) - Licences: XZP Hobart (1913-1914); 3DA Melbourne (South Yarra, 1927) - Qualifications: cc; CPRT 282, 1917 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: student (Toorak, 1919); electrical engineer (Melbourne, 1921-1924; Toorak, 1925-1926; South Yarra, 1927-1928); engineer (Artarmon, NSW, 1930; Mosman, 1931-1972; Roseville, NSW, 1977) ===''DEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Launston Alexander Deane|Deane, Launston Alexander]] [https://www.familysearch.org/tree/person/details/GX2G-182] - 1909(SA)-1988(SA) - Licences: 5LD Adelaide (Tusmore, 1933; Hazelwood Park, 1937-1939; Royston Park, 1947-1955; Hazelwood Park, 1956-1965; St Georges, 1969-1975) - Qualifications: cc; AOCP 1090, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Burnside, SA, 1939-1943) * [[/Raymond Kyrle Deane|Deane, Raymond Kyrle]] [https://www.familysearch.org/tree/person/details/GX2P-HB1] - 1917(SA)-2010(SA)93yo - Licences: 5RK Adelaide (Fullarton, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1728, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: warehouseman (Fullarton, SA, 1939-1941); clerk (Fullarton, SA, 1943) ===''DE BAVAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Jean Xavier de Bavay|de Bavay, Francis Jean or John Xavier ]] [https://www.familysearch.org/tree/person/details/GXFJ-D1R] - 1887(Vic)-1955(Tas) - Licences: 4FO Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: analytical chemist (Kew, Vic, 1909); brewer (West Perth, WA, 1916); chemist (Cannon Hill, Qld, 1919-1921); manager (New Farm, Qld, 1925); master brewer (Cascades, Tas, 1928-1936); manager (Hobart South, Tas, 1943-1954) ===''DE CRESPIGNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Champion de Crespigny|de Crespigny, Philip Champion]] [https://www.familysearch.org/tree/person/details/KCJG-QN9] - 1879(Vic)-1918(Palestine) - Licences: XPU Melbourne (Brighton, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Relationships: half brother of 3FM Royalieu Dana Champion de Crespigny - Sacrifice: "Greater love hath no man than this" * [[/Royalieu Dana Champion de Crespigny|de Crespigny, Royalieu Dana Champion]] [https://www.familysearch.org/tree/person/details/KH7P-7SD] - 1905(Vic)-1985(Vic) - Licences: 3FM Melbourne (Brighton, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Elmhurst, 1936-1949); farmer (Cobden, 1954; South Ecklin, 1963-1980) - Relationships: half brother of XPU Philip Champion de Crespigny ===''DE CURE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Gerard de Cure|de Cure, John Edward Gerard]] [https://www.familysearch.org/tree/person/details/LVD6-DWD] - 1899(SA)-1989(SA) - Licences: 3WL Melbourne (Coburg, 1929-1933); 5KO Adelaide (Glenelg, 1937-1939, 1946-1956); 2KO Sydney (Artarmon, 1957-1958); 5KO Adelaide (Fulham, 1960-1980+) - Qualifications: cc; AOCP 535, 1929, No. ?? in Vic; 1COCP 22, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Cobden, 1954); public servant (North Carlton, 1921-1924; Coburg, 1927-1934; Artarmon, NSW, 1958) ===''DEARNESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Sinclair Dearness|Dearness, Harry Sinclair]] - 19??-2004(Qld) - 4KW Mackay (1939, 1946-1975), Brisbane (Strathpine) (1980+) - amateur operator (AOCP 2328, 1939, No. ? in Qld), amateur broadcaster, military (WW2, AIF), employment (radio & TV mechanic) ===''DEEGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Edward Deegan|Deegan, Stanley Edward]] [https://www.familysearch.org/tree/person/details/LYK3-2V3] - 1893(Tas)-1944(Tas) - Licences: 7AK Hobart (St Virgil's College, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; public servant (State & Federal, PMGD); WW1 - Electoral Rolls: clerk (Hobart, 1919-1922); civil servant (Hobart, 1928-1936); postal official (Hobart, 1943) ===''DEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival William Deer|Deer, Percival William]] [https://www.familysearch.org/tree/person/details/L2DJ-9ZF] - 1901(SA)-1981(SA) - Licences: 5DR Adelaide (Seacliff, 1928-1933; Brighton, 1937-1939) - Qualifications: cc; AOCP 451, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: machinist (Brighton, 1939-1943) ===''DELBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Joseph Robert Delbridge|Delbridge, Reginald Joseph Robert]] [https://www.familysearch.org/tree/person/details/L439-HNM] - 1888(Eng)-1964(Qld) - Licences: 4RJ Childers (1927); 4RJ Brisbane (Paddington, 1931-1933; Booval, 1937-1939); 4RJ Stanthorpe (1946-1948); 4RJ Brisbane (Northgate, 1954-1955; Toowong, 1956); 4RJ Burleigh Heads (1960) - Qualifications: cc; AOCP 383, 1927, No. 42 in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), minister of religion - Electoral Rolls: clergyman (Ingham, 1917-1919); minister (Kingaroy, 1925); clergyman (Ashgrove, 1943); minister (Stanthorpe, 1949); minister of religion (New Farm, 1954); Methodist Minister (Toowong, 1958); retired (Burleigh Heads, 1963) ===''DELLIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Stephen Dellit|Dellit, Samuel Stephen]] - Licences: VK4ZSS Brisbane, VK3 Melbourne, VK1DXA Canberra - Qualifications: AOLCP Q0078, 1971 - amateur operator, broadcast DXer, broadcast planning engineer, federal public servant, radio historian (aeradio, amateur, broadcast, coastal) ===''DEMPSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter McInnes Dempsey|Dempsey, Walter McInnes "Wally"]] [https://www.familysearch.org/tree/person/details/LTQN-B69] - 1910(Vic)-2010(Vic) - Licences: 3WD Melbourne (Cheltenham, 1929-1931); 7WD Cambridge (1948); 3AZD Melbourne (Pascoe Vale, 1954); 3WD Melbourne (Pascoe Vale, 1955-1969; Oak Park, 1975); 3WD Marong (1980+) - Qualifications: AOCP 515, 1929, No. ?? in Vic; AOLCP 41, 1931; 1COCP 217, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: postal employee (Cheltenham, 1931; Mordialloc, 1936-1937); radio operator (Mentone, 1942); aeradio operator (Cambridge, Tas, 1949); public servant (Pascoe Vale, 1954-1968; Oak Park, 1972); retired (Marong, 1977-1980) ===''DENBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Roy Denby|Denby, Harry Roy]] [https://www.familysearch.org/tree/person/details/LJTS-LLS] - 1906(Qld)-1973(Qld) - Licences: 4FR Receive Brisbane (Brisbane City, 1923); 4AX Brisbane (Kedron, 1936-1939); 4AX Cairns (1947-1969) - Qualifications: cc; AOCP 1800, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: rubber worker (Kedron, Qld, 1936-1937; Cairns, Qld, 1943-1972) ===''DENISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Robert Denison|Denison or Dixson, Hugh Robert]] [https://www.familysearch.org/tree/person/details/L6Q5-WTC] - 1865(NSW)-1940(Vic) - born Hugh Robert Dixson; businessman, parliamentarian, philanthropist; director of Australasian Wireless Co. then Amalgamated Wireless (Australasia) - Links: [[w:Hugh Denison|Wikipedia]]; [https://adb.anu.edu.au/biography/denison-sir-hugh-robert-5955 ADB] ===''DENNEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Roy Denneen|Denneen, Harold Roy]] [https://www.familysearch.org/tree/person/details/GXQG-6YG] - 1894(NSW)-1939(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (A/g Warrant Telegraphist, 1917) - Electoral Rolls: radio telegraphist (Thursday Island, 1928-1937) ===''DENNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Roy Dennett|Dennett, Phillip or Philip Roy or Ray]] [https://www.familysearch.org/tree/person/details/KNX4-D9K] - 1897(SA)-1988(Qld) - Licences: 5IV Berri (1931-1938); 4IV Camooweal (1938-1939) - Qualifications: cc; AOCP 799, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil servant (Morningside, Qld, 1943; West End, Qld, 1949-1954; Rockhampton, Qld, 1958); public servant (Morningside, Qld, 1963-1977) ===''DERHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Thomas Derham|Derham, Frederick Thomas]] - 1844(Eng)-1922(Vic) - Victorian Postmaster-General (1886-1890) ===''DERRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/V. M. Derrick|Derrick, V. M.]] - 19??(???)-19??(???) - Licences: 2VM Sydney (Bellevue Hill, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''D'EVELYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude D'Evelynes|D'Evelynes, Claude]] [https://www.familysearch.org/tree/person/details/GF39-3D8] - 1916(WA)-1985(NSW) - Licences: 6DC Harvey (1935-1939); 2TZ Sydney (Mona Vale, 1948; Clifton Gardens, 1954-1955); 9TZ Rugli via Lae (1956); 2TZ Sydney (Chatswood, 1958-1980+) - Qualifications: cc; AOCP 1488, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Harvey, WA, 1936-1937); radio engineer (Mona Vale, NSW, 1949; Mosman, NSW, 1954; Chatswood, NSW, 1958-1968); engineer (Chatswood, NSW, 1977-1980) ===''DEVITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Lane Devitt|Devitt, Raymond Lane]] [https://www.familysearch.org/tree/person/details/LB11-PTK] - 1905(Tas)-1992(WA) - Licences: 6DR Perth (Nedlands, 1937-1939) - Qualifications: cc; CPRT 990, 1928; 2COCP 287, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: service engineer (Nedlands, WA, 1931); manager (Nedlands, WA, 1949-1980) ===''DEWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Owen Dewan|Dewan, John Owen (Electoral Rolls) or Owen John (BMD)]] [https://www.familysearch.org/tree/person/details/GFML-2D4] - 1907(WA)-1980(WA) - Licences: 6JK Perth (Maylands, 1930-1931; Mt Lawley, 1933; City, 1937; North Perth, 1938-1939) - Qualifications: cc; AOCP 715, 1930, No. ?? in WA; 3COCP 188, 1936; 2COCP 99, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: butcher (Maylands, WA, 1931; North Perth, 1934-1937); teacher (East Perth, WA, 1943); trade instructor (Nedlands, WA, 1949-1980) ===''DEWAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Dewar|Dewar, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GF4M-CSX] - 1888(Vic)-1974(WA) - Licences: XYE Kalgoorlie (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: engineer (East Perth, WA, 1910; Perth, WA, 1915); engine fitter (Kalgoorlie, WA, 1916-1917); fitter & turner (Bunbury, WA, 1925); fitter (West Australian Gov Railways, Collie, WA, 1931; Maylands, WA, 1936-1937; East Perth, WA, 1943-1949; Maylands, WA, 1954-1968); retired (Nedlands, WA, 1972) * [[/R. A. Dewar|Dewar, R. A.]] - 19??(???)-19??(???) - Licences: 6CN Receive Perth (Bassenden, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''DEXTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Dexter|Dexter, John Henry]] [https://www.familysearch.org/tree/person/details/G428-3PS] - 1906(Eng)-1983(Vic) - Licences: 3DR Melbourne (Northcote, 1926-1927); 3VR Melbourne (Sandringham, 1938-1939; Black Rock, 1946-1956; Parkdale, 1960-1965; Mt Eliza, 1969-1980+) - Qualifications: AOCP 241, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Northcote, 1927); engineer (Preston, 1931; Sandringham, 1942-1954); radio mechanic (Mordialloc, 1963); retired (Mt Eliza, 1968-1980) ===''DICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Dick|Dick, F.]] - abt 1883(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPO, 1917) - Electoral Rolls: ===''DIDDAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Harlin Flower Diddams|Diddams, Robert Harlin or Harland Flower]] [https://www.familysearch.org/tree/person/details/GMZN-YJP] - 1899(Qld)-1969(Qld) - Licences: Receive Brisbane (Toowong, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: bookkeeper (Toowong, Qld, 1921-1925); printer (Ashgrove, 1936-1958); retired (Kangaroo Point, Qld, 1968) ===''DILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Dillon|Dillon, Arthur Ernest "Ernie" "Ern"]] [https://www.familysearch.org/tree/person/details/G85L-HH7] - 1902(Qld)-1960(Qld) - Licences: 4CH Receive Brisbane (New Farm, 1922); 4CH Brisbane (New Farm, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (New Farm, 1925); engineer (New Farm, 1929); electrical engineer (Atherton, 1931-1932); electrician (Greenslopes, 1943-1954; Mt Gravatt, 1958) ===''DINEEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Dineen|Dineen, Geoffrey John]] [https://www.familysearch.org/tree/person/details/GM8L-9R6] - 1919(Tas)-1999(Tas) - Licences: 7GD Launceston (1935-1939, 1946-1948) - Qualifications: cc; AOCP 1588, 1935, No. ?? in Tas; 3COCP 6330, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Launceston, 1949-1968) ===''DIRCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Alfred Dircks|Dircks, Alexander Alfred]] [https://www.familysearch.org/tree/person/details/GDRD-6GN] - 1858(NSW)-1929(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - senior federal public servant (PMGD, Electrical Engineer) - Electoral Rolls: Nil yet identified ===''DIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Gurnhill Dixon|Dixon, Arthur Gurnhill]] [https://www.familysearch.org/tree/person/details/G826-18S] - 1896(Tas)-1966(Vic) - Licences: XZA Wynyard (1913-1914); 3JG Melbourne (Hawthorn, 1933); 3AD Melbourne (Hawthorn, 1937-1939, 1947-1948); 3AVE Melbourne (Nunawading, 1965) - Qualifications: cc; CPRT 462, 1919; 2COCP 160, 1930; 1COCP 271, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Wynyard, 1919); wireless mechanic (Hawthorn, 1934); technician (Auburn, 1936-1937); inspector (Surrey Hills, 1943-1963) - Probate: retired marine inspector (Melbourne, 1966) * [[/Arthur Lionel Dixon|Dixon, Arthur Lionel]] [https://www.familysearch.org/tree/person/details/G82F-YX7] - 1897(Eng)-1968(NSW) - Licences: 236 Sydney (Burwood, 1920); 2BS Receive Sydney (Burwood, 1922-1923); 2AD Sydney (Canterbury, 1929; Strathfield, 1930); 4AD Brisbane (Norman Park, 1931-1939) - Qualifications: cc; CPRT 202, 1916; 2COCP 288, 1930; 1COCP 170, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Concord, NSW, 1930; Norman Park, Qld, 1931-1943); RANVR (Kyeemagh, 1943); engineer (Waverton, 1949; Eastwood, 1954; Lidcombe North, 1958); managing director (Blakehurst, 1963-1968) * [[/Charles Frederick Musgrave Dixon|Dixon, Charles Frederick Musgrave]] [https://www.familysearch.org/tree/person/details/L27B-XXY] - 1894(NSW)-1986(NSW) - Licences: 2II Receive Cootamundra (1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: operator (Cootamundra, 1930-1937); telegraphist (Goulburn, 1943; Annandale, 1949-1954; Camperdown, 1958-1980) * [[/John Malcolm Dixon|Dixon, John Malcolm]] [https://www.familysearch.org/tree/person/details/GWD1-HXH] - 1922(Vic)-2008(Vic) - Qualifications: cc; Nil yet identified - broadcast planning engineer (PMGD, ABCB, P&TD); education (Scots College, 1935-1939); military (WW2, AIF, 1942-1945) - Links: [https://www.scotch.vic.edu.au/greatscot/2008decGS/74.htm Obit] * [[/Lionel Stanley Dixon|Dixon, Lionel Stanley]] [https://www.familysearch.org/tree/person/details/L1PR-QD2] - 1912(Vic)-1998(Vic) - Licences: 4LF Brisbane (Redcliffe, 1938-1939); 3TE Melbourne (Croydon, 1947-1948; Elwood, 1954-1980); 4LF Brisbane (Redcliffe, 1960-1975) - Qualifications: cc; AOCP 2177, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: carpenter (Glenferrie, Vic, 1934-1937); builder (Box Hill South, Vic, 1949; Elsternwick, Vic, 1954-1967; Elwood, Vic, 1972-1980) * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 2ZI Condong (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/R. H. Dixon|Dixon, R. H.]] - 19??(???)-19??(???) - Licences: 4GF Victoria Hills, Herbert River (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Reginald Hilton Dixon|Dixon, Reginald Hilton]] [https://www.familysearch.org/tree/person/details/G82N-FQV] - 1915(NSW)-1978(NSW) - Licences: 2QD Albury (1933-1937); 2QD Armidale (1938-1939); 2QD Albury (1946-1980) - Qualifications: cc; AOCP 1216, 1933, NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Albury, Qld, 1937); telephone mechanic (Albury, 1972-1977) ===''DODDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stokell Dodds|Dodds, Sir John Stokell Snr]] [https://www.familysearch.org/tree/person/details/GMYR-2KQ] - 1906(Tas)-1975(NSW) - Licences: 7DJ Hobart (City, 1937-1939, 1946-1948) - Qualifications: cc; AOLCP 208, 1935; AOCP 1851, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (New Town, 1936-1949); manager (Wahroonga, 1954); electrical engineer (Wahroonga, 1958-1968); manager (St Ives, 1972) * [[/John William Matthew Dodds|Dodds, John William Matthew]] [https://www.familysearch.org/tree/person/details/G8NX-3CT] - 19??(???)-19??(???) - Licences: 2KK Kurri Kurri (1930-1939); 2AZD Newcastle (New Lambton, 1955-1969) - Qualifications: AOCP 644, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: miner (Kuri Kurri, 1930-1949; New Lambton, 1954-1980) * [[/Leonard Henry Dodds|Dodds, Leonard Henry "Len"]] - 1908(NSW)-1983(Qld) - 4GD Townsville (1946-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (Townsville ARC, life member), military (Navy, RAAF), employment (PMGD) * [[/Ronald George Dodds|Dodds, Ronald George]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''DODDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Doddy|Doddy, Edward Arthur]] [https://www.familysearch.org/tree/person/details/GXB7-HWS] - 1899(Tas)-1961(WA) - Licences: 6WH Perth (Claremont, 1936-1939, 1947-1960) - Qualifications: cc; AOCP 1817, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Claremont, WA, 1931-1958) ===''DOHRMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Stanley Glenville Dohrmann|Dohrmann, George Stanley Glenville]] [https://www.familysearch.org/tree/person/details/G82G-TB8] - 1902(Vic)-1985(Vic) - Licences: 3AM Receive Melbourne (Canterbury, 1922); 3AM Melbourne (Canterbury, 1922-1925) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Canterbury, Vic, 1924-1926); warehouseman (Burwood, Vic, 1931; Canterbury, 1937-1943); agriculturalist (Mt Dandenong, 1949-1954; Mooroolbark, 1968-1980) ===''DOIG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Louis Doig|Doig, Norman Louis]] [https://www.familysearch.org/tree/person/details/LLSD-M17] - 1912(WA)-2014(WA)101yo - Licences: 6ND Carnamah (1937-1939); 6CB Perth (Floreat Park, 1954-1960) - Qualifications: cc; AOCP 2061, 1937, WA; 3COCP 1505, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Carnamah, WA, 1936-1937; Floreat Park, WA, 1943); telegraphist (City Beach, WA, 1949; Floreat Park, WA, 1954-1963; Wembley, WA, 1968-1972); civil servant (City Beach, WA, 1977-1980) ===''DONNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Walter Donne|Donne, Charles Walter]] [https://www.familysearch.org/tree/person/details/9V2T-FC7] - 1897(Vic)-1976(Vic) - Licences: XLO Melbourne (St Kilda, 1913-1914); 2YD Sydney (Neutral Bay, 1923-1925); 3YD Melbourne (St Kilda, 1924-1927) - Qualifications: cc; CPRT 271, 1916; 2COCP 87, 1930 - early wireless experimenter; amateur operator; amateur broadcaster; WW1 (UK Merchant Seaman) - Electoral Rolls: radio telegraphist (St Kilda, 1919-1924); technician (St Kilda, 1925-1931); dealer (Armadale, 1934-1937); investor (Mornington, 1943); grazier (Dromana, 1949-1954); nil (Mornington, 1963-1972) - Migration: South Africa (1955-1962) ===''DOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine Lawson Dook|Dook, Valentine Lawson]] [https://www.familysearch.org/tree/person/details/G7X1-NJH] - 1903(WA)-1978(WA) - Licences: 6KB Perth (Maylands, 1931-1933; Mt Hawthorn, 1937-1939, 1947-1956) - Qualifications: cc; AOCP 754, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: fitter's assistant (East Perth, WA, 1931); oil plant attendant (Leederville, WA, 1936-1937); control room operator (Leederville, WA, 1943; Mt Hawthorn, WA, 1949); electrical foreman (Wembley, WA, 1958-1977) ===''DORWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haxton Dorward|Dorward, William Haxton, Jnr]] [https://www.familysearch.org/tree/person/details/GD77-X62] - 1901(Vic)-1937(NSW) - Licences: 3CA Receive Melbourne (Sandringham, 1922-1923); 3CA Melbourne (Sandringham, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: student (Sandringham, 1924-1926); grazier (Moama, 1930; Fort Station, Barnes, 1935-1937) ===''DOUBIKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Thomas Henry Doubikin|Doubikin, William Thomas Henry]] - 1890(Vic)-1927(Tas) - Licences: Hobart Receive 1920s, early wireless experimenter (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, Councillor, 1924), passed too soon ===''DOUDNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Doudney|Doudney, Herbert William]] [https://www.familysearch.org/tree/person/details/MQDH-R32] - 1873(Eng)-1963(Vic) - Licences: 3EM Receive Melbourne (Balaclava, 1922); 3EM Melbourne (Balaclava, 1923-1927) - Qualifications: cc; AOCP 63, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; minister of religion (Holy Trinity Church) - Electoral Rolls: vicar (St Kilda, 1924-1942); nil (Caulfield, 1949-1954; Elsternwick, 1963) ===''DOUGLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gavin Cunningham Douglas|Douglas, Gavin Cunningham]] [https://www.familysearch.org/tree/person/details/G99J-KJ4] - 1912(Vic)-1992(Vic) - Licences: 3YK Melbourne (Bayswater, 1931-1939, 1947-1950+; Blackburn, 1954; Canterbury, 1955-1960+; Surrey Hills, 1965-1980+) - Qualifications: cc; AOCP 743, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Bayswater, 1935-1949); sales representative (Canterbury, 1963; Surrey Hills, 1968-1980) * [[/Gordon Adye Douglas|Douglas, Gordon Adye]] [https://www.familysearch.org/tree/person/details/LRVY-WLJ] - 1878(Tas)-1957(Tas) - Licences: 7BC Receive Gormanston (1923); Receive Gormanston (1923); 7GD Gormanston (1924-1927+) - Qualifications: cc; AOCP 34, 1924, No. ?? in Tas - amateur operator; amateur broadcaster; mining engineer - Electoral Rolls: mining engineer (Gormanston, 1914-1928); draughtsman (Queenstown, 1936); geological surveyor (Queenstown, 1937-1943); no occupation (Hobart South, 1949; Blackman's Bay, 1954) * [[/Hugh Alexander McKay Douglas|Douglas, Hugh Alexander McKay "Harry"]] [https://www.familysearch.org/tree/person/details/LV3Y-3W4] - 1889(Eng)-1951(NSW) - Licences: 2HD (Class B) Newcastle (1926) - Qualifications: cc; Nil yet identified - Class B broadcaster; witness to Royal Commission 1927 (as a Listener) - Electoral Rolls: chauffeur (Newcastle, 1913); vulcaniser (Hamilton, 1930-1935); manager (Newcastle, 1936-1937); engineer (Mayfield, 1943; Hamilton, 1949) ===''DOWDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Lorens Thomas Dowding|Dowding, Philip Lorena or Loreno or Lorens Thomas]] [https://www.familysearch.org/tree/person/details/GZH8-Z6D] - 1901(Tas)-19??(Vic) - Licences: 7AC Receive Hobart (Moonah, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Moonah, 1922); electrician (St Kilda, 1926-1931; Prahran, 1934; Melbourne, 1937; St Kilda, 1943-1949); electrical foreman (Eildon, 1954) ===''DOWNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Downie|Downie, Frederick William]] [https://www.familysearch.org/tree/person/details/K8Y2-LQ8] - 1879(Vic)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Victoria Police (wireless department, senior constable); witness to Royal Commission 1927 (obo VPF) - Electoral Rolls: labourer (Broadford, 1903); constable (North Carlton, 1909-1924); senior constable (Preston, 1927-1936) ===''DOWNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Frank Downing|Downing, Edward Frank]] [https://www.familysearch.org/tree/person/details/GFCL-KTX] - 1908(WA)-1988(WA) - Licences: 6CL Receive Perth (South Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: law student (South Perth, WA, 1931-1934); solicitor (South Perth, WA, 1936-1980) * [[/William Evan Downing|Downing, William Evan]] [https://www.familysearch.org/tree/person/details/LHV4-K46] - 1874(Vic)-1948(Vic) - Licences: 3LQ Receive Warrnambool (1923); 3LQ Warrnambool (1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: brassfounder (Warrnambool, 1912-1937) ===''DOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Laurence Doyle|Doyle, Herbert Laurence]] [https://www.familysearch.org/tree/person/details/G8VG-WVC] - 1894(Vic)-1945(Vic) - Licences: 3HD Melbourne (Malvern, 1930-1931); 3CR Melbourne (Malvern, 1933; Kooyong, 1937; Frankston, 1938-1939) - Qualifications: AOCP 697, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: independent means (St Arnaud, 1924); grazier (Malvern East, 1925-1927); clerk (Malvern East, 1931-1937); home duties (Malvern, 1943) ===''DRAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James George Drake|Drake, James George]] - 1850(Eng)-1941(Qld) - military (Qld Defence Force, 1880s & 1890s), state politician (Qld MLA, 1880s & 1890s), politician (Postmaster-General 1901-1903) ===''DRANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Edward Draney|Draney, Walter Edward]] [https://www.familysearch.org/tree/person/details/9KLP-VT7] - 1896(Qld)-1983(Qld) - Licences: Receive (Valve) Brisbane (Greenslopes, 1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: electrician (Milton, Qld, 1919; Greenslopes, Qld, 1921-1928; Tully, Qld, 1937; Toowoomba, Qld, 1954; Toowoomba West, Qld, 1958-1977); retired (Drayton, Qld, 1980) ===''DREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred John Drew|Drew, Alfred John]] [https://www.familysearch.org/tree/person/details/GXLB-1HH] - 1907(SA)-1993(SA) - Licences: 5LN Adelaide (Kensington, 1933-1939; Erindale, 1947-1980+) - Qualifications: cc; AOCP 1078, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Erindale, SA, 1943) ===''DU FEU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Albert James Du Feu|Du Feu, Maurice Albert James]] [https://www.familysearch.org/tree/person/details/GF3M-V9D] - 1917(WA)-2010(NSW) - Licences: 6DF Perth (Subiaco, 1937-1939, 1947-1948; West Perth, 1954-1956; Floreat Park, 1960-1965); 6DU Perth (West Perth, 1948); 2BMD Sydney (Lindfield, 1969+) - Qualifications: cc; AOCP 1875, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: company director (West Perth, WA, 1943; Subiaco, WA, 1949); manager (West Perth, WA, 1954; Floreat Park, WA, 1958-1968); retired (Lindfield, NSW, 1972-1980) ===''DUBOIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Louis Dubois|Dubois, Paul Louis]] [https://www.familysearch.org/tree/person/details/GXZQ-QN3] - 1918(NSW)-1996(Qld) - Licences: 4UJ Brisbane (Rosalie, 1936-1939; Holland Park, 1946-1947; South Brisbane, 1948; Highgate Hill, 1954-1960; Bardon 1960); 4PL Brisbane (Bardon 1980+) - Qualifications: cc; AOCP 1677, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; senior public servant (PMGD, Telstra) - Electoral Rolls: engineer (Rockhampton, Qld, 1943; South Brisbane, Qld, 1949); public servant (Highgate Hill, Qld, 1954-1958); engineer (Bardon, Qld, 1958-1977); manager telecommunications (New Farm, Qld, 1980) ===''DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Duff, William Vere Hobart]] [https://www.familysearch.org/tree/person/details/GMZC-JGP] - 1893(Vic)-1970(Vic) - Licences: 3DB Receive Melbourne (Malvern East, 1922); 3DB Melbourne (Malvern East, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: electrical engineer (Malvern East, 1914); engineer (Malvern East, 1919-1924; Glenferrie, 1931-1937; Toorak, 1943-1954; Harkaway, 1958-1968) ===''DUFFY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Duffy|Duffy, John]] [https://www.familysearch.org/tree/person/details/GXCB-QKJ] - 1907(NSW)-1993(NSW) - Licences: 2AQ Sydney (Redfern, 1933; Woollahra, 1934; Rose Bay, 1935-1937); 4AQ Brisbane (Grange, 1938); 2AQ Sydney (Bondi, 1939, 1946-1950) - Qualifications: cc; AOCP, not yet identified; AOLCP 264, 1936; TVOCP 54, 1957 - amateur operator; amateur broadcaster - Comment: several contemporaneous JDs, needs review - Electoral Rolls: manager (Woollahra, NSW, 1934); engineer (Vaucluse, NSW, 1935); * [[/Maurice Boyce Duffy|Duffy, Maurice Boyce "Morrie"]] [https://www.familysearch.org/tree/person/details/LRYK-S76] - 1886(Vic)-1957(Vic) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/duffy-maurice-boyce-morrie-6030 ADB] * [[/William Oswald Duffy|Duffy, William Oswald]] [https://www.familysearch.org/tree/person/details/GD52-2Q2] - 1861(Eng)-1916(Tas) - Licences: XZO Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: signalman (Battery Point, 1914) ===''DUGGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry George Duggan|Duggan, Harry George]] [https://www.familysearch.org/tree/person/details/LT9H-8LW] - 1905(Vic)-1994(Vic) - Licences: 3XI Warrnambool (1930-1965); 3AXI Warrnambool (1965-1969); 3XI Garvoc (1965-1969) - Qualifications: AOCP 592, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Warrnambool, 1931-1954); engineer (Warrnambool, 1963-1968) ===''DUKES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon William Dukes|Dukes, Gordon William]] [https://www.familysearch.org/tree/person/details/G3RY-PGT] - 1909(NSW)-2001(NSW) - Licences: 2WD Sydney (Forest Lodge, 1930-1939; Strathfield, 1946-1950; Homebush, 1954-1956; Cremorne, 1957-1958; Lane Cove, 1960-1980+) - Qualifications: AOCP 571, 1930, No. ?? in NSW; AOLCP 139, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Glebe, 1933-1937); radio engineer (Homebush, 1943-1949); engineer (Cremorne, 1954-1958); technician (Lane Cove, 1963-1980) ===''DUNDAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Loftus Dundas|Dundas, Reginald Loftus]] [https://www.familysearch.org/tree/person/details/GXC2-8LM] - 1915(Qld)-1980(Qld) - Licences: 4DU Crawford, Kingaroy Line (1937-1939) - Qualifications: cc; AOCP 1990, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Theodore, Qld, 1937); labourer (Crawford, Kingaroy Line, Qld, 1949-1972); farmer (Torquay, Qld, 1977) ===''DUNLEAVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Francis Dunleavy|Dunleavy, Joseph Francis]] - 19??(???)-19??(???) - Licences: 3JD Melbourne (St Kilda, 1929-1933) - Qualifications: AOCP 508, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (St Kilda, 1924); electrical fitter (Melbourne, 1926; South Yarra, 1931); fitter (St Kilda, 1934) ===''DUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Dunn|Dunn, Richard]] [https://www.familysearch.org/tree/person/details/GDSN-T31] - 1898(NSW)-1986(NSW) - Licences: 2GU Receive Sydney (South Kensington, 1922); 2GU Sydney (South Kensington, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: coachbuilder (Kensington, 1930-1943); manager (Kingsford, 1958); retired (The Entrance, 1963-1980) ===''DUNSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter John Dunstan|Dunstan, Walter John]] [https://www.familysearch.org/tree/person/details/GZXJ-Y3V] - 1904(Vic)-1927(Vic) - Licences: 3JR Receive Ballarat (1922); 3JR Ballarat (1923-1927) - Qualifications: cc; AOCP 106, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Comment: gone too soon - Relationships: brother of William Dunstan, Victoria Cross - Electoral Rolls: student (Ballarat East, 1927) ===''DURBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Keep Durbridge|Durbridge, William Keep]] [https://www.familysearch.org/tree/person/details/GXDN-Z4B] - 1908(WA)-1977(Vic) - Licences: 4FS Receive Brisbane (Teneriffe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Innisfail, Qld, 1930); clerk (Teneriffe, Qld, 1936-1937); bookkeeper (Dundoo Station, Eulo, Qld, 1937); no occupation (St Kilda, Vic, 1963-1972; Melbourne, Vic, 1977) ===''DUTHOIT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert George Duthoit|Duthoit, Albert George]] [https://www.familysearch.org/tree/person/details/GQ94-V82] - 1901(Tas)-1970(Vic) - Licences: Receive (Valve) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Waddamana, 1928); labourer (Croydon North, 1931); no occupation (Armadale, 1931); engineer (Hobart South, 1936); electrical engineer (Armadale, 1935-1943); clerk (Ivanhoe, 1949; Oakleigh, 1954; Malvern, 1958); nil (Malvern, 1967-1968) ===''DUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Henry Dutton|Dutton, Thomas Henry]] [https://www.familysearch.org/tree/person/details/LJG1-LRN] - 1862(Eng)-1941(Qld) - Licences: Receive (Crystal) Brisbane (Fortitude Valley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: painter (Rockhampton, Qld, 1903-1905); commission agent (Bowen Hills, Qld, 1908-1909); printer (Valley, Qld, 1913); traveller (Teneriffe, Qld, 1915-1937) =='''E'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''EARLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Edwin Earle|Earle, Frank Edwin]] [https://www.familysearch.org/tree/person/details/G8YV-B62] - 1900(SA)-1967(SA) - Licences: 5BD Adelaide (St Peters, 1923-1928) - Qualifications: cc; CPRT 823, 1924 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Erasmus Earle|Earle, Robert Erasmus]] [https://www.familysearch.org/tree/person/details/GDLX-NC1] - 1894(Eng)-1979(WA) - Licences: 6LC Perth (Floreat Park, 1969-1975) - Qualifications: AOCP 4390, 1966, WA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Floreat Park, 1954-1977) ===''EASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard Easter|Easter, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GX2L-656] - 1914(SA)-1983(???) - Licences: 5RO Montieth (1933); 5RO Port Elliot (1937); 5RO Moonta (1938) - Qualifications: cc; AOCP 1111, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Moonta, SA, 1939-1947) - Links: [https://vwma.org.au/explore/people/532330 VWM] ===''EASTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Spencer Easton|Easton, Frederick William Spencer]] [https://www.familysearch.org/tree/person/details/GZ2N-7XD] - 1914(NSW)-1944(PNG) - licences: 2BQ Sydney (Bondi, 1931-1935; Bellevue Hill, 1936-1939) - qualifications: AOCP 846, 1931, No. ?? in NSW - amateur operator, WW2 - electoral rolls: projectionist (Rose Bay, 1936-1943) - "Greater love hath no man than this" ===''EATON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Thomas Eaton|Eaton, Rupert Thomas or Thomas Rupert (electoral rolls)]] [https://www.familysearch.org/tree/person/details/LRVR-DJH] - 1904(WA)-1987(WA) - Licences: 6DO Receive Perth (Claremont, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carpenter (Claremont, WA, 1931); shop front fitter (Belmont, WA, 1937-1968); draftsman (Scarborough, WA, 1972); retired (East Fremantle, WA, 1977-1980) ===''EDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Frederick Ede|Ede, Charles Frederick or Friederick]] [https://www.familysearch.org/tree/person/details/GS7D-PYL] - 1885(Qld)-1970(Qld) - Licences: Receive Brisbane (Wellington Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Toowong, Qld, 1908; Albion, Qld, 1912-1921); assistant secretary (Manly, Qld, 1925-1963); retired (Wynnum North, 1968) ===''EDGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Waldene Edgar|Edgar, Douglas Waldene]] [https://www.familysearch.org/tree/person/details/L5XS-K4X] - 1895(WA)-1966(WA) - Licences: 6DW New Norcia (1927-1931) - Qualifications: cc; AOCP 314, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Gingin, 1922; New Norcia, 1925-1954); retired (Nedlands, 1958-1963) * [[/John Matheson Edgar|Edgar, John Matheson]] [https://www.familysearch.org/tree/person/details/LB42-K1G] - 1881(Vic)-1960(Vic) - Licences: Receive Geelong (1923); 3YW Geelong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Training College, Carlton, 1903); state school teacher (Ballarat, 1909); teacher (Ballarat, 1913-1914; Geelong, 1917-1924; Essendon, 1925-1954) * [[/Mervyn John Edgar|Edgar, Mervyn John or John Mervyn "Jack"]] [https://www.familysearch.org/tree/person/details/GX4W-647] - 1913(NSW)-2004(Qld) - Licences: 4JE Brisbane (Kangaroo Point, 1934-1939) - Qualifications: cc; AOCP 1302, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, Radio Location Unit); radio retailing (Tracksons) - Electoral Rolls: shop assistant (Kangaroo Point, Qld, 1937); salesman (Kedron, Qld, 1943-1949); shop assistant (Bulimba, Qld, 1958-1980) ===''EDGEBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. Edgeberg|Edgeberg, H.]] - 19??(???)-19??(???) - Licences: 6CX Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''EDWARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Patrick Joseph Edwards|Edwards, Frederick Patrick Joseph]] [https://www.familysearch.org/tree/person/details/GFSX-5YG] - 1918(WA)-2004(WA) - Licences: 6DN Merredin (1938-1939); 6DN Perth (West Perth, 1947-1965; Ardross, 1969) - Qualifications: cc; AOCP 2127, 1938, WA; BOCP 278, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: clerk (Merredin, WA, 1943); wireless operator (West Perth, WA, 1943-1954; Perth, WA, 1958-1968); clerk (Ardross, WA, 1972-1980) * [[/H. E. Edwards|Edwards, H. E.]] - 19??(???)-19??(???) - Licences: 5RN Adelaide (Croydon, 1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert John Edwards|Edwards, Herbert John]] [https://www.familysearch.org/tree/person/details/GXF5-KP8] - 1894(Eng)-19??(???) - Licences: 4KR Willis Island (1937) - Qualifications: cc; CPRT 802, 1923; 2COCP 18, 1929; 1COCP 208, 1931 - amateur operator; amateur broadcaster - Comment: several contemporaneous HJEs - Electoral Rolls: wireless operator (Rose Bay, NSW, 1930-1933); radio operator (Lord Howe Island, NSW, 1949); communication officer (Rose Bay, NSW, 1954) ===''EGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mavis Evelyn Egan|Fogg nee Egan, Mavis Evelyn or Evelene]] [https://www.familysearch.org/tree/person/details/GW8N-1JK] - 1900(Tas)-1995(Tas) - Licences: Receive (Crystal) Stanley (1923) - Qualifications: cc; Nil yet identified - amateur receiver (YL) - Electoral Rolls: clerk (Stanley, 1928); home duties (Wynyard, 1936-1943; Smithton, 1949; Sale, Vic, 1954; Cohuna, 1963; Devonport, 1972) ===''EGGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Percy Eggleton|Eggleton, Eric Percy]] [https://www.familysearch.org/tree/person/details/GSTZ-5G9] - 1903(Qld)-1979(Qld) - Licences: 4DA Receive Toowoomba (1923-1924); 4DA Toowoomba (1925-1931) - Qualifications: cc; AOCP 81, 1925, No. 9 in Qld - amateur receiver; amateur operator; amateur broadcaster; employment (QATB) - Electoral Rolls: machinist (Toowoomba, 1925-1926); ambulance bearer (Toowoomba, 1931); ambulance superintendent (Dayboro, 1936-1943; Charleville, 1949-1958; Stanthorpe, 1963); retired (Caloundra, 1968-1977) ===''ELDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Alexander Mackenzie Elder|Elder, James Alexander Mackenzie]] [https://www.familysearch.org/tree/person/details/97W3-7FL] - 1869(Sct)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Awards: KBE - Electoral Rolls: manager (Essendon, 1905); merchant (Moonee Ponds, 1908-1909); director (South Yarra, Vic, 1936-1943) - Links: [https://adb.anu.edu.au/biography/elder-sir-james-alexander-6099 ADB] ===''ELLERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lewis John Ellery|Ellery, Robert Lewis John]] - 1827(Eng)-1908(Vic) - early telephone experimenter, Vic Government Astronomer ===''ELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Neville Elliott|Elliott, Robert Neville]] [https://www.familysearch.org/tree/person/details/GXXN-PPJ] - 1907(Qld)-1979(Qld) - Licences: 4DW Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Toowoomba, Qld, 1936-1937); company manager (Toowoomba, Qld, 1949); chartered accountant (Toowoomba, Qld, 1954-1963); accountant (Brisbane, Qld, 1968); chartered accountant (Toowoomba, Qld, 1972); accountant (Toowoomba, Qld, 1977) * [[/Ronald Donovan Elliott|Elliott, Ronald Donovan]] [https://www.familysearch.org/tree/person/details/G799-LTX] - 1910(SA)-1978(SA) - Licences: 5RD Adelaide (Lower Mitcham, 1931-1933; Da Costa Park, 1937; Kirkcaldy, 1938-1939) - Qualifications: cc; AOCP 758, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: solicitor (Kirkcaldy, SA, 1939; Westbourne Park, 1941-1943) * [[/Thomas Murray Browse Elliott|Elliott, Thomas Murray Browse "Tom"]] [https://www.familysearch.org/tree/person/details/G3W8-947] - 1899(Qld)-1971(Qld) - Licences: 4CM Brisbane (City, 1946-1969); operator of Valentine's 4CM licence 1925-1939 - Qualifications: cc; AOCP 72, 1925, No. 6 in Qld - amateur operator; amateur broadcaster; early television experimenter - Electoral Rolls: clerk (Fortitude Valley, 1921); salesman (Brisbane City, 1925-1931); sound engineer (Observatory, 1937-1943); company manager (City, 1949-1958); retired (Burleigh Heads, 1963-1968) ===''ELLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Austin Ellis|Ellis, Clive Austin]] [https://www.familysearch.org/tree/person/details/G86V-9HT] - 1912(Vic)-1972(Vic) - Licences: 3LZ Melbourne (Williamstown, 1930-1931; Caulfield, 1933-1939; Newport, 1946-1956; Moorabbin, 1960-1969) - Qualifications: AOCP 598, 1930, No. ?? in Victoria - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1937; Newport, 1943-1954); valuer (Moorabbin, 1958-1972) * [[/John Osborne Ellis|Ellis, John Osborne]] [https://www.familysearch.org/tree/person/details/GHTM-Q42] - 1910(Eng)-1999(SA) - Licences: Nil identified - Qualifications: AOCP 522, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Kimba, 1939-1943) ===''ELSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Robert Elsbury|Elsbury (adopted) or Wilson Bowman (biological), Cyril Robert]] [https://www.familysearch.org/tree/person/details/GFMG-5CW] - 1897(Qld)-1961(WA) - Licences: 6JE Kalgoorlie (1934-1939); 6JE Fimiston (1947-1956); 6JE Nornalup (1960) - Qualifications: cc; AOCP 1372, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storeman (Kalgoorlie, WA, 1922); mine timekeeper (Kalgoorlie, WA, 1925-1943); assistant accountant (Fimiston, WA, 1949-1954); mine paymaster (Kalgoorlie, WA, 1958) ===''ELWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Gregory Elworthy|Elworthy, Colin Gregory "Col"]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''EMBLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Stewart Austin Embling|Embling, Stewart Austin]] [https://www.familysearch.org/tree/person/details/GZGH-YQM] - 1907(Vic)-1998(Vic) - Licences: Receive (Valve) Melbourne (Toorak, 1923-1925); 3DC Melbourne (Toorak, 1926-1939) - Qualifications: AOCP 236, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Toorak, 1931-1943); assurance officer (Toorak, 1949-1980) ===''EVANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Henry Hubert Evans|Evans, Albert Henry Hubert]] [https://www.familysearch.org/tree/person/details/GH8N-BFX] - 1894(SA)-1981(SA) - Licences: XVD Adelaide (Mile End, 1913) - Qualifications: cc; CPRT 255, 1916 - amateur operator; amateur broadcaster - Electoral Rolls: assistant manager (Woollahra, 1949) * [[/Griffith Benjamin Evans|Evans, Griffith Benjamin]] [https://www.familysearch.org/tree/person/details/GXQN-HL3] - 1877(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS - Electoral Rolls: naval telegraphist (Eden Vale, Vic, 1914-1915); telegraphist (Coburg, Vic, 1919); retired (Vaucluse, NSW, 1954-1963) * [[/Percy Evans|Evans, Percy]] [https://www.familysearch.org/tree/person/details/G84B-DKL] - 1894(Eng)-1976(Vic) - Licences: 2OW Sydney (Kensington, 1928-1929; Randwick, 1930-1931); 3OZ Melbourne (Glen Iris, 1947-1948; Boronia, 1948; North Ringwood, 1954-1975) - Qualifications: AOCP 458, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: sales manager (Kensington, 1930); salesman (Randwick, 1930-1931); sales manager (Camberwell, 1933-1937; Glen Iris, 1949); manager (Ringwood, 1954-1972) * [[/R. Evans|Evans, R.]] - 19??(???)-19??(???) - Licences: 2SP Sydney (Clovelly, 1923-1927) - Qualifications: AOCP 265, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: * [[/Thomas Evan Evans|Evans, Thomas Evan]] [https://www.familysearch.org/tree/person/details/GZJ7-S1L] - 1904(NZ)-1942(At Sea) - 3EV Melbourne (East St Kilda, 1925-1927), 9EV Rabaul (1933+), amateur operator (AOCP 160, 1925, No. ?? in Vic), amateur broadcaster, medical assistant, technical assistant, Civilian POW captured at Rabaul, died on board the "Montevideo Maru" when it was torpedoed and sunk en route from Rabaul to Hainan, where Thomas was destined for forced labour. * [[/Trevor Elliott Evans|Evans, Trevor Elliott]] [https://www.familysearch.org/tree/person/details/GZJQ-GRC] - 1903(Vic)-1979(Vic) - 3KD Receive Melbourne (East Brunswick, 1922-1924), 3RK Melbourne (East Brunswick, 1925-1933; Pascoe Vale, 1937-1939), amateur operator (AOCP 159, 1925, No. ?? in Vic), amateur broadcaster, electrician (East Brunswick, 1931), contractor (Pascoe Vale, 1972) * [[/Trevor Frederick Evans|Evans, Trevor Frederick]] [https://www.familysearch.org/tree/person/details/L292-N4L] - 1902(NSW)-1978(NSW) - 2NS Blayney (1925-1929), 2NS Bathurst (1930-1939, 1946-1975+), amateur operator (AOCP 113, 1925, No. ?? in NSW), amateur broadcaster, broadcast engineer (BOCP 19, 1936) (2BS) ===''EVERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Every|Every, George Edward]] [https://www.familysearch.org/tree/person/details/LDSS-VT4] - 1894(Eng)-1961(Vic) - Licences: 7GE Hobart (1931); 3GE Queenscliff (1937-1939); 3GE Balcombe (1947-1948); 3GE Carrum (1954-1956); 3GE Bonbeach (1960-1969+) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military instructor; WW1 (UK) - Electoral Rolls: silver mounter (Ivanhoe, Vic, 1919); soldier (Launceston, 1922; Hobart South, 1922); military instructor (Hobart South, 1928); soldier (Queenscliff, Vic, 1935-1937); military officer (Albury, NSW, 1943; Victoria Park, Qld, 1949); clerk (Frankston, 1949); accountant (Carrum, 1954) ===''EWING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Thomson Ewing|Ewing, Thomas Thomson]] - 1856(NSW)-1920(NSW) - state politician (NSW MLA), federal politician (MHR, acting Postmaster-General) ===''EXTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Walter Exton|Exton, George Walter]] [https://www.familysearch.org/tree/person/details/K8QY-5XH] - 1882(NSW)-1970(Qld) - Licences: 2CZ Lismore (1922-1930) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast proprietor and engineer (2XN Lismore) - Electoral Rolls: electrician (Lismore, NSW, 1930-1963); retired (Saddlers Crossing, Qld) =='''F'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''FABER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Thomas Faber|Faber, William John Thomas "Bill"]] - 19??(???)-1976(Qld) - 4WF Ayr (-1938+), Brisbane (Kedron, -1948-1949+) , amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''FAGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Reginald Joseph Fagan|Fagan, William Reginald Joseph "Reg"]] [https://www.familysearch.org/tree/person/details/KLF3-QPM] - 1883(NSW)-1944(NSW) - Licences: 2RJ Receive Mandurama (1922); 2RJ Mandurama (1924-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio station (director, 2SM) - Electoral Rolls: grazier (Mandurama, 1913-1943) ===''FAIRHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allen Fairhall|Fairhall, Allen]] [https://www.familysearch.org/tree/person/details/LZB3-PKT] – 1909(NSW)-2006(NSW) – Licences: 2KB Newcastle (Hamilton, 1928–1929; New Lambton, 1930–1931; Cooks Hill, 1933–1934; City, 1935; Cooks Hill, 1937; City, 1938–1939; Hamilton, 1946–1961; City, 1965-1980+); 2AKL Paterson (1948–1958) – Qualifications: AOCP 391, 1928, No. ?? in NSW; AOLCP 23, 1930 – amateur operator, amateur broadcaster, proprietor 2KO Newcastle, WW2 – Electoral Rolls: radio engineer (New Lambton, 1931–1932); manager (Newcastle, 1933–1949); primary producer (Trevallyn, 1954); M.H.R. (Newcastle, 1958); member of parliament (Newcastle, 1963–1968); manager (Newcastle, 1972–1980) - [[w:Allen Fairhall|Wikipedia]] ===''FALCONER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Illman Falconer|Falconer, Charles Illman]] [https://www.familysearch.org/tree/person/details/GZK9-PJ6] – 1885(Vic)-1962(NSW) – Receive (Valve) Melbourne (Canterbury, 1923–1924), 3CF Melbourne (East Malvern, 1925–1926; Canterbury, 1927; Surrey Hills, 1931–1939, 1946–1954), 2AUF Terrigal (1955–1961), amateur operator (AOCP 204, 1925, No. ?? in Vic), amateur broadcaster, engineer (Clifton Hill, 1909), mechanic (Fitzroy, 1914), engineer (Canterbury, 1915–1949), retired (Terrigal, 1958–1963) ===''FALLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyle Clifford Falls|Falls, Lyle Clifford]] [https://www.familysearch.org/tree/person/details/GDLC-1VR] - 1899(Vic)-1945(Vic) - Licences: 3DL Receive Melbourne (Caulfield, 1922); 3DL Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: student (Caulfield, 1924-1925); instructor (Kew, 1926-1943) ===''FANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Fanning nee Harriss, Dorothy Winnifred – see Harriss, Dorothy Winnifred (Fanning) ===''FANSHAWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Dalrymple Fanshawe|Fanshawe, Arthur Dalrymple]] [https://www.familysearch.org/tree/person/details/GM7D-QY6] – 1847(Eng)-1936(Eng) – Admiral of UK Fleet, Commander-in-Chief Australia Station – Links: [[w:Arthur Dalrymple Fanshawe|Wikipedia]] ===''FARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell George Farmer|Farmer, Maxwell George]] [https://www.familysearch.org/tree/person/details/GXG1-SHR] - 1916(SA)-1991(SA) - Licences: 5GF Adelaide (Knoxville, 1933-1939; North Norwood, 1947-1948; Adelaide City, 1954-1956; Plympton, 1960-1980+); 5GY Portable Adelaide (Knoxville, 1938-1939) - Qualifications: cc; AOCP 1217, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Knoxville, SA, 1939-1943) ===''FARRELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Howard Farrell|Farrell, John Howard]] [https://www.familysearch.org/tree/person/details/GXWT-CJT] - 1913(Qld)-1975(Qld) - Licences: 4WJ Brisbane Windsor, 1933-1939; Chermside, 1946-1948); 4WJ Quilpie (1954-1960); 4WJ Somerset Dam (1965-1975) - Qualifications: cc; AOCP 1103, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Windsor, 1936-1937); electrical engineer (Chermside, 1943-1949; Quilpie, 1954-1958); superintendent (Somerset Dam, 1963-1972) ===''FAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Harold Faul|Faul, Albert Harold]] [https://www.familysearch.org/tree/person/details/GZTD-S74] – 1907(NSW)-1979(NSW) – Licences: Receive Melbourne (St Kilda, 1923–1924); 3AH Melbourne (St Kilda, 1926–1927) – Qualifications: AOCP 288, 1926, No. ?? in Vic – amateur operator, amateur broadcaster – Electoral Rolls: student (St Kilda, 1931–1934); lecturer (Camberwell, 1936); engineer (Bellevue Hill, 1936–1937; Camberwell, 1943); company director (Killara, 1949–1977) ===''FAULKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Wollas Faulks|Faulks, Richard Wollas "Wol"]] [https://www.familysearch.org/tree/person/details/LCD3-BQ3] - 1902(NSW)-1978(NSW) - Licences: 2WF Sydney (Ashfield, 1929-1931; Hurlstone Park, 1933; Canterbury, 1934-1939) - Qualifications: AOCP 557, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Ashfield, 1930; Canterbury, 1933-1977) ===''FAWKNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Pascoe Robert Fawkner|Fawkner, Ernest Pascoe Robert]] [https://www.familysearch.org/tree/person/details/GDYB-YKW] - 1901(Tas)-1954(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: manager (Kings Meadows, 1928); furniture manufacturer (South Launceston, 1936) ===''FEENAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Leo Michael John Feenaghty|Feenaghty, Leo Michael John]] [https://www.familysearch.org/tree/person/details/LYG2-RMT] - 1900(Qld)-1997(Qld) - Licences: 4LJ Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 291, 1926, No. 28 in Qld - amateur operator; amateur broadcaster; radio club administrator; state public servant - Electoral Rolls: public servant (Wooloowin, 1925-1931); assistant secretary (Ashgrove, 1936-1958); public servant (Highgate Hill, 1963); retired (Isle of Capri, 1972-1980) ===''FELDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Feldman|Feldman, John Frederick Jnr]] [https://www.familysearch.org/tree/person/details/GZNZ-5DH] - 1905(Vic)-1987(Vic) - 3QH Receive Geelong (South Geelong, 1923-1924), 3QH Geelong (South Geelong, 1925-1939), amateur operator (AOCP 140, 1925, No. ?? in Qld), amateur broadcaster, bricklayer ===''FELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Frederick Fell|Fell, Evan Frederick]] [https://www.familysearch.org/tree/person/details/GXH4-FTW] - 1914(Qld)-1994(Qld) - Licences: 4EF Brisbane (Ashgrove, 1932-1939); 4EF Barcaldine (1946-1948); 4EF Mackay (1954-1955); 4EF Brisbane (Ashgrove, 1956; Bardon, 1960-1980+) - Qualifications: cc; AOCP 978, 1932, No. ?? in Qld; AOLCP 175, 1934 - amateur operator; amateur broadcaster; WW2; state public servant (inspector); property developer - Electoral Rolls: clerk (Ashgrove, Qld, 1936-1943); engineer (Townsville, Qld, 1949; Mackay, Qld, 1954); public servant (Bardon, Qld, 1958-1977) ===''FELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/L. C. Fells|Fells, L. C.]] - 19??(???)-19??(???) - Licences: 3DL Melbourne (Caulfield, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''FELTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Felton|Felton, William Robert]] [https://www.familysearch.org/tree/person/details/G8M5-C2J] - 1897(NSW)-1956(NSW) - Licences: 2RF Sydney (Petersham, 1927-1929; Belmore, 1930-1939, 1946-1956); 2RT Sydney (Kogarah, 1937) - Qualifications: AOCP 366, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: radio engineer (Belmore, 1930-1934); engineer (Belmore, 1936-1937); soldier (Belmore, 1943); radio technician (Belmore, 1949-1954) ===''FERGUSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Angus Ferguson|Ferguson, Colin Angus]] [https://www.familysearch.org/tree/person/details/L1DH-9KM] - 1917(SA)-2009(SA) - Licences: 5CJ Mt Gambier (1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1994, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Mt Gambier, SA, 1939-1943) * [[/Cyril E. Ferguson|Ferguson, Cyril E.]] - 1893(NZ)-19??(???) - commercial operator (1COCP 2, 1914, No. 2 in Aus) - coastal station operator? ===''FERRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Walter Cecil Ferrall|Ferrall, Edgar Walter Cecil]] [https://www.familysearch.org/tree/person/details/GQMF-G97] - 1898(Tas)-1971(Tas) - Licences: Receive (Valve) Launceston (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Launceston, 1919-1949); inspector (Kingston Beach, 1954) ===''FERRICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Michael Bernard Ferricks|Ferricks, Michael Bernard "Bernie"]] [https://www.familysearch.org/tree/person/details/L58X-S4X] - 1914(Qld)-1992(Qld) - Licences: 4UW Brisbane (Fortitude Valley, 1935-1939) - Qualifications: cc; AOCP 1471, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Valley, Qld, 1936-1937); chemist (Northgate, Qld, 1949-1977); retired (Cairns, Qld, 1980) ===''FIEDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Victor Fiedler|Fiedler, Leslie Victor]] [https://www.familysearch.org/tree/person/details/KHNW-3JZ] - 1906(SA)-1969(WA) - Licences: 5SL Adelaide (Woodville, 1927-1933), 5SL Moonta (1937-1939) - Qualifications: cc; AOCP 353, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Henley, 1939-1943); theatre manager (Belmont, 1949); film exhibitor (Mt Lawley, 1958); company director (Mt Lawley, 1963-1968) ===''FIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph William Field|Field, Ralph William]] [https://www.familysearch.org/tree/person/details/G86V-Q5T] - 1915(Vic)-2007(Vic) - Licences: 3RF Melbourne (Caulfield, 1930-1939; Ormond, 1946-1948); 3LJ Melbourne (Ormond, 1954-1960) - Qualifications: AOCP 599, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: compositor (Caulfield, 1937); machinist (Bentleigh, 1942-1977) ===''FILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Crawford Files|Files, Jack Crawford]] [https://www.familysearch.org/tree/person/details/GXWG-JWJ] - 1907(Qld)-1967(Qld) - Licences: 4JF Brisbane (Buranda, 1932-1935; Coorparoo, 1936-1939; Buranda 1946-1965) - Qualifications: cc; AOCP 1055, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, QSL manager); journalist (Teleradio, WIA Notes); accountant - Electoral Rolls: sheet metal worker (Buranda, Qld, 1931-1934; Coorparoo, Qld, 1936-1937); metal worker (Buranda, Qld, 1943-1963) ===''FILMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Le Roy Drowley Filmer|Filmer, Le Roy Drowley]] [https://www.familysearch.org/tree/person/details/GZNF-2Z7] - 1902(NSW)-1976(NSW) - 2FT Newcastle (Toronto, 1925-1930; Hamilton South, 1931), amateur operator (AOCP 148, 1925, No. ?? in NSW), amateur broadcaster, metallurgist ===''FINCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Edward Finch|Finch, Alan Edward]] [https://www.familysearch.org/tree/person/details/G6M4-987] - 1915(Tas)-1974(Vic) - Licences: 7CJ Launceston (Mowbray Heights, 1935-1939); 7CJ Hobart (New Town, 1946-1954); 7CJ Kelso (1955-1956); 3AEO Shepparton (1960-1975) - Qualifications: cc; AOCP 1575, 191935, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (St Leonards, 1936-1937); mechanic (New Town, 1943-1954); public servant (Radio Australia, Shepparton, Vic, 1963-1968); technician (Shepparton, 1972) ===''FINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Warren Finn|Finn, Leonard Warren]] [https://www.familysearch.org/tree/person/details/GX2K-4P6] - 1914(SA)-1999(SA) - Licences: 5SP Adelaide (Seaton Park, 1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1671, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Seaton Park, SA, 1939-1943) ===''FINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Finney|Finney, William "Bill"]] [https://www.familysearch.org/tree/person/details/GDVD-W2H] - 1881(Qld)-1954(Qld) - Licences: 4AU Brisbane (Red Hill, 1923-1925); 4WF Brisbane (Red Hill, 1926-1929) - Qualifications: cc; CPRT 845, 1925; 2COCP 307, 1940 - amateur operator; amateur broadcaster; radio club (WIAQ); honorary radio inspector - Electoral Rolls: telegraph operator (Red Hill, 1903-1905); telegraphist (New Farm, 1908; Newmarket, 1909; Red Hill, 1913-1937; East Nundah, 1949; Wooloowin, 1954) ===''FISHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Hugh Fisher|Fisher, Douglas Hugh]] [https://www.familysearch.org/tree/person/details/GD15-N13] - 1913(Vic)-1978(Tas) - Licences: 7AB Launceston (1934-1939); 7AB Burnie (1946-1948); 7AB Devonport (1954-1955); 7AB Lenah Valley (1956); 7AB Zeehan (1960); 7AB Oatlands (1965-1969; 7AB Claremont (1975) - Qualifications: cc; AOCP 1373, 1934, No. ?? in Tas - amateur operator; amateur broadcaster - Relationships: father of 7ZEE Neville Grant Fisher - Electoral Rolls: clerk (Launceston, 1936); bank clerk (Launceston, 1937; Burnie, 1943-1949; Devonport, 1954) ===''FISK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Thomas Fisk|Fisk, Ernest Thomas]] - 1886(Eng)-1965(NSW), 2EF Sydney (Lindfield, 1933-1939), early wireless experimenter, amateur radio operator (pre AOCP, no record of AOCP, AOCP 1055, 1932, No. ?? in NSW), broadcast and radiocommunications business proprietor (AWA), operated prior to 1933 under various AWA callsigns, 2MC in 1928 was licensed to his residence at Vaucluse - Links: [https://adb.anu.edu.au/biography/fisk-sir-ernest-thomas-6177 ADB] [http://messui.polygonal-moogle.com/valves/NW198906.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198907.pdf EA2] ===''FITCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campbell Fitchett|Fitchett, John Campbell]] [https://www.familysearch.org/tree/person/details/LDQJ-K7W] - 1900(Vic)-1939(Vic) - Licences: XJDM Melbourne (Balwyn, 1913-1914); 3BL Melbourne (Balwyn, 1922-1925; Brighton, 1926-1939) - Qualifications: cc; CPRT 609, 1921 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: journalist (Brighton, 1928-1937) - TroveTag: "XJDM-3BL - John Campbell Fitchett" ===''FITTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Stephen Luther Fittell|Fittell, Stephen Luther "Steve"]] [https://www.familysearch.org/tree/person/details/GCN9-KRT] - 1910(Qld)-1999(Qld) - Licences: 4JO Gympie (1929-1939); 4YF Gympie (1975-1980+) - Qualifications: cc; AOCP 487, 1929, No. ?? in Qld; 2COCP 280, 1930 - amateur operator; amateur broadcaster; member radio club (WIAQ, Gympie ARC); commercial broadcaster (4GY) - Electoral Rolls: radio specialist (Gympie, 1937); radio dealer (Gympie, 1943-1980) ===''FITZALAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Albini Lawrence Fitzalan|Fitzalan, Herbert Albini Lawrence "Hal"]] - 19??(???)-1951(Qld) - 4HF Brisbane?, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, Halcyon (not mentioned) ===''FITZGERALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Francis Fitzgerald|Fitzgerald, Eric Francis]] [https://www.familysearch.org/tree/person/details/G84F-Z7H] - 1907(Qld)-1978(NSW) - Licences: 2EA Sydney (Bellevue Hill, 1928-1929; Burwood, 1930-1931; Pagewood, 1931; Abbotsford, 1931; Bellevue Hill, 1933-1937; Waverley, 1938-1939); 2AAO Sydney (Chatswood, 1950-1961) - Qualifications: AOCP 467, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woolahra, 1930-1931); salesman (Coogee, 1937); clerk (Chatswood, 1943-1977) * [[/Patrick Michael Anthony Fitzgerald|Fitzgerald, Patrick Michael Anthony "Pat"]] [https://www.familysearch.org/tree/person/details/G33Q-6K9] - 1908(Qld)-1988(Qld) - Licences: 4PF Rockhampton (1936-1939) - Qualifications: cc; AOCP 1802, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rockhampton, Qld, 1930); public servant (Rockhampton, Qld, 1931-1968); clerk (Corinda, Qld, 1972-1977); retired (Emu Park, Qld, 1980) ===''FITZGIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard John Fitzgibbons|Fitzgibbons, Richard John]] [https://www.familysearch.org/tree/person/details/GXXN-QPG] - 1893(Qld)-1969(Qld) - Licences: 4DV Receive Brisbane (Ascot, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: locomotive fitter (Maryborough, Qld, 1916-1919); engine fitter (Ascot, Qld, 1921-1968) ===''FITZMAURICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Simcoe Fitzmaurice|Fitzmaurice, James Simcoe]] [https://www.familysearch.org/tree/person/details/GDKS-KCF] - 1861(Vic)-1934(SA) - Licences: XYB Perth (1913-1914); 5FT Adelaide (North Walkerville, 1923-1933) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; PMGD (State Engineer, WA & SA); MIEE, AMIEE - Electoral Rolls: electrical engineer (Claremont, 1914-1916) ===''FLAHERTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Thomas Holm Flaherty|Flaherty, Gordon Thomas Holm]] [https://www.familysearch.org/tree/person/details/G6Q2-C9T] - 1900(Vic)-1967(Qld) - Licences: 4CB Receive Brisbane (South Brisbane) - Qualifications: cc; Nil yet identified - amateur receiver; WW2; federal public servant (PMGD) - Electoral Rolls: postman (South Brisbane, 1922); telephone mechanic (Buranda, 1925; Coorparoo, 1928); mechanic (Camp Hill, 1936; Beaudesert, 1937-1943); technician (Camp Hill, 1949-1963) ===''FLETCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Austin Fletcher|Fletcher, Austin]] [https://www.familysearch.org/tree/person/details/LZKQ-2QR] - 1891(Eng)-1922(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 128, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: wireless engineer (Roebourne, 1913); radio operator (Esperance, 1916-1917); wireless operator (Roebourne, 1917-1918); telegraphist (Oakleigh, 1921) ===''FLOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Flood|Flood, Arthur George]] [https://www.familysearch.org/tree/person/details/G6BF-HPG] - 1883(Eng)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 238, 1916; 2COCP 415, 1932; 1COCP 348, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIL Flinders Island (1917-1918) - Electoral Rolls: engineer (Emita, Flinders Island, Tas, 1914-1919); radio telegraphist (Thursday Island, 1925; Meeandah, Qld, 1928; Eagle Farm, Qld, 1936-1937; Cooktown, Qld, 1943); retired (Cairns, 1954-1958; Eventide Home, Charters Towers, 1963) ===''FOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Lillico Fogg|Fogg, Hugh Lillico]] [https://www.familysearch.org/tree/person/details/GW8N-KRZ] - 1900(Tas)-1975(WA) - Licences: 6HF Perth (Mt Lawley, 1931-1939); 5HF Mt Barker (1947-1948); 3AHF Benalla (1954-1960); 6HF Perth (Inglewood, 1965-1975) - Qualifications: cc; AOCP 787, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Perth, WA, 1931); clerk (Maylands, WA, 1936); bank officer (Maylands, WA, 1943); manager (ANZ Bank, Benalla, Vic, 1954); retired (Inglewood, WA, 1963-1972) ===''FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry James Bartholomew Foley|Foley, Henry James Bartholomew]] [https://www.familysearch.org/tree/person/details/G8QZ-5SV] - 1886(NSW)-1954(NSW) - Licences: Sydney (Randwick, 1911) - Qualifications: pre AOCP - early wireless experimenter - Electoral Rolls: clerk (Randwick, 1913); merchant (Drummoyne, 1930-1954) ===''FOLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Ulrich Francis Folie|Folie, Max Ulrich Francis]] [https://www.familysearch.org/tree/person/details/G8VC-Y7F] - 1909(Vic)-1968(Vic) - Licences: 3WZ Melbourne (Hawthorn East, 1930-1933); 3GZ Mildura (1946-1965) - Qualifications: AOCP 682, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Auburn, 1931); radio engineer (Mildura, 1934-1968) ===''FONTAINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Alfred Fontaine|Fontaine, Louis Alfred]] [https://www.familysearch.org/tree/person/details/GMDQ-L2V] - 1894(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT, 1914, No. 3 in Aus and Vic - RANRS; coastal wireless operator (VIG, Port Moresby, 1915-1918) - Electoral Rolls: radio telegraphist (Radio Station, Wyndham, 1918; Geraldton, 1922; Thursday Island, 1934-1936); telegraphist (St Kilda, 1937); radio telegraphist (Malvern, 1942); electrician (Camberwell, 1949) ===''FOOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Foot|Foot, George]] [https://www.familysearch.org/tree/person/details/G6BT-FVF] - 1878(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 36, 1915 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: wireless operator (South Yarra, 1915; St Kilda, 1916-1917); RAN (Balaclava, 1919); tobacconist (Sandringham, 1925); manager (Prahran, 1937); clerk (St Kilda, 1942); retired (Dandenong, 1949-1954) ===''FORECAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Mark Llewllyn Forecast|Forecast, Arthur Mark Llewllyn]] [https://www.familysearch.org/tree/person/details/9HPS-H18] - 1901(Vic)-1986(Vic) - Licences: 3AM Melbourne (Malvern, 1926-1931; St Kilda, 1933; Caulfield, 1937-1939, 1946-1948; The Basin, 1954-1975; Ferntree Gully, 1980+) - Qualifications: AOCP 279, 1926, No. ?? in Vic; AOLCP 141, 1934; BOCP 156, 1938; 1COCP 245, 1939 - amateur operator, amateur broadcaster - Electoral Rolls: biograph operator (Malvern, 1925-1928); projectionist (St Kilda, 1931-1934); biograph operator (Caulfield East, 1937-1942; Glenhuntley, 1949); projectionist (The Basin, 1963-1972); retired (Ferntree Gully, 1977; Knoxfield, 1980) ===''FOREMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Graham Foreman|Foreman, Edgar Graham]] [https://www.familysearch.org/tree/person/details/GD95-36X] - 1908(Qld)-1981(Qld) - Licences: 4GF Ayr (1935-1939); 4GF Townsville (North Ward, 1947-1980+) - Qualifications: cc; AOCP 1577, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Stanton Hill, Qld, 1930); salesman (Ayr, Qld, 1934-1937); procurement specialist (Townsville, Qld, 1949); business proprietor (Townsville, Qld, 1954-1968); proprietor (Townsville, Qld, 1972-1980) ===''FORREST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Forrest|Forrest, John]] - 1847(WA)-1918(???) - state politician, senior federal politician (Postmaster-General 1901, 17 days) ===''FORSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Joseph Forshaw|Forshaw, Charles Joseph]] [https://www.familysearch.org/tree/person/details/GDGW-783] - 1895(Vic)-1961(Vic) - Licences: XJDA Melbourne (Elwood, 1913-1914); V736 Receive Hamilton (1922); 3GQ Receive Hamilton (1922) - Qualifications: cc; Nil yet identifed - early wireless experimenter; amateur receiver; WW1 - Electoral Rolls: bank clerk (Myrtleford, 1917); clerk (Oakleigh, 1924-1937; Gardiner, 1943; Elsternwick, 1949; Glenhuntly, 1954) ===''FORSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Forster|Forster, John Charles]] [https://www.familysearch.org/tree/person/details/GFHK-ZTZ] - 1901(Eng)-1979(WA) - Licences: 6CI Receive Korbel (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Korbel, WA, 1925-1949; Scarborough, WA, 1954-1972); retired (Scarborough, WA, 1977) ===''FORSYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Arthur Forsyth|Forsyth, Royce Arthur]] [https://www.familysearch.org/tree/person/details/GD1R-3S5] - 1917(Tas)-1973(Tas) - Licences: 7BC Launceston (1936-1939) - Qualifications: cc; AOCP 1637, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (Launceston, 1943); teacher (Hobart North, 1944); schoolteacher (Bellerive, 1949-1972) ===''FORSYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Edgar Forsythe|Forsythe, Leonard Edgar]] [https://www.familysearch.org/tree/person/details/GWBY-MTR] - 1894(NSW)-1981(NSW) - Licences: 2BF Receive Sydney (Northbridge, 1922); 2BF Sydney (Northbridge, 1922-1929; Drummoyne, 1930-1933; Snapper Island, 1934-1939) - Qualifications: cc; AOCP 40, 1924, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: flagmaker (Northbridge, 1930-1949); department manager (Drummoyne, 1958); ship's chandler (Drummoyne, 1963-1980) ===''FORTESCUE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fortescue|Fortescue, Charles]] [https://www.familysearch.org/tree/person/details/LD8X-GQ7] - 1893(Qld)-1971(Qld) - Licences: 4GE Toowoomba (1922-1924); 4CF Toowoomba (1925-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; military (CMF, Colonel); WW2; jeweller - Electoral Rolls: jeweller (Toowoomba, 1913-1958); nil (Toowoomba, 1963-1968) ===''FOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest John Foster|Foster, Ernest John "Ernie"]] - 1914(Qld)-1967(Qld) - 4BY Brisbane, amateur operator (no record of AOCP; AOCP ??, 19??, No. ?? in Qld), broadcast engineer (4MB, 4BU), military (WW2, RAAF) * [[/James Foster|Foster, James]] [https://www.familysearch.org/tree/person/details/GX2Z-27G] - 1915(SA)-1998(SA) - Licences: 5TX Adelaide (North Kensington, 1933-1939); 5LU Adelaide (Dulwich, 1947-1948; Oaklands, 1954-1965; Marion, 1969-1980+) - Qualifications: cc; AOCP 1140, 1933, SA; 1COCP 1046, 1946 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: painter (Frewville, SA, 1943) ===''FOURRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Fourro|Fourro, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/G4D1-YRR] - 1906(NSW)-1978(ACT) - Licences: 2VF Corowa (1930-1936) - Qualifications: AOCP 703, 1930, NSW; AOLCP 165, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Narrandera, 1930); telephone mechanic (Corowa, 1931-1935); wireless mechanic (Corowa, 1936); mechanic (Brighton-le-Sands, 1937); foreman mechanic (2CY Canberra, 1943-1954); supervising technician (2BA Bega, 1958-1963); technician (Merimbula, 1968-1972) ===''FOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Malcolm Fowles|Fowles, Gordon Malcolm]] [https://www.familysearch.org/tree/person/details/G8H2-RC9] - 19??(???)-19??(???) - Licences: 3GF Melbourne (Elwood, 1929-1931); 3AMF Melbourne (Wheeler's Hill, 1948-1960; Avonsleigh, 1965-1969); 3AMF Cowes (1975) - Qualifications: AOCP 490, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: panel beater (Albert Park, 1943; Hamilton, 1949); farmer (Avonsleigh, 1968); retired (Cowes, 1972) ===''FOX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Fox|Fox, William George]] [https://www.familysearch.org/tree/person/details/G6BY-J5Z] - 1886(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 106, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Comment: several contemporaneous WG Fox; Electoral Rolls: Nil yet identified ===''FOXCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Foxcroft|Foxcroft, Allan]] [https://www.familysearch.org/tree/person/details/GFQS-K5P] - 1921(WA)-2008(Vic) - Licences: 6AF Perth (Victoria Park, 1937-1939); 3AE Melbourne (Caulfield, 1947-1980+) - Qualifications: cc; AOCP 1859, 1937, WA; 1COCP 506, 1941 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: technician (Caulfield, Vic, 1949-1963); engineer (Caulfield, Vic, 1967-1980) ===''FRAME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vivian Horace Frame|Frame, Vivian Horace]] [https://www.familysearch.org/tree/person/details/GHQ1-4QT] - 1899(Qld)-1959(Qld) - Licences: Receive (Valve) Mareeba (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: draftsman ( Brisbane City, Qld); public works officer (Mareeba, Qld, 1922); architect (Brisbane City, Qld, 1925-1928; Sandgate, Qld, 1936-1937; Virginia, Qld, 1949-1954; Norman Park, Qld, 1958) ===''FRANK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kendall Thomas Frank|Frank, Kendall Thomas]] [https://www.familysearch.org/tree/person/details/G8N2-TGZ] - 1904(WA)-1951(Qld) - Licences: Nil yet identified - Qualifications: CPRT 921, 1926; 2COCP 289, 1930; 1COCP 64, 1935 - ship wireless operator (AWA), coastal wireless operator, amateur operator?, broadcast engineer (4PM) - Electoral Rolls: radio engineer (Lakemba, 1943) - [https://adb.anu.edu.au/biography/frank-kendall-thomas-10236 ADB] ===''FRANZI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Franzi|Franzi, William Ronald "Bill" (formerly Emilio Stefan)]] - 1909(Italy)-19??(SA) - 4FR Atherton (1938-1939), 5FR Adelaide (Da Costa Park, 1946-1965; Glenelg East, 1969-1975), 5VK American Beach (1975-1980), amateur operator (AOCP 2192, 1938, No. ?? in Qld), amateur broadcaster, radio clubs (IREE), military (RAAF), employment (radio technician) ===''FRASER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Douglas Fraser|Fraser, James Douglas]] [https://www.familysearch.org/tree/person/details/G8NS-MQ3] - 1900(NSW)-1956(NSW) - Licences: 2JF Quirindi (1930-1935) - Qualifications: AOCP 637, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical engineer (Quirindi, 1930-1943); engineer (Picton, 1949-1954) * [[/H. Fraser|Fraser, H.]] - 19??(???)-19??(???) - 2JC Tamworth (1924-1925), amateur operator (no record of AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster * [[/Henry George Fraser|Fraser, Henry George]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 1001, 1932, No. ?? in ?? - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet identified, at least two HGF engineers ===''FRAZER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Frazer|Frazer, Charles Edward "Charlie"]] - 1880(Vic)-1913(Vic) - politician (Postmaster-General, 1911-1913) ===''FREEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Freeman|Freeman, Arthur Charles]] [https://www.familysearch.org/tree/person/details/G8ZL-4F7] - 19??(???)-1971(NSW) - Licences: 2AS Sydney (Burwood, 1929-1939; Ashfield, 1946-1958; Cheltenham, 1960-1969) - Qualifications: AOCP 544, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: packer (Newtown, 1930-1931; East Sydney, 1933-1935); engineer (Burwood, 1936-1937; Ashfield, 1943-1958; Cheltenham, 1963-1968) - individual not fully identified * [[/L. Freeman|Freeman, L.]] - 18??-19?? - Licences: XQB Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''FREESTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Roy Freestone|Freestone, Leslie Roy]] [https://www.familysearch.org/tree/person/details/LRCK-NB5] - 1896(Vic)-1982(Vic) - Licences: 3LF Ballarat (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: motor mechanic (Ballarat, 1916-1920); commercial traveller (Ballarat, 1921-1936); traveller (Brighton, 1937-1954); nil (Geelong, 1977-1980) ===''FRETTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/O'Della Paul Fretten|Fretten, O'Della Paul "Paul"]] [https://www.familysearch.org/tree/person/details/G845-BQH] - 1894(Eng)-1977(Vic) - Licences: 2RU Sydney (Concord, 1928-1930) - Qualifications: AOCP 460, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Concord, 1930; Strathfield, 1933); foreman (Lane Cove, 1936-1937); public servant (St Kilda, 1943); cafe proprietor (Melbourne, 1949); sales manager (St Kilda, 1963); instructor (Brighton, 1967-1968); retired (Malvern East, 1972; Fitzroy North, 1977) ===''FREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Samuel Vernon Frew|Frew, Geoffrey Samuel Vernon]] [https://www.familysearch.org/tree/person/details/G87N-ZC1] - 1909(Vic)-1984(Vic) - Licences: 3PM Melbourne (Glen Iris, 1928-1933; Brighton, 1937-1939, 1946-1956); 3PL Melbourne (Brighton, 1960); 3JK Melbourne (Brighton, 1969); 3PM Melbourne (1975-1980+) - Qualifications: AOCP 402, 1928, No. ?? in Vic; AOLCP 66, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Camberwell, 1933); manager (Brighton, 1936-1937); engineer (Footscray, 1943; Brighton, 1949-1980) ===''FRIAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Owen Friar|Friar, Archibald Owen]] [https://www.familysearch.org/tree/person/details/G4LQ-LGV] - 1905(NSW)-1963(NSW) - Licences: 2AO Ulmarra (1929-1931); 2AO Grafton, 1933-1939) - Qualifications: AOCP 504, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chainman (Ulmarra, 1930-1937); garage proprietor (South Grafton, 1943-1963) ===''FROGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gerard James Frogley|Frogley, Gerard James]] [https://www.familysearch.org/tree/person/details/G7K7-JNM] - 1902(Eng)-1977(Eng) - Licences: 3GF Melbourne (Richmond, 1926-1927) - Qualifications: AOCP 240, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (East Melbourne, 1924); battery mechanic (Richmond, 1925-1931) ===''FRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Turner Fry|Fry, Alfred Turner]] [https://www.familysearch.org/tree/person/details/GDRX-2SL] - 1881(NSW)-1928(Vic) - Licences: 7BG Receive Queenstown (1923); Receive Queenstown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: metallurgist (Ballarat, 1917; Queenstown, Tas, 1919-1922; Sandringham, 1924-1927) * [[/Reginald Hall Fry|Fry, Reginald Hall]] [https://www.familysearch.org/tree/person/details/GZ6Y-9WN] - 1891(NSW)-1976(NSW) - Licences: 2KC Sydney (Croydon, 1922-1929; Killara, 1930-1933); 2KC Parkes (1934); 2KC Goulburn (1935-1936); 2KC Wollongong (1937-1939) - Qualifications: cc; AOCP 86, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: civil engineer (Gordon, 1930; Killara, 1933; Goulburn, 1935-1936; Wollongong, 1937; Killara, 1943-1968); engineer (Killara, 1972) ===''FRYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Norman Fryer|Fryer, Keith Norman]] [https://www.familysearch.org/tree/person/details/G3KH-TZ8] - 1906(Vic)-19??(???) - Licences: 2KF Sydney (Suspension Bridge, 1927-1928) - Qualifications: AOCP 332, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Neutral Bay, 1930-1931; Northbridge, 1934; North Sydney, 1936; Mosman, 1943-1949) ===''FULCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/J. Fulcher|Fulcher, J.]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, (Halcyon, P. 4) ===''FYSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Oakley Fysh|Fysh, Philip Oakley]] [https://www.familysearch.org/tree/person/details/LHNP-534] - 1835(Eng)-1919(Tas) - state politician (MLC Tas, 1860s through 1890s; MHA Tas 1870s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1903-1904) - Relationships: grandfather of 7PF Philip Oakley Fysh * [[/Philip Oakley Fysh|Fysh, Philip Oakley "Phil"]] [https://www.familysearch.org/tree/person/details/L2YS-4ZR] - 1897(Tas)-1966(Tas) - Licences: 7PF Launceston (1925-1927) - Qualifications: cc; AOCP 128, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; radio clubs (Launceston Radio Experimenters' Club, WIA Launceston); WW2 - Relationships: grandson of Philip Oakley Fysh, federal Postmaster-General 1903-1904 - Electoral Rolls: merchant (Launceston, 1922-1954) =='''G'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''GABBERTAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Gabbertas|Gabbertas, Jack]] [https://www.familysearch.org/tree/person/details/GF9C-2W7] - 1915(Eng)-2003(WA) - Licences: 6GB Perth (Maylands, 1936-1939; Mt Hawthorn, 1947-1980+) - Qualifications: cc; AOCP 1810, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, WA, 1937; East Perth, WA, 1943); mechanic (Mt Hawthorn, WA, 1949-1980) ===''GADSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Wilkinson Gadsden|Gadsden, Stanley Wilkinson]] [https://www.familysearch.org/tree/person/details/GM38-WZ2] - 1887(Vic)-1957(Vic) - Licences: 3SW Melbourne (Kew, 1924-1939) - Qualifications: AOCP 26, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; radio clubs (WIA Vic, Chief of Council, 1926); placed 2nd in 3LO amateur broadcasting competition 1926 - Electoral Rolls: printer (Kew, 1908-1915); manufacturer (Kew, 1917-1954) ===''GALLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Victor Galle|Galle, Reginald Victor "Reg"]] [https://www.familysearch.org/tree/person/details/GX2P-KXN] - 1912(SA)-2008(SA)96yo - Licences: 5QR Adelaide (Prospect, 1931-1939, 1947-1948; Enfield, 1954-1980+) - Qualifications: cc; AOCP 834, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Jabuk, SA, 1939-1941); schoolteacher (Tailem Bend, SA, 1943) ===''GAMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ray Gamble|Gamble, William Ray "Ray"]] - 1928(NSW)-2011(NSW) - broadcast engineer (BOCP 961, 1948), station manager, radio network principal [https://radioinfo.com.au/news/vale-ray-gamble Radio Info] ===''GAMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Gamon|Gamon, George Arthur]] - 1900(Vic)-1977(???) - 3GG Melbourne (South Yarra, 1925-1926; Middle Park, 1927), amateur operator (AOCP 89, 1925, No. ?? in Vic), amateur broadcaster ===''GARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Garing|Garing, William Henry]] [https://www.familysearch.org/tree/person/details/G8WV-2YG] - 1910(Vic)-2004(NSW) - Licences: Nil identified - Qualifications: AOCP 431, 1928, No. ?? in Vic - amateur operator? - Electoral Rolls: cadet (Point Cook, 1931-1934); airman (Point Cook, 1937); RAAF officer (Townsville, 1943; Point Cook, Vic, 1958; Williamtown, NSW, 1958); executive director (Turramurra, 1968); director (Turramurra, 1980) ===''GARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Raymond Garner|Garner, Alan Raymond]] - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: PMG technician! (Frankston, 1963-1980) * [[/Walter Brendon Garner|Garner, Walter Brendon or Brendan]] [https://www.familysearch.org/tree/person/details/GF4M-1PQ] - 1896(WA)-1986(WA) - Licences: XYV Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW2 - Electoral Rolls: chemist (Nedlands, WA, 1931-1937); soldier (West Perth, WA, 1943; research officer (West Perth, WA, 1949-1954; Perth, WA, 1958-1972; West Perth, WA, 1977-1980) ===''GARNETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Garnett|Garnett, Brian]] - 19??(???)-19??(???) - 4AHN Currimundi, amateur operator (AOCP ??, 19??, No. ?? in Qld), ===''GARRAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Randolph Garran|Garran, Richard Randolph]] [https://www.familysearch.org/tree/person/details/K822-L54] - 1903(Vic)-1991(ACT) - Licences: 3AW Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (Toorak, 1924-1925); manager (Semaphore, SA, 1941; Caulfield, Vic, 1954-1980) ===''GARRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Benjamin Walter Garrett|Garrett, Horace Benjamin Walter]] [https://www.familysearch.org/tree/person/details/G7PD-9SV] - 1906(Vic)-1979(Vic) - Licences: 3JI Melbourne (Box Hill, 1924-1925) - Qualifications: cc; Nil identified as yet - amateur operator, amateur broadcaster - Electoral Rolls: sales (Box Hill, 1928-1934); radio mechanic (Box Hill, 1936); salesman (Box Hill, 1943-1977) ===''GARTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Garth|Garth, Reginald]] [https://www.familysearch.org/tree/person/details/G8DX-47Z] - 1903(Eng)-1959(Tas) - Licences: 2VZ Sydney (Coogee, 1930; Clovelly, 1931-1933; Bankstown, 1934-1936); 4VZ Mackay (1937-1939); 3SF Melbourne (Preston, 1948; Seaford, 1954); 7RG Trevallyn, 1955-1956) - Qualifications: cc; AOCP 584, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Clovelly, NSW, 1930-1933); mechanic (Bankstown, NSW, 1934-1936); electrician (Slade Point, Qld, 1937-1943; Beaconsfield, Tas, 1958) ===''GAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Holman Gay|Gay, Augustus Holman]] [https://www.familysearch.org/tree/person/details/G8PF-938] - 1902(Vic)-1984(Vic) - Licences: 3SM Warragul (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Warragul, 1927-1934); engineer (South Yarra, 1936-1954); electrical engineer (Kew, 1963-1980) * [[/Vivian James Gay|Gay, Vivian James]] [https://www.familysearch.org/tree/person/details/LYT8-VJJ] - 1908(NSW)-1999(Qld) - Licences: 2VI Sydney (Chatswood, 1935-1939; North Sydney, 1946-1947; Lane Cove, 1948-1965); 2VI Burradoo (1980+) - Qualifications: cc; AOCP 1510, 1935, NSW - amateur operator; amateur broadcaster - Electoral Rolls: printer (Artarmon, 1930-1937; Chatswood, 1943); master printer (Lane Cove, 1949-1968); printer (Artarmon, 1972); retired (Burradoo, 1977-1980) ===''GEAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Vivian Geake|Geake, Wilfred Vivian]] [https://www.familysearch.org/tree/person/details/GXTF-H1J] - 1893(SA)-1974(SA) - Licences: 5BR Receive Kooringa (1922); 5BR Receive (Murray Bridge, 1923); Receive Murray Bridge (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hillside, SA, 1939) ===''GEDDES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Albert Geddes|Geddes, Frank Albert]] - 1901(NSW)-1922(NSW) - 2GC Sydney (Waverley, 1922, receive only), amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), radio clubs (Waverley Radio Club), due to age licence held in name of father Francis G Geddes ===''GEEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Leslie Geeves|Geeves, Philip Leslie "Phil"]] [https://www.familysearch.org/tree/person/details/G88C-Y8Y] - 1917(NSW)-1983(NSW) - radio broadcaster (VK2ME, 2CH, ABC); employment (AWA, 1937-1970s); journalist (SMH); historian (AWA, broadcasting); awards (OAM, 1980) - Electoral Rolls: radio executive (Bexley, 1949-1963); executive (Hurstville South, 1972-1980) ===''GEISEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elizabeth Aileen Geisel|Wallace nee Geisel, Elizabeth Aileen "Betty"]] [https://www.familysearch.org/tree/person/details/GXK7-NJ4] - 1921(SA)-2000(SA) - Licences: 5YL Murray Bridge (1936-1939) - Qualifications: cc; AOCP 1788, 1936, SA; 2COCP 448, 1941; 1COCP 544, 1941 - amateur operator; amateur broadcaster; YL operator - Electoral Rolls: Nil yet identified - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''GEORGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Heinrich Alfred August George|George, Heinrich Alfred August "Henry", "Harry"]] [https://www.familysearch.org/tree/person/details/G387-XZ4] - 1899(Vic)-1968(Vic) - Licences: 3ZP Melbourne (Footscray, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1919-1963) ===''GEORGESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Georgeson|Georgeson, James]] [https://www.familysearch.org/tree/person/details/LTS1-17Q] - 1897(Eng)-1976(Taiwan) - Licences: 5JD Adelaide (Glenelg, 1936-1938); 2AKU Sydney (Neutral Bay, 1939; Granville, 1946-1947; Artarmon, 1948-1954; Lane Cove (1955); Artarmon (1956-1975) - Qualifications: cc; AOCP 1783, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, NSW, 1943); engineer (Artarmon, NSW, 1949-1954); electrical engineer (Artarmon, NSW, 1963-1968); engineer (Artarmon, NSW, 1972) ===''GERAGHTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/James Anselm Geraghty|Geraghty, James Anselm]] [https://www.familysearch.org/tree/person/details/GZVD-VY9] - 1877(???)-1969(Qld) - Licences: 4CS Receive Townsville (1923); 4CS Townsville (1923-1924); 4CS Brisbane (Nudgee, 1924); 4CS Gympie (1924); 4CS Townsville (1925); 4CS Gympie (1925-1927); 2JG Wagga Wagga (1929); 7CB Launceston (1931); 4CB Brisbane (Nudgee, 1933); 4AC Bundaberg (1934) - Qualifications: AOCP 186, 1925, No. 17 in Qld - amateur operator; amateur broadcaster; minister of religion and teacher (Christian Brothers) - Electoral Rolls: teacher (Ballarat, 1906; Gympie, 1909-1913; Dunedin, 1914-1916; South Brisbane, 1919-1925; Tamworth, 1930; Bundaberg, 1934; Ipswich, 1943; Albion, 1949; Gympie, 1954); retired (Boondall, 1958-1968) ===''GIBBON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Foster Gibbon|Gibbon, Thomas Foster]] [https://www.familysearch.org/tree/person/details/G857-MWS] - 1896(Vic)-1965(Vic) - Licences: XJAV Melbourne (Kew, 1913-1914); Receive (Valve) Melbourne (Kew, 1923); 3XZ Melbourne (Kew, 1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: student (Kew, 1919-1925); electrical engineer (Kew, 1928-1954); engineer (Kew, 1963) ===''GIBBONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Gibbons|Gibbons, Frederick]] [https://www.familysearch.org/tree/person/details/L2XB-YRJ] - 1907(Wales)-19??(???) - Licences: 2FG Sydney (Neutral Bay, 1926-1930) - Qualifications: AOCP 255, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: no occupation (Neutral Bay, 1930); clerk (Gordon, 1954-1968); director (Turramurra, 1972-1977) ===''GIBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. G. Gibson|Gibson, E. G.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Ormiston, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified *[[/Edgar McLean Gibson|Gibson, Edgar McLean]] [https://www.familysearch.org/tree/person/details/GS5W-SM5] - 1877(Qld)-1969(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1925), possibly held on behalf of son Leighton - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radio clubs - Relationships: father of 4AN William Leighton Gibson - Electoral Rolls: electrical engineer (Toowoomba, 1908-1917; Greenslopes, 1922); engineer (Manly, 1936-1937; Hawthorne, 1943-1968) *[[/George Holland Gibson|Gibson, George Holland]] [https://www.familysearch.org/tree/person/details/MXPG-HB4] - 1892(Qld)-1978(Qld) - Licences: XQG Brisbane (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: carpenter (Fortitude Valley, 1915-1917); mechanic (Newmarket, 1919-1928; New Farm, 1937-1943); telephone technician (Bulimba, 1954-1977) * [[/Richard Leslie Gibson|Gibson, Richard Leslie "Les"]] [https://www.familysearch.org/tree/person/details/9QNS-G8V] - 1900(NSW)-1976(NSW) - Licences: 2GH Alstonville (1930-1939) - Qualifications: AOCP 578, 1930, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Alstonville, 1930-1949); retired (Alstonville, 1963-1968; Ballina, 1972) * [[/William Gerrand Gibson|Gibson, William Gerrand]] [https://www.familysearch.org/tree/person/details/LWJY-5G9] - 1869(Vic)-1955(Vic) - Politician, Federal Postmaster-General 1923-1929 [https://adb.anu.edu.au/biography/gibson-william-gerrand-6313 ADB] *[[/William Leighton Gibson|Gibson, William Leighton "Leighton" & "Gibby"]] [https://www.familysearch.org/tree/person/details/GS5W-Q7S] - 1907(Qld)-1995(Qld) - Licences: 4AN Brisbane (Greenslopes, 1923-1927) - Qualifications: AOCP 73, 1925, No. 7 in Qld - amateur operator; amateur broadcaster; journalist (QRN "Bananalander"); wireless business employee (Phillips Radio) - Relationships: son of 4AN Edgar McLean Gibson - Electoral Rolls: salesman (Manly, Qld, 1936-1937; Camp Hill, Qld, 1943); manager (Balgowlah, NSW, 1949); business executive (Balgowlah, NSW, 1958); regional representative (Palm Beach, Qld, 1963-1980) ===''GIDDINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Hudson Giddings|Giddings or Whitney, Albert Hudson]] [https://www.familysearch.org/tree/person/details/GXR4-PDP] - 1914(Vic)-19??(???) - Licences: 5FI Adelaide (Nailsworth, 1935-1937) - Qualifications: cc; AOCP 1556, 1935, SA; 1COCP 102, 1936 - amateur operator; amateur broadcaster; WW2 (Army, Lieutenant, Signals) - Electoral Rolls: PMG employee (Sale, Vic, 1968); technician (Elwood, Vic, 1972); clerk (Hughs, ACT, 1977-1980) - Links: [https://vwma.org.au/explore/people/612780 VWMA] * [[/Albert William James Giddings|Giddings, Albert William James]] [https://www.familysearch.org/tree/person/details/9711-NG3] - 1909(Vic)-1983(Vic) - Licences: 3DG Stratford (1935-1939); 3DG Numurkah (1947-1948); 3DG Lancefield (1954-1969); - Qualifications: cc; AOCP 1574, 1935, SA - amateur operator; amateur broadcaster;; WW2 (RAAF, Warrant Officer) - Electoral Rolls: bank official (Culgoa, Vic, 1931); bank clerk (Pakenham East, Vic, 1934); bank officer (Stratford, Vic, 1936-1937); warrant officer RAAF (Point Cook, Vic, 1942); bank official (Numurkah, Vic, 1949) ===''GILFILLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles Kent Gilfillan|Gilfillan, William Charles Kent]] [https://www.familysearch.org/tree/person/details/GDPF-93Q] - 1869(NSW)-1952(NSW) - Licences: 2AM Receive Sydney (Greenwich, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: independent means (Manly, 1913); soldier (Manly, 1930-1935); no occupation (Redfern, 1937); manufacturer (Mosman, 1943-1949) ===''GILHOOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Forrest Gilhooley|Gilhooley, Joseph Aloysius Forrest]] [https://www.familysearch.org/tree/person/details/GDPF-L6N] - 1877(NSW)-1950(NSW) - Licences: 2AH Receive Sydney (Woollahra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: clerk (Darlinghurst, 1903; Hunters Hill, 1930-1935); traveller (Hunters Hill, 1937-1949) ===''GILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Stewart Gill|Gill, Alan Stewart]] [https://www.familysearch.org/tree/person/details/GH6B-JQ4] - 1907(NSW)-1983(Tas) - Licences: 7AS Launceston (1925-1927) - Qualifications: cc; AOCP 191, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; scientist & engineer (Electrolytic Zinc Co) - Electoral Rolls: research chemist (Hobart Central, 1928; Sandy Bay, 1936-1949); chemist (Hobart South, 1954) * [[/Alfred Wyatt McKenzie Gill|Gill, Alfred Wyatt McKenzie]] [https://www.familysearch.org/tree/person/details/GDBP-B8D] - 1908(NSW)-1959(NSW) - Licences: 2TS Receive Sydney (Killara, 1923); 2TS Sydney (Killara, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: barrister (Killara, 1933-1937; Wahroonga, 1949); soldier (Wahroonga, 1943); airline officer (Wahroonga, 1954-1958) ===''GILLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Rex Gregory Gillett|Gillett, Clarence Rex Gregory]] [https://www.familysearch.org/tree/person/details/GWJC-ZDW] - 1919(SA?)-2020(SA) - prominent MW and SW broadcast DXer (1940-1990), clubs (All Wave All World DX Club, Australian DX Radio Club (SA Branch), South Australian DX Radio Club, Australian Radio DX Club, Southern Cross DX Club, DX Australia, New Zealand Radio DX League) - substantial portion (100+) of QSL collection survives (SSD, NFSA) ===''GILLHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman William Gillham|Gillham, Norman William]] [https://www.familysearch.org/tree/person/details/GMTT-M8V] - 1906(Tas)-1994(Tas) - Licences: Receive Hobart (Sandy Bay, 1923-1924); 7NW Hobart (Sandy Bay, 1925-1927) - Qualifications: cc; AOCP 176, 1925, No. ?? in Tas; CPRT 944, 1927 - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Sandy Bay, 1928); joiner (Queensborough, 1936-1937); builder (Nelson, 1943-1954) ===''GILLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Clifford Gillon|Gillon, Peter Clifford]] [https://www.familysearch.org/tree/person/details/GD7M-X53] - 1895(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 99, 1915 - Coastal wireless operator - Electoral Rolls: operator (Bondi, 1934); radio telegraphist (Crow's Nest, NSW, 1936; Cooktown, Qld, 1937; Townsville, 1943); telegraphist (Kensington, NSW, 1949-1954; Cremorne, 1958); radio operator (Cremorne, 1963-1968) ===''GILMOUR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Stanley Gilmour|Gilmour, Norman Stanley]] [https://www.familysearch.org/tree/person/details/GZZD-PVG] - 1890(Vic)-1962(NSW) - Licences: 2ZU Sydney (Neutral Bay, 1923-1930; Potts Point, 1931; City, 1933-1939; Mosman, 1948-1960) - Qualifications: cc; AOCP 28, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: director (Neutral Bay, 1930); business manager (Darlinghurst, 1931); engineer (Darlinghurst, 1934-1937; Mosman, 1943-1958) ===''GINBEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Haldane Ginbey|Ginbey, Ian Haldane]] [https://www.familysearch.org/tree/person/details/GFM1-73N] - 1913(WA)-1962(WA) - Licences: 6IG Perth (Fremantle, 1938-1939; Bicton, 1947-1948; Attadale, 1954-1960) - Qualifications: cc; AOCP 2084, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (South Fremantle, WA, 1936; Fremantle, WA, 1937; South Fremantle, WA, 1943); salesman (Melville, WA, 1958) ===''GINGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ubitt Victor Ginger|Ginger, Ubitt Victor]] [https://www.familysearch.org/tree/person/details/GS5P-G76] - 1891(NSW)-1943(NSW) - Licences: 2LF Receive Sydney (Mosman, 1922-1923); 2LF Sydney (Mosman, 1922-1924; North Sydney, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; police officer - callsign 2LF to L. R. Filmer, Toronto from Sep 1925, Bracken from 1933 - Electoral Rolls: constable (Chatswood, 1930-1933); police constable (Marrickville, 1934); constable (Naremburn, 1936-1937) ===''GINN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Ginn|Ginn, Ernest George]] [https://www.familysearch.org/tree/person/details/GXZC-95C] - 1917(Qld)-2015(Qld) - Licences: 4GE Townsville (1936-1939; 1946-1948); 4GE Brisbane (Hendra, 1955-1980+) - Qualifications: cc; AOCP 1749, 1936, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ), military (WW2, RAAF, AIF); employment (life insurance agent) - Electoral Rolls: salesman (Townsville, Qld, 1943); shop assistant (Windsor, Qld, 1949); salesman (Hendra, Qld, 1954-1980) ===''GIVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/L. James M. Givens|Givens, L. James M. "James"]] [https://www.familysearch.org/tree/person/details/G8LX-7WR] - 1905(Vic)-1957(Vic) - Licences: 3EP Receive Melbourne (Canterbury, 1922-1923); 3EP Melbourne (Canterbury, 1924-1927); 3XY Melbourne (Canterbury, 1931) - Qualifications: cc; CPRT 849, 1925; AOLCP 121, 1933 - amateur operator, amateur broadcaster - Electoral Rolls: wireless officer (Canterbury, 1931-1937; Camberwell, 1943); photographer (Delbridge, 1954) ===''GLASSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> *[[/Ronald John Glassop|Glassop, Ronald John]] [https://www.familysearch.org/tree/person/details/LBZX-P8N] - 1910(NSW)-1996(Qld) - Licences: 2RF Newcastle (City, 1934-1935; Blackhalls, 1936; Hamilton East, 1937); 4BG Brisbane (Clayfield, 1937-1939); 4BG Maryborough (1947-1969); 4BG North Tamborine (1980) - Qualifications: cc; AOCP 1288, 1934, NSW - amateur operator; amateur broadcaster; WW2; insurance assessor - Electoral Rolls: no occupation (Newcastle, NSW, 1932-1935); clerk (Hamilton, NSW, 1937); insurance inspector (Clayfield, Qld, 1937); insurance secretary (Maryborough, Qld, 1949-1968); retired (Miami, Qld, 1972; Mt Tamborine, Qld, 1977-1980) ===''GLOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Frederick Glover|Glover, Alexander Frederick or Frederick Alexander]] [https://www.familysearch.org/tree/person/details/L246-XZ6] - 1925(Vic)-2001(Vic) - Licences: 3AFG Sale (1948-1980+) - Qualifications: cc; AOCP 2705, 1948, Vic - amateur operator; amateur broadcaster - Electoral Rolls: operator (Sale, 1949); mechanic (Sale, 1954-1980) * [[/Arthur James George Glover|Glover, Arthur James George]] [https://www.familysearch.org/tree/person/details/2MT8-CZ8] - 1907(Vic)-1977(Vic) - Licences: 3AG Melbourne (Box Hill, 1928-1931; Surrey Hills, 1933); 3AG Warrnambool (1937-1939); 3AG Melbourne (Box Hill, 1946-1960; Camberwell, 1965-1975) - Qualifications: cc; AOCP 392, 1928, No. ?? in Vic; CPRT 1129, 1928; 2COCP 153, 1930; 1COCP 29, 1930 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Box Hill, 1931); engineer (Box Hill, 1936); radio engineer (Warrnambool, 1937); engineer (Canterbury, 1943; Box Hill, 1949-1954); automation engineer (Camberwell, 1963-1968); engineer (Camberwell, 1972-1977) * [[/Maurice Glover|Glover, Maurice]] [https://www.familysearch.org/tree/person/details/G8SK-25R] - 1912(Vic)-2003(Tas) - Licences: 7MG Hobart (Sandy Bay, 1938-1939, 1946-1948); 7MG Swansea (1954-1980+) - Qualifications: cc; AOCP 2129, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Nelson, 1943); no occupation (Swansea, 1949; Nelson, 1954) * [[/Maxwell Arthur Glover|Glover, Maxwell Arthur "Max"]] [https://www.familysearch.org/tree/person/details/G8SK-58X] - 1902(Vic)-1982(Vic) - Licences: 3GB Receive Melbourne (Auburn, 1922); 3GB Melbourne (Camberwell, 1924-1925) - Qualifications: No record of AOCP; 3COCP 671, 1948 - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Camberwell, 1924-1934); wool buyer (Toorak, 1935-1936; South Yarra, 1937); director (Malvern, 1949-1980) ===''GLUSKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Gluskie|Gluskie, C. R.]] - 19??(???)-19??(???) - Licences: Receive Hobart (New Town, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''GODDARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Endacott Goddard|Goddard, John Endacott]] [https://www.familysearch.org/tree/person/details/KNBM-L27] - 1914(WA)-1943(Crete) - Licences: 6JG Perth (North Perth, 1935-1939) - Qualifications: AOCP 1427, 1935, WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Fremantle, 1936) - Sacrifice: "Greater love hath no man than this" - Links: [https://aviationmuseumwa.org.au/afcraaf-roll/goddard-john-endacott-406692/ Aviation Museum WA]; [https://anzac.site/greece/crete-operation-thesis-goddard/ Operation Thesis]; [https://www.awm.gov.au/collection/R1703409 AWM Roll of Honour] ===''GOFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Goford|Goford, Thomas William]] [https://www.familysearch.org/tree/person/details/GXZH-W3H] - 1898(Eng)-1986(Qld) - Licences: 4MI Mount Isa (1936-1939) - Qualifications: cc; AOCP 1675, 1936, Qld; BOCP 387, 1941 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Mt Isa, Qld, 1937); broadcasting technician (Goonellabah, NSW, 1943); DCA technician (Alice Springs, NT, 1954-1963) ===''GOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Henry Yarburgh Gold|Gold, Clifford Henry Yarburgh or Yarborough "Cliff"]] [https://www.familysearch.org/tree/person/details/L19B-YYC] - 1906(Qld)-1986(Qld) - Licences: 4CG Brisbane (Hill End, 1926-1931); 4CG Toowoomba (1933-1939, 1946-1980+) - Qualifications: AOCP 262, 1926, No. 21 in Qld; AOLCP 186, 1934 - amateur operator, amateur broadcaster, broadcast engineer (4GR) - Electoral Rolls: shop assistant (West End, 1928-1931); radio operator (Toowoomba, 1934); projectionist (Toowoomba, 1936-1963); radio technician (Balmoral, 1968-1977) - Relationships: nephew of 4EG Edward Edwin Gold; also Doug & Geoff * [[/Douglas Edward Gold|Gold, Douglas Edward]] [https://www.familysearch.org/tree/person/details/G8RL-XQB] - 1917(NSW)-1964(Qld) - Licences: Nil yet identified - Qualifications: BOCP 254, 1939 - amateur operator; amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Geoffrey Kilvington Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio technician (Toowoomba, 1943-1949); assistant manager (Toowoomba, 1954-1958) * [[/Edward Edwin Gold|Gold, Edward Edwin "Ted"]] [https://www.familysearch.org/tree/person/details/L13Q-WZV] - 1894(Qld)-1961(Qld) - Licences: 4EG Toowoomba (1924-1939, 1946-1960) - Qualifications: AOCP 7, 1924, No. 1 in Qld - amateur operator; amateur broadcaster; awarded Class B licence for 4GR Toowoomba; commercial broadcast station proprietor (4GR); Relationships: father of Geoffrey Kilvington Gold; uncle of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: mechanic (Toowoomba, 1925-1958) * [[/Geoffrey Kilvington Gold|Gold, Geoffrey Kilvington]] - 1943(Qld)-1971(Qld) - Licences: Nil yet identified - Qualifications: BOCP 2210, 1963; AOLCP 1608, 1964 - amateur operator, amateur broadcaster - Relationships: son of 4EG Edward Edwin Gold; brother of Douglas Edward Gold; greatnephew of 4CG Clifford Henry Yarburgh Gold - Electoral Rolls: radio broadcaster (Annerley, 1968) ===''GOLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick John Golden|Golden, Patrick John]] [https://www.familysearch.org/tree/person/details/GSFG-R49] - 1893(Ire)-1943(Qld) - Licences: 4PG Brisbane (Wynnum South, 1927) - Qualifications: cc; Nil yet identified (likely UK) - ship wireless operator; amateur operator; amateur broadcaster; radio business proprietor; WW2 - Electoral Rolls: salesman (Wynnum Heights, 1928-1931); radio dealer (Clayfield, 1936-1937); radio operator (Flying boat base, Karumba, 1943) - Sacrifice: "Greater love hath no man than this" ===''GOLDSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Herbert Goldsmith|Goldsmith, Frank Herbert]] [https://www.familysearch.org/tree/person/details/93SX-QL8] - 1895(WA)-1974(WA) - Licences: 6FG Perth (Nedlands Park, 1927-1939) - Qualifications: cc; AOCP 377, 1927, No. ?? in WA - amateur operator; amateur broadcaster; radio journalist - Electoral Rolls: clerk (West Perth, 1917); journalist (Bunbury, 1921-1922; Nedlands, 1925-1949; Roleystone, 1954-1958); retired (Rossmoyne, 1968-1972) * [[/Gordon William Goldsmith|Goldsmith, Gordon William]] [https://www.familysearch.org/tree/person/details/GZWR-BKR] - 1914(SA)-1998(SA) - Licences: 5HM Cowandilla (1936-1939, 1947-1980+) - Qualifications: cc; AOCP 1629, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: laborer (Cowandilla, SA, 1939-1943) ===''GOLDSWORTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Goldsworthy|Goldsworthy, William John]] [https://www.familysearch.org/tree/person/details/M4D7-C24] - 1910(Qld)-1950(Qld) - Licences: 4WA Brisbane (Valley, 1934-1939); 4WA Rockhampton (1947-1948)- Qualifications: cc; AOCP 1341, 1934, Qld; 2COCP 1112, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Valley, Qld, 1934-1943); aeradio operator (Rockhampton, Qld, 1949) ===''GOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jasper Claude Golley|Golley, Jasper Claude]] [https://www.familysearch.org/tree/person/details/GXGK-S1F] - 1904(SA)-1958(SA) - Licences: 5JX Adelaide (Glenelg, 1935-1937; Glengowrie, 1938-1939; Seacliff, 1948-1955) - Qualifications: cc; AOCP 1522, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: schoolteacher (Glengowrie, SA, 1939-1941; Seacliff, SA, 1943) ===''GOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Joseph Good|Good, Edward Joseph]] [https://www.familysearch.org/tree/person/details/GMS7-P78] - 1864(Vic)-1931(Vic) - Licences: 3HQ Glenrowan (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Taminick, 1903); traveller (Taminick, 1909-1930) ===''GOODE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Russell Goode|Goode, Arthur Russell]] - 1889(Vic)-1971(Vic) - XLK Melbourne (Moonee Ponds, 1913), early wireless experimenter (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in Vic), PMGD (telegraphist, Central Office, Melbourne, 1903-1921), Listener-In (journalist; editor), author several books, grandfather of Michael Goode 3BDL * [[/Michael Goode|Goode, Michael]] - 3ZYY Melbourne (Canterbury, 1969+), 3BDL Melbourne, amateur operator (AOCP ??, 1968, No. ?? in Vic), historian (amateur radio, 5 metres), grandson of XLK Arthur Russell Goode ===''GORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence Arthur Gorman|Gorman, Clarence Arthur]] [https://www.familysearch.org/tree/person/details/GHLZ-X8H] - 1895(NSW)-1970(NSW) - Licences: XCG Sydney (Oatley, 1913-1914); 2EC Receive Sydney (Arncliffe, 1922); 2EC Sydney (Arncliffe, 1923-1925); 2CG Sydney (Rockdale, 1925-1929); designated operator 2UI Illawarra Radio Club (Kogarah, 1923-1925) - Qualifications: cc; AOCP 222, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Comment: NSW winner 1923 Trans-Pacific Tests - Electoral Rolls: plumber (Rockdale, 1930-1931; Kogarah, 1932-1943; Hargrave Park, 1949; Villawood, 1954-1963) ===''GOSTELOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Victor Gostelow|Gostelow, Alfred Victor]] [https://www.familysearch.org/tree/person/details/LVVQ-PCX] - 1897(NSW)-1975(NSW) - Licences: XABD Dorrigo (1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: accountant (Uralla, 1930-1936; Scone, 1937-1949; Terrigal, 1954-1968); retired (Terrigal, 1972) ===''GOTTING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Benjamin Gotting|Gotting, Herbert Edward Benjamin]] [https://www.familysearch.org/tree/person/details/GDLY-HLD] - 1889(NSW)-1965(NSW) - Licences: N760 Receive Braemar (1922); 2ID Receive Braemar (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Braemar, 1930); electrician (Mittagong, 1936-1937); engineer (Mittagong, 1949-1963) ===''GOVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Neville Govan|Govan, Walter Neville]] [https://www.familysearch.org/tree/person/details/L2XF-YDT] - 1905(Vic)-1956(SA) - Licences: 5WG Port Pirie (1934-1939); 5WG Crystal Brook (1947-1956) - Qualifications: cc; AOCP 1273, 1934, SA; BOCP 40, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: lead burner (Port Pirie, SA, 1939-1941); mechanic (Crystal Brook, SA, 1943) ===''GOVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Selwyn Harry James Gover|Gover, Selwyn Harry James]] [https://www.familysearch.org/tree/person/details/GXNM-D2L] - 1903(Qld)-19??(???) - Licences: Receive (Crystal) Brisbane (Nundah, 1924) - Qualifications: cc; CPRT 789, 1923; 2COCP 43, 1929; 1COCP 249, 1939 - amateur receiver; ship wireless officer - Electoral Rolls: wireless operator (Annerley, Qld, 1925); marine radio officer (East Brisbane, Qld, 1949-1968) ===''GOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gelston Stewart Gow|Gow, Gelston Stewart]] [https://www.familysearch.org/tree/person/details/G7HP-61D] - 1895(NSW)-1974(NSW) - Licences: XBW Sydney (Burwood, 1913-1914); 2GG Sydney (City, 1928-1930) - Qualifications: AOCP 411, 1928, No. ?? in NSW - early wireless experimenter, amateur operator, amateur broadcaster, WW1 - Electoral Rolls: manufacturer (Darlinghurst, 1930); electrician (Darlinghurst, 1933-1943); manufacturer (Darlinghurst, 1954-1972) ===''GOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Nelson James Gowlett|Gowlett, Frank Nelson James]] [https://www.familysearch.org/tree/person/details/G619-PYV] - 1891(Eng)-1963(NSW) - Licences: Nil yet identified - Qualifications: cc; 1COCP 163, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: radio operator (Townsville, 1925); wireless operator (Maroubra, 1930-1931); radio telegraphist (Maroubra, 1934-1937; Cooktown, 1943-1949; Maroubra, 1949); radio officer (Maroubra, 1958-1963) ===''GOYDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil William Goyder|Goyder, Cecil William]] - about 1906(Eng)-1980(NJ, USA) - G2SZ England, amateur operator [http://www.clement-jones.com/ps03/ps03_313.html] ===''GRAHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Ernest Graham|Graham, Donald Ernest "Don"]] - 1933(WA)-2012(WA) - 6HK Perth (Mount Hawthorn, 1954-1956; Wembley Downs, 1960-1980+) - amateur operator (AOCP 3162, 1951, No. ?? in WA) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC), DoC / DoTaC (WA State Broadcasting Engineer) - a good life, well lived [https://stephbg.livejournal.com/669733.html] * [[/James Alexander Graham|Graham, James Alexander]] [https://www.familysearch.org/tree/person/details/G979-6RF] - 1905(Sct)-1985(Qld) - Licences: 4JQ Brisbane (Ekibin, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 2058, 1937, Qld; 1COCP 510, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Ekibin, Qld, 1937-1954) * [[/William Denton Graham|Graham, William Denton]] [https://www.familysearch.org/tree/person/details/GZGS-KB5] - 1895(Tas)-1986(NSW) - Licences: 2RR Receive Sydney (Rockdale, 1923-1925); 2WG Sydney (Rockdale, 1926-1930) - Qualifications: AOCP 227, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: law clerk (Rockdale, 1930-1937); process worker (Bondi Junction, 1943); iron worker (Rockdale, 1949-1968); machinist (Rockdale, 1977); retired (Liverpool, 1980) * [[/William Thompson Graham|Graham, William Thompson]] [https://www.familysearch.org/tree/person/details/GDR1-SL3] - 1902(Sct)-1987(Tas) - Licences: 7BV Receive St Mary's (1923); Receive St Mary's (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: grocer's assistant (St Mary's, 1925-1954); ===''GRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin John Rawle Grant|Grant, Colin John Rawle]] [https://www.familysearch.org/tree/person/details/GZBZ-BXF] - 1902(Qld)-2000(Qld) - Licences: 4JG Brisbane (Wooloowin, 1926-1939) - Qualifications: cc; AOCP 310, 1926, No. 32 in Qld - amateur operator; amateur broadcaster; accountant - Electoral Rolls: clerk (Wooloowin, 1925-1934); security officer (Eagle Junction, 1936); auditor (West Nundah, 1937); retired (Southport, 1968-1980) * [[/James Grant|Grant, James]] - 19??(???)-19??(???) - Licences: 2DP Newcastle (Stockton, 1929-1930) - Qualifications: AOCP 555, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: * [[/William Patrick Grant|Grant, William Patrick "Bill"]] [https://www.familysearch.org/tree/person/details/GXZJ-YJC] - 1917(Ireland)-19??(Ireland) - Licences: 4WU Brisbane (Indooroopilly, 1936-1939) - Qualifications: cc; AOCP 1801, 1936, Qld; 2COCP 269, 1939 - amateur operator; amateur broadcaster; ship wireless officer; air controller (Shannon Airport) - Electoral Rolls: Nil yet identified ===''GRANTHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney Richard Grantham|Grantham, Sidney Richard "Sid"]] [https://www.familysearch.org/tree/person/details/GXZ6-B8S] - 1920(Qld)-2003(Qld) - Licences: 4SG Toowoomba (1938-1939, 1946-1956); 4SG Brisbane (Wavell Heights, 1960; Hendra, 1965-1980+) - Qualifications: cc; AOCP 2083, 1938, Qld; 1COCP 927, 1945 - amateur operator; amateur broadcaster; radio clubs (WIAQ, IREE, RFDS council); military (WW2, RAAF, wireless officer); federal public servant (DCA, Aeradio; PMGD/DoC, radio inspector); broadcast technician (4GR) - Electoral Rolls: RAAF (Yerongpilly, Qld, 1943); broadcast engineer (Harristown, Qld, 1949); engineer (East Toowoomba, Qld, 1954; Toowoomba South, Qld, 1958); radio inspector (Hendra, Qld, 1963-1980) ===''GRANVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Florence Violet Granville|Granville (nee) / Wallace / McKenzie, Florence Violet "Mrs Mac"]] [https://www.familysearch.org/tree/person/details/LRR8-ZWS] - 1890(Vic)-1982(NSW) - 2GA Sydney (Sydney, 1922-1924; Greenwich, 1925-1939), 2FV Sydney (Sydney, 1946-1950; Circular Quay, 1954; Greenwich, 1955-1958), amateur operator (AOCP 109, 1925, No. ?? in NSW), amateur broadcaster, engineer, business proprietor, signals instructor - Links: [https://adb.anu.edu.au/biography/mckenzie-florence-violet-15485 ADB] ===''GRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Gray|Gray, A. J.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Albert Howell Gray|Gray, Albert Howell "Dave"]] [https://www.familysearch.org/tree/person/details/GZXM-J83] - 1907(NSW)-2004(NSW) - Licences: 2IJ Receive Sydney (Killara, 1922); 2IJ Sydney (Killara, 1923-1939, 1946-1969; Whale Beach, 1975-1980+); 2AG Sydney (McMahons Point, 1931-1938; Lane Cove, 1939); 2APV Sydney (McMahons Point, 1954; Strathfield, 1955-1980+) - Qualifications: cc; AOCP 90, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: student (Killara, 1930-1936); engineer (Killara, 1937-1968; Whale Beach, 1977-1980) * [[/Frank Malcolm Gray|Gray, Frank Malcolm]] [https://www.familysearch.org/tree/person/details/LBBV-5XS] - 1910(SA)-2011(Qld)100yo - Licences: 5MU Adelaide (Toorak Gardens, 1932-1933); 5SU Adelaide (Toorak Gardens, 1937-1939, 1948) - Qualifications: cc; AOCP 1017, 1932, SA - amateur operator; amateur broadcaster; WW2 - Callsign: 5MU possibly withdrawn for 5MU Murray Bridge - Electoral Rolls: civil servant (Toorak Gardens, 1939) * [[/George Henry Boulderson Gray|Gray, George Henry Boulderson]] [https://www.familysearch.org/tree/person/details/LTTN-WVM] - 1912(Qld)-2010(Qld) - Licences: 4JP Brisbane (Ascot, 1936-1939, 1946-1980+) - Qualifications: cc; AOCP 1796, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Ascot, Qld, 1936-1943); sound engineer (Ascot, Qld, 1949-1980) ===''GREEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Green|Green, Albert Ernest]] - 1869(Vic)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - State & Federal politician; Postmaster-General (1931-1932) - Electoral Rolls: - Links: [[w:Albert Green (Australian politician)|Wikipedia]] * [[/Herman Rowland Green|Green, Herman Rowland]] [https://www.familysearch.org/tree/person/details/LK9P-LGY] - 1915(SA)-1985(SA) - Licences: 5OJ Adelaide (Prospect, 1936-1939) - Qualifications: cc; AOCP 1679, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/J. Green|Green, J.]] - 19??(???)-19??(???) - Licences: Receive Brisbane (Yeronga, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter William Green|Green, Walter William]] [https://www.familysearch.org/tree/person/details/GXB7-R87] - 1911(WA)-2012(WA) - Licences: 6WG Albany (1936-1937); 6WG Wiluna (1937-1939); 6WG Albany (1947-1960); 6WG Derby (1965); 6WG Norseman (1969); 6WG Albany (1975-1980) - Qualifications: cc; AOCP 1676, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Albany, WA, 1936); fitter (Albany, WA, 1958-1963); plant inspector (Norseman, WA, 1968); mechanic (Albany, WA, 1972-1980) ===''GREENHALGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Neal Greenhalgh|Greenhalgh, Kenneth Neal]] [https://www.familysearch.org/tree/person/details/G8ZT-NGD] - 1909(NSW)-2002(NSW) - Licences: 2KG Newcastle (Hamilton, 1929-1930; Rooty Hill, 1931; Sandgate, 1933; Mayfield West, 1934-1939; New Lambton, 1946-1956; Adamstown Heights, 1957-1980+) - Qualifications: AOCP 550, 1929, No. ?? in NSW; AOLCP 73, 1932; 1COCP 839, 1944; TVOCP 18, 1957 - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Hamilton, 1930); broadcasting engineer (2KO Sandgate, 1933); engineer (Mayfield, 1934-1937); radio engineer (New Lambton, 1943-1954; Adamstown, 1958-1968; Adamstown Heights, 1977-1980) ===''GREENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold John Greenham|Greenham, Arnold John]] [https://www.familysearch.org/tree/person/details/GXH9-QQS] - 1907(Qld)-1973(Qld) - Licences: 4EE Receive Brisbane (South Brisbane, 1923); 4AG Brisbane (South Brisbane, 1933); 4AG Gympie (1934); 4AG Innisfail (1937-1939); 4AG Brisbane (South Brisbane, 1946-1948); 4AG Caloundra (1954-1956); 4AG Brisbane (Kallangur, 1960-1969) - Qualifications: cc; AOCP 1040, 1932, No. ?? in Qld; 1COCP 807, 1944 - amateur operator; amateur broadcaster; bank employee (NAB) - Electoral Rolls: bank clerk (Gympie, 1936; Innisfail, 1937; South Brisbane, 1943-1949); not stated (Caloundra, 1954-1958); retired (Kallangur, 1963-1972) ===''GREENHILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alexander Greenhill|Greenhill, George Alexander]] [https://www.familysearch.org/tree/person/details/LT3K-GWN] - 1904(Qld)-1970(Qld) - Licences: 4LE Brisbane (West End, 1934-1939) - Qualifications: cc; AOCP 1348, 1934, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Brisbane City, Qld, 1925); ceiling fixer (Wooloowin, Qld, 1928); cleaner (West End, Qld, 1937; Archerfield, Qld, 1943); steward (Wilston, Qld, 1949); metal finisher (Wooloowin, Qld, 1954); barman (Kirra, Qld, 1958); caretaker (Caloundra, Qld, 1963); cleaner (Woorim, Qld, 1968) ===''GREGORY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. Gregory|Gregory, A.]] - 19??(???)-19??(???) - Licences: XAED Sydney (Bellevue Hill, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified - Identification: Not yet identified, possibly Alyn Keith Gregory, bank officer, Bellevue Hill, 1930-1939 * [[/Clyde Francis Burnell Gregory|Gregory, Clyde Francis Burnell]] [https://www.familysearch.org/tree/person/details/GS34-5MV] - 1906(Tas)-1997(Qld) - Licences: Receive Emu Park (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: business manager (Rockhampton, Qld, 1928-1937); fisherman (Yeppoon, Qld, 1943-1949); taxi driver (Maryborough, Qld, 1958); taxi proprietor (Nelly Bay, Qld, 1963) * [[/Harold Rigby Gregory|Gregory, Harold Rigby]] [https://www.familysearch.org/tree/person/details/L2C9-CDX] - 1900(NSW)-1973(NSW) - Licences: 2ED Receive Sydney (Abbotsford Pt, 1922); 2ED Sydney (Abbotsford Pt, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1930); inspector (Roseville, 1931-1936); insurance inspector (Roseville, 1937); manager (Newcastle, 1943-1954); insurance manager (Merewether, 1958-1972) * [[/Robert William Gregory|Gregory, Robert William]] [https://www.familysearch.org/tree/person/details/K2FW-QFJ] - 1907(Eng)-1995(SA) - Licences: 5GU Mt Barker (1935-1939) - Qualifications: cc; AOCP 1438, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: constable (Kadina, SA, 1939); police officer (Lobethal, SA, 1941-1943) ===''GREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Grey|Grey, Albert Edward "Bert"]] [https://www.familysearch.org/tree/person/details/LDK5-374] - 1897(WA)-1981(WA) - Licences: 6BO Perth (Nedlands, 1925-1932); 6BO Carnarvon (1933); 6AA Perth (Nedlands, 1937-1939) - Qualifications: cc; RTCP 532, 1920, Marconi & Telefunken; 1COCP 35, 1934; TVOCP 278 1960 - amateur operator; amateur broadcaster; witness to Royal Commission 1927 (obo PMGD); PMGD (postal assistant, Leederville,1919); WW1; RAAF (WW2, radar systems) - Electoral Rolls: telegraphist (Subiaco, 1925; Nedlands, 1925-1931); radio inspector (Nedlands, 1936-1972); retired (Nedlands, 1977-1980) * [[/Elton Edward Grey|Grey, Elton Edward or Edward Elton]] [https://www.familysearch.org/tree/person/details/GWPL-PQ5] - 1920(Qld)-1962(WA) - Licences: 4LX Brisbane (Ascot, 1936-1939); 6ZX Perth (West Perth, 1948); 6ZX Northam (1954-1955); 6ZX Perth (Leederville, 1956; Floreat Park, 1960) - Qualifications: cc; AOCP 1689, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: soldier (West Perth, WA, 1943); bank clerk (West Perth, WA, 1949); bank officer (Wagin, WA, 1949; Northam, WA, 1954; Floreat Park, WA, 1958) * [[/James Leonard Grey|Grey, James Leonard "Len"]] [https://www.familysearch.org/tree/person/details/GXZV-ZY5] - 1915(Sct)-1995(NSW) - Licences: 4LN Brisbane (Norman Park, 1937-1938); 2AKO Sydney (Vaucluse, 1939; Pymble, 1946-1961; St Ives, 1965-1969; Neutral Bay (1975-1980+) - Qualifications: cc; AOLCP 184, 1934; 2COCP 38, 1935 - amateur operator; amateur broadcaster; Radio clubs (WIAQ); military (WW2, RAAF); pilot (RQAC, QANTAS) - Electoral Rolls: aviator (Norman Park, Qld, 1936-1937); airline captain (Pymble, NSW, 1949-1958; St Ives, NSW, 1963-1968); retired (Neutral Bay, NSW, 1977-1980) ===''GRIBBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Gribble|Gribble, Arthur James]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918), WW1, VIT Townsville (1917-1918) - Comment: only one reference found, likely misspelling; Electoral Rolls: Nil yet identified ===''GRIEVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Grieve|Grieve, Ian]] - Licences: Nil yet identified - Qualifications: Nil yet identified - historian (broadcast); proprietor of Australian Old Time Radio website - Electoral Rolls: - Links: [https://www.australianotr.com.au/ OTR] ===''GRIFFIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Neville Griffin|Griffin, Thomas Neville]] [https://www.familysearch.org/tree/person/details/G8C4-RJ2] - 1889(NSW)-1953(NSW) - Licences: 2LQ Sydney (Hornsby, 1929-1936); 2AIR Sydney (Northbridge, 1938-1939) - Qualifications: AOCP 505, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Hornsby, 1930-1934); electrical engineer (Artarmon, 1936; Willoughby, 1937; Hornsby, 1943-1949) ===''GRIFFEN-FOLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bridget Griffen-Foley|Griffen-Foley, Bridget]] - historian (broadcasting) - Professor, Department of Media, Communications, Creative Arts, Language and Literature, Macquarie University - author "Changing Stations: The Story of Australian Commercial Radio" & numerous professional articles ===''GRIFFITHS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Arthur Griffiths|Griffiths, Leslie Arthur "Les"]] [https://www.familysearch.org/tree/person/details/GXZK-81V] - 1909(Qld)-1970(Qld) - Licences: 4LZ Toowoomba (1938-1939, 1947-1956) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; military (WW2, RAN, signaller); cine assistant (Empire Theatre) - Halcyon: AOCP Toowoomba 1938 - Electoral Rolls: assistant projectionist (Toowoomba, Qld, 1931-1937); biograph projectionist (Toowoomba, Qld, 1943-1954; Toowoomba South, Qld, 1958); projectionist (Toowoomba West, Qld, 1963-1968) ===''GRIGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Haydn Errol Grigg|Grigg, Haydn Errol]] [https://www.familysearch.org/tree/person/details/G8BV-N98] - 1899(???)-1971(NSW) - Licences: 2AS Receive Sydney (Mosman, 1922); 2AS Sydney (Mosman, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Darlinghurst, 1935; Edgecliff, 1935-1949; Double Bay, 1954-1968) ===''GRIMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Douglas Grimes|Grimes, Benjamin Douglas]] [https://www.familysearch.org/tree/person/details/LZ8B-D6J] - 1901(Qld)-1987(Qld) - Licences: Receive (Crystal) Brisbane (Annerley, 1923-1924); 4BD Brisbane (Annerley, 1926-1931) - Qualifications: cc; AOCP 278, 1926, No. 23 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: wool classer (Tarragindi, 1925-1937); share dealer (New Farm, 1943); farmer (Cleveland, 1949-1958); retired (Corinda, 1968-1980) ===''GRIMMETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Urbane Grimmett|Grimmett, Stanley Urbane]] [https://www.familysearch.org/tree/person/details/L447-3MW] - 1905(NZ)-1974(NSW) - Licences: 2ZW Newcastle (Hamilton, 1930-1937); 2ZW Sydney (Bankstown, 1938-1939; Strathfield, 1946-1960; Vaucluse, 1961-1969) - Qualifications: AOCP 667, 1930, NSW - amateur operator, amateur broadcaster, journalist - Electoral Rolls: pharmacist (Hamilton, 1930-1937; Strathfield, 1949-1958); Vaucluse, 1963) ===''GRIVELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Grivell|Grivell, John "Jack"]] [https://www.familysearch.org/tree/person/details/KC43-NGM] - 1901(SA)-1971(SA) - Licences: 5BK Yorketown (1930-1933); 5BK Gladstone (1937); 5BK Crystal Brook (1938-1939); 5BK Gawler (1946-1947); 5BK Magill (1948-1969) - Qualifications: cc; AOCP 609, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (5CK Crystal Brook, 1939-1941); telephone mechanic (Gawler, 1943) ===''GROGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold William Grogan|Grogan, Arnold William]] [https://www.familysearch.org/tree/person/details/GFSS-87B] - 1915(WA)-1997(WA) - Licences: 6EI Perth (Mt Lawley, 1936-1939; City, 1947); 6EI Carnarvon (1948); 6EI Perth (Leederville, 1954-1980+) - Qualifications: cc; AOCP 1759, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Maylands, WA, 1937; East Perth, WA, 1943); public servant (Cottesloe, WA, 1949); civil servant (Leederville, WA, 1954-1980) ===''GRONOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rees Gronow|Gronow, William Rees]] [https://www.familysearch.org/tree/person/details/GZVM-KFV] - 1908(Vic)-2003(Vic) - 3EQ Receive Melbourne (City, 1922-1924), 3WG Melbourne (City, 1925-1933; Glen Iris, 1937; Malvern East, 1937; Glen Iris, 1938-1939, 1948-1960; Brighton, 1965-1980), amateur operator (AOCP 178, 1925, No. ?? in Vic), amateur broadcaster, director (Malvern, 1936-1954; Brighton, 1968-1977)) ===''GROVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Grove|Grove, Henry]] [https://www.familysearch.org/tree/person/details/L5KB-97B] - 1897(Eng)-1973(NSW) - Licences: N746 Receive Sydney (Enmore, 1922); 2HZ Receive Sydney (Enmore, 1922) - Qualifications: cc; CPRT 575, 1920 - amateur receiver - Electoral Rolls: traveller (Castle Hill, 1930); poultry farmer (Peakhurst, 1933-1949); retired (Burwood, 1963-1972) ===''GROWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Norman Wills Growden|Growden, George Norman Wills "Norman"]] [https://www.familysearch.org/tree/person/details/G9C6-15M] - 1913(Vic)-1984(SA) - Licences: 5YM Gladstone (1937-1939); 5YM Wedge Island via Port Lincoln (1954-1975) - Qualifications: cc; AOCP 1945, 1937, SA; BOCP 145, 1938; 2COCP 401, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: farmer (Gladstone, SA, 1939-1943); wireless operator (RAAF Station, Pearce, WA, 1943) ===''GRUBB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Grubb|Grubb, William John]] [https://www.familysearch.org/tree/person/details/G6WK-K6N] - 1907(Qld)-1970(Vic) - Licences: 4DI Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: labourer (Rockhampton, 1931); concrete labourer (Rockhampton, 1936-1963); retired (Finch Hatton, 1968) ===''GRUMMITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Frederick Grummitt|Grummitt, Gilbert Frederick]] [https://www.familysearch.org/tree/person/details/G8Z7-FFD] - 1906(Qld)-1960(Qld) - Licences: 4BS Brisbane (Fortitude Valley, 1929-1933; Hamilton, 1937-1939; Bulimba, 1948-1960) - Qualifications: cc; AOCP 531, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: welder (Fortitude Valley, 1928-1934; Hamilton, 1936-1937); boilermaker (Bulimba, 1949-1958) ===''GRUNDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hill Grundy|Grundy, Robert Hill]] [https://www.familysearch.org/tree/person/details/LZP7-F78] - 1915(SA)-1988(SA) - Licences: 5BG Murray Bridge (1937-1939, 1947-1948); 5BG Crystal Brook (1954-1980) - Qualifications: cc; AOCP 2010, 1937, SA; BOCP 175, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''GUILDFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Guildford|Guildford, Alfred]] [https://www.familysearch.org/tree/person/details/GX4T-5BG] - 19??(Eng)-1960(Qld) - Licences: 4AP Brisbane (Herston, 1934-1939, 1946-1948; Sandgate, 1960) - Qualifications: cc; AOCP 1342, 1934, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor, publicity officer) - Electoral Rolls: advertisment writer (West End, Qld, 1934); copy writer (Kelvin Grove, Qld, 1936-1949) ===''GUNDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thor Odin Gundersen|Gundersen (BDM) or Gunderson (Census), Thor Odin]] [https://www.familysearch.org/tree/person/details/GHL8-F2W] - 1895(NZ)-1986(NZ) - Licences: Nil yet identified - Qualifications: cc; 1COCP 242, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: agent (Bondi, 1930-1931); radio officer (ss Fiona, 1943) ===''GUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Campbell Gunn|Gunn, Kenneth Campbell]] [https://www.familysearch.org/tree/person/details/93DG-X18] - 1911(Qld)-1975(Qld) - Licences: 4LG Laidley (1932-1937); 4LD Laidley (1937-1939, 1946-1975) - Qualifications: cc; AOCP 884, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ) - Callsigns: 4LG likely withdrawn for 4LG Longreach - Electoral Rolls: clerk (Laidley, Qld, 1937-1972) ===''GUNTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Eliot Gunter|Gunter, Norman Eliot]] [https://www.familysearch.org/tree/person/details/L2WR-5VB] - 1912(Vic)-1943(At Sea) - Licences: 3NG Melbourne (Caulfield, 1930-1933; Hawthorn, 1937-1939) - Qualifications: AOCP 593, 1930, No. ?? in Vic; 2COCP 372, 1932; 1COCP 51, 1935 - amateur operator, amateur broadcaster, WW2 (merchant navy, wireless operator) - Electoral Rolls: sales (Caulfield, 1935; Hawthorn, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1428541] ===''GURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Carlisle Gurner|Gurner, Reginald Carlisle]] [https://www.familysearch.org/tree/person/details/GZZ2-8S8] - 1905(SA)-1975(SA) - 5CZ Receive Adelaide (New Parkside, 1923); Receive Adelaide (New Parkside, 1923); 5RG Adelaide (New Parkside, 1923-1928; Linden Park Gardens, 1931-1939) - Qualifications: cc; AOCP 31, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Linden Gardens, SA, 1939-1943) ===''GURR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Frederick Gurr|Gurr, Alan Frederick]] [https://www.familysearch.org/tree/person/details/G8GM-KJV] - 1904(Tas)-1974(Vic) - Licences: 3AG Geelong East (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geelong, 1926-1928; Belmont, 1931-1972) * [[/George Henry Gurr|Gurr, George Henry]] [https://www.familysearch.org/tree/person/details/L46K-DBB] - 1896(SA)-1957(Vic) - Licences: 5GO Adelaide (Parafield, 1933); 3QH Melbourne (Stanmore, 1947-1956) - Qualifications: cc; AOCP 1142, 1933, SA; 3COCP 185, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Parkville, Vic, 1926); ground engineer (Essendon, Vic, 1928); inspector (Caulfield, Vic, 1942; Essendon, Vic, 1949-1954) ===''GUTTERIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frank Gutteridge|Gutteridge, Reginald Frank]] [https://www.familysearch.org/tree/person/details/KNYP-KSN] - 1886(Tas)-1942(WA) - Licences: V759 Receive (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm manager (Marnoo, Vic, 1921); electrical engineer (Rupanyup, 1924-1927) =='''H'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''HADLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lionel Trimble Hadley|Hadley, Arthur Lionel Trimble "Doc"]] [https://www.familysearch.org/tree/person/details/G7ZX-G9Y] - 1900(Qld)-1964(Qld) - Licences: 4AH Brisbane (Clifton Hill, 1930-1933; Dutton Park, 1937-1939; Annerley, 1946-1956) - Qualifications: cc; AOCP 636, 1930, No. ?? in Qld - amateur operator, amateur broadcaster, WW1, federal public servant (PMGD) - Electoral Rolls: signwriter (Taringa, 1921); salesman (Toowong, 1922-1925); motor assembler (Yeronga, 1929); radio mechanic (South Brisbane, 1937); technician (Annerley, 1949-1958); retired (Inala, 1958; Seven Hills, 1963) ===''HADLOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Martin Lindsay Hadlow|Hadlow, Martin Lindsay]] - radio clubs (NZDXRL, ARDXC, DXA), early wireless and broadcasting historian (Ph.D. Thesis,) ===''HAGARTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neville Douglas Hagarty|Hagarty, Neville Douglas]] [https://www.familysearch.org/tree/person/details/G38J-GBJ] - 1907(Qld)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster (on 4WH); radio club participant; business proprietor; pilot; federal public servant (DCA) - Relationships: brother of 4WH William Edward Hagarty - Electoral Rolls: woodworker (Hospital Hill, 1930) * [[/William Edward Hagarty|Hagarty, William Edward "Edward / Eddie"]] [https://www.familysearch.org/tree/person/details/G384-TL3] - 1905(Qld)-1971(Qld) - Licences: 4WH Longreach (1925-1939); 4WH Townsville (1954-1969) - Qualifications: cc; AOCP 172, 1925, No. 16 in Qld; 2COCP 271, 1939; 1COCP 309, 1940 - amateur operator; amateur broadcaster; WW2; engineer; postal employee (PMG); federal public servant (PMG) - Relationships: brother of Neville Douglas Hagarty - Electoral Rolls: postal assistant (Longreach, 1930-1937); aeradio operator (Longreach, 1943); officer commanding aeradio station (Townsville, 1949-1954); communications officer (Townsville, 1958-1963; Mysterton, 1968) ===''HAI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pham Nhu Hai|Hai, Pham Nhu "Hai"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC), Director Broadcasting ITU-R ===''HAIGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bartin Robert Alfred Read Haigh|Haigh, Bartin Robert Alfred Read]] [https://www.familysearch.org/tree/person/details/GS9T-J8B] - 1854(NSW)-1928(NSW) - Licences: N752 Receive Sydney (Ashfield, 1922); 2IA Receive Sydney (Ashfield, 1922-1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Ashfield, 1930); poultry farmer (Seven Hills, 1933) ===''HAINES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Lewis Harrison Haines|Haines, Claude Lewis Harrison]] [https://www.familysearch.org/tree/person/details/GXRC-8F6] - 1906(SA)-1996(SA) - Licences: 5CH Millicent (1933-1937); 3QM Geelong (Belmont, 1938-1939); 5CH Mt Gambier (1947-1980) - Qualifications: cc; AOCP 1118, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Belmont, Vic, 1937); engine driver (Mt Gambier, SA, 1941-1943) ===''HALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl William Millar Hale|Hale, Carl William Millar "William"]] [https://www.familysearch.org/tree/person/details/L5VR-TPL] - 1901(Vic)-1986(Vic) - Licences: 3GH Receive Melbourne (Elsternwick, 1922-1923); 3GH Anglesea (1924-1931+) - Qualifications: cc; AOCP 120, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (Elsternwick, 1924); architect (Hawthorn, 1958-1968; Malvern, 1977-1980) ===''HALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lovett Hall|Hall, Geoffrey Lovett]] [https://www.familysearch.org/tree/person/details/GHDB-ZD3] - 1895(Tas)-1972(Tas) - Licences: Receive Waddamanna (1923-1924); 7GH Waddamanna (1925-1931+); 7GH Hobart (1937-1939, 1947-1948) - Qualifications: cc; AOCP 137, 1925, No. ?? in Tas; BOCP 85, 1937 - amateur receiver; amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical engineer (Waddamana, 1928); engineer (New Town, 1936-1949) * [[/Graham George Hall|Hall, Graham George]] [https://www.familysearch.org/tree/person/details/G8HN-Z89] - 1910(Vic)-1971(Eng) - Licences: 3WO Melbourne (Glen Iris, 1929-1931; Hawthorn, 1933); 2AGH Sydney (Five Dock, 1937; Strathfield, 1938-1939; Hurstville, 1946-1969) - Qualifications: AOCP 482, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Auburn, 1934-1936); radio engineer (Abbotsford, 1937); engineer (Hurstville, 1949-1954; South Hurstville, 1958-1968) * [[/Reginald Allen Hall|Hall, Reginald Allen]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 539, 1929, No. ?? in ???? - amateur operator?, amateur broadcaster? - Electoral Rolls: Nil yet identified * [[/R. F. Hall|Hall, R. F.]] - 19??(???)-19??(???) - Licences: 3FH Receive Melbourne (Toorak, 1922); 3FH Melbourne (Toorak, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/William Charles Hall|Hall, William Charles]] - 19??(???)-19??(???) - Licences: 2BH Abermain (1930-1933); 2XT Abermain (1934-1936); 2XT Kurri Kurri (1938-1939, 1946-1948); 2XT Newcastle (Cooks Hill, 1950-1965; Toronto, 1969-1980+) - Qualifications: AOCP 643, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: shop assistant (Abermain, 1935; Kurri Kurri, 1937-1943); hotel licensee (Newcastle, 1949-1963); retired (Toronto, 1972; Carey Bay, 1977-1980) - Comment: 2BH licence withdrawn for 2BH Broken Hill commercial; Beware several contemporaneous WCH in Newcastle region ===''HALLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Philpot Hallam|Hallam, William Philpot]] [https://www.familysearch.org/tree/person/details/97MX-Y3J] - 1859(Tas)-1952(Vic) - Licences: XZH Hobart (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; PMGD Vic + Federal - Electoral Rolls: Nil ===''HALLIDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Fred Halliday|Halliday, Eric Fred]] [https://www.familysearch.org/tree/person/details/GC26-L5B] - 1913(SA)-1989(SA) - Licences: 5FW Adelaide (Hectorville, 1935-1939; South Payneham, 1947-1969; Magill, 1975) - Qualifications: cc; AOCP 1494, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Crystal Brook, 1939) ===''HALYDAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Guyler Halyday|Halyday, James Guyler]] - 1904(Vic)-19??(???) - 4HZ Gympie (1939, 1946-1980+) , amateur operator (AOCP 2287, 1939, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ; Gympie ARC), military (WW2), employment (SEAQ linesman) ===''HAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilton Ham|Ham, George Wilton]] [https://www.familysearch.org/tree/person/details/GWX4-P28] - 1905(Qld)-1987(Qld) - Licences: 4CR Receive Brisbane (Northgate, 1923); 4GW Brisbane (Northgate, 1930-1931; Coorparoo, 1937-1939) - Qualifications: cc; AOCP 572, 1930, No. ?? in Qld - amateur receiver; amateur operator; amateur broadcaster; television experimenter (4CM); radio clubs (Toombul RC); employment (Chandlers) - Electoral Rolls: clerk (Coorparoo, 1937; St Lucia, 1943-1968); retired (Jamboree Heights, 1972-1980) * [[/Guildford Ham|Ham, Guildford]] [https://www.familysearch.org/tree/person/details/G67H-W9Y] - 1906(Qld)-1966(Qld) - Licences: Nil yet identified - Qualifications: cc; BOCP 101, 1937 - radio technician - Electoral Rolls: shop assistant (South Brisbane, 1928-1937); radio technician (South Brisbane, 1943; Bald Hills, 1943; Annerley, 1954); technician (Wavell Heights, 1958-1963) * [[/Thomas Edward Ham|Ham, Thomas Edward]] [https://www.familysearch.org/tree/person/details/G88F-R3P] - 1921(Qld)-19??(???) - Licences: 4WX Brisbane (Chelmer, 1937-1939); 2AGA Sydney (Kogarah, 1946-1947; Carlton, 1948-1950; Sylvannia Heights, 1954-1975); 4AGT Buderim (1980+) - Qualifications: cc; AOCP 2056, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (Sunshine Coast ARC); military (WW2, RAAF) - Electoral Rolls: radio mechanic (Sylvannia, 1954-1968); mechanic (Sylvannia, NSW, 1972-1977); retired (Buderim, 1980) ===''HAMILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Ormsby Hamilton|Hamilton, John William Ormsby]] [https://www.familysearch.org/tree/person/details/MG65-XRC] - 1869(Tas)-1944(Eng) - Australian representative of Pacific Radio Telegraph Co and Marconi Telegraph Co, promoted a scheme to link Aus/NZ/Pacific Islands (rejected by Aus Gov 1909), migrated to England to work for Marconi, donated Ormsby Hamilton Radio Prize in memory of his father Thomas Ormsby Hamilton ===''HAMMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Harold Hammond|Hammond, John Harold]] [https://www.familysearch.org/tree/person/details/G6HP-67H] - 1875(NSW)-1932(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: barrister-at-law (Ashfield, 1913); barrister (Killara, 1930-1932) * [[/Herbert Bowes Hammond|Hammond, Herbert Bowes]] [https://www.familysearch.org/tree/person/details/LZ4J-2PK] - 1907(NSW)-1967(NSW) - 2NI Sydney (Chatswood, 1925; Epping, 1926-1927; Chatswood, 1928; Naremburn, 1929-1930), amateur operator (AOCP 64, 1925 01, No. ?? in NSW; CPRT 895, 1925 12; 2COCP 318, 1931), amateur broadcaster * [[/Horace Arthur Hammond|Hammond, Horace Arthur]] [https://www.familysearch.org/tree/person/details/GFHG-5ZP] - 1898(Eng)-1932(WA) - Licences: 6CH Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cottesloe Beach, WA, 1922-1925; Swanbourne, WA, 1929-1931) ===''HANCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. A. Hancock|Hancock, C. A. or G. A.]] - 19??(???)-19??(???) - Licences: V748 Receive Melbourne (Berwick, 1922); 3GU Receive Melbourne (Berwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/D'Arcy Maxwell Hancock|Hancock, D'Arcy Maxwell]] [https://www.familysearch.org/tree/person/details/GCG4-L3Y] - 1910(SA)-2017(SA)107yo - Licences: 5RJ Kadina (1927-1939, 1946-1960); 5RJ Adelaide (Mitchell Park, 1965-1980+) - Qualifications: cc; AOCP 356, 1927, No. ?? in SA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Kadina, 1947) ===''HANNAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hannam|Hannam, Harold William]] [https://www.familysearch.org/tree/person/details/G83F-J78] - 1913(NSW)-1964(Vic) - Licences: 2IR Sydney (Hurstville South, 1935-1937); 2IR Orange (1938-1939); Sydney (South Hurstville, 1946-1948) - Qualifications: cc; AOCP 1472, 1935, Qld; BOCP 9, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hurstville, 1934-1937); radio engineer (Orange, 1943; Hurstville, 1949); engineer (Cheltenham, 1949-1954; Moorabbin, 1963) * [[/Walter Henry Hannam|Hannam, Walter Henry "Wally" "Wal", "Doc", "Fatty"]] [https://www.familysearch.org/tree/person/details/273W-H9T] - 1885(NSW)-1965(NSW) - XQI Stamford, Qld (1911-1914); 2YH Sydney (Balmain, 1924; Mosman, 1924-1933; Willoughby, 1934-1939); 2AXH Terrigal (1954-1961) - Qualifications: cc; AOCP 27, 1924, No. 10 in NSW - early wireless experimenter; amateur operator; radio clubs (WIA NSW, first secretary 1910); wireless operator Australasian Antarctic Expedition (1912-1914) - Relationships: don't confuse with father William Henry Hannam of Hannams Ltd, engineers & sheet metal workers - Electoral Rolls: - Links: [[w:Walter Henry Hannam|Wikipedia]]; [https://www.coolantarctica.com/Antarctica%20fact%20file/History/biography/hannam_walter.php Bio1]; [https://www.antarctica.gov.au/about-antarctica/history/people/walter-hannam/ Bio2] ===''HANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold William Hansen|Hansen, Harold William]] [https://www.familysearch.org/tree/person/details/93DG-45T] - 1914(Qld)-2005(Qld) - Licences: 4FH Brisbane (Forest Hill, 1935-1939); 4SV Brisbane (Bulimba, 1948-1965; Carina, 1969-1980+) - Qualifications: cc; AOCP 1508, 1935, Qld; BOCP 1039, 1949 - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, 1937, radio technician); state public servant (BCC, communications officer) - Relationships: father of Graham Hansen 4FV - Electoral Rolls: labourer (Forest Hill, Qld, 1936-1937); WT Operator (Wendouree, Vic, 1942); RAAF (Maryborough, Qld, 1943); radio technician (Carina, Qld, 1968-1980) ===''HARDGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Philip Hardgrave|Hardgrave, Philip "Pop"]] [https://www.familysearch.org/tree/person/details/GMPF-XL5] - 1857(Qld)-1940(Qld) - Licences: 4PH Brisbane (South Brisbane, 1933-1939) - Qualifications: cc; AOCP 1150, 1933, No. ?? in Qld - amateur operator; amateur broadcaster - Comment: oldest person in British Empire to obtain a full licence - Electoral Rolls: fruitgrower (Wellington Point, 1916-1928) ===''HARDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Netherton Kilgour Hardie|Hardie, Bruce Netherton Kilgour]] [https://www.familysearch.org/tree/person/details/GZ95-FMJ] - 1896(Vic)-1965(Vic) - 3YX Melbourne (Garden Vale, 1925-1933; City, 1937-1939), amateur operator (AOCP 49, 1925, No. ?? in Vic), amateur broadcaster, WIA Vic, accountant ===''HARDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Victor Harding|Harding, Charles Henry Victor "Harry"]] [https://www.familysearch.org/tree/person/details/GFHZ-5DW] - 1898(Irl)-1982(WA) - Licences: 6DG Receive Albany (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrical engineer (Albany, WA, 1922-1925; Pingelly, WA, 1931-1954; South Perth, WA, 1958); retired (Como, WA, 1968-1980) ===''HARDISTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Hardisty|Hardisty, David Charles]] [https://www.familysearch.org/tree/person/details/GZTM-C4W] - 1907(WA)-1980(WA) - Licences: 6DH Perth (Victoria Park, 1926-1939; West Perth, 1946-1948; Applecross, 1954-1980) - Qualifications: cc; AOCP 273, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Victoria Park, 1931-1943); radio mechanic (Applecross, 1954-1980) ===''HARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. R. Hardy|Hardy, W. R.]] - 19??(???)-19??(???) - 2RD Sydney (Glebe, 1925-1927), amateur operator (AOCP 187, 1925, No. ?? in NSW), amateur broadcaster ===''HARKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dennis James Harkin|Harkin, Denis or Dennis James]] [https://www.familysearch.org/tree/person/details/G45Q-9PH] - 1903(SA)-1993(Vic) - Licences: 3YN Receive Melbourne (Prahran, 1923); 3KF Melbourne (Kensington, 1924-1925); 3YN Melbourne (Preston, 1924-1926); 4YN Bowen (1927); 3YN Melbourne (East Brunswick, 1931); 3YY Newport (1938); 6YN Pearce (1938); 3ADJ Melbourne (Prahran, 1946-1948; Middle Park, 1954-1956; Thornbury, 1960-1975); 4ADJ Maryborough (1980) - Qualifications: CPRT 782, 1923; 1COCP 280, 1932 - amateur operator; amateur broadcaster; radio club participant (WIAQ); career military (RAAF); federal public servant (PMGD); WW2 - Electoral Rolls: mechanic (Preston, Vic, 1926; Brunswick, Vic, 1931; Newport, 1937); RAAF (Clifton Hill, 1942); technician (Prahran, 1949; Albert Park, 1954); radio technician (Thornbury, 1963-1972); nil (Maryborough, 1977-1980) ===''HARLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Harlen|Harlen, John Edward]] [https://www.familysearch.org/tree/person/details/K8MP-TWB] - 1884(Qld)-1953(Qld) - Licences: Receive Brisbane (Sunnybank, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Coopers Plains, Qld, 1908); fruit grower (Sunnybank, Qld, 1912-1949) ===''HARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Nicoll Harley|Harley, Gordon Nicoll]] [https://www.familysearch.org/tree/person/details/G89D-41H] - 1901(NSW)-1986(Qld) - Licences: "4AR Unlicensed" Ipswich (1926-1928); 4GH Ipswich (1928-1933); 4GH Didcott (1937-1939); 4GH Maryborough (1946-1980+) - Qualifications: cc; AOCP 385, 1928, No. 43 in Qld - amateur operator; amateur broadcaster; business proprietor (radio manufacture); employment (school teacher); WW2 - Electoral Rolls: clerk (Brassall, 1925); school teacher (Didcot, 1936-1943); teacher (Maryborough, 1949); school teacher (Maryborough, 1954-1980) ===''HARMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Harmer|Harmer, George]] [https://www.familysearch.org/tree/person/details/LRTY-KHZ] - 1900(Eng)-1980(Qld) - Licences: 4XW Brisbane (Coorparoo, 1934-1939, 1946-1948; Camp Hill, 1954-1956; Coorparoo, 1960-1980) - Qualifications: cc; AOCP 1301, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIAQ); telephone technician (PMGD); federal public servant (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, Qld, 1937-1954); technician (Coorparoo, Qld, 1958-1980) ===''HARRANTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wolf Harranth|Harranth, Wolf]] - 1941(Austria)-2021(Austria) - Licences: OE1WHC Austria - curator of Dokufunk, host of the world's largest collection of amateur radio and broadcast QSLs; amateur radio operator; broadcast announcer; historian (amateur radio, broadcasting); children's book author; translator - provided the core of the WIA QSL collection ===''HARRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Harris|Harris, Alfred Charles]] [https://www.familysearch.org/tree/person/details/GZY1-F4K] - 1900(Vic)-1963(Vic) - Licences: 3CH Birchip (1926-1939; 1946-1960+) - Qualifications: AOCP 303, 1926, No. ?? in Vic -amateur operator, amateur broadcaster, class B licence? - Electoral Rolls: engineer (Ouyen, 1924); electrical engineer (Birchip, 1925-1954; Power Station, Ouyen, 1963) * [[/Ross Clifford Harris|Harris, Ross Clifford]] [https://www.familysearch.org/tree/person/details/L5Y2-DZF] - 1917(SA)-1954(SA) - Licences: 5FL Adelaide (Glenelg, 1936-1939; Malvern, 1947-1948; Hawthorn, 1954) - Qualifications: cc; AOCP 1651, 1936, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Valentine Harms Harris|Harris, Valentine Harms]] [https://www.familysearch.org/tree/person/details/L1PM-FDM] - 1909(WA)-1995(WA) - Licences: 6NL Perth (Shenton Park, 1935-1939; Applecross, 1947-1969); 6NL Denmark (1975-1980+) - Qualifications: cc; AOCP 1579, 1935, WA - amateur operator; amateur broadcaster - Relationships: Husband of 6YL Ruth Victoria Harris nee Longley - Electoral Rolls: garage employee (Subiaco, WA, 1931); radio mechanic (Subiaco, WA, 1936-1937); mechanic (Applecross, WA, 1949-1972) ===''HARRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Lionel Carr Harrison|Harrison, Percival Lionel Carr]] [https://www.familysearch.org/tree/person/details/GFM3-VDC] - 1912(WA)-2001(WA) - Licences: 6LH Perth (Claremont, 1937-1939; Armadale, 1947-1980+) - Qualifications: cc; AOCP 1909, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: cabinetmaker (Claremont, WA, 1936-1937); civil servant (Armadale, WA, 1943-1980) ===''HARRISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred George Harriss|Harriss, Alfred George]] [https://www.familysearch.org/tree/person/details/K8HN-THZ] - 1873(Eng)-1932(Qld) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), radio clubs (Longreach Radio Club), business proprietor (Jackson & Harriss) - Electoral Rolls: engineer (Longreach, 1930) - Relationships: father of Dorothy Winnifred Macfarlane formerly Fanning nee Harriss * [[/Dorothy Winnifred Harriss|Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred]] [https://www.familysearch.org/tree/person/details/KGYC-3CP] - 1905(Qld)-1986(Qld) - Licences: 4DH Longreach (1930-1933) - Qualifications: cc; AOCP 573, 1930, No. ?? in Qld; BOCP - amateur operator; amateur broadcaster; radio clubs (WIAQ); first YL operator in Qld - Electoral Rolls: typist (Longreach, 1930); home duties (Longreach, 1936-1943; Warwick, 1949; Toowoomba, 1954-1977; Macgregor, 1980) - Relationships: daughter of Alfred George Harriss ===''HARRISSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Harrisson|Harrisson, Charles "Snowy"]] [https://www.familysearch.org/tree/person/details/LK9P-VK3] - 1908(Tas)-1995(Tas) - Licences: 7CH Hobart (Bellerive, 1933); 3CN Shepparton (1937-1939); 7CH Hobart (Moonah, 1954-1960); 7CH Burnie (1965); 7CH Hobart (Bellerive, 1969-1980+) - Qualifications: cc; AOCP 348, 1927, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Relationships: son of Charles Turnbull Harrisson, biologist in the Australasian Antarctic Expedition - Electoral Rolls: bank clerk (Shepparton, 1936-1949); bank manager (Moonah, 1954) ===''HARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leslie William Harston|Harston, Leslie William or William Leslie "Bill"]] [https://www.familysearch.org/tree/person/details/GDQD-XVY] - 1897(Qld)-1983(Qld) - Licences: 4RY Brisbane (Clayfield, 1932-1939, 1946-1948; Holland Park, 1954-1969) - Qualifications: cc; AOCP 903, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; business proprietor (art shop) - Electoral Rolls: warehouseman (Clayfield, Qld, 1921-1943); no occupation (Holland Park, Qld, 1954-1980) ===''HART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Augustus Samuel Hart|Hart, Augustus Samuel]] [https://www.familysearch.org/tree/person/details/9CMQ-4CP] - 1890(Vic)-1972(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 57, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Electoral Rolls: saddler (Watchem, Vic, 1912; Glen Thompson, 1913); wireless engineer (Moonee Ponds, 1936-1937); wireless operator (Esperance, 1943); telegraphist (Darwin, 1949); wireless officer (Moonee Ponds, 1963-1968; Essendon, 1972) * [[/James Claude Hoyte John Hart|Hart, James Claude Hoyte John "Hoyte John", "Roy"]] [https://www.familysearch.org/tree/person/details/GQWC-W4C] - 1904(Eng)-1992(NSW) - Licences: 2HO Sydney (Manly, 1928-1931; Roseville, 1933-1939, 1946-1956; St Ives East, 1957-1975; Manly, 1980+) - Qualifications: AOCP 410, 1928, No. ?? in NSW; 3COCP 4622, 1963 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Roseville, 1933-1954; St Ives, 1958-1963); retired (St Ives, 1968-1977; Manly, 1980) * [[/Norman Victor Hart|Hart, Norman Victor]] [https://www.familysearch.org/tree/person/details/LNK3-TXW] - 1908(Qld)-1998(Qld) - Licences: 4KO Booval (1931-1939, 1946-1980+) - Qualifications: cc; AOCP 760, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club member (WIA, Ipswich RC); engineer - Electoral Rolls: shop assistant (Booval, 1932-1937); grocer (Booval, 1943-1949); radio technician (Booval, 1954-1972; East Ipswich, 1977-1980) ===''HARVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/B. C. L. Harvey|Harvey, B. C. L.]] - 19??(???)-19??(???) - Licences: XJAC Melbourne (Port Melbourne, 1913) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edward Rossiter Harvey|Harvey, Edward Rossiter]] [https://www.familysearch.org/tree/person/details/GXBP-BK8] - 1918(WA)-2009(Qld) - Licences: 6RG Perth (Scarborough, 1937-1939, 1947-1948); 4RK Surfers Paradise (1969-1980+) - Qualifications: cc; AOCP 2041, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Leederville, WA, 1943; Scarborough, WA, 1943); newsagent (Scarborough, WA, 1949-1958); shopkeeper (Surfers Paradise, Qld, 1963); proprietor (Surfers Paradise, Qld, 1972-1977); retired (Mermaid Waters, Qld, 1980) * [[/Joseph Melville Harvey|Harvey, Joseph Melville]] [https://www.familysearch.org/tree/person/details/LHSW-R2Z] - 1892(Tas)-1967(WA) - Licences: 6CG Receive Donnybrook (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: agriculturalist (Thomson's Brook, Donnybrook, WA, 1930-1963) * [[/Manning Herbert Harvey|Harvey, Manning Herbert]] [https://www.familysearch.org/tree/person/details/KZGG-LFZ] - 1887(Tas)-1932(Tas) - Licences: XZC Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Hobart East, 1914-1928) ===''HASKARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Reginald Geoffrey Haskard|Haskard, Reginald Geoffrey "Geoff"]] [https://www.familysearch.org/tree/person/details/GZB5-S35] - 1906(SA)-1988(SA) - Licences: Receive Adelaide (Jamestown, 1923-1924); 5RH Adelaide (Jamestown, 1927-1931; North Adelaide, 1933; Malvern, 1937-1939; Helmsdale, 1947; Plympton, 1948-1975; West Beach, 1980+) - Qualifications: cc; AOCP 316, 1927, No. ?? in SA; BOCP 1558, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: retreader (Malvern, 1939-1941); wireless operator (Malvern, 1943) ===''HATFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Westrop Henry Hatfield|Hatfield, Westrop Henry "West"]] [https://www.familysearch.org/tree/person/details/GZB5-VF5] - 1909(Vic)-1998(Vic) - broadcast planning engineer (PMGD, ABCB, P&TD) ===''HATTAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Hattam|Hattam, Fred]] [https://www.familysearch.org/tree/person/details/G8ZV-QDL] - 1906(Vic)-1976(Vic) - Licences: 3HW Castlemaine (1929-1939); 3BAL Castlemaine (1975) - Qualifications: AOCP 541, 1929, No. ?? in Vic; BOCP 410, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Castlemaine, 1928-1937); radio mechanic (Castlemaine, 1954-1967); engineer (Castlemaine, 1968-1972) ===''HAWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Haworth|Haworth, William]] [https://www.familysearch.org/tree/person/details/G823-JT3] - 1896(Qld)-1987(Qld) - Licences Q737 Receive Qld (1922-1923) - Qualifications: cc; Nil identified as yet - amateur receiver - Electoral Rolls: telephone mechanic (Ironside Estate, 1917); mechanic (Taringa, 1921-1928); lineman (North Tmborine, 1931); electrical mechanic (Eagle Heights, 1936; Toowong, 1937); telephone mechanic (Bundaberg, 1943-1949); technician (Toowong, 1954-1972); retired (Caloundra, 1977-1980) ===''HAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edgar Cecil Hawson|Hawson, Thomas Edgar Cecil]] [https://www.familysearch.org/tree/person/details/GXZ2-ZV9] - 1916(Qld)-1992(Qld) - Licences: 4CH Ipswich (Woodend, 1937-1939; East Ipswich, 1947-1948); 4CH Brisbane (Yeronga, 1969; Salisbury, 1975-1980) - Qualifications: cc; AOCP 2016, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: agent (Ipswich, Qld, 1937); radio mechanic (East Ipswich, Qld, 1949); storekeeper (Windsor, Qld, 1954; Yeronga, Qld, 1958; Salisbury, Qld, 1963-1980) ===''HAYMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Inglis Hayman|Hayman, William George Inglis]] [https://www.familysearch.org/tree/person/details/G8NL-CX1] - 1897(Eng)-1968(WA) - Licences: 6BG Perth (Claremont, 1925); 6GH Perth (Claremont, 1946-1965) - Qualifications: cc; Nil identified as yet - amateur operator; amateur broadcaster; scientist; educator - Electoral Rolls: lecturer (Claremont, 1922-1929); engineer (Claremont, 1931-1954); civil servant (Claremont, 1958-1968) - [https://adb.anu.edu.au/biography/hayman-william-george-12971 ADB] ===''HAYNES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bruce Lot Henry Haynes|Haynes, Bruce Lot Henry]] [https://www.familysearch.org/tree/person/details/KC44-8M4] - 1898(NSW)-1961(NSW) - Licences: 2YA Armidale (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Armidale, 1930-1936); poultry farmer (West Pennant Hills, 1943-1958) * [[/Thomas Ambrose John Haynes|Haynes, Thomas Ambrose John]] [https://www.familysearch.org/tree/person/details/GSC5-WXM] - 1902(SA)-1968(SA) - Licences: 5AY Adelaide (Black Forest Estate, 1931-1939) - Qualifications: cc; AOCP 835, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Black Forest, 1939-1943) ===''HAZLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Royce Stanley Arnold Hazlett|Hazlett, Royce Stanley Arnold]] [https://www.familysearch.org/tree/person/details/GXX4-F38] - 1932(Qld)-2015(Qld) - Licences: 4ZRH Brisbane (Wellers Hill, 1965-1975) - Qualifications: AOLCP 1159, 1961, Qld - amateur operator - Relationships: Son of 4EO Stanley Albert Hazlett - Electoral Rolls: electrician (Coorparoo, Qld, 1954-1963); electrical contractor (Wellers Hill, Qld, 1968-1972); contractor (Tarragindi, Qld, 1977-1980) * [[/Stanley Albert Hazlett|Hazlett, Stanley Albert]] [https://www.familysearch.org/tree/person/details/KC33-RH7] - 1900(Qld)-1971(Qld) - Licences: 4EO Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 4ZRH Royce Stanley Arnold Hazlett - Electoral Rolls: clerk (Coorparoo, Qld, 1925-1928); buyer (Coorparoo, Qld, 1937-1968) ===''HEARPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Hearps, David Edward]] - See David Edward Vaughan (assumed change of name) ===''HEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Harry Heath|Heath, Allan Harry]] [https://www.familysearch.org/tree/person/details/L5Y4-4DT] - 1914(SA)-1986(SA) - Licences: 5ZX Adelaide (Prospect Park, 1934-1939; Highgate, 1947-1956; Brighton, 1960-1980) - Qualifications: cc; AOCP 1369, 1934, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''HEATHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril John Heathers|Heathers, Cyril John]] [https://www.familysearch.org/tree/person/details/G8XN-NG9] - 1909(Eng)-2003(NSW) - Licences: 2GZ Sydney (Bankstown, 1930-1934); 2UA Sydney (Bankstown, 1935-1939; Artarmon, 1946-1975) - Qualifications: AOCP 615, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Bankstown, 1930-1943); telephone engineer (Artarmon, 1949-1968); engineer (Artarmon, 1977-1980) - Comment: 2GZ callsign likely withdrawn by PMGD for 2GZ Orange commercial ===''HEILBRONN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Heilbronn|Heilbronn, George]] [https://www.familysearch.org/tree/person/details/LJHL-PW3] - 1894(Qld)-1972(Qld) - Licences: 4GG Chinchilla (1929-1939); 4GG Yarraman (1946-1955); 4GG Crows Nest (1956); 4GG Millmerran (1960); 4GG Brisbane (Wynnum, 1965-1969) - Qualifications: cc; AOCP 565, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (Qld Listeners' League) - Electoral Rolls: locomotive fireman (Chinchilla, 1925-1937); locomotive driver (Yarraman, 1954); engine driver (Millmerran, 1943-1958); retired (Wynnum, 1963-1968) ===''HEINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Frederick Heine|Heine, John Frederick "Jack"]] [https://www.familysearch.org/tree/person/details/G9VS-V1F] - 1908(Tas)-1988(Vic) - Licences: 7JK Hobart (City, 1927; Bellerive, 1931); 4JX Brisbane (City, 1933; Ascot, 1935; Kangaroo Point, 1937; Mowbray Park, 1938-1939); 3JF Melbourne (Beaumaris) (1960-1980+) - Qualifications: cc; AOCP 355, 1927, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kangaroo Point, 1934; Norman Park, 1937); engineer (Brighton, 1949); representative (Beaumaris, 1954-1980) ===''HEINRICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Latimer Heinrich|Heinrich, William Latimer]] [https://www.familysearch.org/tree/person/details/GXG5-S7Y] - 1917(SA)-1993(SA) - Licences: 5HR Bute (1934-1939); 5HR Adelaide (Kensington Gardens, 1947-1980+) - Qualifications: cc; AOCP 1376, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: farmhand (Bute, SA, 1939-1943) ===''HEITSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry John Keith Heitsch|Heitsch, Henry John Keith or Heinrich Johann]] [https://www.familysearch.org/tree/person/details/G8CV-QYP] - 1907(Vic)-1996(Qld) - Licences: 3HK Melbourne (Mitcham, 1929-1939, 1947-1975); 4AHK Scarness (1980+) - Qualifications: AOCP 516, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: piano fitter (Mitcham, 1931-1954); technician (Mitcham, 1963-1977); retired (Scarness, Qld, 1980) ===''HELLAWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Herbert Hellawell|Hellawell, Francis Herbert "Frank"]] [https://www.familysearch.org/tree/person/details/LK5G-478] - 1885(Qld)-1958(Qld) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - early wireless experimenter; amateur radio clubs (member, WIQ); federal public servant (PMGD) - Electoral Rolls: engineer (Toowong, 1913-1914; Coorparoo, 1919; East Annerley, 1925; Annerley, 1929-1934); clerk (Brisbane City, 1937); no occupation (Beachmere, 1943-1949; Annerley, 1954-1958) ===''HELLYER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leicester Henry Hellyer|Hellyer, Leicester Henry]] [https://www.familysearch.org/tree/person/details/KFNW-BTC] - 1908(NSW)-1972(NSW) - Licences: 2LS Sydney (Rockdale, 1930-1933) - Qualifications: AOCP 600, 1930, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: civil servant (Rockdale, 1930-1933; Manly, 1934-1935; Artarmon, 1936-1937; Willoughby, 1943; Artarmon, 1949-1963; Newport, 1968-1977) ===''HENDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Henderson|Henderson, Frederick James]] [https://www.familysearch.org/tree/person/details/GXQG-XRX] - 1891(Eng)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 208, 1916 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified * [[/S. A. Henderson|Henderson, S. A.]] - 19??(???)-19??(???) - Licences: 5JN Adelaide (Walkerville, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HENNESSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] - 1896(Qld)-19?? - 4LO Brisbane (City, 1931-1939), amateur operator (AOCP 826, 1931, No. ? in Qld), fourth YL operator in Qld ===''HENRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Geddes Henry|Henry, Arthur Geddes]] [https://www.familysearch.org/tree/person/details/L4QW-K9Z] - 1907(NSW)-1969(NSW) - Licences: 2ZK Sydney (Sandringham, 1929-1939) - Qualifications: AOCP 494, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Sandringham, NSW, 1930-1937); engineer (San Souci, 1949-1963; Northbridge, 1968) * [[/Clement John Henry|Henry, Clement John]] [https://www.familysearch.org/tree/person/details/GZ6T-RPC] - 1905(NSW)-1996(NSW) - Licences: Receive (Valve) Uralla (1923); 2CH Uralla (1924-1929); 2UR Uralla (1930-1939); 2UR Blakehurst (1946); 2UR Sydney (Neutral Bay, 1948-1957; Pymble, 1958-1980+) - Qualifications: cc; AOCP 85, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 (RAAF) - Withdrawal: 2CH callsign withdrawn in 1930 for 2CH Sydney - Electoral Rolls: electrician (Uralla, 1930-1937); electrical fitter (RAAF Richmond, 1943); technician (Neutral Bay, 1949-1954; Pymble, 1958-1980) * [[/John Edwin Henry|Henry, John Edwin]] [https://www.familysearch.org/tree/person/details/KL6B-GD6] - 1868(Vic)-1933(Qld) - Licences: 4CZ Receive Mt Alford via Boonah (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: baker (Gundy, NSW, 1913); farmer (Boonah, Qld, 1917-1921); storekeeper (Mt Alford, Qld, 1922-1926); baker (Dayboro, Qld, 1928; Wondai, Qld, 1931) * [[/Raymond Cherrington Henry|Henry, Raymond Cherrington "Tom"]] [https://www.familysearch.org/tree/person/details/GX5X-C1Y] - 1894(SA)-1975(SA) - Licences: 5CY Cook (1935-1939); 5RY Adelaide (Goodwood, 1960) - Qualifications: cc; AOCP 1421, 1935, SA - amateur operator; amateur broadcaster; WW2 - Comment: Son, also named RCH, passed in WW2 - Electoral Rolls: fitter (Goodwood Park, SA, 1939-1943) ===''HENWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ralph Franklin Henwood|Henwood, Ralph Franklin]] [https://www.familysearch.org/tree/person/details/G89X-CF6] - 1912(WA)-1979(WA) - Licences: 6RL Perth (North Perth, 1930-1933; Claremont, 1937); 6RL Northam (1946-1948); 2AXA Sydney (Rose Bay, 1960-1961); 6RL Perth (Claremont, 1969-1975) - Qualifications: cc; AOCP 720, 1930, No. ?? in WA; BOCP 2, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio serviceman (Claremont, 1936); radio operator (6AM) (Northam, 1937); radio technician (Northam, 1943-1949; Claremont, 1954); technician (Bellevue Hill, 1958; Claremont, 1963-1972; Nedlands, 1977) ===''HEPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Dean Hepton|Hepton, William Dean "Bill"]] [https://www.familysearch.org/tree/person/details/LRBB-VN5] - 1898(Qld)-1966(Qld) - Licences: 4WD Brisbane (Milton, 1932-1939) - Qualifications: cc; AOCP 918, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, instructor 1932-1935) - Electoral Rolls: mechanic (Paddington, Qld, 1921; Milton, Qld, 1925-1963) ===''HERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Kinross Herd|Herd, James Kinross]] [https://www.familysearch.org/tree/person/details/GZZ2-YSQ] - 1901(Vic)-1963(Vic) - 3JK Baccus Marsh (1924-1927), 3JK Wangaratta (1933-1939, 1946-1956), 3JK Mornington (1960), amateur operator (AOCP 36, 1924, No. ?? in Vic), amateur broadcaster ===''HERSCHEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Victor Herschel|Herschel, Henry Victor]] [https://www.familysearch.org/tree/person/details/K4N6-76H] - 1902(Qld)-1937(Qld) - Licences: 4UK Cairns (1929-1931); 4UK Toowoomba (1933); 4UK Brisbane (Indooroopilly, 1937) - Qualifications: cc; AOCP 564, 1929, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Newtown, 1925; Cairns, 1930; Indooroopilly, 1936-1937)- Comment: Passed too soon ===''HESKETH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Hesketh|Hesketh, John]] - 1868(Eng)-1917(Vic) - early wireless experimenter, senior state public servant (Qld electrical engineer), senior federal public servant (PMGD, chief electrical engineer), military (Royal Engineers, Eng; Qld Defence Force, lieutenant) ===''HEWITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Hewitt|Hewitt, Archibald John "Arch"]] [https://www.familysearch.org/tree/person/details/G8DZ-TNY] - 1910(SA)-1988(SA) - Licences: 5XK Adelaide (Torrensville, 1930-1939); 5XK Kingscote (1946-1948); 5XK Adelaide (Torrensville, 1954; College Park, 1955-1956; Lucindale, 1960; Semaphore, 1965-1969; Ottaway, 1975-1980) - Qualifications: cc; AOCP 582, 1930, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: postal clerk (Kingscote, 1939-1941) * [[/Clarence Richard Hewitt|Hewitt, Clarence Richard]] [https://www.familysearch.org/tree/person/details/G6D1-718] - 1900(Qld)-1969(Qld) - Licences: 4CR Brisbane (Rosalie, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Petrie Tce, Qld, 1919); student (Petrie Tce, Qld, 1921-1926); moulder (Rosalie, Qld, 1928); carpenter (Rosalie, Qld, 1936-1943; Indooroopilly, Qld, 1949); hotel manager (Indooroopilly, Qld, 1954) * [[/Horace Thomas Hewitt|Hewitt, Horace Thomas]] [https://www.familysearch.org/tree/person/details/MN6S-JBL] - 1904(Qld)-1988(Qld) - Licences: 4PD Brisbane (Moorooka, 1939, 1947-1980) - Qualifications: cc; AOCP 2377, 1939, Qld - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Hodgson, Qld, 1925; Bowen, Qld, 1930); mechanic (Roma, Qld, 1936-1937); turner (Moorooka, Qld, 1943-1980) * [[/Thomas George Hewitt|Hewitt, Thomas George]] [https://www.familysearch.org/tree/person/details/GXZ2-PLM] - 1900(NSW)-1962(NSW) - Licences: 4TH Cairns (1937-1939); 2LH Lismore (1946-1961); 2ATG Lennox Head (1955-1961) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: medical practitioner (Cairns, Qld, 1930-1943; Lismore, NSW, 1949-1958) ===''HIAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Charles Hiam|Hiam, Robert Charles "Charles"]] [https://www.familysearch.org/tree/person/details/9VCT-14T] - 1888(Vic)-1982(Vic) - Licences: XLD Melbourne (Balaclava, 1913-1914); 3LW Melbourne (St Kilda, 1923-1931; Caulfield North, 1933-1939) - Qualifications: cc; CPRT 174, 1915 - amateur operator; amateur broadcaster - Electoral Rolls: tailor (St Kilda, 1913-1928; Caulfield, 1931-1968); retired (Beaumaris, 1972-1980) ===''HICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Joseph Hicks|Hicks, Henry Joseph "Harry"]] [https://www.familysearch.org/tree/person/details/G8QG-RRR] - 1913(Qld)-1983(Qld) - Licences: 1HH Macquarie Island (1955-1956); 4HG Willis Island (1963); 9HG Lae, New Guinea (1965-1969); 4HG Tolga (1975-1980) - Qualifications: AOCP 2468, 1941, Qld; 1COCP 784, 1944 - amateur operator - Electoral Rolls: letterpress machinist (Cairns, 1936-1937); printer (Newtown, 1943); radio officer (Broome, 1963); wireless operator (Thursday Island, 1972); retired (Tolga, 1977-1980) - Awards: BEM (1958, Officer in Charge, Radio Weather Reporting Station, Willis Islets) ===''HIGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Gordon Conway Higgins|Higgins, John Gordon Conway "Jack"]] [https://www.familysearch.org/tree/person/details/GD45-FKK] - 1884(NSW)-1963(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 29, 1914 - wireless telegraphist, WW1, WW2 - Electoral Rolls: clerk (South Perth, 1910-1912); radio engineer (Prahran, 1925-1927); manufacturer (St Kilda, Vic, 1934-1937); soldier (Caulfield, 1942); military duties (South Yarra, 1949); retired (Dromana, 1954; Sorrento, 1963) ===''HILDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Edward Hilder|Hilder, Henry Edward]] - 1919(???)-1984(Qld) - 4HH Brisbane (East Brisbane, 1946-1948; Nudgee, 1954-1980+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, radio clubs (WIAQ), military (WW2, AIF Signals), employment (Brisbane Fire Brigade, communications), (Halcyon says AOCP Brisbane 1936 but no record) ===''HILDYARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol David Hildyard|Hildyard, Athol David]] [https://www.familysearch.org/tree/person/details/LYNY-TBD] - 1919(Tas)-1998(Tas) - Licences: 7DH Hobart (City, 1936-1939, 1948; Montagu Bay, 1954-1980+) - Qualifications: cc; AOCP 1735, 1936, No. ?? in Tas; 1AOCP 50, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: broadcast technician (Hobart South, 1943-1949); radio engineer (Montagu Bay, 1954) ===''HILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Wyatt Hill|Hill, Alfred Wyatt]] [https://www.familysearch.org/tree/person/details/GD2Y-5VM] - 19??(???)-19??(???) - Licences: 2TS Sydney (Killara, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Arthur Stanley Hill|Hill, Arthur Stanley]] [https://www.familysearch.org/tree/person/details/GX16-FRC] - 1906(Eng)-19??(???) - Licences: 6AH Wiluna (1937-1939, 1947-1965); 6AH Busselton (1969-1980+) - Qualifications: cc; AOCP 1985, 1937, WA - amateur operator; amateur broadcaster; WW2 - Relationships: Husband of 6MH Mary Lilian Hill nee - Electoral Rolls: electrician (Wiluna, WA, 1931); engineer (Wiluna, WA, 1936-1949); business manager (Wiluna, WA, 1954-1963); retired (West Busselton, WA, 1968-1980) * [[/Frederick John Hill|Hill, Frederick John]] [https://www.familysearch.org/tree/person/details/G8CS-1J5] - 19??(???)-19??(???) - Licences: 2TY Kurri Kurri (1929-1934) - Qualifications: cc; AOCP 500, 1929, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: colliery employee (Pelaw Main, 1930; Stanford Merthyr, 1934; Kurri Kurri, 1936-1937); winding driver (Kurri Kurri, 1968) * [[/Mary Lilian XXXX|Hill nee , Mary Lilian]] [https://www.familysearch.org/tree/person/details/GX16-JZY] - 1906(???)-19??(???) - Licences: 6MH Wiluna (1937-1939, 1947-1965); 6MH Busselton (1969-1980+) - Qualifications: cc; AOCP 1976, 1937, WA - amateur operator; amateur broadcaster; YL operator - Relationships: Wife of 6AH Arthur Stanley Hill - Electoral Rolls: ===''HILLHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Reid Hillhouse|Hillhouse, James or James Reid]] [https://www.familysearch.org/tree/person/details/GXH2-YZJ] - 1907(Sct)-1992(Qld) - Licences: 4ZO Collinsville (1933-1939, 1947-1975); 4ZO Bowen (1980+) - Qualifications: cc; AOCP 1115, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: coal miner (Collinsville, Qld, 1928-1963); retired (Gladstone, Qld, 1977) ===''HILTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Hilton|Hilton, William Edward]] [https://www.familysearch.org/tree/person/details/GDPR-P1K] - 1876(???)-1957(NSW) - Licences: XEQ Sydney (St Leonards, 1913-1914); 2BA Receive Sydney (Crows Nest, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: postal assistant (Newtown, 1903); postmaster (Stockton, 1930-1932; Kurri Kurri, 1934-1936); retired (Long Jetty, 1943-1949) ===''HINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Hine|Hine, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GCBY-3SZ] - 1907(NSW)-1994(NSW) - Licences: 2QL Sydney (Campsie, 1935-1937; Richmond, 1938-1939; Homebush, 1946-1980+) - Qualifications: AOCP 1434, 1935, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Campsie, 1930-1931; Temora, 1932-1935); wireless operator (RAAF Richmond, 1936-1937; Concord, 1943); radio officer (Homebush, 1954-1958; Strathfield West, 1968; Homebush, 1977-1980) ===''HIPWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Anson Le Hunt Hipwell|Hipwell, Ronald Anson Le Hunt]] [https://www.familysearch.org/tree/person/details/G8HJ-SMM] - 1902(Vic)-1975(Vic) - Licences: 3KU Swan Hill (1929-1933); 2ACD Broken Hill (1937-1939); 3ACD Melbourne (Dromana, 1955-1956); 5AJ Port Augusta (1960-1965); 3AEI Melbourne (Dromana, 1969-1975) - Qualifications: AOCP 486, 1929, No. ?? in Vic; AOLCP 140, 1934 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: engineer (St Kilda East, 1925); electrical engineer (Swan Hill, 1931); radio engineer (Broken Hill, 1935-1943); radio electrical fitter (Dromana, 1949-1954); retired (Dromana, 1972) ===''HIRSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jacob Alexander Hirsch|Hirsch or Deerson, Jacob or Jakob Alexander]] [https://www.familysearch.org/tree/person/details/GWZX-RZ3] - 1896(Aus)-1979(Aus) - Licences: 2AE Receive Sydney (Croydon, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (Oatley, 1930-1937); clerk (Canberra, 1949); no occupation (Pambula Beach, 1954-1972; Merimbula, 1977) ===''HITCHCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leith Fuller Hitchcock|Hitchcock, Leith Fuller]] [https://www.familysearch.org/tree/person/details/GXWC-Y61] - 1897(Qld)-1953(Qld) - Licences: 4LH Brisbane (Wooloowin, 1931-1948) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: bacteriologist (Wooloowin, 1921-1936); research officer (Wooloowin, 1943-1949) ===''HOAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. M. Hoad|Hoad, C. M.]] - 19??(???)-19??(???) - Licences: None yet identified - Qualifications: AOCP 319, 1927, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - Individual not yet identified ===''HOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Cecil Hoar|Hoar, John Cecil]] [https://www.familysearch.org/tree/person/details/MVKW-HND] - 1900(Eng)-1964(WA) - Licences: 6OR Perth (Fremantle, 1931-1939; Mosman Park, 1947-1960) - Qualifications: cc; AOCP 786, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Barracks, Fremantle, WA, 1925-1931; East Fremantle, WA, 1936-1937; Mosman Park, WA, 1949-1963) ===''HOARE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Hoare|Hoare, Peter]] [https://www.familysearch.org/tree/person/details/G99K-6N4] - 1895(NSW)-1975(NSW) - 2PH Gosford (1925-1927), amateur operator (AOCP 82, 1925, No. ?? in NSW), amateur broadcaster, railway signalman * [[/Pierce Mark Hoare|Hoare, Pierce Mark]] - 1895(NSW)-1988(NSW) - 2SL Lismore (1934-1980+), amateur operator (AOCP 1227, 1933, No. ?? in NSW), amateur broadcaster, radio clubs (Richmond River Listeners' League) ===''HOBART-DUFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Vere Hobart Duff|Hobart-Duff, William Vere see Duff, William Vere Hobart]] ===''HOBCROFT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hurtle Horace Hobcroft|Hobcroft, Hurtle Horace]] [https://www.familysearch.org/tree/person/details/G8WZ-G5T] - 1899(SA)-1993(SA) - Licences: 5RE Adelaide (West Brunswick, 1928); 5RE Renmark (1931-1939, 1946-1956); 5RE Adelaide (Linden Park, 1960-1969) - Qualifications: cc; AOCP 420, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW1; WW2 - Relationships: Father of Rex Kelvin Hobcroft - Electoral Rolls: clerk (Carlton North, 1925-1926; Brunswick West, 1928); horticulturalist (Renmark, 1939-1943) ===''HOBLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Forde Hobler|Hobler, Cecil Forde]] [https://www.familysearch.org/tree/person/details/GF4Q-TK9] - 1899(Qld)-1964(PNG) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW2 - Relationships: cousin of 4DO Harold Learmonth Hobler - Electoral Rolls: student (Rockhampton, Qld, 1921); solicitor (Barcaldine, Qld, 1925-1937) * [[/Harold Learmonth Hobler|Hobler, Harold Learmonth "Hal"]] [https://www.familysearch.org/tree/person/details/LRKZ-8N1] - 1906(Qld)-1984(Qld) - Licences: 1217 Rockhampton (1921-1924); 4DO Receive Rockhampton (1923-1924); 4DO Rockhampton (1925-1939, 1946-1980+) - Qualifications: cc; AOCP 110, 1925, No. 12 in Qld; CPRT 1003, 1928 - amateur operator; amateur broadcaster; radio club (WIAQ, JOTA); business proprietor (picture theatre), WW2 - Relationships: cousin of Cecil Forde Hobler - Electoral Rolls: theatre manager (Rockhampton, 1930-1937); theatre proprietor (Rockhampton, 1943); soldier (Bulimba, 1943); theatre proprietor (Rockhampton, 1949); theatre manager (Rockhampton, 1958-1963); property owner (Rockhampton North, 1968-1977) ===''HODDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Hodder|Hodder, Clarence William]] [https://www.familysearch.org/tree/person/details/GXLK-ZRC] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Parkside, 1923); Receive Adelaide (Parkside, 1923); 5LY Adelaide (Parkside, 1934-1939, 1947; Bridgewater, 1948-1980) - Qualifications: cc; AOCP 1354, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: moulder (Parkside, SA, 1939-1943) ===''HODDINOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Hoddinott|Hoddinott, Francis William]] [https://www.familysearch.org/tree/person/details/9N4Q-3X7] - 1886(Vic)-1972(Qld) - Licences: Receive Brisbane (Eagle Junction, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Rockville Estate, Toowoomba, Qld, 1908; Toowoomba, Qld, 1912; Sandgate, Qld, 1919; Eagle Junction, Qld, 1921-1943; West End, 1949); retired (Tamborine Mountain, Qld, 1958-1963; Hendra, Qld, 1968) ===''HODGKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Charles Hodgkinson|Hodgkinson, Francis Charles]] [https://www.familysearch.org/tree/person/details/GDBM-J4S] - 1906(???)-1977(???) - Licences: Receive (Crystal) Ulverstone (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: jeweller's assistant (Ulverstone, 1928-1949); watchmaker (Ulverstone, 1954) ===''HODSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Hodson|Hodson, Victor]] [https://www.familysearch.org/tree/person/details/GXQ5-DV2] - 1890(SA)-1917(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 145, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: Nil yet identified ===''HOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hoe|Hoe, Frederick]] [https://www.familysearch.org/tree/person/details/GS4Q-CSG] - 1886(Vic)-1976(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer; business proprietor (Fred Hoe and Sons) - Relationships: Father of 4FO Fred Hoe - Electoral Rolls: engineer (Fortitude Valley, Qld, 1913; Yeronga, Qld, 1916-1919); manager (Yeronga, Qld, 1921-1972) * [[/Fred Hoe|Hoe, Fred]] [https://www.familysearch.org/tree/person/details/G796-MWK] - 1913(Vic)-1984(Qld) - Licences: 4FO Brisbane (Yeronga, 1933-1939; Annerley, 1946-1954) - Qualifications: cc; AOLCP 53, 1931; AOCP 1188, 1933, Qld - amateur operator; amateur broadcaster; employment (Edgar V. Hudson); business proprietor (Fred Hoe and Sons) - Relationships: Son of Frederick Hoe - Electoral Rolls: radio engineer (Yeronga, Qld, 1936-1937); general manager (Annerley, Qld, 1949); business manager (Salisbury, Qld, 1954); manager (Buranda, Qld, 1954-1963; Burleigh Heads, Qld, 1968); company director (Holland Park West, Qld, 1972-1980) ===''HOGG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hogg|Hogg, Stanley]] [https://www.familysearch.org/tree/person/details/GXBD-TCR] - 1908(Eng)-1987(WA) - Licences: 6SG Harvey (1934-1939) - Qualifications: cc; AOCP 1382, 1934, WA; BOCP 142, 1938; 2COCP 240, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: milk tester (Harvey, WA, 1930-1937); radio operator (AAMS Wireless Station, Kalgoorlie, WA, 1943); engineer (Nedlands, WA, 1949); aircraft engineer (Kewdale, WA, 1954-1968; Belmont, WA, 1972); retired (Coodanup, WA, 1977; Mandurah, WA, 1980) ===''HOLLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Evan Holland|Holland, Albert John Evan]] [https://www.familysearch.org/tree/person/details/GZQW-VBH] - 1896(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; AOCP 12, 1924, No. 3 in Vic - amateur operator; amateur broadcaster - Relationships: brother of 3JH Frank Henry James Holland - Electoral Rolls: draftsman (Moonee Ponds, 1922-1925; Essendon, 1926); engineer (Essendon, 1928-1931; Camberwell, 1936-1954); nil (Nunawading, 1963) * [[/Frank Henry James Holland|Holland, Frank Henry James]] [https://www.familysearch.org/tree/person/details/GZQW-S1W] - 1899(Eng)-1971(Vic) - Licences: 3JH Melbourne (Essendon, 1924-1926, shared with brother) - Qualifications: cc; CPRT 596, 1920 - amateur operator; amateur broadcaster - Comment: well placed in Trans-Pacific Tests 1923 despite inferior equipment - Relationships: brother of 3JH Albert John Evan Holland - Electoral Rolls: wireless instructor (Moonee Ponds, 1922-1925); boot repairer (Essendon, 1926-1928); labourer (North Essendon, 1931); boot repairer (Olinda, 1934-1943); postal clerk (Sandringham, 1949); clerk (Heidelberg, 1954-1968) * [[/Ronald Weymouth Holland|Holland, Ronald Weymouth "Ron"]] - 1914(???)-1983(Qld) - 4AQ Brisbane (Coorparoo, 1946-1980+), amateur operator (AOCP 2392, 1939, No. ?? in Qld) ===''HOLLOWAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hart Holloway|Holloway, William Hart]] [https://www.familysearch.org/tree/person/details/GXQ5-HRT] - 1876(Eng)-1950(Tas) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 20, 1914; 1COCP 41, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: agent (Brunswick, Vic, 1909; Whitemark, Flinders Island, 1914-1919); wireless operator (Broome, 1918-1922); O.J.C. Radio (Camberwell, 1924-1926); radio officer (Thursday Island, 1928); officer-in-charge (Radio Station, Emita, Flinders Island, 1936-1937); farmer (Lady Barron, 1943-1949) ===''HOLST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arnold Owen Holst|Holst, Arnold Owen]] [https://www.familysearch.org/tree/person/details/GZ6V-ZPD] - 1898(Vic)-1975(Vic) - Licences: XPH Melbourne (Caulfield, 1913-1914); 3OH Melbourne (Toorak, 1956-1975) - Qualifications: Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster (through brother Hector's station 3BY); electrician - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: sharebroker (Camberwell, 1922-1934; Toorak, 1935-1972) * [[/Hector James Holst|Holst, Hector James]] [https://www.familysearch.org/tree/person/details/GZ6V-X23] - 1903(Vic)-1954(Vic) - Licences: 3BY Receive Melbourne (Caulfield, 1922); 3BY Melbourne (Caulfield, 1923-1954) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: engineer (Caulfield, 1925-1954) * [[/Otto Holst|Holst, Otto]] [https://www.familysearch.org/tree/person/details/GZ6V-2M7] - 1906(Vic)-1967(Vic) - Licences: 3BY Melbourne (Caulfield, 1955-1967) - Qualifications: cc; AOCP 79, 1925, No. ?? in Vic - amateur operator; amateur broadcaster (through brother Hector's station 3BY) - took over 3BY callsign after passing of brother Hector James Holst in 1954 - believed several brothers involved in wireless &/or broadcasting - Electoral Rolls: radio engineer (Caulfield, 1928-1963) ===''HOLT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Molineux Holt|Holt, Bernard Molineux]] [https://www.familysearch.org/tree/person/details/LDQR-MJP] - 1883(NZ)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - president WIA WA; witness to Royal Commission 1927 (obo WIA WA) - Electoral Rolls: electrical engineer (Claremont, 1910-1914; Osborne, 1917-1954) ===''HOMBERG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/S. G. Homberg|Homberg, S. G.]] - 19??(???)-19??(???) - Licences: 3RG Melbourne (Malvern, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''HONNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Morten Honnor|Honnor, John Morten]] [https://www.familysearch.org/tree/person/details/KCNV-ZM6] - 1900(SA)-1987(Vic) - Licences: 5AE Adelaide (Prospect, 1923-1931) - Qualifications: cc; AOCP 192, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Knoxville, SA, 1939-1941); RAAF (Ballarat, Vic, 1942); instructor (Hampton, 1949; Bentleigh, 1954-1980) ===''HOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Hamilton Hood|Hood, John George Hamilton]] [https://www.familysearch.org/tree/person/details/G772-RK8] - 1904(NSW)-1971(Vic) - 3BP Receive Melbourne (South Yarra, 1922); 3BP Melbourne (East St Kilda, 1923-1933; Toorak, 1937-1939) - Qualifications: cc; AOCP 182, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: student (East St Kilda, 1925-1931); draughtsman (Toorak, 1934-1937; Malvern, 1943-1967) ===''HOOKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel George Alfred Hooke|Hooke, Lionel George Alfred]] [https://www.familysearch.org/tree/person/details/G8NK-KDV] - 1895(Vic)-1974(NSW) - Licences: 3M? Melbourne - Qualifications: CPRTelephony 529, 1920 - amateur operator, amateur broadcaster, early wireless experimenter, ship wireless operator (Aurora, 1914, support Shackleton's expedition), radio clubs (IRE Aust), business (AWA, senior management), honours (knighted, 1937) - Electoral Rolls: wireless (Brighton, Vic, 1921-1927); business manager (Neutral Bay, 1933); manager (Killara, NSW, 1936-1972) - [https://adb.anu.edu.au/biography/hooke-sir-lionel-george-alfred-10536 ADB] ===''HOOKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Theodore Hooker|Hooker, Walter Theodore]] [https://www.familysearch.org/tree/person/details/GD1W-QB5] - 1901(St Kitts)-1949(Tas) - Licences: 7JH Hobart (New Town, 1933-1939); 7JH Waddamanna (1946-1948) - Qualifications: cc; AOCP 1161, 1933, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart North, 1922); electrical engineer (New Town, 1928); electrician (New Town, 1936); engineer (Waddamanna, 1937-1943) ===''HOOPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Wallbank Hooper|Hooper, Allan Wallbank]] [https://www.familysearch.org/tree/person/details/LB8M-VJG] - 1898(SA)-1960(NSW) - Licences: 4KR Willis Island (1933) - Qualifications: cc; CPRT 432, 1919; 2COCP 8, 1929; 1COCP 127, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: unemployed (Manly, NSW, 1949); telegraphist (Little Bay, NSW, 1949; Yarra Bay, NSW, 1954-1958) ===''HOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lyndsay Arthur Hope|Hope, Lyndsay Arthur]] [https://www.familysearch.org/tree/person/details/LKYX-575] - 1906(Tas)-1997(Tas) - Licences: 7LA Launceston (1925-1927+) - Qualifications: cc; AOCP 188, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; broadcast engineer; WW2; gave up experimental callsign for use by his Class B licence, 7LA Launceston - Relationships: brother of 7RS Ronald Springfield Hope - Electoral Rolls: bank clerk (Launceston, 1928); bank officer (Ulverstone, 1936); accountant (Scottsdale, 1949; Bridport, 1954-1972) * [[/Ronald Springford Hope|Hope, Ronald Springford]] [https://www.familysearch.org/tree/person/details/LTCW-PDG] - 1909(Tas)-1985(NSW) - Licences: 7RS Launceston (1926-1927); 7RS Hobart (City, 1931; Sandy Bay, 1933+) - Qualifications: cc; AOCP 263, 1926, No. ?? in Tas; AOLCP 75, 1932; ROCP N1832, 1976 - amateur operator; amateur broadcaster; broadcast engineer (designed & constructed transmission systems for 7HO Hobart & 7UV Ulverstone); later employed by STC England - Relationships: brother of 7LA Lyndsay Arthur Hope - Electoral Rolls: broadcast engineer (Queensborough, Tas, 1936); not specified (Finchley, Eng, 1936-1938); engineer (Thornleigh, NSW, 1949-1954); company director (Beecroft, NSW, 1958-1980) ===''HOPKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Alfred Hopkins|Hopkins, Edward Alfred]] [https://www.familysearch.org/tree/person/details/GM4D-3QJ] - 1902(Tas)-1992(NSW) - Licences: Receive Moonah (1923) - Qualifications: cc; 3COCP 4858, 1964 - amateur receiver - Electoral Rolls: electrician (Moonah, 1928); engineer (Milson's Point, 1936-1943); electrical engineer (Wollstonecraft, 1949-1954); engineer (Wollstonecraft, 1958-1980) ===''HORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin John Horan|Horan, Kevin John "Ken"]] [https://www.familysearch.org/tree/person/details/G8V9-FTZ] - 1912(SA)-2002(SA) - Licences: 5DQ Adelaide (Parkside, 1930-1931; Unley, 1933); 2AJU Broken Hill (1938-1939); 5DQ Adelaide (Flinders Park, 1947-1960; Grange, 1965-1969); 3ZD Melbourne (Glen Waverley, 1975); 5IT Adelaide (Fulham, 1980) - Qualifications: cc; AOCP 672, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Clovelly, NSW, 1943); manager (Glen Waverley, 1972-1977) ===''HORN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Horn|Horn, David]] [https://www.familysearch.org/tree/person/details/GS41-9K4] - 1909(Qld)-1962(Qld) - Licences: 4DN Tara (1937-1939) - Qualifications: cc; AOCP 2021, 1937, Qld; BOCP 578, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: medical practitioner (Somerset Dam, Qld, 1936-1937; Baralba, Qld, 1943); radio engineer (Toowoomba, Qld, 1949); medical practitioner (Toowoomba, Qld, 1954) * [[/Irvan James Horn|Horn, Irvan James or James Irwin]] [https://www.familysearch.org/tree/person/details/G8WF-GB6] - 1905(WA)-19??(???) - Licences: 6JH Perth (City, 1928, 1937-1939); 3HX Melbourne (South Melbourne, 1965) - Qualifications: cc; AOCP 427, 1928, No. ?? in WA; 2COCP 29, 1935; 1COCP, 127, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Perth, WA, 1936-1937); wireless officer (Subiaco, WA, 1943); electrical contractor (Subiaco, WA, 1949); contractor (Albert Park, Vic, 1949); electrical contractor (Albert Park, Vic, 1963); retired (West Perth, WA, 1977; Subiaco, WA, 1980) ===''HORROCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Samuel Blake Horrocks|Horrocks, George Samuel Blake]] [https://www.familysearch.org/tree/person/details/GF94-19M] - 1911(WA)-1966(Vic) - Licences: 6GS Harvey (1932-1939, 1947-1948); 6GS Wagin (1954-1955) - Qualifications: cc; AOCP 919, 1932, No. ?? in WA; BOCP 1154, 1950; TVOCP 61, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: engine driver (Harvey, WA, 1936-1949); radio technician (Mt Lawley, WA, 1954); technician (Bentleigh North, Vic, 1963) ===''HOSKEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur John Dryden Hosken|Hosken, Arthur John Dryden]] [https://www.familysearch.org/tree/person/details/L6KH-BX8] - 1889(Eng)-1966(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 727, 1922 - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918), WW1 - Electoral Rolls: seaman (Williamstown, 1914-1919); Amalgamated Wireless (Darwin, 1922) * [[/Stanley Victor Hosken|Hosken, Stanley Victor]] [https://www.familysearch.org/tree/person/details/9HWQ-MGG] - 1894(Vic)-1971(Vic) - Licences: 3MP Receive Melbourne (Hawthorn, 1923); 3MP Melbourne (Hawthorn, 1923-1924; Surrey Hills, 1925-1933; Broadmeadows, 1934-1939; St Albans, 1946-1955; Hawthorn, 1956-1965; Mitcham, 1969) - Qualifications: cc; AOCP 6, 1924, No. 2 in Vic - amateur operator; amateur broadcaster; broadcast engineer (3AR, 3LO) - Electoral Rolls: civil servant (Hawthorn, 1919-1924); electrical engineer (Surrey Hills, Vic, 1925-1931); senior mechanic PMGD (3AR station, Broadmeadows, 1936-1937); civil servant (3AR Station, St Albans, 1942-1954); nil (Hawthorn, 1963-1967; Mitcham, 1968) ===''HOSKING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Piere Hosking|Hosking, Aubrey Piere]] [https://www.familysearch.org/tree/person/details/GDYV-D7R] - 1891(South Africa)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 376, 1918; 1COCP 117, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; WW2; VIT Townsville (1917-1918) - Electoral Rolls: wireless operator (Townsville, 1919); telegraphist (South Yarra, Vic, 1921-1922); radio telegraphist (Canterbury, Vic, 1924); sales manager (Canterbury, Vic, 1925-1926; Balwyn, Vic, 1928; Lindfield, NSW, 1930-1963) ===''HOSKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Stark Hoskins|Hoskins, John Stark]] [https://www.familysearch.org/tree/person/details/G61K-FZ3] - 1891(NZ)-1987(Eng) - Licences: Nil yet identified - Qualifications: cc; CPRT 147, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: business manager (Claremont, WA, 1929) ===''HOWARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Earl Stephen Howard|Howard, Earl Stephen]] [https://www.familysearch.org/tree/person/details/GQMV-XQL] - 1895(Tas)-1938(Vic) - Licences: 7ET Hobart (Moonah, 1928-1931) - Qualifications: cc; AOCP 470, 1928, No. ?? in Tas - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: clerk (Hobart, 1919-1922; Moonah, 1928-1936) ===''HOWDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Maxwell Howden|Howden, John Maxwell]] [https://www.familysearch.org/tree/person/details/GH2L-7LN] - 1929(Vic)-2017(Vic) - Licences: 3ZCH Melbourne (Burwood, 1956; Box Hill 1960-1975); 3BQX Melbourne (Box Hill, 1980+) - Qualifications: AOLCP 187, 1956; AOCP V610, 1979 - amateur operator - Relationships: son of 3BQ Walter Francis Maxwell Howden - Electoral Rolls: * [[/Walter Francis Maxwell Howden|Howden, Walter Francis Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/G43K-1TC] - 1899(Vic)-1980(Vic) - Licences: No 19 Receive Melbourne (Box Hill, 1920); V140 Receive Melbourne (Box Hill, 1921); 3BQ Receive Melbourne (Box Hill, 1922); 3BQ Melbourne (Box Hill, 1923-1927; Canterbury, 1928-1939 & 1946-1975+); 3ABQ Melbourne (portable, "Canterbury", 1947-1956) - Qualifications: AOCP 114, 1925, No. ?? in Vic - amateur operator, amateur broadcaster, first to QSO USA; first to QSO England, first on telegraphy, then telephony; journalist (Listener In); Bright Star Crystals 1930s-1950s; QSLs: substantial portion of QSL collection survives at NFSA (1800+) - Relationships: father of 3ZCH/3BQX John Maxwell Howden - Electoral Rolls: student (Box Hill, 1924-1927); wireless engineer (Ringwood, 1928); engineer (Camberwell, 1931-1954) - Links: [http://messui.polygonal-moogle.com/valves/NW199611.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199612.pdf EA2] ===''HOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph Howe|Howe, John Joseph]] [https://www.familysearch.org/tree/person/details/LD83-QNG] - 1886(Irl)-1949(Tas) - Licences: Nil yet identified - Qualifications: cc; CPRT 117, 1915; 1COCP 15, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918) - Electoral Rolls: radio telegraphist (Cooktown, 1916-1917); wireless operator (Pinkenba, Qld, 1919; Moonah, Tas, 1922; New Town, Tas, 1928-1943) * [[/Raymond Raine Howe|Howe, Raymond Raine "Ray"]] [https://www.familysearch.org/tree/person/details/GXHH-KJN] - 1919(Qld)-1984(NSW) - Licences: 4RH Bundaberg (1936-1939); 2ARH Sydney (Vaucluse, 1946-1955; Epping, 1956-1960); 3YH Melbourne (Mt Waverley, 1965-1969) - Qualifications: AOCP 1812, 1936, No. ?? in Qld; 3AIR 1009, 1947 - amateur operator; amateur broadcaster; broadcast engineer (4BU); military (RAAF, career, Wing-Commander) - Electoral Rolls: Wireless Operator (Richmond, NSW, 1943); RAAF (Vaucluse, NSW, 1949); RAAF officer (Campbell, ACT, 1963); RAAF (Syndal, Vic, 1967); RAAF officer (Dickson, ACT, 1972-1977); retired (Narrawallee, NSW, 1980) ===''HOWLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Montague Howlett|Howlett, Arthur Montague]] [https://www.familysearch.org/tree/person/details/GZPZ-NWZ] - 1882(Eng)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 130, 1915; 2COCP 253, 1930 - RANRS (Warrant Telegraphist, 1918) - Electoral Rolls: radio engineer operator (Esperance, 1916); warrant officer R.A.N.R.S. (Thursday Island, 1919); radio telegraphist (Rockhampton, 1925-1931; Clayfield, Qld, 1936); wireless operator (Clayfield, 1943-1954); retired (Clayfield, Qld, 1958) ===''HUBSHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lassalle Paul Hubsher|Hubscher or Hubsher, Lassalle Paul "Paul"]] [https://www.familysearch.org/tree/person/details/GXWF-8DP] - 1913(Qld)-1971(Qld) - Licences: 4UL Brisbane (Bulimba, 1936-1939; Annerley, 1946-1969+) - Qualifications: cc; AOCP 1578, 1935, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor); part of the "U" gang; Evans Deakin engineering - Electoral Rolls: fitter & turner (Valley, Qld, 1936-1937); draftsman (Annerley, 1943-1968) ===''HUDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William Henry Hudson|Hudson, William Henry]] [https://www.familysearch.org/tree/person/details/K4BR-1P4] - 1895(NSW)-1972(NSW) - Licences: XBO Sydney (Dulwich Hill, 1913-1914); 2PO Receive Sydney (Marrickville, 1923); 2AR Sydney (Dulwich Hill, 1922-1969) - Qualifications: cc; AOCP 18, 1924, No. 8 in NSW - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: bootmaker (Dulwich Hill, 1930-1963) - Comment: beware, several contemporaneous WHHs ===''HUEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Richard Meredyth Huey|Huey, Richard Meredyth]] [https://www.familysearch.org/tree/person/details/G8WP-Y1Z] - 1913(NSW)-1995(NSW) - Licences: 2HU Sydney (Chatswood, 1928-1931; Cronulla, 1933-1937); 3UE Melbourne (Hawthorn East, 1938-1939); 2AHU Sydney (Sylvania, 1980) - Qualifications: AOCP 437, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Cronulla, 1935-1937); army officer (Melbourne, 1943); engineer (West Pennant Hills, 1949; Pennant Hills, 1954; Edgecliff, 1958-1963; Sylvania, 1977-1980); retired (Mittagong, 1980) ===''HUGGINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Roy Huggins|Huggins, David Roy]] [https://www.familysearch.org/tree/person/details/GDW3-LXL] - 1892(NSW)-1976(NSW) - Licences: 2ZW Sydney (Neutral Bay, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: organ builder (Petersham, 1913); piano maker (Neutral Bay, 1930-1968); builder (Cremorne, 1972) ===''HUGHES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clive Alan Hughes|Hughes, Clive Alan]] [https://www.familysearch.org/tree/person/details/G8MV-3XQ] - 1900(Vic)-1966(Vic) - Licences: 3CA Ararat (1927); 3CA Melbourne (Williamstown, 1931-1939, 1946-1965) - Qualifications: AOCP 343, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Williamstown, 1924-1928); schoolmaster (Williamstown, 1936-1963) * [[/George Herbert Hughes|Hughes, George Herbert]] [https://www.familysearch.org/tree/person/details/GXZT-4JB] - 1909(Qld)-1997(Qld) - Licences: 4HU Brisbane (Windsor, 1937-1939; Annerley, 1947-1954) - Qualifications: cc; AOCP 1929, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: store keeper (Windsor, Qld, 1934-1937); branch manager (Annerley, Qld, 1943-1958); technician (Tarragindi, Qld, 1963-1980) ===''HUGO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald William Stuart Hugo|Hugo, Ronald William Stuart or Stewart (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GFMZ-CLZ] - 1910(WA)-1978(WA) - Licences: 6KW Perth (Subiaco, 1938-1939, 1947-1960; Floreat Park, 1965-1975) - Qualifications: cc; AOCP 2081, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Subiaco, WA, 1931-1934); salesman (Subiaco, WA, 1936-1963); manager (Floreat Park, WA, 1968-1977) ===''HULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Galbraith Hull|Hull, Allan Galbraith "Braith"]] [https://www.familysearch.org/tree/person/details/GWQD-PTY] - 1905(Vic)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - journalist (Wireless Weekly, editor; Radio and Hobbies, editor 1939; Australasian Radio World, editor 1940-1950) - Relationships: brother of William Howard Hull & 3JU Ross Amos Hull - Electoral Rolls: sales (St Kilda, Vic, 1926-1927); radio engineer (Darlinghurst, 1931); journalist (Northbridge, NSW, 1934; Bondi, NSW, 1935-1936); engineer (Rose Bay, 1937); manager (Malvern, 1942); journalist (Mornington, 1949); publisher (Sandringham, 1954); printer (Oakleigh, 1958-1963; Chadstone, 1967-1968; Glen Iris, 1972; Mt Waverley, 1977-1980) * [[/Frederick Atherley Hull|Hull, Frederick Atherley]] [https://www.familysearch.org/tree/person/details/GZ5M-MT9] - 1906(NZL)-1997(WA) - Licences: 6FH Pingrup (1930-1931); 6FH Port Hedland (1937-1939, 1946-1956); 6FH Perth (Claremont, 1960-1975; Nedlands, 1980+) - Qualifications: cc; CRPT 1139, 1929; 2COCP 271, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: salesman (Perth, 1929); radio operator (Port Hedland, 1937-1954); unemployed (Claremont, 1958); technical officer (Claremont, 1963-1972; Nedlands, 1977-1980) - Relationships: brother of 6RH Raymond Alfred Hull * [[/George Maxwell Hull|Hull, George Maxwell]] [https://www.familysearch.org/tree/person/details/L6LQ-S44] - 1916(Vic)-1987(Vic) - Licences: 3ZS Melbourne (Canterbury, 1946-1980+) - Qualifications: cc; AOCP 2307, 1939, Vic - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Canterbury, 1943); proprietor (Canterbury, 1949-1980) * [[/Raymond Alfred Hull|Hull, Raymond Alfred]] [https://www.familysearch.org/tree/person/details/GZP1-BSL] - 1908(NZ)-1967(WA) - Licences: 6RH Pingrup (1929-1931); 6RH Perth (Wembley, 1937; Mt Hawthorn, 1939) - Qualifications: cc; AOCP 558, 1929, No. ?? in WA; 2COCP 590, 1942 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Maylands, 1934); traveller (Subiaco, 1949); sales director (Victoria Park, 1958-1963) - Relationships: brother of 6FH Frederick Atherley Hull * [[/Ross Amos Hull|Hull, Ross Amos]] [https://www.familysearch.org/tree/person/details/GWQD-P5W] - 1902(Vic)-1938(USA) - Licences: 3JU Melbourne (St Kilda, 1922-1925) - Qualifications: Nil yet identified - amateur broadcaster; radio clubs (WIA Vic Kew, president, 1923); journalist (Wireless Weekly, technical editor; QST, technical editor) - Relationships: brother of William Howard Hull & Allan Galbraith Hull - Electoral Rolls: draftsman (St Kilda, 1924-1925) - Comment: Gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW198902.pdf EA] * [[/William Howard Hull|Hull, William Howard]] [https://www.familysearch.org/tree/person/details/G7WJ-723] - 1891(Tas)-1955(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Relationships: brother of 3JU Ross Amos Hull & Allan Galbraith Hull - Electoral Rolls: electrical engineer (Cobungra, 1914-1915); engineer (Armadale, 1921; Brighton, 1922-1931; Caulfield, 1934-1949); retired (Beaconsfield Upper, 1954) ===''HUME''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest James Hume|Hume, Ernest James]] [https://www.familysearch.org/tree/person/details/GZYR-TZM] - 1869(Vic)-1929(SA) - Licences: Nil - Qualifications: AOCP ??, 19??, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: - Relationships: wife of Stella Leonora Harriet Hume nee Jeremy; son of James Hill Hume, father of Ernest Jeremy Hume * [[/Ernest Jeremy Hume|Hume, Ernest Jeremy]] [https://www.familysearch.org/tree/person/details/GZYT-727] - 1906(SA)-1988(Vic) - Licences: Nil - Qualifications: Nil - chief engineer 5DN - Electoral Rolls: engineer (North Unley, 1939-1941; Oakleigh, Vic, 1949-1963; Carnegie, 1968-1977) - Relationships: grandson of James Hill Hume, son of Ernest James Hume and Stella Leonora Harriet Hume nee Jeremy * [[/Geoffrey Vincent Hume|Hume, Geoffrey Vincent]] [https://www.familysearch.org/tree/person/details/GQCL-NM1] - 1909(NSW)-1998(NSW) - Licences: 2GV Sydney (Cremorne, 1927-1930); 2AMD Sydney (Mosman, 1939) - Qualifications: AOCP 365, 1927, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio technician (Neutral Bay, 1930-1936; Mosman, 1937); RAAF (Ballarat, 1942); clerk (Turramurra, 1949); technical assistant (Pymble, 1954-1980) * [[/James Hill Hume|Hume, James Hill]] [https://www.familysearch.org/tree/person/details/GZYT-SLD] - 1822(??)-1887(Vic) - Licences: Nil - Qualifications: Nil - alleged very early wireless experimenter - Electoral Rolls: - Relationships: father of Ernest James Hume; father-in-law of Stella Leonora Harriet Hume nee Jeremy; grandfather of Ernest Jeremy Hume * [[/Stella Leonora Harriet Jeremy|Hume nee Jeremy, Stella Leonora Harriet]] [https://www.familysearch.org/tree/person/details/GZYT-33D] - 1882(Vic)-1953(NSW) - Licences: Nil - Qualifications: Nil - radio announcer (early 5DN) - Electoral Rolls: - Relationships: wife of Ernest James Hume; daughter-in-law of James Hill Hume; mother of Ernest Jeremy Hume ===''HUMPHRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] - See Innis Jane Lovett Spotswood 4JH * [[/Jack Lawrence Humphry|Humphry, Jack Lawrence]] [https://www.familysearch.org/tree/person/details/M7P4-M7M] - 1889(Qld)-1953(Qld) - Licences: 4JK Poopoonbah via Giru (1934-1939) - Qualifications: cc; AOCP 1349, 1934, Qld - amateur operator; amateur broadcaster; WW1 - Relationships: Husband of 4JH Innis Jane Lovett Humphry nee Spotswood - Electoral Rolls: farmer (Hodel, Ayr, Qld, 1912-1937; Poopoonbah, 1949-1954) ===''HUNT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Alexander Hunt|Hunt, Joseph Alexander]] [https://www.familysearch.org/tree/person/details/GFM1-9MM] - 1912(WA)-2002(WA) - Licences: 6JA Perth (Maylands, 1938-1939); 6JD Perth (Rockingham, 1960) - Qualifications: cc; AOCP 2112, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1936; Maylands, WA, 1937-1949); retired (Rockingham, WA, 1972) ===''HUPPATZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Huppatz|Huppatz, William George]] [https://www.familysearch.org/tree/person/details/MWTP-DF5] - 1900(Vic)-1970(SA) - Licences: 5GW Cowandilla (1931-1933); 5GW Naracoorte (1937-1939) - Qualifications: cc; AOCP 801, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Naracoorte, SA, 1939); engineer (Cowandilla, 1941-1943) ===''HURLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman James Hurll|Hurll, Norman James]] [https://www.familysearch.org/tree/person/details/GZXC-BFF] - 1904(NSW)-2003(Qld, 98yo) - Licences: 2BC Sydney (Killara, 1924-1930); 4NJ Tallebudgera Creek (1931-1935); 2HJ Sydney (Killara, 1935-1937; Roseville, 1938-1939); 2IN?/2DKH Sydney (1980+) - Qualifications: cc; AOCP 96, 1925, No. ?? in NSW - amateur operator, amateur broadcaster, military (WW2, CMF, CINT), business proprietor (Gas Light Engineering) - Electoral Rolls: engineer (Killara, 1930); merchant (Killara, 1936-1937); soldier (Strathfield, 1943); company manager (Burwood, 1949-1963); Managing Director (Killara, 1968); Director (Killara, 1972-1980) ===''HURRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Bruce Hurry|Hurry, Ronald Bruce]] [https://www.familysearch.org/tree/person/details/G8V2-G1C] - 1911(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 693, 1930, No. ?? in ?? - amateur operator?, amateur broadcaster?, electrical engineer, teacher - Electoral Rolls: Nil yet identified ===''HUSBAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Errol Husband|Husband, Norman Errol]] [https://www.familysearch.org/tree/person/details/L6F7-N7B] - 1893(Qld)-1961(NSW) - Licences: XABY Sydney (North Sydney, 1913-1914); 4CV Receive Charters Towers (1923); 4CV Charters Towers (1923-1925) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: motor engineer (Charters Towers, 1917-1922; Mackay, 1925-1937); engineer (Darlinghurst, 1949-1958) ===''HUTCHINGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Thomas Edwards Hutchings|Hutchings, Allan Thomas Edwards]] [https://www.familysearch.org/tree/person/details/M7GB-2TM] - 1903(Vic)-1973(Vic) - Licences: 3HL Receive Callawadda (1922-1923); 3HL Callawadda (1924-1969) - Qualifications: cc; AOCP 65, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Relationships: son of 3HM Elizabeth Lilian Hutchings nee Edwards; brother of 3HQ Marjorie Lilian Williamson nee Hutchings - Electoral Rolls: farmer (Callawadda, 1927-1972) * [[/Elizabeth Lilian Edwards| Hutchings nee Edwards, Elizabeth Lilian]] [https://www.familysearch.org/tree/person/details/M7GB-25T] - 1877(Vic)-1943(Vic) - Licences: 3HM Callawadda (1932-1939) - Qualifications: cc; AOCP 509, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1926-1942) - Relationships: mother of 3HL Allan Thomas Edwards Hutchings and 3HQ Marjorie Lilian Williamson nee Hutchings - First woman in Australia to hold an amateur licence under the AOCP regime - Electoral Rolls: home duties (Wimmera Park, 1912-1924; Callawadda, 1925-1942) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Marjorie Lilian Hutchings|Williamson nee Hutchings, Marjorie Lilian]] [https://www.familysearch.org/tree/person/details/LB52-GSC] - 1912(Vic)-1988(Vic) - Licences: 3HQ Callawadda (1932-1939; 1946-1948); 3HQ Melbourne (Bentleigh, 1954-1980+) - Qualifications: cc; AOCP 1030, 1932, No. ?? in Vic - amateur operator, amateur broadcaster - Relationships: daughter of 3HM Elizabeth Lillian Hutchings nee Edwards; sister of 3HL Allan Thomas Edwards Hutchings - Electoral Rolls: home duties (Callawadda, 1934-1937); nurse (Alfred Hospital, Prahran, 1943); home duties (Callawadda, 1949; Bentleigh, 1949-1968) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''HUTCHINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Elwood Hutchinson|Hutchinson, Charles Elwood]] [https://www.familysearch.org/tree/person/details/G612-S6J] - 1894(Vic)-1942(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 728, 1922; 2COCP 278, 1930; 1COCP 307, 1939 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Esperance, 1919); radio telegraphist (Darwin, NT, 1922); telegraphist (Esperance, 1925-1931); radio telegraphist (Broome, WA, 1936-1937; Alberton, SA, 1939; Yatala, SA, 1941) * [[/John Victor Thomas Hutchison|Hutchison, John Victor Thomas]] [https://www.familysearch.org/tree/person/details/G89S-PY2] - 1907(NZ)-1975(NSW) - Licences: 2JH Sydney (Kirribilli, 1927-1937; West Ryde, 1938-1939; Croydon, 1946-1955; Bardwell Park, 1956-1965; Castle Cove, 1969-1975) - Qualifications: AOCP 374, 1927, No. ?? in NSW; CPRTelephony 1010, 1928 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Milson's Point, 1930-1937); laboratory assistant (Croydon, 1943-1949); radio technician (Bardwell Park, 1958-1968) ===''HUTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Hutson|Hutson, James William]] [https://www.familysearch.org/tree/person/details/G8N9-Z6J] - 1912(Vic)-1931(Vic) - Licences: 3JH Echuca (1930-1931) - Qualifications: AOCP 635, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Passed too soon ===''HUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Hutton|Hutton, David]] [https://www.familysearch.org/tree/person/details/G8ZT-JXG] - 1912(Sct)-2003(NSW) - Licences: 2DH Abermain (1929-1934) - Qualifications: AOCP 551, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abermain, 1934-1963; Klworth, 1972-1977); retired (Klworth, 1980) ===''HYLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Philip Hyland|Hyland, Leonard Philip]] [https://www.familysearch.org/tree/person/details/K8N6-XLK] - 1903(Tas)-1942(Tas) - Licences: 7LP Hobart (City, 1936-1939) - Qualifications: cc; AOCP 1791, 1936, No. ?? in Tas; BOCP 271, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: fireman (Hobart Central, 1928) - Comment: Passed on Duty; Gone too soon - Links: [https://www.themercury.com.au/news/tasmania/tasmania-fire-service-chief-chris-arnol-urges-everyone-to-reflect-on-the-selflessness-of-firefighters-in-the-pursuit-of-public-safety/news-story/59c6315bbf383ef9bb4e270d60cd9296 Mercury] =='''I'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''IKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/William George Ikin|Ikin, William George]] [https://www.familysearch.org/tree/person/details/LWFZ-C37] - 1887(NSW)-1974(Vic) - Licences: 4SM Townsville (1925-1926); 4SM Brisbane (New Farm, 1927) - Qualifications: cc; AOCP 201, 1925, No. 18 in Qld - amateur operator; amateur broadcaster (dealer licence); WW1 - Electoral Rolls: mechanical engineer (Gladstone, 1913); engineer & electrician (Barcaldine, 1914); manager (Strand Motors, Townsville, 1925); motor mechanic (Mt Garnet, 1937-1949; Cardwell, 1949); farmer (Mareeba, 1954-1972) ===''INGLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Stanley Inglis|Inglis, Kenneth Stanley]] - 1929(Vic)-2017(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - historian (ABC); "This is the ABC"; "Whose ABC?" - Electoral Rolls: - Links: [[w:Ken Inglis|Wikipedia]] [https://www.tandfonline.com/doi/full/10.1080/1031461X.2018.1493961 Obit] ===''IRELAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Keith Ireland|Ireland, Leslie Keith "Keith"]] [https://www.familysearch.org/tree/person/details/LRMD-BPV] - 1908(SA)-1942(SA) - Licences: 5KR Mt Gambier (1933-1939) - Qualifications: cc; CPRT 950, 1927; AOLCP 60, 1932 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: radio dealer (Mt Gambier, SA, 1939-1941) - Sacrifice: "Greater love hath no man than this" - Links: [https://vwma.org.au/explore/people/633509 VWMA]; [https://www.awm.gov.au/collection/R1721431 AWM]; [https://aviationmuseumwa.org.au/afcraaf-roll/ireland-leslie-keith-47849/ AHM] ===''IRESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melville Charles Gladstone Ireson|Ireson, Melville Charles Gladstone]] [https://www.familysearch.org/tree/person/details/GMZT-ML6] - 1898(Vic)-1955(Vic) - Licences: 3ZY Kyneton (1931-1933); 3AIR Kyneton (1947-1955) - Qualifications: cc; AOCP 305, 1926, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Maldon, 1919); telegraphist (Ballarat, 1925); postal employee (Kyneton, 1931-1954) ===''IRVINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Irvine|Irvine, William]] - 1907(???)-19??(???) - Licences: 4IR Brisbane (Mitchelton, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1987, 1937, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous WIs - Electoral Rolls: Nil yet identified ===''IRVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Lawson Irving|Irving, Cyril Lawson]] [https://www.familysearch.org/tree/person/details/GXZT-65R] - 1912(Qld)-1992(Qld) - Licences: 4WL Brisbane (Annerley, 1933-1939) - Qualifications: cc; AOCP 1199, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Coorparoo, Qld, 1943-1980) * [[/Godfrey George Howy Irving|Irving, Godfrey George Howy]] [https://www.familysearch.org/tree/person/details/LT2H-SPK] - 1867(Vic)-1937(Vic) - Licences: XYR Perth (West Perth, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (AIF Major-General) - Electoral Rolls: soldier (South Melbourne, Vic, 1905; West Perth, WA, 1914; Brisbane North, Qld, 1917); staff corps (Kew, Vic, 1921-1937) ===''ISLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Clifford Isles|Isles, James William Clifford "Clifford"]] [https://www.familysearch.org/tree/person/details/LBVH-RV1] - 1894(Qld)-1967(Qld) - Licences: 4CC Receive Brisbane (Ascot, 1922); 4CC Brisbane (Ascot, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club member (QWI); business proprietor (Isles Love & Co, Allan & Stark); WW1 - Electoral Rolls: clerk (Hamilton, 1915-1937); manager (Hamilton, 1943-1958); director (Hamilton, 1963) ===''ISRAEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Morris Samuel Israel|Israel, Morris Samuel]] [https://www.familysearch.org/tree/person/details/GZQ4-CBC] - 1896(Vic)-1965(Vic) - Licences: XMU Melbourne (St Kilda, 1913); 3ZN Melbourne (St Kilda, 1923-1924; Malvern, 1925-1926; Burwood, 1927); 3ZN Geelong, 1931-1933; 3ZN Melbourne (Burwood, 1937-1939, 1946-1955) - Qualifications: cc; AOCP 13, 1924, No. ?? in Vic; AOLCP 35, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcasting executive; WW2 - Electoral Rolls: soldier (St Kilda, 1919-1924); radio mechanic (Burwood, 1926-1928); broadcasting engineer (Geelong, 1931); engineer (Geelong North, 1936; Camberwell, 1937-1963); ===''IVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cecil Albert Ives|Ives, Cecil Albert]] [https://www.familysearch.org/tree/person/details/GZLJ-848] - 1916(SA)-1942(Vic) - Licences: 5AF Adelaide (Glenelg, 1935-1939) - Qualifications: cc; AOCP 1451, 1935, SA - amateur operator, amateur broadcaster; WW2 - Electoral Rolls: commercial artist (Glenelg, 1939-1943) - Sacrifice: "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/ives-cecil-albert-300407/] =='''J'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''JACKSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil Jackson|Jackson, Alfred Cecil "Alf"]] [https://www.familysearch.org/tree/person/details/LDLP-F65] - 1900(NSW)-1972(NSW) - Licences: 4AJ Brisbane (Fairfield, 1931); 2BO Bangalow (1933) - Qualifications: cc; CPRT 620, 1921; 1COCP 67, 1930 - amateur operator; amateur broadcaster; broadcast engineer (4QG, Brisbane Cmcls); state public servant (4QG) - Electoral Rolls: radio engineer (Fairfield, Qld, 1928-1931); farmer (Possum Creek, NSW, 1934-1937); mechanic (Fairfield, Qld, 1943-1954); farmer (O'Possum Creek via Bangalow, NSW, 1958-1963) * [[/Alfred George Jackson|Jackson, Alfred George]] [https://www.familysearch.org/tree/person/details/LY5P-2X1] - 1864(Eng)-1935(Qld) - Licences: 4DG Receive Brisbane (Wynnum, Qld, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; radio clubs (WIQ, QWI, WIAQ); electrical engineer - Relationships: father of Arthur Appleton Jackson - Electoral Rolls: electrical engineer (South Brisbane, Qld, 1903-1913); electrician (Wynnum, Qld, 1914-1934) * [[/Arthur Appleton Jackson|Jackson, Arthur Appleton]] [https://www.familysearch.org/tree/person/details/LY55-M8F] - 1891(Qld)-1985(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - amateur broadcaster; radio clubs (QWI, WIAQ); electrical engineer; business proprietor; Relationships: son of Alfred George Jackson - Electoral Rolls: electrical engineer (Wynnum, Qld, 1913-1914; Morningside, Qld, 1915-1919; Wynnum, Qld, 1919; South Brisbane, Qld, 1921-1968); retired (Hill End, Qld, 1972; Highgate Hill, Qld, 1977; Hopetoun Home, Oxley, Qld, 1980) * [[/James William Jackson|Jackson, James William "Jim"]] [https://www.familysearch.org/tree/person/details/G7FH-JCW] - 1916(Qld)-2011(Qld) - Licences: 4CN Brisbane (Cribb Island, 1938-1939; 1946-1969; Lawnton, 1975-1980) - Qualifications: cc; AOCP 2096, 1938, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); military (WW2,Northern Command Signals); farmer/electrician/radio & TV serviceman - Electoral Rolls: farmer (Cribb Island, Qld, 1937-1968); rubber worker (Lawnton, Qld 1972-1980) * [[/Thomas William Jackson|Jackson, Thomas William]] - 1830(Eng)-1918(Vic) - Deputy Postmaster-General Victoria ca 1880, clubs & societies (Telegraph Electrical Society Vic, member, ca 1880) ===''JAMES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Russell James|James, Brian Russell]] [https://www.familysearch.org/tree/person/details/GZLV-GXV] - 1920(SA)-1944(Europe) - Licences: 5BL Adelaide (1939) - Qualifications: AOCP 2293, 1939, SA - amateur operator, amateur broadcaster, WW2 (RAAF, 76 Squadron RAF, Flying Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://highgate-rsl.org.au/afcraaf-roll/james-brian-russell-417490/] * [[/Hector Keith James|James, Hector Keith]] [https://www.familysearch.org/tree/person/details/GZV7-WVL] - 1905(NSW)-1966(NSW) - Licences: 2XA Receive Sydney (Summer Hill, 1923); 2XA Sydney (Summer Hill, 1924-1933; Ashfield, 1934; Double Bay, 1935-1936; Coogee, 1937-1938; Woollahra, 1939; Summer Hill, 1948-1961) - Qualifications: cc; AOCP 183, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Summer Hill, 1930-1933), engineer (Edgecliff, 1936; Ashfield, 1949; Summer Hill, 1943-1963) * [[/Herbert Ronald James|James, Herbert Ronald]] [https://www.familysearch.org/tree/person/details/GDRD-1SM] - 1904(Vic)-1982(Vic) - Licences: 3LH Birchip (1931-1933); 3LH Drouin (1938-1939); 7LH Western Junction (1947); 7LH Launceston (1948); 3AJJ Melbourne (Deepdene, 1954); 3AJJ Lubeck (1955-1956); 3AJJ Braeside (1960); 3AJJ Rupanyup (1965-1969); 3AJJ Nowa Nowa (1975-1980) - Qualifications: cc; AOCP 813, 1931, Vic; BOCP 17, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Merbein, 1925); fitter & turner (Merbein, 1928-1931); radio engineer (Merbein, 1936); technician (Western Junction, Tas, 1949); radio engineer (Deepdene, 1954); technician (Rupanyup, 1963-1968); retired (Nowa Nowa, 1972-1980) * [[/R. James|James, R.]] - 19??(???)-19??(???) - Licences: XZE via Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified * [[/Thomas Reynolds James|James, Thomas Reynolds]] - 19??(???)-19??(???) - employment (Vic Posts & Telegraphs, worked on original Melbourne-Williamstown telegraph line 1854, later in charge of Melbourne Telegraph Office, but transferred to inspectorial work in 1879 due to disorganisation, reinstated in 1880) ===''JAMIESON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Jamieson|Jamieson, Charles William]] [https://www.familysearch.org/tree/person/details/L4SY-YNQ] - 1896(Vic)-1971(Vic) - Licences: XJW Melbourne (St Kilda, 1913-1914); 3CJ Melbourne (East St Kilda, 1924-1926); 3XX Melbourne (East Malvern, 1954-1975) - Qualifications: cc; BOCP 130, 1937 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: engineer (St Kilda, 1921-1925); mechanic (Malvern, 1926-1968) * [[/John Edward Jamieson|Jamieson, John Edward]] [https://www.familysearch.org/tree/person/details/G8VS-M43] - 1910(WA)-1957(WA) - Licences: 6LA Perth (Beaconsfield, 1930-1933); 6LA Kalgoorlie (1938-1939) - Qualifications: cc; AOCP 673, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio salesman (Kalgoorlie, 1936-1937); salesman (Kalgoorlie, 1943); radio engineer (Kalgoorlie, 1949-1954) ===''JANSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Harold Jansen|Jansen, Claud or Claude Harold]] [https://www.familysearch.org/tree/person/details/GDGS-9TN] - 1890(NSW)-1968(NSW) - Licences: V751 Receive Yarrawonga (1922); 3GW Receive Yarrawonga (1922)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: printer (Yarrawonga, 1913-1922); linotype engineer (Yarrawonga, 1924-1931); printer (Shepparton, 1934-1937); linotype operator (Albury, 1937-1949); engineer (Albury, 1954-1968) ===''JARDINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Ronald Jardine|Jardine, William Ronald]] [https://www.familysearch.org/tree/person/details/G8ZC-T63] - 1911(Vic)-1983(Vic) - Licences: 3PR Melbourne (Essendon, 1929-1933); 3PR Leongatha (1937-1939, 1946-1980+) - Qualifications: AOCP 533, 1929, No. ?? in Vic; AOLCP 108, 1933 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: farm labourer (Craigieburn, 1934); dairy farmer (Leongatha, 1937-1954); salesman (Leongatha, 1963-1980) ===''JARMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Arthur Jarman|Jarman, Oswald Arthur]] [https://www.familysearch.org/tree/person/details/G612-K6Y] - 1894(SA)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 162, 1915; 1COCP 37, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Broome, WA, 1921-1922); telegraphist (Applecross, WA, 1925; Surrey Hills, Vic, 1928); supervisor (Bentley, Vic, 1931-1954) ===''JARVIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jack Edwin Jarvis|Jarvis, Vincent Jack Edwin "Victor", "Vic"]] [https://www.familysearch.org/tree/person/details/GZ2K-6FP] - 1912(WA)-1941(Libya) - licences: 2VJ Orange (1930-1933), 2VJ Dubbo (1934), 2VJ Wellington (1935-1936), 2VJ Bathurst (1937), 2VJ Griffith (1938-1939) - qualifications: AOCP 695, 1930, No. ?? in NSW; BOCP 46, 1936 - amateur operator, amateur broadcaster (2VJ Wellington), broadcast engineer (2BS, 2RG), WW2 (RAAF, Rathmines Flying Boats Base, Palestine, Egypt, Libya) - electoral rolls: radio mechanic (Wellington, 1936), radio engineer (Bathurst, 1937), wireless operator (Rathmines, 1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/633817] ===''JEFFRYES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Harry Jeffryes|Jeffryes, Sydney Harry]] - 1884(Qld)-19??(???) - X?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), ship's wireless operator, member of the Australasian Antarctic Expedition 1911-1914 ===''JEFFS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Jeffs|Jeffs, Vincent]] [https://www.familysearch.org/tree/person/details/GX4T-4M8] - 1912?(???)-1970(Qld) - Licences: 4VJ Brisbane (Taringa, 1931-1933; City, 1934-1939, 1946; Gordon Park, 1948-1969) - Qualifications: cc; AOCP 753, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio cub (WIAQ, life member, lecturer, code instructor, field days, JOTA, conventions, operator 4WI); business proprietor (Jeffs Radio) - Electoral Rolls: salesman (Taringa, Qld, 1934; New Farm, Qld, 1936-1937; Taringa, Qld, 1937); radio manufacturer (New Farm, Qld, 1943); salesman (Taringa, Qld, 1949); businessman (Gordon Park, Qld, 1958-1968) ===''JENNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Jenner|Jenner, John Henry]] [https://www.familysearch.org/tree/person/details/K2Y9-64Z] - 1877(Eng)-1961(NSW) - Licences: 7BM Receive Premaydena (1923); Receive Premaydena (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: Father of 2ABM John Ingoldsby Jenner - Electoral Rolls: law clerk (Lindisfarne, 1914); orchardist (Koonya, 1919-1928); Xray technician (Double Bay, NSW, 1930; Bondi, 1933-1935) * [[/John Ingoldsby Jenner|Jenner, John Ingoldsby]] [https://www.familysearch.org/tree/person/details/LKY4-7S2] - 1904(Eng)-1980(???) - Licences: 2ABM Sydney (Maroubra, 1933-1939) - Qualifications: cc; AOCP 1194, 1933, NSW - amateur operator; amateur broadcaster - Relationships: Son of 7BM John Henry Jenner - Electoral Rolls: engineer (Haberfield, 1930; Bondi, 1933-1935); telephone engineer (Maroubra, 1937); engineer (Maroubra, 1943-1954; Revesby, 1968); retired (Turramurra, 1972); engineer (Revesby, 1980) ===''JENNISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Jennison|Jennison, Joseph William]] [https://www.familysearch.org/tree/person/details/LTS7-316] - 1899(Vic)-1965(Vic) - Licences: 2JJ Mathoura (1928-1939); 2MX Mathoura (1948-1950) - Qualifications: AOCP 414, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: farmer (Mathoura, 1930-1949; Echuca, 1954; Deniliquin, 1958); nil (Echuca, 1963) (Licences in the name of his father John William Jennison but most likely son was operator, father passed in 1942) ===''JENSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jens August Jensen|Jensen, Jens August]] [https://www.familysearch.org/tree/person/details/GXQM-1MX] - 1865(Vic)-1936(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - Minister for Navy (1915-1917) - Comment: famously dismissed for corruption in respect of purchase of Shaw Wireless Works in 1916 - Electoral Rolls: licensed victualler (Beauty Point, Tas, 1914-1919); orchardist (Beauty Point, Tas, 1919-1922); no occupation (Elsternwick, Vic, 1936) - Links: [[w:Jens_Jensen_(politician)|Wikipedia]] [https://adb.anu.edu.au/biography/jensen-jens-august-6840 ADB] * [[/Laurence Richard Hopkins Jensen|Jensen, Laurence or Lawrence Richard Hopkins]] [https://www.familysearch.org/tree/person/details/GZ6V-MJ1] - 1906(Tas)-1974(Tas) - Licences: 7BL Receive West Devonport (1923); Receive West Devonport (1923-1924); 7LJ Launceston (1925-1939, 1947-1969+) - Qualifications: cc; AOCP 78, 1925, No. ?? in Tas; BOCP 215, 1939; 1AOCP 9, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: schoolteacher (New Town, 1928); teacher (New Town, 1936-1972) ===''JENVEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Walter Jenvey|Jenvey, Henry Walter]] [https://www.familysearch.org/tree/person/details/G4QJ-7TS] - 1851(Eng)-1932(Vic) - Licences: AA Melbourne 1900; X?? Melbourne - early wireless experimenter, arguably his use of the identifier AA was the first use of an Australian callsign; arguably Australia's first amateur operator as the majority of his experiments were self-funded and in his own time - Qualifications: cc; Nil yet identified - employment (Vic P & T; PMGD) - Relationships: father of 3WW William Walter Jenvey - Electoral Rolls: electrical engineer (Brighton, 1909); public servant (Caulfield East, 1919-1931) * [[/William Walter Jenvey|Jenvey, William Walter "Bill"]] [https://www.familysearch.org/tree/person/details/G4QV-9GL] - 1904(Vic)-1981(Qld) - Licences: 3AY Melbourne (Caulfield, 1922-1927; Ormond, 1931-1938); 2YJ Sydney (Concord, 1939); 3AY Melbourne (Ormond, 1947); 2ZO Sydney (Willoughby, 1948-1969); 2ZO Noosa Heads (1980) - Qualifications: cc; CPRT 824, 1924; 1COCP 68, 1930 - amateur operator; amateur broadcaster - Relationships: son of Henry Walter Jenvey - Electoral Rolls: telegraphist (Caulfield, Vic, 1926-1927); operator (Bentleigh, Vic, 1931-1937); radio engineer (Croydon, NSW, 1943; Willoughby, NSW, 1949-1968); engineer (Willoughby, NSW, 1972); nil (Nelligen, NSW, 1977; Noosa Heads, Qld, 1980) ===''JERRARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Joseph Jerrard|Jerrard, Frederick Joseph]] [https://www.familysearch.org/tree/person/details/LB43-BKT] - 1899(Qld)-1963(Qld) - Licences: 4DR Receive Gayndah (1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Gayndah, 1921-1930); motor mechanic (Gayndah, 1936-1937); engineer (Indooroopilly, 1943-1963) ===''JESSOP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Patrick Ferman Jessop|Jessop, Patrick Ferman]] [https://www.familysearch.org/tree/person/details/G6QN-8HV] - 19??(Eng?)-19??(Qld?) - Licences: 4PJ Kamma (1925-1927); 4PJ Cairns (Hambledon, 1937-1939) - Qualifications: cc; Nil yet identified (England?) - amateur operator; amateur broadcaster; WW1(RFC) - Halcyon: not mentioned - Electoral Rolls: labourer (Edmonton, 1922-1930); weigh bridge clerk (Hambledon, 1936-1943) ===''JEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Jewell|Jewell, Thomas John]] [https://www.familysearch.org/tree/person/details/GDYD-YH1] - 1905(WA)-1965(WA) - Licences: 6CA Receive Perth (Subiaco, 1923); 6JJ Perth (Victoria Park, 1927); 6JJ Kalgoorlie (1930-1931); 6JJ Perth (Victoria Park, 1933-1939) - Qualifications: cc; CPRT 876, 1925; 1COCP 129, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Victoria Park, WA, 1931-1937); radio inspector (Victoria Park, WA, 1943; Scarborough, WA, 1949); inspector (Scarborough, WA, 1954-1963) ===''JOHNSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Johnson|Johnson, Arthur]] [https://www.familysearch.org/tree/person/details/GXD7-X12] - 1921(Qld)-2004(Qld) - Licences: 4PX Brisbane (Hendra, 1938-1939; Ascot, 1946-1948; Hendra, 1954-1975), 4PX Buddina Beach (1980+) - Qualifications: cc; AOCP 2093, 1938, Qld - amateur operator; amateur broadcaster; radio clubs (Sunshine Coast ARC); military (WW2, AIF, Signals) - Comment: Several contemporaneous AJs - Electoral Rolls: Commonwealth public servant (Hendra, Qld, 1968) + others * [[/Carl Francis Johnson|Johnson, Carl Francis]] [https://www.familysearch.org/tree/person/details/LH8T-HSH] - 1899(Tas)-1985(Tas) - Licences: Receive Hobart (West Hobart, 1923); 7AR Hobart (West Hobart, 1924-1939) - Qualifications: cc; AOCP 218, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: federal servant (West Hobart, 1922-1954) * [[/Edward Norman Johnson|Johnson, Edward Norman]] [https://www.familysearch.org/tree/person/details/MM4W-MLQ] - 1886(Vic)-1960(USA) - Licences: Receive Warrnambool (1923); 3ZO Warrnambool (1923-1924); 3ZO Horsham (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (East Melbourne, 1909); manager (Wonthaggi, 1914); draper (Newtown, 1917); traveller (Geelong, 1919) * [[/H. B. Johnson|Johnson, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1926); 5HB Adelaide (Henley Beach, 1937-1939) - Qualifications: AOCP 252, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: - common surname, individual not yet identified * [[/Ivo Uric Johnson|Johnson, Ivo Uric]] [https://www.familysearch.org/tree/person/details/G9VV-H8S] - 1903(NSW)-1961(Qld) - Licences: 4KL Cairns (1933-1960) - Qualifications: cc; CPRT 813, 1924; 2COCP 668, 1942; 1COCP 655, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Cairns, Qld, 1936-1963) * [[/Joseph Murray Johnson|Johnson, Joseph Murray]] [https://www.familysearch.org/tree/person/details/L5YM-M5N] - 1889(NSW)-1986(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 113, 1915; 1COCP 200, 1931 - RANRS (CPO to Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: engineer operator (Geraldton, 1915-1917); radio expert (Lane Cove, NSW, 1930-1934); engineer (Brighton, Vic, 1936; Caulfield, 1937); engineer (Longueville, NSW, 1943-1949); manager (Turramurra, 1954-1963); retired (Strathfield, 1963; Port Macquarie, NSW, 1968-1977; Wauchope/Yrrs, 1980) ===''JOHNSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. B. Johnston|Johnston, H. B.]] - 19??(???)-19??(???) - Licences: 6HB Perth (Leederville, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Norman Brint Johnston|Johnston, Norman Brint]] [https://www.familysearch.org/tree/person/details/G8NC-K7F] - 1913(WA)-1979(WA) - Licences: 6NJ Perth (South Fremantle, 1930-1933; Subiaco, 1937-1939) - Qualifications: cc; AOCP 642, 1930, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Subiaco, 1937-1943); radio mechanic (Maylands, 1943-1968; Mt Lawley, 1972-1977) * [[/Robert Walter Johnston|Johnston, Robert Walter]] [https://www.familysearch.org/tree/person/details/GXDS-FHJ] - 1914(Qld)-1963(Qld) - Licences: 4LQ Brisbane (Petrie Terrace, 1934-1939) - Qualifications: cc; AOCP 1270, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Petrie Terrace, Qld, 1936-1937); no occupation (Ingleburn, NSW, 1954-1958); retired (Petrie Terrace, Qld, 1963) * [[/William David Johnston|Johnston, William David]] [https://www.familysearch.org/tree/person/details/G8XJ-3RY] - 1909(Irl)-1985(NSW) - Licences: 2YZ Sydney (Ryde, 1930-1939, 1946-1948; Gladesville, 1950; Matraville, 1954-1980+) - Qualifications: AOCP 616, 1930, No. ?? in NSW; 2COCP 323, 1931; 1COCP 398, 1940 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Ryde, 1930-1943); radio engineer (Gladesville, 1949; Matraville, 1954-1980) ===''JOHNSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. D. Johnstone|Johnstone, H. D.]] - 19??(???)-19??(???) - Licences: 3HJ Melbourne (Surrey Hills, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified ===''JONASSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Peter Jonasson|Jonasson, Roy Peter]] [https://www.familysearch.org/tree/person/details/9KPW-ZL1] - 1908(Qld)-1989(Qld) - Licences: 4NG Alberton (1931-1933); 7NG Derwent Park (1937-1939); 3ND Castlemaine (1946-1969); 9NG, PNG; 4NE Brisbane (Kingston, 1980) - Qualifications: cc; AOCP 827, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, QRP Club, RAAF Wireless Reserve, Qld Listeners' League); employment (Qld State Electricity Commission) - Electoral Rolls: electrical fitter (Castlemaine, 1942-1972); retired (Kingston, Qld, 1972-1980) ===''JONES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Ernest Jones|Jones, Alfred Ernest]] [https://www.familysearch.org/tree/person/details/G61R-CTW] - 1894(NSW)-1970(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 241, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIO Broome (1917-1918) - Comment: not all electoral roll entries identified, several contemporaneous AEJs; Electoral Rolls: radio telegraphist (Broome, WA, 1917-1922) * [[/David William Jones|Jones, David William]] - 19??(???)-19??(???) - Licences: 4DJ Brisbane (Chelmer, 1930-1933) - Qualifications: cc; AOCP 683, 1930, No. ?? in Qld - amateur operator, amateur broadcaster - Comment: several contemporaneous DWJs - Electoral Rolls: public servant (Chelmer, 1925-1931); engineer (Holland Park, 1958)? * [[/Lancelot Cyril Jones|Jones, Lancelot Cyril "Lance"]] [https://www.familysearch.org/tree/person/details/G8L3-2LS] - 1891(SA)-1971(SA) - Licences: XVB Adelaide (Hawthorn, 1913-1914); 5BQ Adelaide (Westbourne Park, 1923-1924); 5DN Adelaide (City, 1923-1924) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; co-founder 5DN commercial Adelaide - Electoral Rolls: manager (Broadway Estate, 1939-1943) * [[/Raymond Edward Jones|Jones, Raymond Edward]] [https://www.familysearch.org/tree/person/details/LL9R-FLM] - 1900(Vic)-1987(Vic) - Licences: 3RJ Melbourne (Ascot Vale, 1928; Box Hill, 1931-1939, 1946-1980+) - Qualifications: AOCP 407, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: telegraphist (Newmarket, 1921); public servant (Ascot Vale, 1922-1924); telegraphist (Box Hill, 1931-1943); supervisor (Box Hill, 1949-1963); retired (Box Hill, 1968-1980) * [[/Stanley William Jones|Jones, Stanley William]] [https://www.familysearch.org/tree/person/details/GZL8-BPL] - 1917(Vic)-1943(PNG) - Licences: 3SF Ballarat (1937-1939) - Qualifications: AOCP 1953, 1937, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Signalman, 6 Division Signals) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1687469] (beware, another Stanley William Jones died in WW2, Flight Sergeant, 626 Squadron) * [[/Walter Henry Jones|Jones, Walter Henry]] [https://www.familysearch.org/tree/person/details/G8NB-Z8F] - 1914(NSW)-1980(NSW) - Licences: 2PY Sydney (Marrickville, 1930-1933); 2RS Sydney (Marrickville, 1935-1939); 2WP Sydney (Bexley, 1965-1980) - Qualifications: AOCP 652, 1930, NSW; 1COCP 57, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless telegraphist (Bexley North, 1949-1972); telegraphist (Bexley North, 1977-1980); Beware: Another contemporaneous Walter Henry Jones in Sydney b.1915 m.Edith * [[/W. R. Jones|Jones, W. R.]] - 19??(???)-19??(???) - Licences: 4EK Receive Brisbane (Hendra, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''JORDAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Jordan|Jordan, James "Jim"]] [https://www.familysearch.org/tree/person/details/GXHL-VNQ] - 1903(Sct)-1979(Qld) - Licences: 4JJ Ipswich (1933); 4JJ Bundaberg (1934-1939) - Qualifications: cc; AOCP 1162, 1933, Qld - amateur operator; amateur broadcaster; broadcast engineer (4BU); senior military (RAAF, Wing-Commander) - Electoral Rolls: striker (West Ipswich, Qld, 1932); radio mechanic (Bundaberg, Qld, 1934-1937) * [[/Robert Jordan|Jordan, Robert]] - 1893(NZ)-19??(???) - commercial operator (1COCP 4, 1914, No. 4 in Aus and Vic, Commonwealth system) - coastal station operator? ===''JUDD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Harvey Judd|Judd, Clarence Harvey]] [https://www.familysearch.org/tree/person/details/GXVF-9XS] - 1920(SA)-1986(SA) - Licences: 5HQ Adelaide (Colonel Light Gardens, 1954-1980) - Qualifications: cc; AOCP 3374, 1953, Qld - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/Oswald William Judd|Judd, Oswald William]] [https://www.familysearch.org/tree/person/details/GXVX-X56] - 1896(SA)-1934(SA) - Licences: XVF Adelaide (North Norwood, 1913); Receive Adelaide (Payneham, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur receiver - Electoral Rolls: Nil yet identified =='''K'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''KANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Leslie Kane|Kane, John Leslie "Les"]] - 1910(Qld)-1985(Qld), 4ZZ Roma, amateur operator (AOCP 2335, 1939, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), senior state public servant (Qld Railways) ===''KAUFMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Samuel Donald Kaufman|Kaufman, Samuel Donald]] [https://www.familysearch.org/tree/person/details/LB6X-937] - 1904(NSW)-1988(NSW) - Licences: 2SK Sydney (Belmore, 1928-1939, 1946-1980+) - Qualifications: AOCP 448, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical mechanic (Belmore, 1933-1980) ===''KAUPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Alexis Kauper|Kauper, Henry or Heinrich Alexis "Harry"]] [https://www.familysearch.org/tree/person/details/GZXZ-WYQ] - 1888(Vic)-1942(Vic) - Licences: S643 Adelaide (1921-1922); 5BG Adelaide (Dulwich, 1923-1926; Tusmore, 1927-1928) - Qualifications: cc; AOCP 97, 1925, No. ?? in SA - amateur operator; amateur broadcaster; broadcast engineer; inventor - Electoral Rolls: chauffer (Willaura, Vic, 1910); engineer (Richmond, Vic, 1931-1937) - [https://adb.anu.edu.au/biography/kauper-henry-alexis-harry-6898 ADB] ===''KAYESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Kayess|Kayess, Sydney]] [https://www.familysearch.org/tree/person/details/GCYG-NHD] - 1892(NSW)-1962(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified -RANRS (CPOE, 1917) - Electoral Rolls: fitter & turner (Cooktown, 1917); engineer (Hendra, Qld, 1919); engine driver (Charleville, Qld, 1921); mechanic (Mossman, 1925); motor mechanic (Watchem, Vic, 1928); auto engineer (Dulwich Hill, NSW, 1930); garage manager (New Lambton, NSW, 1930; Foveaux, NSW, 1933); engineer (Forest Lodge, NSW, 1935-1937); labourer (Darlinghurst, 1937; Glenmore, NSW, 1943); mechanical engineer trainee (Haberfield, NSW, 1949); engineer (Manly North, NSW, 1958) ===''KEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Patrick James Keane|Keane, John Patrick James]] [https://www.familysearch.org/tree/person/details/G8V5-P25] - 1903(NSW)-1964(NSW) - Licences: 2JN Cessnock (1930-1936; 2JN Sydney (Bexley, 1937-1939; McMahons Point, 1946-1961) - Qualifications: AOCP 698, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: storeman (Darling Harbour, 1930); clerk (Cessnock, 1931-1932; Newcastle, 1934; Bexley, 1935-1937; McMahons Point, 1943-1949; North Sydney, 1958-1963) ===''KEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Keast|Keast, Leslie John]] [https://www.familysearch.org/tree/person/details/K2QP-J6X] - 1886(SA)-1957(WA) - Journalist (Wireless Weekly; shortwave editor, Australasian Radio World, 1940-1951; Radio & Hobbies), professional monitor (OWI/VOA, WW2), silent era cinematographer - Electoral Rolls: licensed victuallar (Royal Hotel, Bowral, 1933-1934); ex-hotelkeeper (Coogee, 1935); clerk (Randwick North, 1936-1937); sales manager (Carlingford, 1943); organising secretary (Ermington, 1949-1958) ===''KEDDIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Phillip Robert Keddie|Keddie, Phillip Robert]] [https://www.familysearch.org/tree/person/details/G67S-1T7] - 1921(SA)-2003(SA) - Licences: 5KZ Adelaide (Woodville Park, 1937-1939, 1947-1980+) - Qualifications: cc; AOCP 1882, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: AMF (Woodville Park, SA, 1943) ===''KELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Charles Edward Kells|Kells, Alfred Charles Edward]] [https://www.familysearch.org/tree/person/details/LTMT-7D3] - 1900(Vic)-1955(Vic) - Licences: Receive Melbourne (Moonee Ponds, 1923); 2430 Melbourne (Moonee Ponds, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: postal electrician (Moonee Ponds, 1921-1925); mechanic (Essendon, 1928-1954) ===''KELLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Wainwright Kelly|Kelly, Alexander Wainwright]] [https://www.familysearch.org/tree/person/details/GZP6-G6V] - 1908(SA)-1954(SA) - Licences: Receive (Crystal) Largs Bay (1923); Receive Largs Bay (1923); 5AW Lyndoch (1927-1939); 5XO Loxton (1954) - Qualifications: cc; AOCP 358, 1927, No. ?? in SA - amateur operator; amateur Broadcaster - Electoral Rolls: winemaker (Berri, 1939-1943) * [[/Ross Donaldson Kelly|Kelly, Ross Donaldson]] [https://www.familysearch.org/tree/person/details/G7BG-2PR] - 1906(SA)-1959(SA) - Licences: 5LW Adelaide (Unley, 1937-1939; Hazelwood Park, 1948-1956) - Qualifications: cc; AOCP 2032, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: assurance agent (Dulwich, 1941-1943) ===''KELSO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Graham Kelso|Kelso, Graham]] [https://www.familysearch.org/tree/person/details/GXXH-9DH] - 19??(???)-19??(???) - Licences: 4EL Receive Brisbane (Nundah, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: PMG technician (Petrie Terrace, Qld, 1958); technician (Brisbane, Qld, 1968; St Lucia, Qld, 1972-1980) ===''KEMBLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Kemble|Kemble, Frederick John]] [https://www.familysearch.org/tree/person/details/GZZ2-8WY] - 1915(SA)-1939(WA) - Licences: 6FJ Katanning (1936-1939) - Qualifications: cc; AOCP 1673, 1936, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: blacksmith's striker (Katanning, WA, 1937) ===''KEMP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Alexander Kemp|Kemp, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/GZ2F-PYS] - 1910(Qld)-1997(Qld) - Licences: 4YA Yangan - Qualifications: cc; AOCP 1466, 1935, Qld; BOCP 110, 1937; 2COCP 123, 1937; 1COCP 163, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Swanfels, Qld, 1936-1937); radio technician (Kedron, Qld, 1943-1949; Wavell Heights, Qld, 1954-1980) * [[/Joseph Edward Kemp|Kemp, Joseph Edward]] [https://www.familysearch.org/tree/person/details/G691-NWV] - 1918(Tas)-1991(WA) - Licences: 7RZ Devonport (1937-1939); 7RZ Launceston (1946-1948) - Qualifications: cc; AOCP 1847, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio telegraphist (Como, 1949); radio officer (Esperance, 1954-1958; Yokine, WA, 1963-1980) ===''KEMPSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Kempster|Kempster, Frederick]] [https://www.familysearch.org/tree/person/details/LVPC-NHM] - 1900(SA)-1957(SA) - Licences: 5KM Darwin (1929-1931); 8KM Darwin (1937-1939) - Qualifications: cc; AOCP 543, 1929, No. ?? in NT - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Fullarton, 1934); supervisor (Fullarton, 1939-1943) ===''KENNA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Francis Kenna|Kenna, Vernon Francis "Vern" / "Marconi"]] [https://www.familysearch.org/tree/person/details/GS1D-4ZV] - 1908(Qld)-1987(NSW) - Licences: 4DE Receive Brisbane (Hamilton, 1923-1924); 4FK Brisbane (Hamilton, 1926-1939); 2JR Sydney (Middle Cove, 1980+) - Qualifications: cc; AOCP 301, 1926, No. 29 in Qld - amateur operator; amateur broadcaster; broadcast engineer (PMGD); radiocommunications engineer; senior public servant (PMG, ABC2); WW2 - Electoral Rolls: postal electrician (Hamilton, Qld, 1936-1954); engineer (Balwyn, Vic, 1963; Killara, 1963; Middle Cove, 1968-1972; Willoughby, 1977-1980) ===''KENNEDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Kennedy|Kennedy, Peter]] [https://www.familysearch.org/tree/person/details/GDKD-8Q7] - 1874(Vic)-1945(SA) - Licences: XYD Perth (City, 1913-1914); 6AM Perth (Mt Lawley, 1923-1927); 5AM Adelaide (City, 1928; Unley, 1931; New Parkside, 1933-1939) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; senior federal public servant (PMG, concluding as Deputy Postmaster-General SA); WW1 - Awards: Imperial Service Order - Electoral Rolls: telegraphist (Leederville, 1903; Mt Lawley, 1910-1921); State Engineer (Maylands, 1925-1926); civil servant (New Parkside, 1939-1943) * [[/M. Kennedy|Kennedy, M.]] - 19??(???)-19??(???) - Licences: 4EP Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Walter Donald Kennedy|Kennedy, Walter Donald]] [https://www.familysearch.org/tree/person/details/LBRG-1WB] - 1869(NSW)-1951(NSW) - Licences: 2WK Sydney (Rockdale, 1925-1926; Willoughby, 1927-1929); 2WK Helensburgh (1930-1933); 2WK Sydney (East Sydney, 1934); 2WK Wallerawang (1935); 2WK Sydney (Rockdale, 1936-1939, 1946-1950) - Qualifications: cc; AOCP 121, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: clergyman (Murrumburrah, 1913; Helensburgh, 1930-1932); clerk (Darlinghurst, 1934-1935); clerk in Holy Orders (Rockdale, 1936-1949) ===''KENNY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Francis Kenny|Kenny, Edmund Francis]] [https://www.familysearch.org/tree/person/details/G8MB-R3M] - 1903(NSW)-1980(NSW) - Licences: 2EK Sydney (Lewisham, 1927-1928; Croydon, 1929; Ryde, 1930-1931; Granville, 1933-1939, 1946-1948); 2EK Wentworthville (1950-1980) - Qualifications: AOCP 373, 1927, No. ?? in NSW -amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1930); clerk (West Ryde, 1930-1933); engineer (Granville, 1935-1949); radio engineer (Wentworthville, 1954-1968); engineer (Wentworthville, 1972-1977) ===''KEOGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William George Keogh|Keogh, William George]] [https://www.familysearch.org/tree/person/details/GDJ4-H7G] - 19??(???)-1960(NSW) - Licences: 2ZA Receive Sydney (Stanmore, 1923); 2ZA Sydney (Summer Hill, 1923; Stanmore, 1924-1925); licensed operator 2AG Grace Bros Broadway - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Randwick North, 1943-1958) ===''KERBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Thomas John Kerby|Kerby, Edwin Thomas John]] [https://www.familysearch.org/tree/person/details/GM72-SFL] - 1888(Vic)-1971(Vic) - Licences: 7EK Ringarooma (1932-1939); 3KK Melbourne (Auburn, 1946-1969) - Qualifications: cc; AOCP 940, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; WW1; WW2 (Major) - Awards: Military Star 1914-1915; British War Medal, Victory Medal; MBE - Electoral Rolls: manager (Ballarat, 1909); restaurant keeper (Brunswick, 1914); electrical engineer (Richmond, 1914-1917); grazier (Ballarat, 1919); farmer (Linton, 1922); grazier (Fawkner, 1924-1925); engineer (St Kilda, 1943; Auburn, 1949-1968) - Links: [[w:Edwin Kerby|Wikipedia]] ===''KERMOND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie John Kermond|Kermond, Leslie John "Les"]] [https://www.familysearch.org/tree/person/details/G8W7-Y88] - 1912(Vic)-2007(Vic) - Licences: 3DX Warrnambool (1928-1980+) - Qualifications: AOCP 417, 1928, No. ?? in Vic; AOLCP 182, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: biograph operator (Warrnambool, 1936-1937); engineer (Swan Hill, 1942); radio engineer (Warrnambool, 1949-1980) ===''KERNICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Edwin Kernick|Kernick, Percy Edwin]] [https://www.familysearch.org/tree/person/details/LX7S-JW1] - 1888(NSW)-1965(WA) - Licences: 6PK Perth (South Perth, 1927-1939, 1946-1947) - Qualifications: cc; AOCP 378, 1927, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Sandstone/Mt Magnet, 1910); telegraphist (Brown Hill/Kalgoorlie, 1917; South Perth, 1925-1963) ===''KERR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Dixon Kerr|Kerr, Alfred Dixon]] [https://www.familysearch.org/tree/person/details/GZT8-ZKF] - 1910(Vic)-1977(Vic) - Licences: 3AL Ballarat (1926-1939, 1946-1960); 3JQ Melbourne (Hawthorn, 1975) - Qualifications: AOCP 284, 1926, No. ?? in Vic; AOLCP 18, 1930 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Ballarat, 1931-1968); retired (Hawthorn, 1977) * [[/Roy Kerr|Kerr, Roy]] [https://www.familysearch.org/tree/person/details/GXHP-SBX] - 1917(Qld)-1988(Qld) - Licences: 4DK Winton (1937-1939); 4DK Brisbane (Tingalpa, 1946-1951) - Qualifications: cc; AOCP 1941, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; federal public servant (PMGD, telegraphist) - Relationships: brother of Vernon Lester Kerr 4LK - Electoral Rolls: * [[/Vernon Lester Kerr|Kerr, Vernon Lester "Vern"]] [https://www.familysearch.org/tree/person/details/GXHP-MCW] - 1912(Qld)-1979(Qld) - Licences: 4LK Winton (1932-1933); 4LK Cloncurry (1937-1939, 1946-1948); 4LK Charters Towers (1954-1969); 4LK Charleville (1975) - Qualifications: cc; AOCP 800, 1931, No. ?? in Qld; COCP 1941, amateur operator; amateur broadcaster; radio club (WIAQ, Soc Wireless Pioneers USA); employment (RFDS, technical officer / controller / announcer) - Relationships: brother of Roy Kerr 4DK - Electoral Rolls: radio technician (Charters Towers, Qld, 1954-1977); technician (Charleville, Qld, 1977) ===''KHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kullandar Jallander Khan|Khan, Kullandar Jallander]] [https://www.familysearch.org/tree/person/details/GX89-VLY] - 1916(Qld)-1983(Qld) - Licences: 4QA Cairns (1937-1939, 1947); 4DC Cairns (1948-1960); 4DC Brisbane (New Farm, 1965-1980+) - Qualifications: cc; AOCP 1979, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 4QA may have been withdrawn by PMGD for 4QA Cairns - Electoral Rolls: picture theatre operater (Cairns, Qld, 1943); radio serviceman (Cairns, Qld, 1954-1958); tv technician (New Farm, Qld, 1968-1977); retired (New Farm, Qld, 1980) ===''KIDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian McIvor Kidman|Kidman, Ian McIvor]] [https://www.familysearch.org/tree/person/details/LD7Q-7N2] - 1915(SA)-1981(SA) - Licences: 5JK Naracoorte (1933-1937) - Qualifications: cc; AOCP 1163, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''KILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Harold Kilby|Kilby, Raymond Harold]] [https://www.familysearch.org/tree/person/details/G691-9VD] - 1918(Tas)-1999(Tas) - Licences: 7RK Launceston (1935-1939, 1946-1980+) - Qualifications: cc; AOCP 1461, 1935, No. ?? in Tas; BOCP 1568, 1957; 1COCP 1862, 1958; 2COCP T1, 1977 - amateur operator; amateur broadcaster - Electoral Rolls: upholsterer (Launceston, 1943-1972) ===''KILGARIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Kilgariff|Kilgariff, Joseph]] [https://www.familysearch.org/tree/person/details/GDS2-XBD] - 1886(NSW)-1971(SA) - Licences: 5JT Adelaide (Burnside, 1937-1939; Erindale, 1947-1948; North Glenelg, 1954-1969) - Qualifications: cc; AOCP 1884, 1937, SA; 2COCP 325, 1940 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carpenter (Boulder, WA, 1910-1912); builder (Alice Springs, NT, 1934; Burnside, SA, 1939); RAAF (Leabrook, SA, 1943) ===''KILSBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Wilbur Kilsby|Kilsby, Keith Wilbur]] [https://www.familysearch.org/tree/person/details/KCHP-4ZS] - 1912(SA)-1970(SA) - Licences: 5PR Moorak (1933); 5PR Birdwood (1938); 5PR Wiltyerong via Murray Bridge (1947); 5PR Mingary via Murray Bridge (1948); 5PR Murray Bridge (1954); 5PR Adelaide (Payneham, 1955-1969) - Qualifications: cc; 2COCP 419, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: grazier (Birdwood, SA, 1939; Wiltyerong, SA, 1941-1943); ===''KING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Calvert King|King, Charles Calvert]] [https://www.familysearch.org/tree/person/details/GXQT-4R1] - 1885(Eng)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 105, 1915; 2COCP 155, 1930 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (New Town, Tas, 1914); warrant telegraphist (Wireless Station, Applecross, 1921-1925); music teacher (Randwick, NSW, 1930); musician (Clovelly, 1931; Rose Bay, 1932-1933); librarian (Woollahra, 1934); salesman (Bondi, NSW, 1935); Model Maker (Watson's Bay, 1936-1937) * [[/Fred Esmond King|King, Fred Esmond (Electoral Rolls) or Esmonde (BMD)]] [https://www.familysearch.org/tree/person/details/GXNY-81C] - 1896(Qld)-1986(Qld) - Licences: 4CQ Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: station hand (Bulliwallah, Qld, 1919-1963) * [[/Frederick Venn King|King, Frederick Venn]] [https://www.familysearch.org/tree/person/details/KJHN-MV3] - 1888(Qld)-1968(Qld) - Licences: Receive (Valve) Cunnamulla (1924) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: station hand (Weelamurra Station, Qld, 1909); grazier (Weelamurra Station, Qld, 1913-1921); not stated (Warrambah Station, Cunnamulla, Qld, 1925); grazier (Barrington Station, Cunnamulla, Qld, 1930-1954); retired (Camp Hill, Qld, 1958-1968) ===''KINGWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Hercules Kingwell|Kingwell, William Hercules]] - broadcast planning engineer (PMGD, ABCB) ===''KINSELLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hector Thomas Kinsella|Kinsella, Hector Thomas]] [https://www.familysearch.org/tree/person/details/G8NC-XN9] - 1912(WA)-1993(WA) - Licences: 6HK Perth (Hollywood, 1930; East Perth, 1931) - Qualifications: cc; AOCP 641, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: chemist (South Perth, 1936-1937; Victoria Park, 1943); pharmacist (Perth, 1949; Narrogin, 1954-1958; Applecross, 1963; Ardross, 1968-1972; Booragoon, 1977-1980) * [[/Thomas Wade Kinsella|Kinsella, Thomas Wade]] [https://www.familysearch.org/tree/person/details/G8P2-TSG] - 1904(Vic)-2001(NSW)96yo - Licences: Receive (Crystal) Lubeck (1923); 3TK Lubeck (1924-1926); 3TK Rupanyup (1937-1939); 2FK Sydney (Rose Bay, 1946; Herne Bay, 1947; Sans Souci, 1948-1980+) - Qualifications: cc; AOCP 1992, 1937, No. ?? in Vic; BOCP 532, 1943 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrician (Lubeck, 1927-1936); RAN (Sans Souci, 1949-1980) - Relationships: brother of 3AKW William Jennings Kinsella * [[/William Jennings Kinsella|Kinsella, William Jennings]] [https://www.familysearch.org/tree/person/details/G8PG-S8S] - 1914(Vic)-2011(Vic) - Licences: 3AKW Lubeck (1947-1980+) - Qualifications: cc; BOCP 498, 1943; 2AOCP 55, 1946 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grazier (Magdala, Lubeck, 1936-1972; Lubeck, 1977-1980) - Relationships: brother of 3TK-2FK Thomas Wade Kinsella ===''KINZBRUNNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Charles Kinzbrunner|Kinzbrunner, Harry Charles]] [https://www.familysearch.org/tree/person/details/G8H4-SZM] - 1903(Eng)-1982(Qld) - Licences: 4HK Cloncurry (1929-1931); 4HK Mareeba (1933); 4HK Tully (1937-1939); 4HK Atherton (1946-1980+) - Qualifications: cc; AOCP 474, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, radio clubs (WIAQ), employment (Australian Inland Mission, QATB) - Electoral Rolls: radio mechanic (Malanda, 1937); electrical engineer (Ashgrove, 1943); radio mechanic (Atherton, 1943); refrigeration & electrical contractor (Atherton, 1949-1972); electrical contractor (Atherton, 1977-1980) ===''KIRBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ewan Russell Kirby|Kirby, Ewan Russell]] [https://www.familysearch.org/tree/person/details/G4R1-4J7] - 1885(Tas)-1947(Tas) - Licences: XZB Hobart (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; First set 1909 communicated with M. Harvey; employed Hydro-electric Dept - Electoral Rolls: electrician (Hobart South, 1914-1919); engineer (Hobart West, 1922-1936) ===''KIRKBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Kirkby|Kirkby, Brian]] - historian (early wireless experimenters, Edward Hope Kirkby, Archibald John Shaw), great grandson of Edward Hope Kirkby * [[/Charles Edward Kirkby|Kirkby, Charles Edward]] - 1886(Vic)-1954(NSW) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of George Gill Kirkby * [[/Edward Hope Kirkby|Kirkby, Edward Hope]] - 1853(At sea)-1915(NSW) - early wireless and X-ray experimenter, father of George Gill Kirkby and Charles Edward Kirkby * [[/George Gill Kirkby|Kirkby, George Gill]] - 1884(Vic)-1916(Vic) - early wireless and X-ray experimenter, son of Edward Hope Kirkby, brother of Charles Edward Kirkby ===''KIRKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Everald Wharton Kirke|Kirke, Basil Everald Wharton]] [https://www.familysearch.org/tree/person/details/G6NX-FFQ] - 1893(NSW)-1958(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - WW1; chief studio announcer/Uncle "Bas" (2BL); manager, 6WF; manager 9PA (1946); manager (ABC, Victoria, 1936) - Electoral Rolls: manager (Subiaco, 1931; Perth, 1934-1936; Melbourne, 1937-1943; Perth, 1954) - Links: [https://adb.anu.edu.au/biography/kirke-basil-everald-wharton-10751 ADB] ===''KIRKLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Booth Kirkland|Kirkland, John Booth]] - 1861(Vic)-1900(Vic) - early telephone experimenter, Melbourne, Geelong & Ballarat ===''KIRKPATRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. Kirkpatrick|Kirkpatrick, J.]] - 19??(???)-19??(???) - Licences: 6DP Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''KISSICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Leslie Hawthorn Kissick|Kissick, Alfred Leslie Hawthorn]] [https://www.familysearch.org/tree/person/details/LK9D-7LL] - 1904(Vic)-1967(Vic) - Receive Melbourne (Brunswick, 1923-1924), 3KB Melbourne (Brunswick, 1925-1939, 1946-1965), amateur operator (AOCP 141, 1925, No. ?? in Vic), operator 3CR Coburg Radio Club (1925), amateur broadcaster, clerk (1934) ===''KITTO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Collingwood Kitto|Kitto, Thomas Collingwood]] [https://www.familysearch.org/tree/person/details/MCKM-W8G] - 1903(Tas)-19??(???) - Licences: 7?? Launceston (1928); 5JR Adelaide (Tusmore, 1931); 2JR Newcastle (1933); 2JS Newcastle (1933-1939) - Qualifications: cc; AOCP 425, 1928, No. ?? in Tas; AOLCP 43, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: fitter & turner (Launceston, 1928); radio engineer (Sandgate, NSW, 1935; Ulverstone, Tas, 1937); engineer (Hawthorn, Vic, 1942); radio engineer (Prahran, 1949); retired (Deception Bay, 1972) ===''KLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Robert Kling|Kling, John Robert]] [https://www.familysearch.org/tree/person/details/LRQZ-B4W] - 1905(Vic)-1969(Vic) - Licences: 3JB Melbourne (Balwyn, 1928; South Camberwell, 1931; Hawthorn East, 1933; Hampton, 1937-1939); 3AJQ Melbourne (Seaford, 1954-1955; Lower Ferntree Gully, 1956; Frankston, 1960-1965) - Qualifications: AOCP 403, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: mechanic (Camberwell, 1931-1933; Sandringham, 1936-1937); engineer (Sandringham, 1942; Bacchus Marsh, 1949); radio sound engineer (Seaford, 1954); electrician (Frankston, 1963-1968) ===''KNAPTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carlo Patrick Knapton|Knapton, Carlo Patrick]] [https://www.familysearch.org/tree/person/details/9DQR-R5C] - 1879(Irl)-1955(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - wireless trader (WA); witness to Royal Commission 1927 (as vice-president, Wireless Traders Assoc, WA) - Electoral Rolls: engineer (Carlton, Vic, 1914); lighting engineer (South Perth, 1921-1954) ===''KNEIPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Kneipp|Kneipp, James Henry "Jim"]] [https://www.familysearch.org/tree/person/details/GQ5R-YBH] - 1875(NSW)-1958(Qld) - Licences: Receive Brisbane (Cannon Hill, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: saddler (Morningside, Qld, 1905); railway employee (Morningside, Qld, 1908-1917; Cannon Hill, Qld, 1919-1958) ===''KNIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Keith Knight|Knight, Rupert Keith]] [https://www.familysearch.org/tree/person/details/G8MJ-Z5W] - 1898(Qld)-1934(Qld) - Licences: 4RK Toowoomba (1926-1927) - Qualifications: cc; Nil identified - amateur operator; amateur broadcaster - Halcyon: not mentioned? - Electoral Rolls: clerk (Toowoomba, 1919); bank clerk (East Toowoomba, 1925-1926); not specified (East Toowoomba, 1928-1932) ===''KNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Brader Knock|Knock, Donald Brader "Don"]] [https://www.familysearch.org/tree/person/details/GWWR-L62] - 1898(Eng)-1966(NSW) - Licences: 1911 Manchester; G6XG London (1924-1926); 2NO Sydney (Cremorne, 1926-1927; Vaucluse, 1927; Kirribilli, 1928; Randwick, 1929); 6NK Wyndham (1930-1931); 2NU Portable Sydney 1935-1939; 5NO Portable Central Australia; 2NO Sydney (Waverley, 1946-1966) - Qualifications: cc; AOCP 335, 1927, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer (2MO); radiocommunications engineer; journalist (Wireless Weekly, Radio in ANZ, Radio Monthly, Australian Radio News, Bulletin, Australasian Radio World); military (WW1 - Royal Naval Air Service, WW2 - AIF lieutenant-major) - Electoral Rolls: engineer (Waverley, 1930); radio journalist (Waverley, 1932-1933); radio engineer (Waverley, 1935-1963) ===''KNOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carlisle Maddison Knowles|Knowles, Henry Carlisle Maddison]] [https://www.familysearch.org/tree/person/details/L4Q8-642] - 1901(NSW)-1945(ACT) - Licences: 2LK Sydney (Arncliffe, 1930-1931) - Qualifications: AOCP 653, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: pharmacist (Woolahra, 1933; Kingston, ACT, 1935-1943) ===''KOSSECK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Edwin Frederick Kosseck|Kosseck, Edwin Frederick]] [https://www.familysearch.org/tree/person/details/G8VB-VTG] - 1909(Vic)-1989(Vic) - Licences: 3EK Geelong (Belmont, 1930-1933); 3AKE Geelong (Newport, 1947; Belmont, 1948-1980+) - Qualifications: AOCP 705, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: gardener (Belmont, 1931-1937); RAAF (Newport, 1943); gardener (Belmont, 1949-1980) ===''KRAEGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carl W. J. Kraegen|Kraegen, Carl W. J. "Charles"]] - 1831?(Germany?)-1871(NT) - employment (Vic Posts & Telegraphs, SA Posts & Telegraphs), telegraph operator (Ballarat, Portland), developed an early system of explosive detonation by battery, tragically died of thirst during the construction of the Overland Telegraph ===''KRUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Augustine Kruger|Kruger, Francis Augustine]] [https://www.familysearch.org/tree/person/details/GDJZ-58H] - 1907(Vic)-1992(Vic) - Licences: 3HE Receive Charlton (1922-1923); 3HE Charlton (1924-1925); 3AI Charlton (1935-1939); 3AI Strathmore (1946-1980+) - Qualifications: cc; AOCP 1541, 1935, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: dental mechanic (Charlton, 1928-1937); cinema operator (Charlton, 1942); executive (Essendon, 1949-1968; Strathmore, 1977-1980) =='''L'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''LABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Howell Laby|Laby, Thomas Howell]] - 1880(Vic)-1946(Vic) - frequent lecturer on wireless topics to WIA Vic in the 1920s, education (BA Cambridge 1905, PhD Cambridge 1921), employment (University of Sydney, 1901-1904; Cavendish Laboratory, 1905; Professor Physics, Victoria University College, Wellington, 1909; Professor Natural Philosophy, University of Melbourne, 1915-1930+), Royal Society of Victoria (president, 1924) ===''LACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis James Lack|Lack, Francis James]] [https://www.familysearch.org/tree/person/details/LCQH-WJR] - 1876(NSW)-1949(Qld) - Licences: Receive (Valve) Brisbane (Sandgate, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Warwick, Qld, 1903; Tiaro, Qld, 1905-1906; Maryborough, Qld, 1908); fish agent (Maryborough, Qld, 1913); engineer (Sandgate, Qld, 1916); accountant (Sandgate, Qld, 1917-1949) ===''LAHEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Wesley Lahey|Lahey, John Wesley]] [https://www.familysearch.org/tree/person/details/LKRX-KPL] - 1850(Irl)-1937(Qld) - Licences: 4EG Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: sawmill proprietor (Clayfield, Qld, 1908-1909); sawmiller (Clayfield, Qld, 1913-1936) ===''LAIDLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Laidler|Laidler, Thomas]] [https://www.familysearch.org/tree/person/details/L1KG-31L] - 1904(Eng)-1995(SA) - Licences: 5TL Ceduna (1937-1939, 1947); 5TL Largs Bay (1948); 5TL Renmark (1954-1960); 5TL Adelaide (Glandore, 1965-1980+) - Qualifications: cc; AOCP 1934, 1937, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: postmaster (Ceduna, SA, 1939-1943) ===''LAKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric James Lake|Lake, Eric James]] [https://www.familysearch.org/tree/person/details/GDFZ-CKK]- 1906(Eng)-1966(Qld) - Licences: 4EL Brisbane (Kangaroo Point, 1932-1939; Camp Hill, 1946-1948); 4EL Clevedon (1954-1956); 4EL Townsville (Belgian Gardens, 1960-1965) - Qualifications: cc; AOLCP 54, 1931; AOCP 966, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, instructor); broadcast technician (4QN); federal public servant (PMGD) - Electoral Rolls: radio operator (Coorparoo, Qld, 1937); radio technician (Camp Hill, Qld, 1943-1949; Townsville, Qld, 1954-1963); ===''LAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank John Federal Laker|Laker, Frank John Federal]] [https://www.familysearch.org/tree/person/details/M1V2-P8Q] - 1899(NSW)-1953(NSW) - Licences: 2ZE Deniliquin (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: sales manager (St Kilda, Vic, 1925); clerk (Bondi, 1935-1937); accountant (North Rocks, 1954) ===''LALOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Fintan Lalor|Lalor, Peter Fintan]] - 1827(Irl)-1889(Vic) - Leader of the Eureka Stockade, Postamaster-General Victoria (Aug 1875-Oct 1875) ===''LAMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. D. Lamb|Lamb, A. D.]] - 19??(???)-19??(???) - Licences: 4DK Receive Brisbane (New Farm, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/James Joseph Wiseman Lamb|Lamb, James Joseph Wiseman]] [https://www.familysearch.org/tree/person/details/GX7M-49X] - 1876(Vic)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 119, 1915; 1COCP 264, 1932 - RANRS (Warrant Telegraphist, 1917) - Relationships: father of Harry Spencer Lamb - Electoral Rolls: civil servant (Subiaco, WA, 1910); radio station master (Townsville, Qld, 1921); wireless (Malvern, Vic, 1927); superintendent (Toorak, Vic, 1928-1936; Elsternwick, Vic, 1937); retired (Elsternwick, Vic, 1942) * [[/Harry Spencer Lamb|Lamb, Harry Spencer]] [https://www.familysearch.org/tree/person/details/GX7M-SQY] - 1906(WA)-1984(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcaster - Relationships: son of James Joseph Wiseman Lamb - Electoral Rolls: ===''LAMBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Clayton Lambert|Lambert or Mason, Frank Clayton]] [https://www.familysearch.org/tree/person/details/G8C3-761] - 1908(WA)-1993(WA) - Licences: 6FL Perth (South Perth, 1929-1931); 6FL Geraldton (1933); 6FL Perth (Wembley, 1937-1939; Subiaco, 1947); 3AFL Bairnsdale (1948); 6FL Perth (Claremont, 1954-1956; Bassendean, 1965-1980+) - Qualifications: cc; AOCP 503, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: picture employee (South Perth, WA, 1931); projectionist (Albany, WA, 1934); sound projectionist (East Fremantle, WA, 1936); projectionist (Wembley Park, WA, 1937); radio technician (Subiaco, WA, 1943-1949); dealer (Claremont, WA, 1954); radio dealer (Bassendean, WA, 1958-1980) ===''LANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Herbert Dodson Lane|Lane, Cyril Herbert Dodson]] - 1888(NSW)-1915(Tur) - XDM Sydney (1909-1914), early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in NSW), born Cyril Herbert Dodson, brother-in-law of Charles Dansie Maclurcan "Greater love hath no man" ===''LANGFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Leslie Langfield|Langfield, Harold Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/GX84-3D6] - 1893(Wales)-1982(Qld) - Licences: 4CO Brisbane (Rosalie, 1935-1960) - Qualifications: cc; AOCP 1572, 1935, Qld - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: club steward (Rosalie, Qld, 1934-1977; Paddington, Qld, 1980); ===''LANGFORD-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fritz Langford-Smith|Langford-Smith, Fritz]] - 1904(NSW)-1966(NSW) - 2?? Sydney, amateur operator (AOCP ??, 19??, No. ?? in Qld), electronics designer (AWA), author (Radiotron Designers Handbook), journalist (Radiotronics) - Links: [http://messui.polygonal-moogle.com/valves/NW198908.pdf EA] ===''LANGHANS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ron Langhans|Langhans, Ron]] - historian (broadcasting) ===''LANGRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George David Langridge|Langridge, George David]] - 1829(Eng)-1891(Vic) - Postmaster-General Victoria in early 1880s ===''LAPTHORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Charles Lapthorne|Lapthorne, Horace Charles]] [https://www.familysearch.org/tree/person/details/G8W8-STK] - 1900(Vic)-1975(NSW) - Licences: 2TM Receive Sydney (Artarmon, 1923-1924); 2HL Sydney (Chatswood, 1928-1938; Lane Cove, 1939; Artarmon, 1948-1969); 2HL Noraville (1975) - Qualifications: AOCP 422, 1928, No. ?? in NSW - amateur operator? - Electoral Rolls: electrician (Artarmon, 1930-1937; Chatswood, 1943-1968); retired (Noraville, 1972) ===''LARSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Peter Christian Larsen|Larsen, Herbert Peter Christian]] [https://www.familysearch.org/tree/person/details/G36L-GHQ] - 1901(Qld)-1976(Qld) - Licences: 4JW Charters Towers(1928-1937); 4JW Cairns (1938-1939, 1947-1956); 4JW Charters Towers (1960-1975) - Qualifications: cc; AOCP 439, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: brewery hand (Charters Towers, 1925-1936); engine driver (Cairns, 1943-1954; Charters Towers, 1958-1968) ===''LARSSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gustaf William Larsson|Larsson, Gustaf William]] [https://www.familysearch.org/tree/person/details/GDTD-55K] - 1902(Tas)-1992(Tas) - Licences: 7BJ Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; AOLCP 92, 1932; AOCP 3275, 1952 - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Hobart West, 1928-1936) ===''LATHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Couzens Lathwell|Lathwell, Arthur George Couzens]] [https://www.familysearch.org/tree/person/details/GZH3-G9L] - 1911(WA)-1996(WA) - Licences: 6AL Bunbury (1935-1939, 1947-1975) - Qualifications: cc; AOCP 1467, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician's assistant (Bunbury, WA, 1936-1937); electrician (Bunbury, WA, 1943-1980) ===''LAUNDER-CRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Edgar Launder-Cridge|Launder-Cridge, Wilfred Edgar]] [https://www.familysearch.org/tree/person/details/GXT9-S5L] - 1899(Eng)-1960(Tas) - Licences: 5BZ Adelaide (Brooklyn Park, 1928) - Qualifications: cc; 2COCP 200, 1930; 1COCP 120, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Essendon North, Vic, 1937; Aerodrome, Cambridge, Tas, 1943); OIC, DCA (Forrest, WA, 1958) ===''LAURENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Laurence|Laurence, John Henry]] [https://www.familysearch.org/tree/person/details/GXL7-YKV] - 1916(SA)-19??(???) - Licences: 5MZ Adelaide (Malvern, 1933-1939); 3PF Melbourne (Sandringham, 1947-1948); 3PF Benalla (1954-1980+) - Qualifications: cc; AOCP 1164, 1933, SA; 1COCP 118, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Ceduna, 1941-1943); farmer (Wellington, Benalla, 1949-1963; Benalla, 1967-1980) ===''LAURIE-RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Melbourne Clive Laurie-Rhodes|Laurie-Rhodes, Melbourne Clive]] [https://www.familysearch.org/tree/person/details/GX6M-6K1] - 1915(Qld)-1997(NZ) - Licences: 4XU Brisbane (Hendra, 1934-1937) - Qualifications: cc; AOCP 1353, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: manager (Hendra, Qld, 1936-1937) ===''LAVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Poynton Laver|Laver, Charles Poynton]] [https://www.familysearch.org/tree/person/details/9JBH-SNC] - 1882(Eng)-1969(SA) - Licences: 5CP Cape Borda (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Lightkeeper (Cape Borda, SA, 1939; Edithburgh, 1941-1951) ===''LAVINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Morgan Eric Lavington|Lavington, Frederick Morgan Eric]] [https://www.familysearch.org/tree/person/details/GDJM-ZC9] - 1903(Tas)-1974(Vic) - Licences: 2ZC Receive Sydney (Bondi, 1923); 2ZC Sydney (Waverley, 1923; Bondi, 1924-1925; Mosman, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Manly, 1930); engineer (Strathfield, 1932; Ashfield West, 1935-1936); electrical engineer (Ashfield West, 1937); engineer (Kensington, 1949; Kingsford, 1954-1972) ===''LAVRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Arthur Lavrick|Lavrick, Otto Arthur]] [https://www.familysearch.org/tree/person/details/GF4T-Z91] - 1878(???)-1954(WA) - Licences: 6AV Receive Perth (Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: slaughterman (Kalgoorlie, WA, 1917); miner (Kalgoorlie, WA, 1936-1937; Norseman, WA, 1943); retired (Maylands, WA, 1954) ===''LAWRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevan Alic Lawrie|Lawrie, Kevan Alec or Alic]] [https://www.familysearch.org/tree/person/details/GXRS-5YP] - 1915(SA)-2000(SA) - Licences: 5AK Adelaide (Lockleys, 1936-1939; York, 1947-1948; Lockleys, 1954-1965; Brooklyn, 1969-1980+) - Qualifications: cc; AOCP 1602, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: no occupation (Lockleys, SA, 1939-1941) ===''LAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. W. Law|Law, F. W.]] - 19??(???)-19??(???) - Licences: 6DA Perth (Armadale, 1923); 6CZ Perth (Armadale, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''LAWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Andrew Laws|Laws, David Andrew]] [https://www.familysearch.org/tree/person/details/GZLN-FW5] - 1909(Qld)-1943(PNG) - Licences: 4DR Brisbane (Taringa, 1931-1939) - Qualifications: AOCP 829, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 (Army, M Special Unit, Commando)- Sacrifice: "Greater love hath no man than this" - Electoral Rolls: clerk (Taringa, 1936-1943) - Links: [https://vwma.org.au/explore/people/635901] * [[/Sidney Frank Henry Laws|Laws, Sidney Frank Henry]] [https://www.familysearch.org/tree/person/details/G6ZT-GBH] - 1893(NZ)-1973(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 6, 1914, No. 6 in Aus and Vic - commercial operator; coastal station operator; manager 7ZL (1927); witness to Royal Commission 1927 (obo 7ZL) - Electoral Rolls: radio engineer operator (Wireless Station, Townsville, 1915); farmer (Launching Place, 1918); electrical engineer (Prahran, Vic, 1919); engineer (Armadale, Vic, 1919-1924); manager (Launceston, 1928); company manager (Double Bay, NSW, 1930-1931) ===''LAWTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Kyle Lawton|Lawton, Alexander Kyle]] [https://www.familysearch.org/tree/person/details/LR8F-FWT] - 1889(Qld)-1978(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, federal public servant (PMGD), radio clubs (QWI, member), business (movie theatres, Amico), WW2 - Electoral Rolls: electrician (Toowoomba, 1913; Wynnum South, 1915-1916); manager (Windsor, 1919); engineer (Nundah, 1925-1928); manager (Townsville, 1936-1937; Nundah, 1943-1949); manufacturer's agent (Virginia, 1954-1958); company director (Ashfield, 1963); sales manager (Ashfield, 1968-1977) ===''LEADBITTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Henry Leadbitter|Leadbitter, James Henry]] [https://www.familysearch.org/tree/person/details/GDP1-3V1] - 1882(NSW)-1946(NSW) - Licences: 2AF Receive West Wyalong (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: cycle mechanic (Darlington, 1903); mechanic (West Wyalong, 1913); cycle mechanic (West Wyalong, 1930-1943) ===''LEANEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Gregory Leaney|Leaney, William Gregory]] [https://www.familysearch.org/tree/person/details/LK9P-JF9] - 1895(SA)-1982(Vic) - Licences: 3XN Receive Melbourne (Northcote, 1923); 3XN Melbourne (Northcote, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engine driver (Northcote, 1919-1954); driver (Coburg, 1963-1977); nil (Preston, 1980) ===''LEBER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/David Leber|Leber, David]] [https://www.familysearch.org/tree/person/details/G8HD-847] - 1905(Vic)-1950(Vic) - Licences: 3DL Melbourne (Richmond, 1929-1939; Hawthorn, 1947-1948) - Qualifications: AOCP 481, 1929, No. ?? in Vic; 3COCP 45, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Richmond, 1927-1942); salesman (Hawthorn, 1949) ===''LECKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Herbert Crockett Leckie|Leckie, Herbert Crockett]] [https://www.familysearch.org/tree/person/details/LJ1R-QQN] - 1927(Vic)-1994(Vic) - Licences: 3LH Melbourne (Elwood, 1948-1980+) - Qualifications: cc; 1COCP 1170, 1947 - amateur operator - Electoral Rolls: student (St Kilda, 1949-1968; Elwood, 1972-1980); * [[/Raymond Campbell Leckie|Leckie, Raymond Campbell]] [https://www.familysearch.org/tree/person/details/GZ2Q-ZZV] - 1904(Vic)-1987(ACT) - Licences: 3TU Receive Melbourne (Sandringham, 1923); 3TU Melbourne (Sandringham, 1924-1927) - Qualifications: cc; AOCP 215, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Sandringham, 1926); public servant (Braddon, 1935; Turner, 1943-1968); examiner of patents (Hughes, 1972); retired (Hughes, 1977-1980) ===''LEE-ARCHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Evan Leslie Lee-Archer|Lee-Archer, Evan Leslie]] [https://www.familysearch.org/tree/person/details/LB2K-F3W] - 1911(Vic)-1993(Vic) - Licences: 3LM Melbourne (Glen Iris, 1929-1931); 3LM Wonthaggi (1933); 3LM Melbourne (Caulfield North, 1937; Malvern East, 1938) - Qualifications: AOCP 534, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Gardiner, 1933); radio engineer (Korumburra, 1934); engineer (Caulfield West, 1935); mechanic (Malvern East, 1937) ===''LEGGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Legge|Legge, Arthur William]] [https://www.familysearch.org/tree/person/details/9MJS-QKM] - 1906(Tas)-1968(Tas) - Licences: Receive (Crystal) Ulverstone (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Ulverstone, 1928); no occupation (Hobart South, 1936); zinc worker (Hobart East, 1943); farmer (Cullenswood, 1949-1954) ===''LE GRAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Walter Le Grand|Le Grand, Sydney Walter]] [https://www.familysearch.org/tree/person/details/GQDD-D57] - 1902(Qld)-1979(NSW) - Licences: 4LG Brisbane (Windsor, 1927) - Qualifications: cc; CPRT 882, 1925; 2COCP 34, 1929; 1COCP 151, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: postal assistant (Windsor, 1925-1926); operator (Woollahra, 1931-1937; Bellevue Hill, 1943-1949; Bondi Junction, 1954-1968); retired (Banora Point, 1972-1977) ===''LELLIOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harvey William Lelliott|Lelliott, Harvey William]] [https://www.familysearch.org/tree/person/details/GF8D-LNT] - 1915(Vic)-1995(Vic) - Licences: 3ZG Melbourne (Glen Iris, 1936-1939; Sunshine, 1947-1956; McKinnon, 1960); 3ZG Ararat (1965-1980+) - Qualifications: cc; AOCP 1769, 1936, Vic; TVOCP 571, 1963 - amateur operator; amateur broadcaster - Electoral Rolls: fitter (Malvern, Vic, 1937); radio mechanic (Sunshine, Vic, 1942-1954); public servant (Bentleigh North, Vic, 1963); PMG technician (Ararat, Vic, 1963-1980) * [[/Thomas Lelliott|Lelliott, Thomas "Tom"]] [https://www.familysearch.org/tree/person/details/G8VX-4PX] - 1911(Vic)-2000(Vic) - Licences: 3ZW Melbourne (Mont Albert, 1930-1939); 3AZW Melbourne (Boronia, 1954-1980+) - Qualifications: cc; AOCP 684, 1930, Vic; AOLCP 68, 1932 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio operator (Mont Albert, 1937); operator (Caulfield, 1942); public servant (Boronia, 1963-1980) ===''LEMMON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Lemmon|Lemmon, Charles Edward]] [https://www.familysearch.org/tree/person/details/GDLL-Z21] - 1885(Eng)-1966(WA) - Licences: Nil yet identified - Qualifications: CPRT 95, 1915; 2COCP 120, 1930; 1COCP 71, 1930 - coastal wireless operator; WW2; RANRS - Electoral Rolls: wireless operator (Clayfield, Qld, 1915); officer-in-charge Wireless Station (Rockhampton, 1916-1921); radio telegraphist (Applecross, 1931-1936; Como, 1937); wireless operator (Broome, 1937); radio telegraphist (Geraldton, 1943-1949); retired (Rivervale, 1954-1963) ===''LEMPRIERE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Louis Lempriere|Lempriere, Charles Louis]] [https://www.familysearch.org/tree/person/details/L23Y-NPS] - 1857(Vic)-1934(Vic) - Licences: 3ZJ Melbourne (Vermont, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: surgeon (South Yarra, 1912-1919); medical practitioner (Vermont, 1924-1934) ===''LENDRUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Lendrum|Lendrum, Alexander "Alex"]] [https://www.familysearch.org/tree/person/details/G8NZ-Y5Y] - 1887(Qld)-1955(NSW) - Licences: 2YL Sydney (Kensington, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Toowoomba, 1913); yardman (Toowoomba, 1921); constable (Kensington, 1930-1937) ===''LENNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Lennon|Lennon, Christopher James "Chris"]] [https://www.familysearch.org/tree/person/details/KJL3-LZF] - 1889(Vic)-1932(Aus) - Licences: Nil yet identified - Qualifications: cc; 1COCP 4, 1929 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918) - Electoral Rolls: operator (Broome, 1916-1917); radio telegraphist (Townsville, 1925); telegraphist (Thursday Island, 1931) ===''LEONARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aubrey Benedict Leonard|Leonard, Aubrey Benedict]] [https://www.familysearch.org/tree/person/details/GS9T-N4X] - 1896(NSW)-1968(Vic) - Licences: 3EN Receive Drouin (1922-1923); 3EN Drouin (1924-1926) - Qualifications: cc; AOCP 244, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal assistant (Drouin, 1922-1928); radio dealer (Drouin, 1931-1954); retired (Drouin, 1963-1967) * [[/John William Leonard|Leonard, John William "Bill"]] [https://www.familysearch.org/tree/person/details/G494-BY4] - 1906(Vic)-1974(Vic) - Licences: 3AB Melbourne (Black Rock, 1928-1939) - Qualifications: cc; AOCP 386, 1928, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: linesman (Sandringham, 1931-1943); shopkeeper (Sandringham, 1949-1968) * [[/Leslie Clarence Leonard|Leonard, Leslie Clarence]] [https://www.familysearch.org/tree/person/details/GH15-16Q] - 1902(Vic)-1961(SA) - Licences: 5LT Adelaide (Payneham, 1946-1947; Medindie, 1948); 5LT Port Lincoln (1954-1960) - Qualifications: AOCP 2336, 1939, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: pilot (The Terrace/Port Pirie, 1939) * [[/Vincent Halpin Leonard|Leonard, Vincent Halpin]] [https://www.familysearch.org/tree/person/details/G8S4-TXD] - 1915(Vic)-1988(Vic) - Licences: 3PJ Melbourne (?, 1938-1939; Kew, 1946-1956); 3PJ St Andrews (1960); 3PJ Melbourne (Balwyn, 1965-1980+) - Qualifications: AOCP 2167, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Abbotsford, 1937; Kew, 1937-1954); public servant (St Andrews, 1958; Balwyn, 1963-1980) ===''LESLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Julian Leslie|Leslie, Julian]] [https://www.familysearch.org/tree/person/details/GS98-211] - 1873(Vic)-1950(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 142, 1915; 1COCP 246, 1932 - RANRS (Commissioned Telegraphist, 1917) - Electoral Rolls: telegraphist (Leederville, WA, 1910-1912; Applecross, WA, 1913); O.I.C. (Radio Telegraph Station, Broome, WA, 1917); officer-in-charge (Radio Station, Thursday Island, 1925-1926); superintendent of wireless (Auburn, Vic, 1928); supervisor B.H. service (Randwick, NSW, 1930-1949) ===''LESTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Lester|Lester, Jack]] [https://www.familysearch.org/tree/person/details/L5FQ-NQL] - 1902(SA)-1990(SA) - Licences: 5LR Renmark (1930-1937); 5LR Berri (1938-1939); 5LR Adelaide (Millswood Estate, 1946-1947; Blackwood, 1954-1965); 5LR Victor Harbour (1969-1980) - Qualifications: cc; AOCP 674, 1930, No. ?? in SA; AOLCP 236, 1935; BOCP 369, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Berri, 1939-1943) ===''LETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick James Norman Lett|Lett, Frederick James Norman]] [https://www.familysearch.org/tree/person/details/GD2P-Y8D] - 1903(NSW)-1972(NSW) - Licences: 2WN Receive Sydney (Annandale, 1923); 2WN Sydney (Annandale, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Annandale, 1930-1936); publican (Sydney, 1937); hotelkeeper (Clifton Gardens Hotel, Mosman, 1943); Darlinghurst, 1949; Dulwich Hill, 1958; Marrickville, 1963); retired (Church Point, 1968) ===''LEVENSPIEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Pinkus Levenspiel|Levenspiel, Pinkus or Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G8JB-QSL] - 1904(Eng)-1987(NSW) - Licences: 2TX Wyong (1930-1939, 1946-1980+) - Qualifications: AOCP 668, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: motor engineer (Wyong, 1936-1937); mechanic (Wyong, 1949-1963); motor dealer (Ourimbah, 1968-1980) ===''LEVERETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Leverett|Leverett, John Henry]] [https://www.familysearch.org/tree/person/details/LV79-R7Q] - 1894(Eng)-1957(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 25, 1914; 1COCP 88, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: wireless operator (Broome, 1916); telegraphist (Ascot, Qld, 1921); wireless operator (Rockhampton, 1936-1937); radio telegraphist (Rockhampton, 1943); wireless inspector (Burwood, NSW, 1954) ===''LEVERRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Hewitt Leverrier|Leverrier, Francis Hewitt "Frank"]] [https://www.familysearch.org/tree/person/details/GWBT-DP5] - 1863(NSW)-1940(NSW) - Licences: XEN Sydney (Waverley, 1911-1914, Licence No. 5) - Qualifications: cc; Nil yet identified - early wireless experimenter; radio clubs (WIA, president, 1910) - Electoral Rolls: barrister (Vaucluse, 1930-1934, Kings Counsel) - Relationships: father of 2BK-2ADE Frank Neville Leverrier * [[/Frank Neville Leverrier|Leverrier, Frank Neville "Boy"]] [https://www.familysearch.org/tree/person/details/M6RF-W2W] - 1904(NSW)-1980(NSW) - 2BK Receive Sydney (Waverley, 1922-1923); 2BK Sydney (Vaucluse, 1924-1930); 2ADE Castle Cove (1969-1975+) - Qualifications: cc; AOCP 169, 1925, No. ?? in NSW; CPRT 931, 1926) - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: radio work (Vaucluse, 1930); clerk (Vaucluse, 1933-1937); superintendent (Vaucluse, 1943-1949); public relations (Roseville, 1963-1968; Castle Cove, 1977) - Relationships: son of XEN Francis Hewitt Leverrier * [[/Henri Andre Leverrier|Leverrier, Henri Andre "Henry"]] [https://www.familysearch.org/tree/person/details/G68N-18J] - 1882(NCL)-1943(NSW) - Licences: XEN Sydney (Gordon, 1911); XHL Sydney (City, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter; witness to Royal Commission 1927 (as manager, Australian General Electric, Sydney) - Relationships: nephew of XEN Francis Hewitt Leverrier; cousin of 2BK-2ADE Frank Neville Leverrier - Electoral Rolls: engineer (North Sydney, 1913); manager (Crows Nest, 1930-1937) ===''LEVY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Levy|Levy, Richard "Dick"]] [https://www.familysearch.org/tree/person/details/G8N1-Z38] - 1909(SA)-1955(SA) - Licences: 5AJ Adelaide (Torrensville, 1930-1931) - Qualifications: cc; AOCP 654, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Torrensville, 1943) ===''LEWIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Garrett Lewis|Lewis, Henry Garrett "Harry"]] - 1895(Tas)-1978(Vic) - Licences: Hobart (no record of licence identified as yet) - Qualifications: cc; Nil yet identified - early wireless experimenter (reported experimenting from 1912); councillor WIA Tas in 1923; manager 3UZ 1924 - Electoral Rolls: * [[/William John Lewis|Lewis, William John]] [https://www.familysearch.org/tree/person/details/GXYJ-BZQ] - 1908(WA)-1976(NSW) - Licences: 2YB Sydney (Marrickville, 1931-1936; McMahons Point, 1937); 6YB Perth (Pearce, 1938-1939); 2YB Sydney (Haberfield, 1947-1950; Paddington, 1954-1969; Ryde, 1975) - Qualifications: cc; AOCP 863, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (RAAF) - Comment: Several contemporaneous WJLs - Electoral Rolls: Nil yet identified due to numbers ===''LIGHTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Lighton|Lighton, Robert]] [https://www.familysearch.org/tree/person/details/K2HJ-HD1] - 1869(Vic)-1940(Vic) - 3CM Receive Melbourne (East St Kilda, 1922-1924), 3RL Melbourne (East St Kilda, 1925-1931), amateur operator (AOCP 179, 1925, No. ?? in Vic), amateur broadcaster, storekeeper (Toongabbie, 1903; Benalla, 1916), independent means (East St Kilda, 1928; Armadale, 1937) ===''LINDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Linden|Linden, Edwin]] [https://www.familysearch.org/tree/person/details/GXXD-PRV] - 1904(Qld)-1970(NSW) - Licences: 4FT Receive Brisbane (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: telephone mechanic (Murgon, Qld, 1925); mechanic (Wilston, Qld, 1928); storekeeper (Clayfield, Qld, 1936-1937); telephone mechanic (Mackay, Qld, 1943-1949); supervising technician (Bowen, Qld, 1954); PMG technician (Tweed Heads, NSW, 1958-1968) ===''LINDNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Edward Lindner|Lindner, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GSVX-787] - 1904(NSW)-1981(Qld) - 4BX Receive Brisbane (Alderley) 1922 - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Wilston, 1928); motor mechanic (Maleny, 1934); mechanic (Windsor, 1936-1972); retired (Mt Samson, 1977) ===''LINDSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Gordon Lindsay|Lindsay, Donald Gordon]] [https://www.familysearch.org/tree/person/details/GZ6V-126] - 1909(Vic)-1964(WA) - 2DY Sydney (Gordon, 1925-1936; Ashfield, 1937; Concord, 1938; Kogarah, 1939), amateur operator (AOCP 83, 1925, No. ?? in NSW), amateur broadcaster, engineer * [[/Herbert Maxwell Lindsay|Lindsay, Herbert Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KP3L-S78] - 1913(Qld)-1989(Qld) - Licences: 4HD Nambour (1937-1939); 4HD Buderim (1946-1980+) - Qualifications: cc; AOCP 2027, 1937, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); employment (company secretary) - Electoral Rolls: bank officer (Nambour, Qld, 1936-1937; Taringa, Qld, 1943); fruitgrower (Buderim, Qld, 1954-1980) * [[/Patrick Charles Edward Lindsay|Lindsay, Patrick Charles Edward]] [https://www.familysearch.org/tree/person/details/GF7R-8YZ] - 1896(Eng)-19??(Eng?) - Licences: 6PL Perth (West Perth, 1927) - Qualifications: cc; CPRT 855, 1925; 2COCP 37, 1929 - amateur operator; amateur broadcaster - Electoral Rolls: wireless instructor (West Perth, WA, 1922; Balcatta, WA, 1925); radio engineer (South Brisbane, Qld, 1934) ===''LINKLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Charles Linklater|Linklater, Donald Charles]] [https://www.familysearch.org/tree/person/details/GXRC-Z44] - 1905(SA)-1967(NSW) - Licences: 5DL Pinnaroo (1935-1937) - Qualifications: cc; AOCP 1521, 1935, SA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: radio mechanic (Darling Harbour, NSW, 1949); technician (Bondi Junction, NSW, 1958) ===''LITCHFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ainslie Roland Litchfield|Litchfield, Ainslie Roland]] [https://www.familysearch.org/tree/person/details/9J3Z-FRP] - 1906(NSW)-1968(NSW) - 2RL Cooma (1925-1939), 2RL Sydney (Woollahra, 1947; Darling Point, 1948-1954; Rozelle, 1955-1958; Avalon Beach, 1960-1965), amateur operator (AOCP 200, 1925, No. ?? in NSW), amateur broadcaster, WW2, grazier (Cooma, 1930-1937), film producer (Avalon Beach, 1958-1968) ===''LITHGOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Lithgow|Lithgow, John Charles]] [https://www.familysearch.org/tree/person/details/G691-5TL] - 1916(Tas)-1990(Eng) - Licences: 7WJ Launceston (1936-1939) - Qualifications: cc; AOCP 1688, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: Marine officer? 1950s-1960s, several sea trips ===''LITTLEJOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sydney Littlejohn|Littlejohn, Arthur Sydney]] [https://www.familysearch.org/tree/person/details/G8DW-VDD] - 1905(NSW)-1993(NSW) - Licences: 2AL Sydney (Leichhardt, 1930-1939); 4LF Gunalda (1947); 2OU Sydney (Leichhardt, 1948-1950) - Qualifications: AOCP 579, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Leichhardt, 1930-1958; Haberfield, 1963-1980) ===''LLOYD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Howard Lloyd|Lloyd, Henry Howard]] [https://www.familysearch.org/tree/person/details/GST7-9LV] - 1904(SA)-1974(SA) - Licences: 5AI Adelaide (College Town, 1923-1927); 5AG Adelaide (College Town, 1923); 5HL Adelaide (North Adelaide, 1954-1975) - Qualifications: cc; AOCP 57, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Beware another Henry Howard Lloyd [https://www.familysearch.org/tree/person/details/GZDY-FS3] 1912-1981 in Adelaide, similar times - Electoral Rolls: Nil yet identified * [[/Hughie Frederick Lloyd|Lloyd, Hughie or Hugh Frederick]] [https://www.familysearch.org/tree/person/details/GXGY-Y95] - 1917(SA)-2002(SA) - Licences: 5BC Adelaide (Hindmarsh, 1933-1939); 5BC Berri (1947-1980) - Qualifications: cc; AOCP 1137, 1933, SA; BOCP 281, 1940 - amateur operator; amateur broadcaster - Relationships: Brother of 5HD William Edward Lloyd - Electoral Rolls: electrician (Hindmarsh, SA, 1939) * [[/William Edward Lloyd|Lloyd, William Edward "Bill"]] [https://www.familysearch.org/tree/person/details/GXGB-WR9] - 1914(SA)-1996(SA) - Licences: 5HD Adelaide (Hindmarsh, 1933-1939, 1947-1948; Cumberland, 1954-1980+) - Qualifications: cc; AOCP 1215, 1933, SA; 2COCP 763, 1943 - amateur operator; amateur broadcaster; WW2 - Relationships: Brother of 5BC Hughie Frederick Lloyd - Electoral Rolls: nil (Hindmarsh, SA, 1939-1943) ===''LOCKHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Edward Lockhart|Lockhart, Leon Edward]] [https://www.familysearch.org/tree/person/details/G8CJ-6GG] - 1912(Vic)-1990(Vic) - Licences: 3LE Melbourne (Elwood, 1929-1939; Elsternwick, 1946-1980+) - Qualifications: AOCP 514, 1929, No. ?? in Vic; 1COCP 205, 1931 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elwood, 1934-1937); engineer (Elsternwick, 1942-1977) ===''LOESER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hedley Edmond Loeser|Loeser, Hedley Edmond]] [https://www.familysearch.org/tree/person/details/MPXL-RM6] - 1912(SA)-19??(???) - Licences: 5LO Adelaide (Goodwood, 1936-1939; Col LIght Gardens, 1947) - Qualifications: cc; AOCP 1748, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: display artist (Reade Park, SA, 1943) ===''LOMAX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Lomax|Lomax, Joseph]] - 19??(???)-19??(???) - Licences: 4EB Receive Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: commercial traveller (St Kilda, Vic, 1913-1914; Ivanhoe, Vic, 1916-1917; Coorparoo, Qld, 1921-1925; Kew, Vic, 1926) ===''LONG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Timothy Joseph Long|Long, Timothy Joseph]] [https://www.familysearch.org/tree/person/details/GQ19-Z9G] - 1884(Qld)-1923(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 140, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIC Cooktown (1917-1918) - Comment: suicide after diagnosis terminal illness - Electoral Rolls: labourer (Toowoomba, 1908); radio telegraphist (Cooktown, 1916-1917); telegraphist (Townsville, 1921) ===''LONGLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ruth Victoria Longley|Harris nee Longley, Ruth Victoria]] [https://www.familysearch.org/tree/person/details/GXYZ-5GJ] - 1913(WA)-19??(???) - Licences: 6YL Perth (Shenton Park, 1936-1939) - Qualifications: cc; AOCP 1808, 1936, WA - amateur operator; amateur broadcaster; YL operator; WW2 - Relationships: Wife of 6NL Valentine Harms Harris - Electoral Rolls: saleswoman (Subiaco, WA, 1936-1937); home duties (Applecross, WA, 1949-1954); manager (Applecross, WA, 1958) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] ===''LONGSTAFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Allen Hector Longstaff|Longstaff, Thomas Allen Hector "Allen"]] [https://www.familysearch.org/tree/person/details/GWQM-WF3] - 1896(SA)-1953(NSW) - Licences: XVR Adelaide (Alberton, 1913) - Qualifications: cc; CPRT 55, 1915 - early wireless experimenter; coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2 - Electoral Rolls: executive (Brighton, Vic, 1949) ===''LORDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Allan Lorden|Lorden, Geoffrey Allan]] [https://www.familysearch.org/tree/person/details/GZJB-2P8] - 1907(WA)-1994(Vic) - Licences: 6GL Perth (Perth, 1925-1926; West Perth, 1927) - Qualifications: cc; AOCP 175, 1925, No. ?? in WA; 2COCP 342, 1940; 1COCP 441, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Jingalup, WA, 1931); survey assistant (Jingalup, WA, 1936-1937); radio operator (Hotel Beadon, Onslow, 1943; Kalgoorlie, 1949); civil servant (Mitcham, Vic, 1968-1977) ===''LOVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Kingsley Love|Love, Howard Kingsley]] [https://www.familysearch.org/tree/person/details/GZGQ-8S5] - 1895(Vic)-1948(Vic) - Licences: 3BM Receive Melbourne (East Malvern, 1922); 3BM Melbourne (East Malvern, 1922-1931; Glen Iris, 1933), 3KU Melbourne (Malvern, 1937-1939, 1946-1948) - Qualifications: cc; AOCP 230, 1926, No. ?? in Vic - amateur operator; amateur broadcaster; broadcast engineer; radio clubs (WIA Vic); business proprietor (radio manufacturer) - Electoral Rolls: merchant (Orong, 1919; Malvern East, 1921-1924; Gardiner, 1927-1933); manager (Gardiner, 1936-1937); engineer (Mt. Waverley, 1942) - Comment: gone too soon - Links: [http://messui.polygonal-moogle.com/valves/NW199407.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW199408.pdf EA2] * [[/James Peile Love|Love, James Peile "Nim"]] [https://www.familysearch.org/tree/person/details/L7JF-83Z] - 1906(Qld)-1999(Qld) - Licences: 4JL Brisbane (Kedron, 1928-1939) - Qualifications: cc; AOCP 469, 1928, No. ?? in Qld (Halcyon AOCP 1930); 3COCP 5259, 1965 - amateur operator; amateur broadcaster; military (WW2, AIF) - Electoral Rolls: auctioneer (Kedron, 1928-1943; Hawthorne, 1949-1980) ===''LOVETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hubert Frank Lovett|Lovett, Hubert Frank]] [https://www.familysearch.org/tree/person/details/GHG1-DT2] - 1905(Tas)-1961(Tas) - Licences: 7HL Hobart (1926-1933+) - Qualifications: cc; AOCP 246, 1926, No. ?? in Tas - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Hobart North, 1928-1937); manager (Hobart South, 1949; Nelson, 1954) - Links: [https://info.scholarships.utas.edu.au/AwardDetails.aspx?AwardId=2813 UTAS Scholarship] * [[/Percy Lovett|Lovett, Percy]] [https://www.familysearch.org/tree/person/details/GDB5-M21] - 1906(NSW)-1986(NSW) - Licences: 2JP Receive Sydney (Artarmon, 1922) - Qualifications: cc; 3COCP 2210, 1956 - amateur operator; amateur broadcaster - Electoral Rolls: ===''LUBACH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick John Lubach|Lubach, Frederick John "Fred"]] [https://www.familysearch.org/tree/person/details/G9H7-VZD] - 1919(Qld)-1998(Qld) - Licences: 4RF Brisbane (South Brisbane, 1936-1939; Annerley, 1946-1947); Dalby (1948-1950); Brisbane (Coorparoo, 1954; Camp Hill, 1965-75; Loganlea, 1980) - Qualifications: cc; AOCP 1745, 1936, Qld; 2COCP 868, 1944 - amateur operator; amateur broadcaster; radio clubs (WIAQ, instructor, QSL manager); military (WW2, RAN, wireless officer); broadcast technician (4QS, Capalaba) - Electoral Rolls: technician (Dalby, Qld, 1949; Coorparoo, Qld, 1954; Camp Hill, Qld, 1958-1968); public servant (Camp Hill, Qld, 1972-1977); retired (Loganlea, Qld, 1980) ===''LUCAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gillen Frederick Lucas|Lucas, Gillen Frederick]] [https://www.familysearch.org/tree/person/details/GXLB-Y7P] - 1894(SA)-1964(SA) - Licences: 5LL Adelaide (Kilkenny, 1935-1939; Port Adelaide, 1947; Maylands, 1948; Trinity Gardens, 1954-1960) - Qualifications: cc; AOCP 1589, 1935, SA - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: bootmaker (Kilkenny, SA, 1939-1943) ===''LUCKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Forsythe Arthur Luckman|Luckman, Charles Forsythe Arthur]] [https://www.familysearch.org/tree/person/details/GMF8-LS2] - 1901(NSW)-1979(NSW) - Licences: 2JT Receive Sydney (Croydon, 1922); 2JT Sydney (Croydon, 1923-1926; Lakemba, 1927-1933; Croydon, 1934; Ashfield, 1935-1938; Croydon, 1939, 1946-1975) - Qualifications: cc; AOCP 41, 1924, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: lift engineer (Lakemba, 1930-1933); electrician (Croydon, 1935-1943); electrical mechanic (Croydon, 1954-1972) * [[/Thomas Stuart Luckman|Luckman, Thomas Stuart "Stuart"]] [https://www.familysearch.org/tree/person/details/G64P-8CD] - 1913(Qld)-2005(Qld) - Licences: 4SL Brisbane (Kalinga, 1931-1939) - Qualifications: cc; AOCP 783, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, CMF, Signals Northern Command); occupation (hardware executive) - Electoral Rolls: salesman (Kalinga, 1936-1937); storeman (Hendra, 1943-1958); retired (Aspley, 1972-1977; Carseldine, 1980) ===''LUHRS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor Albert Luhrs|Luhrs, Victor Albert]] [https://www.familysearch.org/tree/person/details/KZYN-VJJ] - 1888(Vic)-1964(SA) - Licences: V761 Receive Woori Yallock (1922); 3HB Receive Woori Yallock (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Torquon West, Nhill, 1909; Netherby, 1912-1914; Cavendish, 1916-1919; Woori Yallock, 1922-1924; Kalyan, SA, 1939); grazier (Tintinara, SA, 1941-1943) ===''LUM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan Douglas Lum|Lum, Allan Douglas]] [https://www.familysearch.org/tree/person/details/G92F-LX7] - 1913(SA)-1978(SA) - Licences: 5AL Adelaide (Joslin, 1932-1939; Hyde Park, 1947) - Qualifications: cc; AOCP 980, 1932, No. ?? in SA; 1COCP 427, 1940; TVOCP 263, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Gawler, SA, 1939-1941); mechanic (Hyde Park, SA, 1943) ===''LUMB''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd John Lumb|Lumb, Lloyd John "Jack"]] [https://www.familysearch.org/tree/person/details/G84C-LF2] - 1907(Qld)-1975(Qld) - Licences: 4LL Brisbane (Ashgrove, 1928-1939) - Qualifications: cc; AOCP 471, 1928, No. ?? in Qld - amateur operator; amateur broadcaster; engineer (PMGD) - Electoral Rolls: telephone mechanic (Ashgrove, 1936-1937); postal electrician (Stanthorpe, 1943); technician (Ashgrove, 1949); engineer (Ashgrove, 1958-1972) ===''LUNN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Vincent Lunn|Lunn, Harold Vincent]] [https://www.familysearch.org/tree/person/details/GXGY-4X5] - 1908(NSW)-1987(NSW) - Licences: 5HL Adelaide (Morphettville, 1935-1939); 2ANE Sydney (North Ryde) - Qualifications: cc; AOCP 1449, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical fitter (Morphettville, SA, 1939-1943; Hurstville South, NSW, 1972); retired (North Ryde, NSW, 1977-1980) ===''LUXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Wilfred Luxon|Luxon, George Wilfred]] [https://www.familysearch.org/tree/person/details/M5YJ-XTL] - 1908(NSW)-1992(SA) - Licences: 5RX Adelaide (West Mitcham, 1928-1939, 1946-1965; Torrens Park, 1969-1980+) - Qualifications: cc; AOCP 450, 1928, No. ?? in SA - amateur operator; amateur broadcaster late 1920s; WW2; WIA SA (several official duties) - Electoral Rolls: radio mechanic (Mitcham, 1939-1943) ===''LYNCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harold John Lynch|Lynch, Harold John]] [https://www.familysearch.org/tree/person/details/LDTD-VXL] - 1905(Qld)-1995(Qld) - Licences: 4HL Brisbane (Fortitude Valley, 1934-1939, 1946-1956; Slacks Creek, 1960-1975); 4HL Springbrook (1980+) - Qualifications: cc; AOCP 1268, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); business proprietor (restaurants, picture theatres) - Electoral Rolls: cutter (Albion, Qld, 1928); shopkeeper (Valley, Qld, 1936-1943); cafe proprietor (Valley, Qld, 1949); shopkeeper (St Lucia, Qld, 1954; Slacks Creek, Qld, 1958-1968); owner (Slacks Creek, Qld, 1972-1977); retired (Springbrook, Qld, 1980) ===''LYONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Aloysius Thomas Lyons|Lyons, Joseph Aloysius Thomas]] [https://www.familysearch.org/tree/person/details/LZGY-XKB] - 1879(Tas)-1939(NSW) - teacher, state politician, Premier of Tasmania, federal politician, Postmaster-General, Prime Minister of Australia, actively promoted development of broadcasting in Australia over two decades - Electoral Rolls: =='''M'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''MABBITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Matthew Mabbitt|Mabbitt, John Matthew]] [https://www.familysearch.org/tree/person/details/G8DV-FD5] - 1905(Vic)-1966(Vic) - Licences: 3KI Lake Boga (1930-1939); 3JG Lake Boga (1947-1948); 3JG Swan Hill (1954-1960); 3JG Melbourne (Templestowe, 1965) - Qualifications: AOCP 588, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: orchardist (Lake Boga, 1928-1949); supervisor (Swan Hill, 1954); public servant (Templestowe, 1963) ===''MACDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Donald Macdonald|Macdonald, Donald "Don"]] [https://www.familysearch.org/tree/person/details/GXQ7-WT8] - 1883(Vic)-1946(Vic) - Licences: Nil yet identified - Qualifications: cc; BOCP 45, 1936 - senior federal public servant (Chief Engineer, Radiotelegraph Branch, PMGD, 1914); Lieutenant-Commander Telegraphist (RAN, in charge captured German Pacific Wireless); chief engineer 7EX; supervised erection 3AR, 5CL, 7ZL; early TV research - Comment: Don't confuse with Don Macdonald AWA consultant - Electoral Rolls: Numerous contemporaneous DMcDs - Links: [http://messui.polygonal-moogle.com/valves/NW199505.pdf EA] * [[/Llewellyn Macdonald|Macdonald, Llewellyn "Lew"]] [https://www.familysearch.org/tree/person/details/G8HH-73F] - 1908(Eng)-1974(NSW) - Licences: 2WU Newcastle (West Maitland, 1929-1934; Wickham, 1935-1936; Waratah, 1937; Mayfield, 1938-1939, 1946-1961; Charlestown, 1965-1969) - Qualifications: AOCP 478, 1929, No. ?? in NSW; 2COCP 69, 1936; BOCP 50, 1936; 1COCP 125, 1937 - amateur operator, amateur broadcaster - Electoral Rolls: cabinetmaker (West Maitland, 1930; Wickham, 1936); joiner (Waratah, 1937; Charlestown, 1972) ===''MACFARLANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * Macfarlane formerly Fanning nee Harriss, Dorothy Winnifred - see Harriss, Dorothy Winnifred ===''MACGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. MacGregor|MacGregor, H.]] - 19??(???)-19??(???) - 4ZU Brisbane (Windsor, -1947+), amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''MACKAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Stewart Mackay|Mackay, Cedric Stewart or Stuart]] [https://www.familysearch.org/tree/person/details/973G-3Q2] - 1889(Vic)-1955(NSW) - Licences: XADF Coffs Harbour (1913-1914); 2GP Urunga (1922-1931); 2GO Coffs Harbour (1935-1939) - Qualifications: cc; AOCP 149, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Urunga, 1930); agent (Coffs Harbour, 1943-1949) * [[/Ian Keith Mackay|Mackay, Ian Keith]] [https://www.familysearch.org/tree/person/details/G8JG-NHF] - 1907(NZ)-1985(NZ) - author, historian (broadcast, "Broadcasting in New Zealand" (1953), "Broadcasting in Australia" (1957), "Broadcasting in Nigeria" (1964), "Broadcasting in Papua New Guinea" (1976) - Electoral Rolls: broadcasting executive (Lane Cove, 1954); executive (Killara, 1958) * [[/Ronald Reay Mackay|Mackay, Ronald Reay]] [https://www.familysearch.org/tree/person/details/G8N2-Y6T] - 1905(Vic)-1963(Vic) - Licences: 3FZ Receive Melbourne (Carlton, 1922); 3MU Melbourne (Carlton, 1931-1939, 1946-1960) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster, principal (RMIT) - Electoral Rolls: teacher (Carlton, 1931-1963) - [https://adb.anu.edu.au/biography/mackay-ronald-reay-10980 ADB] ===''MACKEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Francis Mackel|Mackel, John Francis]] [https://www.familysearch.org/tree/person/details/G8DJ-FP5] - 1912(NSW)-1987(NSW) - Licences: 2HG Sydney (Chatswood, 1930-1939, 1946-1947; Lane Cove, 1948-1965; Hunters Hill, 1969-1980) - Qualifications: AOCP 585, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Chatswood, 1935-1943); insurance inspector (Lane Cove, 1949-1954); insurance manager (Lane Cove, 1958-1963); manager (Hunters Hill, 1968-1980) ===''MACKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Harper Mackenzie|Mackenzie, Alexander Harper "Mac"]] [https://www.familysearch.org/tree/person/details/G7J3-MVZ] - 1892(Sct)-1970(Qld) - Licences: 4GK Brisbane (Wynnum, 1930-1939; Bulimba, 1946-1969) - Qualifications: cc; AOCP 628, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Fire Service) - Electoral Rolls: fireman (Brisbane City, 1916; Hamilton, 1919; Brisbane City, 1925); fire brigade officer (Wynnum, 1928-1936); newsagent (Bulimba, 1949); retired (Bulimba, 1954-1968) - Relationships: father of 4YL Florence Madeline Mackenzie and 4HJ Arthur Alexander Mackenzie * [[/Arthur Alexander Mackenzie|Mackenzie, Arthur Alexander]] [https://www.familysearch.org/tree/person/details/G7J3-796] - 1918(Qld)-2001(Qld) - Licences: 4HJ Jericho (1937); 4HJ Brisbane (Wynnum, 1938-1939) - Qualifications: cc; AOCP 1346, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical fitter (Townsville, 1949); newsagent (Grange, 1954-1963); public servant (Townsville, 1972; Cleveland, 1972; Thornlands, 1977, Cleveland, 1980) - Relationships: son of 4GK Alexander Harper Mackenzie; brother of 4YL Florence Madeline Streamer nee Mackenzie * [[/Florence Madeline Mackenzie|Streamer nee Mackenzie, Florence Madeline "Madeline"]] [https://www.familysearch.org/tree/person/details/G8FN-B8C] - 1922(Qld)-19??(Qld) - Licences: 4YL Brisbane (1936-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; third YL operator in Qld - Electoral Rolls: home duties (Mitchelton, 1949; New Farm, 1954) - Relationships: daughter of 4GK Alexander Harper Mackenzie; sister of 4HJ Arthur Alexander Mackenzie - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Harold Stuart Mackenzie|Mackenzie, Harold Stuart]] [https://www.familysearch.org/tree/person/details/L21R-VGN] - 1908(Qld)-1995(Qld) - Licences: 4AM Brisbane (Annerley, 1929-1933) - Qualifications: cc; AOCP 518, 1929, No. ?? in Qld; 2COCP 90, 1937; 1COCP 239, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Annerley, 1934-1937); company manager (Strathfield, NSW, 1943-1954); radio operator (Blackheath, 1958); unemployed (Burleigh Heads, 1963-1968); technician (Burleigh Heads, 1972-1980) ===''MACKINNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Eric Wilton MacKinnon|MacKinnon, Colin Eric Wilton]] [https://www.familysearch.org/tree/person/details/LK45-QRQ] - 1941(NSW)-2004(NSW) - Licences: 2KCM Sydney 1980s; 2DYM Sydney (1980-2004)- Qualifications: NAOCP N1793, 1981; AOLCP N1281, 1981; AOCP N1032, 1981, NSW - amateur operator; amateur broadcaster; historian (amateur radio; military radio; radar) - Electoral Rolls: engineer (Cronulla, 1968; Hurstville, 1977); retired (Glenhaven, 1980) - [https://www.qsl.net/vk2dym/radio/Colin_MacKinnon.htm Obit] ===''MACLARDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Foster St Clair Maclardy|Maclardy, William John Foster St Clair "Will"]] - 1892(NSW)-1971(NSW) - 2HP Sydney (Neutral Bay & Cremorne,1922-1925), amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, broadcast engineer (2BL), journalist (Smith's Weekly, Wireless Weekly), correct surname is St Clair Maclardy but rarely used, son of William McIntyre St Clair Maclardy, one time Wireless Weekly proprietor ===''MACLAREN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Catto Maclaren|Maclaren, Donald Catto]] [https://www.familysearch.org/tree/person/details/G8N1-2R2] - 1909(NSW)-1964(NSW) - Licences: 2DM Sydney (Haberfield, 1930-1939); 2NN Narrabri (1947-1950) - Qualifications: AOCP 655, 1930, NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Haberfield, 1933-1936; Taree, 1937; Narrabri, 1949) ===''MACLURCAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Dansie Maclurcan|Maclurcan, Charles Dansie]] [https://www.familysearch.org/tree/person/details/GWR7-LJ3] - 1889(Qld)-1957(NSW) - Licences: XDM Sydney (1909-1914); 2CM Sydney (Strathfield, 1921-1939; Neutral Bay, 1946-1957); 2CY Sydney (Strathfield, 1923, briefly by administrative error); first licence issued under new 1922 radio regulations - Qualifications: cc; AOCP 98, 1925, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer; business proprietor (Maclurcan and Lane, 1909-19??, Maclurcan Engineering, Hotel Wentworth) - Electoral Rolls: electrical engineer (Darling Harbour, 1913); engineer (Strathfield, 1930-1934); hotel manager (Neutral Bay, 1949-1954) - Links: [https://adb.anu.edu.au/biography/maclurcan-hannah-13070 ADB] [[w:2CM|Wikipedia]] [https://radioinfo.com.au/news/who-was-radio-pioneer-charles-maclurcan/ radioinfo] ===''MACM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Chestnut McMillan|McMillan, Joseph Chestnut]] [https://www.familysearch.org/tree/person/details/GDRK-8TG] - 1901(Sct)-1968(Vic) - Licences: 7BP Receive Hobart (City, 1923); 7BP Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Hobart East, 1928) ===''MACPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Duncan Macpherson|Macpherson, Alexander Duncan "Sandy"]] [https://www.familysearch.org/tree/person/details/29CF-Z3F] - 1899(Qld)-1974(Qld) - Licences: 4MC Brisbane (Nundah, 1934-1939, 1946-1948; Oakleigh, 1954; Chermside, 1955-1969) - Qualifications: cc; AOCP 1271, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Toombul RC); Qld Lands (draughtsman) - Comment: Slow update for death in Electoral Rolls? - Electoral Rolls: draftsman (Nundah, Qld, 1921-1949; Oakleigh, Qld, 1954; Chermside, Qld, 1958-1968); retired (Chermside, Qld, 1972-1980) ===''MADDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney John Madden|Madden, Sydney John]] [https://www.familysearch.org/tree/person/details/GX16-WGL] - 1900(Sct)-1955(WA) - Licences: 6MN Perth (City, 1930; North Perth, 1931; Maylands, 1933-1937; Wembley, 1938-1939) - Qualifications: cc; 2COCP 264, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Maylands, WA, 1931-1937; Wembley Park, WA, 1937-1943); supervisor (Wembley, WA, 1954) ===''MADDICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert William Maddick|Maddick, Herbert William]] [https://www.familysearch.org/tree/person/details/GHLB-J2P] - 1890(Vic)-1960(Vic) - Licences: XLX Melbourne (Elsternwick, 1913-1914); 3EF Receive Melbourne (Elwood, 1922-1923); 3EF Melbourne (Elwood, 1924-1933+) - Qualifications: cc; AOCP 161, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; perpetrator of the foul mouthed parrot incident - Electoral Rolls: motor mechanic (Elsternwick, 1917); mechanic (Elsternwick, 1919-1954) ===''MAGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin William Michael Magee|Magee, Kevin William Michael]] [https://www.familysearch.org/tree/person/details/GXRX-51Z] - 1913(Vic)-1979(Vanuatu) - Licences: 5KM Adelaide (City, 1931-1933); 2UN Sydney (Paddington, 1936); 3UN Melbourne (Hawthorn, 1937); 3KM Melbourne (Kew, 1947-1960; North Balwyn, 1965-1969) - Qualifications: cc; AOCP 874, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: staff cadet (Victoria Barracks, NSW, 1936); military officer (Hawthorn, Vic, 1937; Kew, Vic, 1943); engineer (Kew, Vic, 1949-1954); company director (Kew, Vic, 1963); director (Balwyn, Vic, 1967-1972) ===''MAGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Lindsay Maguire|Maguire, Arthur Lindsay]] [https://www.familysearch.org/tree/person/details/G8SN-BKC] - 1921(Vic)-1998(Vic) - Licences: 3IO Stratford (1938-1939; 1947-1960) - Qualifications: AOCP 2216, 1938, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: farmer (Stratford, 1949-1977); grazier (Munro, 1980) * [[/Ernest Norbert Maguire|Maguire, Ernest Norbert]] [https://www.familysearch.org/tree/person/details/LR4X-F61] - 1892(NSW)-1967(NSW) - Licences: 2KL Sydney (Lewisham, 1928-1930; Dulwich Hill, 1931-1939) - Qualifications: AOCP 387, 1928, No. ?? in NSW; 2COCP 14, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: police constable (Lewisham, 1930-1932); sergeant of police (Putney, 1943; Gladesville, 1949-1958); retired (Lake Illawarra South, 1963) * [[/Sydney William Maguire|Maguire, Sydney William]] [https://www.familysearch.org/tree/person/details/KNDF-L85] - 1903(WA)-1958(NSW) - Licences: 2XY Sydney (Rose Bay, 1930-1934; Paddington, 1935-1936; North Bondi, 1937-1939) - Qualifications: CPRTelephony 933, 1926; AOLCP 74, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Rose Bay, 1930-1934; Glenmore, 1935); engineer (Bondi, 1936-1937); radio engineer (Maroubra North, 1943); inspector (Maroubra North, 1949; Kingsford, 1954-1958) ===''MAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Mahon|Mahon, Hugh]] - 1857(Ire)-1931(Vic) - senior federal politician (MHR 1900s & 1910s; Postmaster-General 1904) ===''MAIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stephen John Leith Mais|Mais, Stephen John Leith]] [https://www.familysearch.org/tree/person/details/GFHG-BTV] - 1898(WA)-1960(WA) - Licences: 6CQ Receive Perth (Chester Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: trainee (South Fremantle, WA, 1925); carpenter (South Fremantle, WA, 1931-1958) ===''MALCOLM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Malcolm|Malcolm, Keith Graham]] [https://www.familysearch.org/tree/person/details/GD8F-K5W] - 1949(Eng)-2011(NSW) - Licences: 3ZYK Melbourne (North Clayton, 1969; Mulgrave, 1975; Berwick, 1980); 1???; 2??? - Qualifications: AOLCP 2407, 1967 - broadcast planning engineer (PMGD, ABCB, P&TD, DoC); Communications Laboratory DoC (Director) - Electoral Rolls: engineer (Clayton, Vic, 1972; Mulgrave, 1977; Berwick, 1980) ===''MALONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Joseph Malone|Malone, James Joseph "Jim"]] [https://www.familysearch.org/tree/person/details/GWL8-8DP] - 1883(NSW)-1967(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 240, 1916 - employment (NSW P&T, Telegraph Messenger; PMGD, Cadet Engineer, Controller Wireless; OTC, Manager); WW1 - Electoral Rolls: engineer (Clayfield, Qld, 1917-1925; Kew, Vic, 1926-1928); chief inspector wireless (Kew, Vic, 1931-1937); Deputy Director, Posts and Telegraphs (Indooroopilly, 1943); public servant (Lindfield, NSW, 1949-1963) - Links: [[w:James Joseph Malone|Wikipedia]]; [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_05_30#P.109_-_Commonwealth_Controller_of_Wireless|Bio]] ===''MALPAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth John Malpas|Malpas, Kenneth John "Ken"]] [https://www.familysearch.org/tree/person/details/MGC2-BNN] - 1909(SA)-1929(SA) - Licences: 5XG Kadina (1927-1928) - Qualifications: cc; AOCP 313, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Comment: Passed too soon - Electoral Rolls: Nil ===''MANGNALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Hartley Mangnall|Mangnall, Robert Hartley Jnr]] [https://www.familysearch.org/tree/person/details/G8MD-3L2] - 1903(Vic)-1963(Vic) - Licences: 3?? Melbourne (Carlton, 1927); 3HB Melbourne (Highett, 1947-1960) - Qualifications: AOCP 350, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: no occupation (Carlton, 1936); engineer (Sandringham, 1942-1963) ===''MANIFOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Charles Manifold|Manifold, Edwin Charles]] [https://www.familysearch.org/tree/person/details/LXMR-BFZ] - 1908(Vic)-1993(Vic) - Licences: 3EM Melbourne (Malvern, 1930-1933; McKinnon, 1937-1939, 1946-1980+) - Qualifications: AOCP 647, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: plumber (Malvern, 1931-1934; Bentleigh, 1936-1980) ===''MANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Mann|Mann, John Edward "Jack"]] [https://www.familysearch.org/tree/person/details/G3JY-STV] - 1912(SA)-1941(off Libyan coast) - Licences: 5EM Semaphore (1934-1938); 3IE Westmere (1938); 3IE Ballarat (1939) - Qualifications: cc; AOCP 1304, 1934, SA - amateur operator; amateur broadcaster; military (WW2, RAN, telegraphist) - Relationships: Son of Thomas William Mann - Electoral Rolls: Nil yet identified - Links: [https://www.awm.gov.au/collection/R1675471 AWM]; [https://www.awm.gov.au/collection/P10278775 AWM] - Sacrifice: "Greater love hath no man than this" * [[/Sydney George Mann|Mann, Sydney George]] [https://www.familysearch.org/tree/person/details/G8DP-V1C] - 1908(Eng)-1977(Eng) - Licences: 3KY Melbourne (Glenhuntly, 1930-1931; Hampton, 1937-1939, 1946-1954; East Brighton, 1955-1960) - Qualifications: AOCP 594, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Sergeant) - Electoral Rolls: traveller (Glenhuntly, 1931); mechanic (Sandringham, 1936-1937); shopkeeper (Woodend, 1942); mechanic (Hampton, 1949-1954); sales (Carnegie, 1963); salesman (St Kilda, 1967) * [[/Thomas William Mann|Mann, Thomas William]] [https://www.familysearch.org/tree/person/details/GZLZ-2S3] - 19??(???)-19??(???) - Licences: Receive (Crystal) Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923) - Qualifications: Nil yet identified - amateur receiver - Relationships: Father of 5EM-3IE John Edward Mann- Electoral Rolls: Nil yet identified ===''MANNING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Athol John Roland Manning|Manning, Athol John Roland]] [https://www.familysearch.org/tree/person/details/G69L-G2L] - 1916(Tas)-2005(Tas) - Licences: 7LR Devonport (1934-1939, 1946-1980+) - Qualifications: cc; AOCP 1367, 1934, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Devonport, 1949-1954) * [[/Clifton Joseph Manning|Manning, Clifton Joseph]] [https://www.familysearch.org/tree/person/details/G893-WW6] - 1909(Vic)-1994(Vic) - Licences: 3CJ Melbourne (Ringwood, 1927; Elwood, 1931-1937; Eltham, 1938-1939; Balwyn, 1946-1947; Templestowe, 1948; Beaumaris, 1954-1960); 3CJ Orbost (1965); 3CJ Marlo (1969-1975) - Qualifications: AOCP 338, 1927, No. ?? in Vic; 1COCP 877, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (St Kilda, 1931-1936; Canterbury, 1943; Templestowe, 1949; Sandringham, 1954-1963); farmer (Orbost, 1967-1968); retired (Marlo, 1972-1977; Lang Lang, 1980) ===''MANSFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. D. Mansfield|Mansfield, H. D.]] - 19??(???)-19??(???) - Licences: XZQ Burnie (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''MANTLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Thomas Mantle|Mantle, Joseph Patrick Thomas]] [https://www.familysearch.org/tree/person/details/GX84-DP9] - 1913(Qld)-1976(Fiji) - Licences: 4XF Brisbane (Ascot, 1933-1939); 4XF Townsville (Hermit Park, 1947-1948); 4XF Brisbane (Brisbane City, Qld, 1954-1960); 3AEN Bendigo (1969-1980) - Qualifications: cc; AOCP 1146, 1933, Qld; 2COCP 1083, 1947 - amateur operator; amateur broadcaster - Electoral Rolls: projectionist (Ascot, Qld, 1936); engineer (Ashgrove, Qld, 1943); sound engineer (Townsville, Qld, 1949); business manager (New Farm, Qld, 1954); manager (St Lucia, Qld, 1958); sales manager (Warwick, Qld, 1963); no occupation (Townsville, Qld, 1963); sales executive (Petersham, NSW, 1972) ===''MANUEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Thomas Manuel|Manuel, Robert Thomas]] [https://www.familysearch.org/tree/person/details/KF5S-3R5] - 1910(SA)-2003(SA) - Licences: 5RT Adelaide (Prospect, 1932-1939, 1947-1960; Beefacres, 1965; Windsor Gardens, 1969-1980+) - Qualifications: cc; AOCP 1052, 1932, SA; BOCP 1310, 1953; 2COCP 1279, 1953; 1COCP 1688, 1953 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''MARCONI''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Guglielmo Giovanni Maria Marconi|Marconi, Guglielmo Giovanni Maria]] - 1874(Italy)-1937(Italy) - Inventor, electrical engineer, entrepreneur, businessman; pioneer of long distance radio transmission, widely credited as the inventor of radio; shared 1909 Nobel prize for physics for contributions to the development of wireless telegraphy ===''MARCUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eugen Gerald Marcuse|Marcuse, Eugen Gerald "Gerald"]] [https://www.familysearch.org/tree/person/details/9C3M-X1G] - 1886(Eng)-1961(Eng) - Licences: G2NM England - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer ===''MARKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Joseph Sydney Marks|Marks, Joseph Sydney or Sydney Joseph]] [https://www.familysearch.org/tree/person/details/GQG4-X1G] - 1885(NSW)-1949(NSW) - Licences: 2GR Receive Sydney (Rose Bay, 1922); 2GR Sydney (Rose Bay, 1922-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio trader (Electricity House, Marks' Radio Company); electrician; police officer; sued by 2BL for non-payment of fees in 1924 - Electoral Rolls: electrician (Rose Bay, 1930-1949) ===''MARLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric William Marley|Marley, Cedric William]] [https://www.familysearch.org/tree/person/details/LVF2-DJ4] - 1918(Qld)-1984(Qld) - Licences: 4CJ Brisbane (Highgate Hill, 1938-1939; Graceville, 1947; Kalinga, 1948); 4CJ Rockhampton (1954-1956); 4CJ South Mackay (1960); 9CJ Port Moresby (1965); Brisbane (Mt Gravatt, 1969-1980) - Qualifications: cc; AOCP 2079, 1938, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ); broadcast technician (PMG, ABC); WW2 (RAN, telegraphist); federal public servant (PMG, ABC) - Electoral Rolls: technician (Kalinga, Qld, 1949; Rockhampton, Qld, 1954); broadcast technician (Mackay, Qld, 1958; Bucasia, Mackay, Qld, 1958; Mt Gravatt, Qld, 1963-1980) ===''MARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles William Clanan Marr|Marr, Charles William Clanan]] [https://www.familysearch.org/tree/person/details/9M8V-QQM] - 1880(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; WW1 - Electoral Rolls: MHR (Forrest, 1929); director (Crows Nest, NSW, 1933); company director (Wollstonecraft, 1933-1935); director (Crows Nest, 1935); company director (Pymble, 1937-1943; Killara, 1943-1949; Pymble, 1954-1958) ===''MARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Burton Mars|Mars, Ernest Burton]] [https://www.familysearch.org/tree/person/details/G8VJ-GWR] - 1907(SA)-1987(Qld) - Licences: Receive Adelaide (North Unley, 1923-1924); 4EM Charleville (1930-1933); 2EM Dubbo (1934-1936); 4EM Charleville (1937-1939, 1946-1947); 2GE Moree (1948); 4EM Emerald (1954-1955); 4EM Charleville (1956); 4EM Longreach (1960); 4EM Currumbin (1965-1969) - Qualifications: cc; AOCP 686, 1930, No. ?? in Qld; BOCP 23, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Dubbo, 1935); bank official (Charleville, 1937-1943; Wagga Wagga, 1949); bank clerk (Moree, 1949); bank manager (Commonwealth Bank Emerald, 1954; Commonwealth Bank, Charleville, 1958; Longreach, 1963); retired (Currumbin, 1968; Palm Beach, Qld, 1977-1980) - established 4VL Charleville commercial ===''MARSDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Marsden|Marsden, Robert Cecil "Cecil"]] [https://www.familysearch.org/tree/person/details/G92N-W62] - 1892(Eng)-1968(NSW) - Licences: unlicensed?, Sydney, 1909; 2JM Receive Sydney (Edgecliffe, 1922); 2JM Sydney (Edgecliffe, 1923-1925; Bellevue Hill, 1925-1926; Edgecliff, 1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; radio clubs (WIA NSW, local NSW clubs) - Relationships: Father of 2VV-2FV Robert Morris Marsden - Electoral Rolls: engineer (Woolahra, 1930; Epping, 1930-1958); manager (Castlecrag, 1958-1968) * [[/Robert Morris Marsden|Marsden, Robert Morris]] [https://www.familysearch.org/tree/person/details/GWX1-VPG] - 1916(NSW)-1988(NSW) - Licences: 2VV Sydney (Kingsford, 1958-1969); 2FV Tuross Heads (1965-1980+) - Qualifications: AOLCP 226, 1956; AOCP 3627, 1957, NSW - amateur operator; WW2 (RAAF) - Relationships: Son of 2JM Robert Cecil Marsden - Electoral Rolls: taxi proprietor (Bondi Beach, 1949; Kingsford, 1958-1972); retired (Tuross Heads, 1972-1980) ===''MARSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Marsh|Marsh, John William]] [https://www.familysearch.org/tree/person/details/GFCL-QZ7] - 1890(Eng)-1943(WA) - Licences: 6DQ Receive West Pingelly (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Harrismith, WA, 1931); miner (Kalgoorlie, WA, 1936-1943) * [[/Roy Edward William Marsh|Marsh, Roy Edward William]] [https://www.familysearch.org/tree/person/details/GF42-28N] - 1899(WA)-1967(WA) - Licences: 6CE Receive Perth (North Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: boilermaker (East Perth, WA, 1921; Maylands, WA, 1925-1926; East Midland, WA, 1931-1963) * [[/Sydney Westport Marsh|Marsh, Sydney or Sidney Westport]] [https://www.familysearch.org/tree/person/details/LFLN-PKM] - 1889(NSW)-1946(NSW) - Licences: 2ZK West Wallsend (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Ladysmith, 1913); fitter (West Wallsend, 1930-1937) ===''MARSHALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archie Francis Marshall|Marshall, Archie Francis "Arch"]] [https://www.familysearch.org/tree/person/details/G37M-W83] - 1907(Qld)-1982(Qld) - Licences: 4AF Clifton (1928-1939, 1946-1980+) - Qualifications: cc; AOCP 438, 1928, No. 48 in Qld - amateur operator; amateur broadcaster; business proprietor (blacksmith, fitter/turner) - Electoral Rolls: blacksmith (Clifton, 1930-1980) * [[/Herbert Anthony Marshall|Marshall, Herbert Anthony]] [https://www.familysearch.org/tree/person/details/9JJR-P3P] - 1888(India)-1948(NSW) - Licences: unlicensed?, Port Pirie, 1910; 2HM Armidale (1924-1926); 2HM Sydney (Bondi, 1927-1939, 1946-1948) - Qualifications: AOCP 115, 1925, No. ?? in NSW; AOLCP 48, 1931 - Comment: proud of his initials "H.A.M.", early wireless experimenter; amateur operator; amateur broadcaster; electrical engineer - Relationships: his daughter Denise Chalmers Marshall frequently on air over 2HM - TroveTag: "2HM - Herbert Anthony Marshall" - Electoral Rolls: electrical engineer (Bondi, 1930-1931); engineer (Bondi, 1934-1943) * [[/Mary Austine Marshall|Henry nee Marshall, Mary Austine]] [https://www.familysearch.org/tree/person/details/G8X2-GR6] - 1913(Vic)-1994(Vic) - Licences: 3YL Melbourne (Murrumbeena, 1930-1939, 1946-1956; East Malvern, 1960-1975) - Qualifications: AOCP 619, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: home duties (Oakleigh, 1936-1937); no occupation (Oakleigh, 1942-1954); home duties (Oakleigh, 1958-1980) - Links: [https://dokufunk.org/amateur_radio/contributions/index.php?CID=13532&ID=13600 Dokufunk] * [[/Vaughan Edward Marshall|Marshall, Vaughan Edward]] [https://www.familysearch.org/tree/person/details/G86T-KNY] - 1911(Vic)-1994(Vic) - Licences: 3UK Melbourne (Hawthorn, 1930-1933; Kew, 1937-1939, 1946-1969; Mt Eliza, 1975-1980+) - Qualifications: AOCP 603, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: sales (Kew, 1936); tea specialist (Kew, 1937-1968); retired (Mt Eliza, 1977-1980) ===''MARSLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Benjamin Bruce Marsland|Marsland, Benjamin Bruce]] [https://www.familysearch.org/tree/person/details/GX6Y-X47] - 1906(Qld)-1941(NSW) - Licences: 4DX Brisbane (Indooroopilly, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank clerk (Rockhampton, Qld, 1928); teller (Normanton, Qld, 1930); bank clerk (Rockhampton, Qld, 1931; Malanda, Qld, 1932); no occupation (Annerley, Qld, 1943) ===''MARSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Thomas Marston|Marston, James Thomas "Jim"]] [https://www.familysearch.org/tree/person/details/LKDX-19C] - 1920(Qld)-1974(Qld) - Licences: 4JA Brisbane (Belmont, 1948; Morningside, 1954); 4JA Toowoomba (1955-1956); 4JA Brisbane (Boondall, 1960-1969) - Qualifications: cc; AOCP 2655, 1948, Qld - amateur operator - Electoral Rolls: sheet metal worker (Buranda, Qld, 1943); engineer (Toowoomba South, Qld, 1958); technician (Boondall, Qld, 1963-1972) * [[/W. L. Marston|Marston, W. L.]] - 19??(???)-19??(???) - Licences: 4RY Brisbane (Clayfield, 1937) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MARTIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/James Frederick Martin|Martin, James Frederick]] - 1909(Vic)-1976(Vic) - Licences: 3MJ Melbourne (North Fitzroy, 1927-1933); 3JM Melbourne (North Fitzroy, 1937-1939) - Qualifications: AOCP 340, 1927, No. ?? in Vic - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: mechanic (Clifton Hill, 1936); traveller (North Fitzroy, 1949; Heidelberg, 1954-1963); sales director (Doncaster, 1967); sales (Noble Park, 1972) * [[/John Michael Martin|Martin, John Michael]] [https://www.familysearch.org/tree/person/details/GX79-GWZ] - 1886(Irl)-1982(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 146, 1915; 1COCP 58, 1935 - RANRS (commissioned telegraphist, 1917); WW1 - Comment: several contemporaneous JMMs - Electoral Rolls: Ancestry 299 hits too be sifted * [[/John Robert Martin|Martin, John Robert]] [https://www.familysearch.org/tree/person/details/GWFG-HMM] - 1919(Qld)-2011(Qld) - Licences: 4MX Cunnamulla (1937-1939); 4MX Toowoomba (1946-1954); 4MX Brisbane (Gaythorne, 1955-1960); 4MX Julia Creek (1965-1969); 4MX Finch Hatton (1975); 4MX Brisbane (Gaythorne, 1980+) - Qualifications: cc; AOCP 1933, 1937, Qld; BOCP 147, 1938 - amateur operator; amateur broadcaster; military (WW2, RAAF); business proprietor (radio service); Presbyterian minister - Electoral Rolls: radio mechanic (Toowoomba, Qld, 1949-1954); radio technician (Gaythorne, Qld, 1958; Kingaroy, Qld, 1963); missionary (Blackall, Qld, 1972; Gaythorne, Qld, 1972); minister of religion (Enoggera, Qld, 1977-1980) * [[/Malcolm Martin|Martin, Malcolm]] [https://www.familysearch.org/tree/person/details/GX8D-PG7] - 1903(UK)-1987(Qld) - Licences: 4KY Ipswich (1933-1939); 4KY Brisbane (Sandgate, 1946-1980+) - Qualifications: cc; AOCP 1110, 1933, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); employment (Qld Railways) - Electoral Rolls: carriage trimmer (Woodend, Qld, 1925-1937; Sandgate, Qld, 1943-1980) * [[/Silas Martin|Martin, Silas]] [https://www.familysearch.org/tree/person/details/GXMT-6WS] - 1874(NSW)-1945(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIR Rockhampton (1917-1918) - Electoral Rolls: engineer (Perth, 1903-1906; East Perth, 1912-1914); mechanic (Rockhampton, 1917-1921); radio mechanic (Cooktown, 1925; Beam Wireless Station, Ballan, 1928-1943); mechanic (Marrickville, NSW, 1943) * [[/Walter J. Martin|Martin, Walter J.]] - 1893(Vic)-19??(???) - commercial operator (1COCP 1, 1914, No. 1 in Aus and Vic, Marconi & Telefunken) - coastal station operator? * [[/William Anthony Martin|Martin, William Anthony]] [https://www.familysearch.org/tree/person/details/G8HB-KPZ] - 1911(Tas)-19??(???) - Licences: 7WM Hobart (West Hobart, 1929-1931); 7WM Gawler (1933) - Qualifications: cc; AOCP 497, 1929, No. ?? in Tas; AOLCP 70, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Comment: several contemporaneous William Anthony Martin's ===''MASHMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Wilfred Mashman|Mashman, Lionel Wilfred]] [https://www.familysearch.org/tree/person/details/GZ6K-7WG] - 1907(NSW)-1968(NSW) - 2OB Receive Sydney (Bexley, 1923-1924), 2OB Sydney (Bexley, 1925-1965), amateur operator (AOCP 84, 1925, No. ?? in NSW), amateur broadcaster ===''MASTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Harold Masters|Masters, Alfred Harold "Harold"]] [https://www.familysearch.org/tree/person/details/99GB-CPY] - 1875(Vic)-1951(Tas) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed); vice president WIA Launceston 1920s; later prominent architect - Relationships: brother of 7MM William Edward Masters - Electoral Rolls: architect (Launceston, 1928-1949) * [[/Brian Jermyn Masters|Masters, Brian Jermyn "Jermyn"]] - 1891(Vic)-1950(NZ) - 3LM Receive Melbourne (Armadale, 1923), 3LM Melbourne (Armadale, 1924-1925), amateur operator (pre-AOCP; no record found of AOCP; AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, operated his station both individually and on behalf WIA Malvern * [[/William Edward Masters|Masters, William Edward]] [https://www.familysearch.org/tree/person/details/99GB-CPW] - 1873(Vic)-1952(Tas) - Licences: 7MM Hobart (Bellerive 1932-1939) - Qualifications: cc; AOCP 1066, 1932, No. ?? in Tas - amateur operator; amateur broadcaster; solicitor - Relationships: brother of Alfred Harold "Harold" Masters - Electoral Rolls: solicitor (Bellerive, 1914-1949) - Links: [http://nla.gov.au/nla.news-article27111852 Obituary] ===''MATCHETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Kenneth Lyle Matchett|Matchett, John Kenneth Lyle "Ken"]] [https://www.familysearch.org/tree/person/details/GS1L-SCZ] - 1921(Vic)-2008(Vic) - Licences: 3TL Melbourne (Box Hill, 1960; Templestowe, 1965-1980+) - Qualifications: AOCP 3700, 1958, Vic - amateur operator, WW2, member Old Timer's Club - Electoral Rolls: student (St Kilda, 1949); teacher (Bayswater, 1954); lecturer (Templestowe, 1963-1980) - curator of the WIA QSL card collection for many years; personally acquired a large collection of Australian amateur QSL cards which were donated to the WIA collection on his passing, many thousands of QSLs provided by Wolf Harranth of Dokufunk on an exchange basis ===''MATHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Stewart Mather|Mather, Alexander Stewart "Alex"]] [https://www.familysearch.org/tree/person/details/GHTL-WWC] - 1909(NSW)-1970(NSW) - Licences: 2JZ Singleton (1929-1969) - Qualifications: AOCP 479, 1929, No. ?? in NSW; AOLCP 89, 1932; TVOCP 273, 1960 - amateur operator, amateur broadcaster - Electoral Rolls: cordial manufacturer (Singleton, 1930-1968) ===''MATHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Campion Mathews|Mathews, John Campion]] [https://www.familysearch.org/tree/person/details/G8V1-46V] - 1912(Vic)-19??(???) - Licences: 3SY Geelong (Newtown, 1930-1939, 1946-1980+); 3JM Portable Geelong (Newtown, 1947) - Qualifications: AOCP 709, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Newtown, 1934-1968); operator (Newtown, 1972-1980) * [[/John Mathews|Mathews, John]] [https://www.familysearch.org/tree/person/details/G82Z-KX2] - 1914(Qld)-1976(NSW) - Licences: 4EE Rockhampton (1935-1939) - Qualifications: cc; AOCP 1414, 1935, Qld - amateur operator; amateur broadcaster - Comment: Several contemporaneous JMs - Electoral Rolls: Nil yet identified ===''MATTHEWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fred Thomas Matthews|Matthews, Fred or Frederick Thomas]] [https://www.familysearch.org/tree/person/details/GZVC-22K] - 1904(Qld)-1992(Qld) - Licences: 4FK Brisbane (New Farm, 1923-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); business proprietor (Matthews Fire Alarm Co) - Awards: OBE - Electoral Rolls: electrical engineer (Merthyr, 1925-1958); engineer (New Farm, 1963-1980) * [[/John Leigh Inglis Matthews|Matthews, John Leigh Inglis]] [https://www.familysearch.org/tree/person/details/GDKN-159] - 19??(???)-19??(???) - Licences: XJD Melbourne (Richmond, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: confectioner (Richmond, 1913-1919) * [[/Kenneth Morgan Matthews|Matthews, Kenneth Morgan]] [https://www.familysearch.org/tree/person/details/GXPM-R2W] - 1911(SA)-2009(SA)98yo - Licences: 5GN Adelaide (Malvern, 1936-1939) - Qualifications: cc; AOCP 1732, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Malvern, SA, 1939); mechanic (Crystal Brook, SA, 1941-1943) - Links: [https://vwma.org.au/explore/people/551921 VWMA] * [[/Vincent John Matthews|Matthews, Vincent John]] [https://www.familysearch.org/tree/person/details/GFW4-NM1] - 1888(Vic)-1965(Vic) - Licences: 6AQ Perth (Bayswater, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; Stott's College (Principal, early 1920s) - Electoral Rolls: business college master (West Gildford, WA, 1910); manager (Guildford, WA, 1912; Bayswater, WA, 1916-1925); business manager (Canterbury, Vic, 1925-1928); director (Canterbury, Vic, 1931-1963) * [[/Walter John Penrose Matthews|Matthews, Walter John Penrose]] [https://www.familysearch.org/tree/person/details/L5TS-HZN] - 1880(SA)-1964(SA) - Licences: 5BS Receive Murray Bridge (1922); Receive Murray Bridge (1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: lifter SA Railways (Tailem Bend, SA, 1939-1943) ===''MAUGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Mauger|Mauger, Samuel "Sam"]] - 1857(Vic)-1936(Vic) - state politician, senior federal politician (Postmaster-General 1908) ===''MAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Hamilton Maughan|Maughan, Frederick Hamilton]] [https://www.familysearch.org/tree/person/details/GZQ4-BJW] - 1903(WA)-1962(Vic) - Licences: 3HH Receive Melbourne (Malvern, 1922); 3HH Melbourne (Malvern, 1923-1960) - Qualifications: cc; AOCP 14, 1924, No. ?? in Vic; AOLCP 82, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: student (Malvern East, 1925-1954) ===''MAWSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Douglas Mawson|Mawson, Douglas]] [https://www.familysearch.org/tree/person/details/LC3H-42N] - 1882(Eng)-1958(SA) - Licences: Nil - Qualifications: Nil yet identified - Head Australasian Antarctic Expedition (1911-1914) - Electoral Rolls: [[w:Douglas Mawson|Wikipedia]] [https://adb.anu.edu.au/biography/mawson-sir-douglas-7531 ADB] * [[/Ernest Richard Mawson|Mawson, Ernest Richard]] [https://www.familysearch.org/tree/person/details/2W9T-NJN] - 1861(NSW)-1943(NSW) - Licences: 2DH Sydney (Campsie, 1922-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Parramatta, 1903); no occupation (Dee Why, 1930-1933; Harbord, 1934-1936; Manly, 1937-1943) ===''MAXWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ronald Alston Maxwell|Maxwell, Ronald Alston]] - 1908(NSW)-1950(NSW) - Licences: 2KS Sydney (Hurstville, 1930-1933) - Qualifications: AOCP 656, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: metal worker (Randwick, 1933; Liverpool, 1934-1935; Croydon, 1936-1937); clerk (Caringbah, 1949) ===''MAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank May|May, Frank]] [https://www.familysearch.org/tree/person/details/G88S-CXP] - 1878(Eng)-19??(???) - Licences: 6FM Dwellingup (1929-1931); 6FM Gnowangerup (1933); 6FM Esperance (1937-1939) - Qualifications: cc; CPRT 139, 1915; AOCP 560, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: stationmaster (Gnowangerup, 1931; Esperance, 1936-1937; Armadale, 1943; Collie, 1949) ===''MAYGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Neil Hubert Mayger|Mayger, Neil Hubert]] [https://www.familysearch.org/tree/person/details/K2F7-J2D] - 1890(Vic)-1946(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, 1917); WW1; WW2 - Electoral Rolls: salesman (Darlinghurst, NSW, 1930); sales (Darlinghurst, 1937); salesman (East Sydney, 1937); Sales (Darlinghurst, 1943) ===''MCATEER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McAteer|McAteer, Brother Joseph]] [https://www.familysearch.org/tree/person/details/GDKT-JWB] - 1881(NZ)-1931(NSW) - Licences: Receive Sacred Heart College Glenelg (1923); 5AQ Sacred Heart College Glenelg (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCAULEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Money McAuley|McAuley, William John Money "Bill"]] [https://www.familysearch.org/tree/person/details/LRKH-Z5Y] - 1909(Vic)-1987(Vic) - Licences: 3WM Melbourne (Brunswick, 1925-1931) - Qualifications: AOCP 221, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: jackaroo (Nyngan, 1930); grazier (Womboota, 1937-1943) ===''MCBRIDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander James McBride|McBride, Alexander James]] - 1914(Qld)-1993(Qld) - 4BR Brisbane (Wilston, 1939, 1947-1969), amateur operator (AOCP 2320, 1939, No. ?? in Qld), business (radio repair) ===''MCCABE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Bernard McCabe|McCabe, William Bernard]] [https://www.familysearch.org/tree/person/details/MZ1C-FN2] - 1864(Irl)-1938(WA) - Licences: 7AQ Clarence Point (1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: gardener (St Kilda, Vic, 1912; Balaclava, 1913-1914; Elsternwick, 1915-1921; Caulfield, 1924); orchardist (Clarence Point, 1922-1928); civil engineer (Nedlands, WA, 1937) ===''MCCALMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Colin McCalman|McCalman, Maxwell Colin]] [https://www.familysearch.org/tree/person/details/GZN8-V77] - 1910(Vic)-1966(Vic) - 3KX Melbourne (Canterbury, 1925-1927), amateur operator (AOCP 142, 1925, No. ?? in Vic), amateur broadcaster, musician (1934), engineer (1943-1963) ===''MCCANDLISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack McCandlish|McCandlish, Jack]] [https://www.familysearch.org/tree/person/details/GZ2B-TJC] - 1915(Eng)-1943(Ins) - Licences: 3HN Sea Lake (1935-1939) - Qualifications: AOCP 1468, 1935, No. ?? in Vic - amateur operator, WW2 (Army, M Special Unit, Sergeant, Commando, 1943) - Electoral Rolls: farm hand (Sea Lake, 1937-1942) - "Greater love hath no man than this" [https://www.awm.gov.au/collection/R1685215] ===''MCCARTHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Keith McCarthy|McCarthy, John Keith "Keith / Macca"]] - 19??(???)-1998(Qld) - 3FX Melbourne (Ascot Vale, 1932-1933), 2IM Sydney (Lane Cove, 1934), 2VM Sydney (Lane Cove, 1935), 3FX Melbourne (Hampton, 1937; Ascot Vale, 1938-1939; City, 1946-1947; Templestowe, 1954-1956), 9AR On board yacht Pandemonium (1969), P29AR/MM On board yacht Pandemonium (1975), 4DU Beenleigh (1980), 4PY Surfers Paradise (1980), amateur operator (AOCP 1036, 1932, No. ?? in Vic), amateur broadcaster, state public servant (Vic Railways, telegraphist), military (RAAF, DFC, AFM, AE) ===''MCCULLAGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Austral McCullagh|McCullagh, Alexander Austral]] [https://www.familysearch.org/tree/person/details/GXNN-V7Y] - 1897(Qld)-1981(NSW) - Licences: Receive (Home Hill, 1923); 2RR Sydney (Balgowlah, 1965-1969); 9NI Norfolk Island (1975) - Qualifications: cc; 3COCP 2977, 1959; AOLCP 754, 1959; AOCP 4229, 1964, Qld - amateur receiver; amateur operator; WW1 - Electoral Rolls: soldier (Sandgate, Qld, 1919); chemist (Inkerman Mill, Qld, 1922); engineer (Bondi North, NSW, 1930; Abbotsford, NSW, 1932-1933; Edgecliff, NSW, 1933; Burwood, NSW, 1934-1936); manager (Balgowlah, NSW, 1949-1963); retired (Green Point, NSW, 1977-1980) ===''MCCULLOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Robert McCulloch|McCulloch, George Robert]] - 1907(Vic)-1969(Vic) - 3XM Receive Ballarat (1923-1924), 3GM Ballarat (1925-1939, 1946-1965+), amateur operator (AOCP 198, 1925, No. ?? in Vic), amateur broadcaster, radio engineer (Ballarat, 1931-1968) ===''MCDERMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Westall McDermott|McDermott, James Westall "Jim"]] [https://www.familysearch.org/tree/person/details/G37P-PY2] - 1913(Qld)-2010(Qld) - Licences: 4JM Brisbane (1930) & Nambour (1931-1939) - Qualifications: cc; AOCP 711, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Relationships: brother of 4RM Robert Ernest McDermott; son of 4WP Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, Qld, 1936-1949); radio engineer (Nambour, Qld, 1954-1980) * [[/Robert Ernest McDermott|McDermott, Robert Ernest "Bob"]] [https://www.familysearch.org/tree/person/details/GXW8-QJ5] - 1917(Qld)-2006(Qld) - Licences: 4RM Nambour (1938-1939); 4RM Brisbane (Ekibin, 1946-1980+) - Qualifications: AOCP 2223, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Sunshine Coast ARC); military (WW2, AIF); business proprietor (radio/TV retail, Ekibin) - Relationships: brother of James Westall McDermott; son of Westall Samuel McDermott - Electoral Rolls: radio mechanic (Nambour, 1943; Ekibin, 1949-1968); TV engineer (Tewantin, Qld, 1972-1980) * [[/Westall Samuel McDermott|McDermott, Westall Samuel]] [https://www.familysearch.org/tree/person/details/G37P-2SQ] - 1889(Qld)-1963(Qld) - Licences: 4WP Nambour (1938-1939, 1946-1954) - Qualifications: cc; AOCP 2087, 1938, No. ?? in Qld - amateur operator; amateur broadcaster - Relationships: father of James Westall McDermott & Robert Ernest McDermott - Electoral Rolls: school teacher (Hendon, Qld, 1916-1917; Sandgate, Qld, 1921; Glen Eagle, Qld, 1925-1928; Rosemount, Qld, 1934; Nambour, Qld, 1937-1958); retired (Nambour, Qld, 1963) ===''MCDONALD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> SEE ALSO MACDONALD * [[/Arthur Stephen McDonald|McDonald, Arthur Stephen]] [https://www.familysearch.org/tree/person/details/G36J-ZLJ] - 1891(Vic)-1955(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 700, 1922 - broadcast engineer (PMGD, RANRS, AWA); professional society administrator (IEA) - Electoral Rolls: engineer (Townsville, Qld, 1913; St Kilda, Vic, 1916-1924; Vaucluse, NSW, 1930-1934); radio engineer (Darlinghurst, 1934-1936); engineer (Edgecliff, 1943; Double Bay, 1954) - Links: [https://adb.anu.edu.au/biography/mcdonald-arthur-stephen-7333 ADB]; [https://www.asap.unimelb.edu.au/bsparcs/biogs/P001299b.htm Bright Sparks] * [[/Colin McDonald|McDonald, Colin]] [https://www.familysearch.org/tree/person/details/GX67-SCG] - 1911(Qld)-1973(Qld) - Licences: 4CD Rockhampton (1935-1969) - Qualifications: cc; AOCP 1440, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Rockhampton, Qld, 1932-1958); accountant (Rockhampton, Qld, 1968-1972) * [[/Donald McDonald|McDonald, Donald "Don"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC)? * [[/Donald Munro McDonald|McDonald, Donald Munro]] - 19??(???)-19??(???) - Licences: 3KS Melbourne (Yarraville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: - Comment: Several contemporaneous DMMs * [[/G. A. McDonald|McDonald, G. A.]] - 19??(???)-19??(???) - Licences: 6DN Receive Perth (West Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John McDonald|McDonald, John]] [https://www.familysearch.org/tree/person/details/GXM1-WJR] - 1894(NSW)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 137, 1915; CPRT 190, 1916 (replacement?) - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous JMcD - Electoral Rolls: Nil yet identified; Ancestry.com 1000s of hits to be sifted * [[/Wilfred Neville McDonald|McDonald, Wilfred Neville]] [https://www.familysearch.org/tree/person/details/GX67-DB1] - 1914(NSW)-19??(???) - Licences: 2ZT Sydney (Parramatta, 1935-1936); 4ZT Brisbane (Kangaroo Point, 1937; New Farm, 1938-1939; Annerley, 1947-1948) - Qualifications: cc; AOCP 1412, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Granville, NSW, 1936); radio engineer (Kangaroo Point, Qld, 1937); radio mechanic (Ashgrove, Qld, 1943); radio technician (Annerley, Qld, 1949); electrical engineer (Tennyson, Qld, 1954-1963); manager (Burleigh Heads, Qld, 1968-1980) ===''MCDONOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Richard McDonough|McDonough, Ernest Richard]] [https://www.familysearch.org/tree/person/details/GXQX-NXY] - 1875(Wales)-1941(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (Warrant Telegraphist, terminated Nov 1920) - Electoral Rolls: Royal Navy (Newport, Vic, 1914-1915); Royal Australian Navy (Yarraville, Vic, 1917-1919); hotel proprietor (West Maitland, 1930-1935); retired (Wickham, 1937) ===''MCDOWALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valentine McDowall|McDowall, Valentine "Val"]] [https://www.familysearch.org/tree/person/details/M14R-SPG] - 1881(Qld)-1957(Qld) - 4CN Receive Brisbane (1922); 4CM Brisbane (City, 1922-1939) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; radiographer; WW2 - 4CM operator primarily Thomas Murray Browse Elliott after about 1925 - Electoral Rolls: medical practitioner (Laidley, 1906-1914; Clayfield, 1919; Ascot, 1934-1954) - Links: [https://adb.anu.edu.au/biography/mcdowall-valentine-7349 ADB] ===''MCDOWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edward Daniel McDowell|McDowell, John Edward Daniel or John Edward]] [https://www.familysearch.org/tree/person/details/GX86-J52] - 1914(Qld)-1978(Qld) - Licences: 4CX Brisbane (Ascot, 1937-1939); 4CX Gladstone (1947-1965); 4CX Brisbane (Wavell Heights, 1969-1980+) - Qualifications: cc; AOCP 1873, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: rubber worker (Ascot, Qld, 1937); chemist (Gladstone, Qld, 1943-1949); industrial chemist (Gladstone, Qld, 1954-1963); chemistry instructor (Wavell Heights, Qld, 1968-1977) ===''MCELWEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Johnston McElwee|McElwee, George Johnston]] - 1879(Tas)-1981(Tas) - involved with Launceston Radio Clubs searching for the roar ===''MCGARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lloyd Ignatius McGarry|McGarry, Lloyd Ignatius]] [https://www.familysearch.org/tree/person/details/G8GT-4PR] - 1919(NSW)-1977(Qld) - Licences: 4XY Roma (1937-1939); 4XY Rockhampton (1947); 4XY Brisbane (Taringa, 1948; Coorparoo, 1954-1956); 2ALM Sydney (Lakemba, 1960-1965); 1AM Canberra (Macquarie, 1969-1975); 4ALL Brisbane (Kingston, 1980+) - Qualifications: cc; AOCP 1943, 1937, Qld; BOCP 139, 1937; 2COCP 607, 1942; 1COCP 1026, 1946 - amateur operator; amateur broadcaster; broadcast technician (4GR, 4ZR); military (RAAF, WW2, mobile wireless, post WW2 Naval Intelligence); federal public servant (PMGD); scientist (Ionospheric Prediction Service) - Electoral Rolls: radio technician (Deagon, Qld, 1949); public servant (Coorparoo, Qld, 1954-1958; Townsville, Qld, 1958) ===''MCGAURAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Duncan James Macfarlane McGauran|McGauran, Duncan James Macfarlane]] - 1849(NZ)-1889(NSW) - radio clubs (Telegraph Electrical Society, Victoria, member; Society of Telegraph Engineers, London, member), employment (Vic Posts & Telegraphs; WA Posts & Telegraphs, Superintendant Telegraphs; NSW Posts & Telegraphs), patents in Quadraplex Telegraphy, father of Duncan James McGauran (telegraphist, accountant, inventor of a telephone meter) ===''MCGEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Carney Mitchell McGee|McGee, Carney Mitchell]] [https://www.familysearch.org/tree/person/details/G8VW-9LF] - 1910(SA)-1981(WA) - Licences: 5LX Adelaide (Mile End, 1930-1931) - Qualifications: cc; AOCP 676, 1930, No. ?? in SA; 2COCP 52, 1936; 1COCP 210, 1938 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (North Unley, SA, 1939); assistant radio inspector (Ivanhoe, Vic, 1943); radio inspector (Kensington, WA, 1949-1977); retired (Como, 1980) ===''MCGEOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Samuel McGeoch|McGeoch, William Leslie Samuel]] [https://www.familysearch.org/tree/person/details/LVNY-SDX] - 1912(WA)-2007(WA) - Licences: 6WL Brookton (1935-1939, 1947-1956); 6WL Bunbury (1960-1980+) - Qualifications: cc; AOCP 1442, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Brookton, WA, 1936-1943); radio service (Brookton, WA, 1958); electrician (Carey Park, WA, 1968-1980) ===''MCGOWAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Walker McGowan|McGowan, Samuel Walker]] - 1829(Irl)-1887(Vic) - Vic Posts and Telegraphs (Superintendent Telegraphs), successfully tendered for the first Australian electric telegraph 1854 (Melbourne to Williamstown) then appointed to the public service to operate and maintain it, radio clubs (Telegraph Electrical Society, Victoria) ===''MCGRATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Philip McGrath|McGrath, Edward Philip "Ted"]] [https://www.familysearch.org/tree/person/details/GW87-9K5] - 1906(NSW)-1999(SA) - Licences: 5MO Adelaide (Parkside, 1933-1939; West Mitcham, 1947-1965; Aldgate, 1969) - Qualifications: cc; AOCP 1175, 1933, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Parkside, SA, 1939) * [[/Francis Thomas McGrath|McGrath, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GXM1-HRN] - 1891(Tas)-1937(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 87, 1915; 1COCP 45, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: public servant (Moonah, Tas, 1919); wireless operator (Thursday Island, 1922); engineer (Eagle Junction, 1925); telegraphist (South Yarra, 1926-1927); supervisor (Caulfield, Vic, 1928-1934; Camberwell, Vic, 1936) ===''MCGREGOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Aenas McGregor|McGregor, Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WT] - 1865(Vic)-1937(Vic) - Licences: XJEA Melbourne (Armadale, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: father of 3ZE Keith Wilfred Aeneas McGregor - Electoral Rolls: traveller (Armadale, 1919; Toorak, 1928-1936) * [[/Keith Wilfred Aeneas McGregor|McGregor, Keith Wilfred Aeneas]] [https://www.familysearch.org/tree/person/details/GZDV-2WQ] - 1903(Vic)-19??(???) - Licences: 3ZE Melbourne (Armadale, 1923-1924; Toorak, 1925) - Qualifications: cc; AOCP 52, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Relationships: son of XJEA Aeneas McGregor - Electoral Rolls: telegraphist (Toorak, 1925-1928) ===''MCGUIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Patrick Holman McGuire|McGuire, Leo Patrick Holman]] [https://www.familysearch.org/tree/person/details/G8HK-B2T] - 1906(NSW)-2001(WA) - Licences: 3KM Myrtleford (1929-1937); 3KM Corryong (1938-1939); 6MG Manjimup (1947-1969); 6MG Perth (Thornlie (1975-1980+) - Qualifications: AOCP 488, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: biograph operator (Wangaratta, 1928); picture proprietor (Albury, 1931); postal employee (Myrtleford, 1936-1937); postal clerk (Mt Magnet, 1943; Manjimup, 1949); radio mechanic (Manjimup, 1954-1972); retired (Thornlie, 1977-1980) ===''MCHUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Charles McHugh|McHugh, William Charles]] [https://www.familysearch.org/tree/person/details/GFMN-V5Z] - 1914(WA)-1978(WA) - Licences: 6KA or 6KD Perth (Guildford, 1936-1939) - Qualifications: cc; AOCP 1766, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: piano tuner (Guildford, WA, 1936-1943); radio mechanic (Belmont, WA, 1949; North Perth, WA, 1954); mechanic (Cottesloe, WA, 1954; Mt Pleasant, WA, 1963-1972) ===''MCINTOSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley John James McIntosh|McIntosh, Stanley John James "Stan"]] [https://www.familysearch.org/tree/person/details/GXDL-C5P] - 1913(Qld)-1972(Qld) - Licences: 4PK Ipswich (Woodend, 1931-1939); 4PK Brisbane (Coorparoo, 1946-1969) - Qualifications: cc; AOCP 730, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (workshop foreman); business proprietor (electrical engineering) - Electoral Rolls: electrical fitter (Woodend, Qld, 1934-1937; Coorparoo, Qld, 1943-1972) ===''MCINTYRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel George McIntyre|McIntyre, Daniel George]] [https://www.familysearch.org/tree/person/details/LTNG-PHV] - 1901(???)-1963(NSW) - Licences: 2VX Receive Sydney (Pymble, 1923); 2VX Sydney (Pymble, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Strathfield, 1930-1958); radio retailer (Pymble, 1963) ===''MCKAIL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Lancelot Martyn McKail|McKail, Henry Lancelot Martyn or Martin "Hal"]] - 1887(WA)-1944(WA) - Licences: 6BT Perth (City, 1923-1924); 6BU Perth (City, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: teacher (Kalgan River, WA, 1910; West Perth, WA, 1916-1917); science master (Crawley, WA, 1925-1937) ===''MCKENZIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander John McKenzie|McKenzie, Alexander John]] - 1905(???)-19??(???) - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''MCKEOWN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * McKenzie, Florence Violet (married name) - see Granville, Florence Violet (birth name) * [[/Allan McIllroy McKeown|McKeown, Allan McIllroy]] [https://www.familysearch.org/tree/person/details/L69J-SFC] - 1904(Vic)-1983(Vic) - Licences: 3YZ Melbourne (Alphington, 1924-1927); 3YZ Geelong (1931); 3YZ Melbourne (Northcote, 1933-1939, 1946-1969); 3YZ Ocean Grove (1975-1980) - Qualifications: cc; AOCP 51, 1925, No. ?? in Vic; AOLCP 42, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Northcote, 1936-1954; Alphington, 1968); nil (Ocean Grove, 1972-1977) ===''MCKINLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Harold McKinley|McKinley, Norman Harold "Shorty"]] [https://www.familysearch.org/tree/person/details/GWGP-TLC] - 1913(???)-1999(Qld) - Licences: 4CX Brisbane (Teneriffe, 1932-1933) - Qualifications: cc; AOCP 969, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Milton, Qld, 1949-1972); driver (Paddington, Qld, 1980) ===''MCLAUCHLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles David McLauchlan|McLauchlan, Charles David]] [https://www.familysearch.org/tree/person/details/LYL6-PYY] - 1876(Vic)-1943(Vic) - Licences: 6BW Receive Perth (Victoria Park, 1923); 6BW Perth (Victoria Park, 1924-1927) - Qualifications: cc; Nil yet identified - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Eucla, 1906; Perth, 1910-1916); telegraph engineer (Victoria Park, 1925); superintendent telegraphs (South Yarra, 1931; Camberwell, 1937-1943) ===''MCLEAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stewart Campbell McLean|McLean, Stewart Campbell]] [https://www.familysearch.org/tree/person/details/G86G-PMR] - 1910(Vic)-1994(Vic) - Licences: 3GK Melbourne (Yarraville, 1930-1933; Brunswick, 1937-1939, 1946-1948; Caulfield, 1960) - Qualifications: AOCP 601, 1930, No. ?? in Vic; AOLCP 65, 1932 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Yarraville, 1931-1936); nil (Elsternwick, 1954); engineer (Caulfield, 1958-1980) ===''MCLENNAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth McLennan|McLennan, Kenneth]] [https://www.familysearch.org/tree/person/details/GX9H-B4N] - 1892(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 124, 1915; 2COCP 185, 1930; 1COCP 238, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIG Port Moresby (1917-1918) - Comment: Several contemporaneous KMcLs - Electoral Rolls: Nil yet identified ===''MCLEOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander McLeod|McLeod, Alexander]] [https://www.familysearch.org/tree/person/details/GMKJ-L25] - 1972(Vic)-1948(Qld) - Licences: 4CF Receive Brisbane (Red Hill, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: confectioner (Red Hill, 1903-1905); pastrycook (Red Hill, 1908-1926; Mt Bruce, 1929-1943) * [[/Gordon Stuart McLeod|McLeod, Gordon Stuart or Stewart]] [https://www.familysearch.org/tree/person/details/G8V1-38Y] - 1912(NSW)-1966(NSW) - Licences: 3ZZ Geelong (West Geelong, 1930-1931; Newtown, 1933); 2RU Sydney (Kogarah, 1935; Enfield, 1936); 3ZZ Geelong (Crib Point, 1937; Wallington, 1938); 2ADC Sydney (Sans Souci, 1939; Hurstville, 1946-1947; Beverley Hills, 1948-1965) - Qualifications: cc; AOCP 707, 1930, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: RAN (Crib Point, Vic, 1937); petty officer RAN (Hurstville, NSW, 1943); clerk (Beverly Hills, NSW, 1949-1963) * [[/Norman McLeod|McLeod, Norman]] [https://www.familysearch.org/tree/person/details/G86P-8F2] - 1901(Vic)-1995(Vic) - Licences: 3NM Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 602, 19??, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Caulfield, 1937-1968) ===''MCLOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. C. McLoughlin|McLoughlin, E. C.]] - 19??(???)-19??(???) - Licences: 5KJ Port Lincoln (1928-1929) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MCMAHON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Hanney McMahon|McMahon, Leo Hanney]] [https://www.familysearch.org/tree/person/details/GXD8-XQH] - 1914(Qld)-1992(NSW) - 4LM Brisbane (Toombul, 1933-1938); 2ALM Sydney (Darlinghurst, 1939); 2AC Sydney (Kingsford, 1946-1950; Randwick, 1956-1980+) - Qualifications: cc; AOCP 1104, 1933, Qld) - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, AMC); occupation (doctor) - Electoral Rolls: student (Camperdown, NSW, 1936-1937); medical practitioner (Kingsford, NSW, 1949; Randwick, NSW, 1954-1980) ===''MCMASTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John McMaster|McMaster, John]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - commissioner, Royal Commission Wireless 1927 - Electoral Rolls: ===''MCMATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Joseph McMath|McMath, John Joseph]] [https://www.familysearch.org/tree/person/details/L5KG-ZK2] - 1910(Vic)-1999(Vic) - Licences: 3JJ Melbourne (Albert Park, 1927-1939; South Melbourne, 1946-1960; Elwood, 1975-1980+) - Qualifications: AOCP 351, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Albert Park, 1931-1937); manager (St Kilda, 1949-1954); retired (Brighton, 1963-1968; Black Rock, 1972-1977) ===''MCMURTRIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Adam McMurtrie|McMurtrie, Sydney Adam or Adam Sydney "Sid"]] [https://www.familysearch.org/tree/person/details/LBQM-DQW] - 1908(NSW)-1982(Qld) - Licences: 4JR Booval (1929-1933); 2AFX Lismore (1937-1939); 4KT Gympie (1948) - Qualifications: cc; AOCP 491, 1929, No. ?? in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Gympie, 1936); radio salesman (Lismore, 1937); telephone mechanic (Gympie, 1943-1980) ===''MCNALTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph McNalty|McNalty, Joseph]] [https://www.familysearch.org/tree/person/details/GXXW-67M] - 1901(Qld)-1967(Qld) - Licences: 4DZ Receive Toowoomba (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telegraphist (East Toowoomba, Qld, 1925; Mackay, Qld, 1930-1943); public servant (Fairfield, Qld, 1949); clerk (Toowong, Qld, 1954); telegraphist (St Lucia, Qld, 1958) ===''MCNICOL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Edgar McNicol|McNicol, Robert William Edgar]] [https://www.familysearch.org/tree/person/details/GX8D-6NN] - 1917(Qld)-1974(Qld) - Licences: 4WM Brisbane (Teneriffe, 1936-1939) - Qualifications: cc; AOCP 1680, 1936, Qld; BOCP 57, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: radio operator (Teneriffe, Qld, 1943); university lecturer (Tarragindi, Qld, 1954-1972) ===''MCPHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Thomas McPherson|McPherson, Colin Thomas or Thomas Collins]] [https://www.familysearch.org/tree/person/details/G8CT-HST] - 1897(Vic)-1951(Vic) - Licences: 3LU Melbourne (Footscray, 1929-1939) - Qualifications: AOCP 523, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: student (Footscray, 1919); storeman (Footscray, 1922-1942) * [[/Murdoch John McPherson|McPherson, Murdoch or Murdock John]] [https://www.familysearch.org/tree/person/details/27D9-9TB] - 1904(Qld)-1972(NSW) - Licences: 4MC Merinda (1927) - Qualifications: cc; CPRT 916, 1926; 2COCP 58, 1929; 1COCP 161, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: motor driver (Merinda, Qld, 1925); wireless operator (Paddington, Qld, 1929); clerk (Mt Coolah, NSW, 1968) ===''MEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Mead|Mead, Jack]][https://www.familysearch.org/tree/person/details/GFM3-ZSH] - 1915(WA)-2009(WA) - Licences: 6LJ Perth (East Victoria Park, 1931-1939; Wembley, 1947-1960) - Qualifications: cc; AOCP 803, 1931, No. ?? in WA; AOLCP 168, 1934; 1COCP 289, 1939 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Victoria Park, WA, 1937); mechanic (Wembley, WA, 1943-1980) * [[/Jordan Arthur Mead|Mead, Jordan Arthur]] [https://www.familysearch.org/tree/person/details/LTJF-1KH] - 1907(NSW)-1993(NSW) - Receive Sydney (Ashfield, 1923-1924), 2JA Sydney (Ashfield, 1925-1928), 2JA Byron Bay (1929-1930), 2AJA Sydney (Ashfield, 1946; Bexley, 1947-1957), 2JM Sydney (Bexley, 1958-1980), qualifications (AOCP 212, 1925, No. ?? in NSW), amateur operator, amateur broadcaster, electoral rolls: telephone mechanic (Byron Bay, 1930; Ashfield, 1931-1943), power technician (Bexley, 1949-1968), electrical field officer (Bexley, 1972-1980) ===''MEADOWS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Cecil Meadows|Meadows, Robert Cecil]] [https://www.familysearch.org/tree/person/details/GXH2-ZRK] - 1907(Eng)-1966(NSW) - Licences: 4RM Mackay (1932-1939); 2ARM Sydney (Kirribilli, 1946-1948); 2IN Sydney (Rhodes, 1956-1958; Chiswick, 1960; Long Jetty, 1961; Killarney Vale, 1965) - Qualifications: cc; AOCP 879, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, RAAF); employment (Pems Radio, Rockhampton); journalist (Minchens Electrical Weekly); WW1; WW2 - Electoral Rolls: reporter (Crows Nest, NSW, 1930); radio mechanic (Bundaberg, Qld, 1931-1932); radiotrician (Mackay, 1934-1937); wireless instructor (Kirribilli, NSW, 1943); manager (Rhodes, NSW, 1954-1958); retired (Five Dock, NSW, 1958; Killarney Vale, NSW, 1963) ===''MEDHURST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edgar Edney Medhurst|Medhurst, Edgar Edney]] [https://www.familysearch.org/tree/person/details/GHD6-WFC] - 1902(Tas)-1966(Vic) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Frederick William Medhurst|Medhurst, Frederick William "Pop" (in latter years)]] [https://www.familysearch.org/tree/person/details/M4GS-R6P] - 1868(Eng)-1969(Tas) 101yo - Licences: XZD Hobart (1913-1914); 7AH Receive Hobart (Sandy Bay, 1923); 7AH Hobart (Sandy Bay, 1924-1939, 1946-1947) - Qualifications: Nil yet identified - early wireless experimenter from 1901; amateur operator; amateur broadcaster; business (Medhurst & Sons, 1920s) - Relationships: father of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst, all in the business and interested in radio * [[/Harry Frederick Medhurst|Medhurst, Harry Frederick]] [https://www.familysearch.org/tree/person/details/GHD6-QZV] - 1893(Tas)-1963(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Phillip Aubrey Medhurst, Rowland Arthur Medhurst * [[/Phillip Aubrey Medhurst|Medhurst, Phillip Aubrey]] [https://www.familysearch.org/tree/person/details/GHD6-DFX] - 1895(Tas)-1969(Tas) - on the staff of Medhurst Electrical which firm dominated wireless in the 1920s - Relationships: son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Rowland Arthur Medhurst * [[/Rowland Arthur Medhurst|Medhurst, Rowland Arthur]] [https://www.familysearch.org/tree/person/details/GHD6-ZT4] - 1892(Tas)-1969(Tas) - early wireless experimenter, lecturing on wireless 1911, never licensed, likely utilised licence of XZD-7AH (father), son of XZD-7AH Frederick William Medhurst, brother of Edgar Edney Medhurst, Harry Frederick Medhurst, Phillip Aubrey Medhurst ===''MEDLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel James Clifford Medlin|Medlin, Noel James Clifford]] [https://www.familysearch.org/tree/person/details/G3MB-743] - 1917(Vic)-2004(Vic) - broadcast planning engineer (ABCB), federal public servant (ABCB), WW2 - Electoral Rolls: engineer (Gardiner, 1943; St Kilda, 1949; Camberwell, 1954-1977); retired (Inverloch, 1980) - father of AM directional antennas in Australia ===''MENON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey John Menon|Menon, Geoffrey John]] [https://www.familysearch.org/tree/person/details/LT4F-3CQ] - 1905(SA)-1969(NSW) - 3OG Receive Melbourne (St Kilda, 1923-1924), 3OG Melbourne (St Kilda, 1925-1927), 2OG Sydney (Haberfield, 1928; Croydon, 1929-1931), 3OG Melbourne (East Kew, 1933), 2OG Sydney (Northbridge, 1934-1935; Chatswood, 1936-1937; Longueville, 1938-1939, 1946-1948; Pymble, 1950; West Pennant Hills, 1954-1965; Arcadia, 1969), amateur operator (AOCP 209, 1925, No. ?? in Vic), amateur broadcaster, electrician (St Kilda West, 1926-1927), radio engineer (Coburg, 1931), engineer (Kew, 1934), radio engineer (Chatswood, 1937; Longueville, 1943), engineer (Baulkham Hills, 1954-1958; Arcadia, 1968) ===''MERCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie George Merchin|Merchin, Leslie George]] [https://www.familysearch.org/tree/person/details/LTLT-SSF] - 1917(Qld)-1994(Qld) - Licences: 4ML Richmond (1934-1939); 4MG Richmond (1948); 4MG Killarney (1954-1980+) - Qualifications: cc; AOCP 1399, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: garage proprietor (Richmond, Qld, 1943-1949); motor mechanic (Killarney, Qld, 1954-1968; Rockhampton North, Qld, 1972-1980) ===''MEREDITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clement George Benger Meredith|Meredith, Clement George Benger]] [https://www.familysearch.org/tree/person/details/KZJD-6S6] - 1885(WA)-1959(USA) - Licences: Nil yet identified - Qualifications: cc; CPRT 15, 1914 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: telegraphist (Windsor, Vic, 1914-1916); officer-in-charge wireless (Geraldton, WA, 1916-1917) * [[/Llewellyn Lennon Meredith|Meredith, Llewellyn Lennon]] [https://www.familysearch.org/tree/person/details/GD8W-LV7] - 1885(Eng)-1923(NSW) - Licences: Nil yet identified - Qualifications: CPRT 246, 1916 - ship wireless officer, AWA (traffic manager) - Electoral Rolls: Nil yet identified - Comment: Gone too soon - Links: [[b:History_of_wireless_telegraphy_and_broadcasting_in_Australia/Topical/Publications/Radio_in_ANZ/Issues/1923_04_04#P.22_-_Obituary_-_Mr._L._L._Meredith|Obit]] ===''MESSENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percival Albert Messenger|Messenger, Percival Albert]] [https://www.familysearch.org/tree/person/details/GXRP-BS1] - 1892(SA)-1980(NSW) - Licences: 5PM Adelaide (Largs Bay, 1928) - Qualifications: cc; CPRT 70, 1915 (Marconi); CPRT 152, 1915 (Balsillie) - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: manager (Randwick, NSW, 1936; Coogee, NSW, 1943-1958; Randwick, NSW, 1963-1980) ===''MICHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Hector Ernest Henderson Michell|Michell, Hector Ernest Henderson "Ernest"]] [https://www.familysearch.org/tree/person/details/GQNQ-T5H] - 1897(Vic)-1984(Vic) - Licences: 3JP Receive Melbourne (Caulfield, 1922); 3JP Melbourne (Caulfield, 1923-1931; Elsternwick, 1933); 3JP Hamilton (1937-1939); 3AEM Hamilton (1960-1969); 3JX Hamilton (1975-1980+) - Qualifications: cc; AOCP 162, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; operator of 3LR Elsternwick Radio Club (1925); WW1; land officer (Hamilton, 1936) - Electoral Rolls: clerk (Balaclava, 1919-1921); draftsman (Caulfield, 1922); land officer (Hamilton, 1936-1980) ===''MILBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Leslie Milburn|Milburn, Henry Leslie "Harry"]] [https://www.familysearch.org/tree/person/details/G8NV-8VJ] - 1890(Vic)-1957(Qld) - Licences: 4HM Home Hill (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Toowong, 1919); electrical engineer (Home Hill, 1922-1925; Stanthorpe, 1934-1949) - Halcyon: not mentioned? ===''MILES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Thomas Miles|Miles, Gilbert Thomas]] [https://www.familysearch.org/tree/person/details/L19Y-X19] - 1904(Vic)-1981(NSW) - Licences: 7KQ Hobart (Bellerive, 1937-1939) - Qualifications: cc; AOLCP 106, 1933, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Camberwell, 1925-1926); electrical engineer (Glen Iris, Vic, 1931); engineer (Elsternwick, 1936); radio engineer (Croydon, NSW, 1943-1972); engineer (Croydon, 1977-1980) * [[/Harry Raymond Miles|Miles, Harry Raymond]] [https://www.familysearch.org/tree/person/details/G8NJ-DQ2] - 1911(WA)-2003(WA) - Licences: 6XL Perth (Mt Lawley, 1930-1933); 6XL Wiluna (1937); 6XL Perth (Mt Lawley, 1938-1939) - Qualifications: cc; AOCP 645, 1930, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Wiluna Gold Mines, WA, 1936; Mt Beauty, Vic, 1954); poultry farmer (Balga, WA, 1958-1972); farmer (Wanneroo, WA, 1977-1980) ===''MILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Eric Mill|Mill, William Eric]] [https://www.familysearch.org/tree/person/details/9779-JP8] - 1896(SA)-1980(WA) - Licences: XYAG Burbanks (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 - Electoral Rolls: electrician (Kalgoorlie, WA, 1919; Balkatta, WA, 1921-1922; North Perth, WA, 1925); electrical engineer (Geraldton, WA, 1931-1937; East Perth, WA, 1943; Maylands, WA, 1949-1968; Inglewood, WA, 1972-1980) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Subiaco, WA, 1929-1931) ===''MILLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roydon Arthur Milledge|Milledge, Roydon Arthur]] [https://www.familysearch.org/tree/person/details/GMJY-3DW] - 1903(Vic)-1983(Tas) - Licences: 3WT Shepparton (1936-1937); 7WT Hobart (1938-1939); 7WT Ulverstone (1947-1948+); 7WT Hobart (1956-1960+) - Qualifications: cc; AOCP 1693, 1936, No. ?? in Vic - amateur operator; amateur broadcaster; WW2; bank clerk 1931; Civil Engineer 1950s - Electoral Rolls: assistant engineer (State Savings Bank, Auburn, 1927); engineer (Glenhuntley, 1931-1934); civil engineer (Shepparton, 1936) ===''MILLEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Dunlop Millen|Millen, John Dunlop]] [https://www.familysearch.org/tree/person/details/GC9X-S4W] - 1877(Irl)-1941(Tas) - Licences: Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver; senator - Electoral Rolls: mining engineer (Waratah, 1914-1919; Newstead, 1922-1937) ===''MILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alexander Miller|Miller, Charles Alexander "Charlie"]] [https://www.familysearch.org/tree/person/details/G8NV-YRR] - 1915(NSW)-1999(Qld) - Licences: 4US Brisbane (New Farm, 1933-1936); 2ADE Casino (1935-1939, 1946-1961); 4QM Caloundra (1969-1980+) - Qualifications: AOCP 1208, 1933, Qld - amateur operator; amateur broadcaster; radio club (WIAQ); part of the "U" gang, military (WW2, RAAF) - Electoral Rolls: radio mechanic (Casino, 1943-1963); army officer (Ipswich, 1963); retired (Shelley Beach, 1968-1972; Caloundra, 1977-1980) * [[/Charles Harcourt Miller|Miller, Charles Harcourt]] [https://www.familysearch.org/tree/person/details/G6MC-9QY] - 1921(Tas)-2001(Tas) - Licences: 7CM Hobart (Bellerive, 1936-1939; Taroona, 1969-1980+) - Qualifications: cc; AOCP 1799, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Bellerive, 1943) * [[/Francis George Miller|Miller, Francis George "Frank"]] [https://www.familysearch.org/tree/person/details/LYD2-LHT] - 1895(SA)-1954(SA) - Licences: 5BF Mt Gambier (1923-1939, 1946-1954) - Qualifications: cc; AOCP 185, 1925, No. ?? in SA; BOCP 58, 1936 - amateur operator; amateur broadcaster; broadcast engineer; founder of commercial station 5MU Murray Bridge; WW1 - Electoral Rolls: fitter (Murray Bridge, 1939-1943) [https://www.qsl.net/vk5br/FrankMiller.pdf Biography] * [[/Frank Colin Miller|Miller, Frank Colin]] [https://www.familysearch.org/tree/person/details/GX9C-86L] - 1884(Eng)-1953(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 126, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: engine operator (Radio Station, Roebourne, 1916-1917); station hand (Marron Station, 1918; Carnarvon, 1921; Mallina, 1922-1925); contractor (Roebourne, 1930-1936; Karratha Station, 1937); labourer (Roebourne, 1943); cook (Wittenoom Gorge, 1949) * [[/H. Miller|Miller, H.]] - 19??-19?? - 4EH Brisbane (Ascot, 1923-1924); 2EH Sydney (Dulwich Hill, 1925-1928) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Herbert Edward Miller|Miller, Herbert Edward]] [https://www.familysearch.org/tree/person/details/GD2Q-XMX] - 1899(NSW)-19??(???) - Licences: 2HE Sydney (Belmore, 1931-1939) - Qualifications: cc; CPRT 932, 1926; 2COCP 329, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Campsie, 1930; Belmore, 1932-1943); miner (Glen Davis, 1943) * [[/Herbert Leslie Miller|Miller, Herbert Leslie]] [https://www.familysearch.org/tree/person/details/GD2Q-7LH] - 1897(Qld)-1966(Qld) - Licences: 4CA Receive Brisbane (West End, 1922); 4HL Brisbane (Hill End, 1927) - Qualifications: CPRT 330, 1917; 2COCP 329, 1940; 1COCP 483, 1940s; BOCP 370, 1941 - ship wireless officer (RMS Bingera, 1920); amateur operator; amateur broadcaster; sales (J. B. Chandler, 1924; Overells, 1925) - Electoral Rolls: wireless officer (West End, 1921); salesman (West End, 1925); manager (Coorparoo, 1928); salesman (Coorparoo, 1937-1954); clerk (Camp Hill, 1958-1963) ===''MILLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hugh Milligan|Milligan, Stanley Hugh]] [https://www.familysearch.org/tree/person/details/2CB1-L7Y] - 1901(Vic)-1976(Vic) - Licences: 3AU Receive Geelong (1922-1923); 3AU Geelong (1924); 3AU Eaglehawk (1924-1926); 3AU Chilwell (1927-1931); 3AU Geelong (1937-1939); 3AU Melbourne (Surrey Hills, 1947; Auburn, 1948) - Qualifications: cc; AOCP 125, 1925, No. ?? in Vic; AOLCP 164, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Eaglehawk, 1924-1926; Geelong West, 1924); radio mechanic (Chilwell, 1927-1931); watchman (Geelong West, 1934-1937); storekeeper (Hawthorn, 1949); engineer (Canterbury, 1954-1968); nil (Doncaster, 1972) ===''MILLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Griffiths John Mills|Mills, Griffiths John]] - 19??(???)-19??(???) - Licences: 6CK Receive Perth (Subiaco, 1923) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Subiaco, 1929-1931) * [[/Norman Gibson Mills|Mills, Norman Gibson]] [https://www.familysearch.org/tree/person/details/9415-SSS] - 1890(Vic)-1959(Qld) - Licences: 4NM Brisbane (Moorooka, 1938-1939, 1947-1956; Margate, 1960) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Toowong, Qld, 1919); contractor (Moorooka, Qld, 1921-1954); retired (Margate, Qld, 1958) * [[/Ralph Mervyn Mills|Mills, Ralph Mervyn]] [https://www.familysearch.org/tree/person/details/G8JD-GST] - 1909(NSW)-1989(NSW) - Licences: 2MM Sydney (Balmain, 1930-1934; Canterbury, 1935-1936) - Qualifications: AOCP 660, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: draftsman (Balmain, 1931-1937); engineer (Pymble, 1949-1977; West Pymble, 1980) ===''MILNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Brough Milne|Milne, Andrew Brough]] [https://www.familysearch.org/tree/person/details/9KXN-QZV] - 1890(South Africa)-1979(Qld) - Licences: 4BM Dealer Mackay (1926-1927) - Qualifications: 3COCP 3492, 1961 - dealer licence - Electoral Rolls: motor mechanic (Mackay, 1915-1943); mechanical engineer (North Mackay, 1949-1977) * [[/John Collicott Milne|Milne, John Collicott]] [https://www.familysearch.org/tree/person/details/MP34-518] - 1903(Tas)-1990(Tas) - Licences: 7AG Gretna (1923-1939, 1946-1980+) - Qualifications: cc; AOCP 604, 1930, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Gretna, 1928-1980) ===''MILNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Frederick Milner|Milner, George Frederick]] [https://www.familysearch.org/tree/person/details/GF7W-W4D] - 1908(WA)-1992(WA) - Licences: 6GF Perth (Mt Lawley, 1931-1933) - Qualifications: cc; AOCP 788, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (North Perth, WA, 1931; North Beach, WA, 1936-1937); RAAF (Nedlands, WA, 1943-1980) * [[/James Milner|Milner, James]] [https://www.familysearch.org/tree/person/details/GZXH-1DM] - 1901(Eng)-1947(Qld) - Licences: 4AK Brisbane (Kelvin Grove, 1923-1927; Ashgrove, 1931-1936); 4AU Brisbane (1937-1939) - Qualifications: cc; AOCP 93, 1925, No. 11 in Qld - amateur operator; amateur broadcaster (prominent from Valley Theatre) - Withdrawal: 4AK amateur callsign withdrawn by the PMGD for allocation to the new 4AK Oakey commercial service - Electoral Rolls: fitter (Kelvin Grove, 1925-1926); electrical fitter (Ashgrove, 1928-1943) ===''MINCHIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur W. Minchin|Minchin, Arthur W.]] - 19??-19?? - 4AM Rockhampton - amateur operator (AOCP ???, 19??, No. ?? in Qld), amateur broadcaster, broadcast engineer (4RO Cmcl), wireless retail business proprietor - seems in error, see William Allan Minchin * [[/William Allan Minchin|Minchin, William Allan]] [https://www.familysearch.org/tree/person/details/LV7Q-86C] - 1893(Vic)-1976(NSW) - Licences: 4AM Rockhampton (1938-1939) - Qualifications: cc; CPRT 220, 1916; 2COCP 365, 1931; 1COCP 244, 1932 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: wireless engineer operator (Wyndham, 1917); farmer (Toodyay, 1925); radio engineer (Rockhampton, 1936-1943; Lismore, 1949-1954; Hunters Hill, 1958-1968); engineer (Hunters Hill, 1972) ===''MINEHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Minehan|Minehan, W. A.]] - 19??(???)-19??(???) - Licences: 4AM Rockhampton (1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''MINGAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oswald Francis Mingay|Mingay, Oswald Francis "Ossie"]] [https://www.familysearch.org/tree/person/details/K45G-NZG] - 1895(NSW)-1973(NSW) - Licences: 2XX Sydney (Turramurra, 1923-1926; Sydney, 1931-1933) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; broadcast engineer; journalist; publisher; WW1; WW2 - Electoral Rolls: engineer (Collaroy, 1930); managing editor (Pymble, 1930-1932); radio engineer (Lindfield, 1933-1934); publisher (Lindfield, 1937-1963; St Ives, 1963-1968) - Comment: licensed operator of 2WV Burgin Electric Co. (1923) [https://adb.anu.edu.au/biography/mingay-oswald-francis-ossie-11135 ADB]; [https://www.qsl.net/vk2dym/radio/Mingay.htm MacKinnon] ===''MITCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alexander Theodore Mitchell|Mitchell, Alexander Theodore]] [https://www.familysearch.org/tree/person/details/GXNY-CC2] - 1872(???)-1966(Qld) - Licences: Receive Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Red Hill, Qld, 1921; Torwood, Qld, 1922); electrical engineer (Toowoomba, Qld, 1925; Wilston, Qld, 1928-1929; Sandgate, Qld, 1936-1963) * [[/Harold Benson Mitchell|Mitchell, Harold Benson]] [https://www.familysearch.org/tree/person/details/LDVS-QN7] - 1901(Vic)-1962(Vic) - Licences: 3CZ Receive Melbourne (Elwood, 1922-1923); 3CZ Melbourne (Elwood, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Elwood, 1924-1927); manager (Caulfield, 1937); manufacturer (Caulfield, 1942); manager (Caulfield, 1949); merchant (St Kilda, 1949); manager (St Kilda, 1954) * Mitchell, Hector Ernest Henderson "Ernest" - see Michell, Hector Ernest Henderson "Ernest" (frequent misspelling) * [[/Stanley John Mitchell|Mitchell, Stanley John]] [https://www.familysearch.org/tree/person/details/LDVS-Q83] - 1887(Vic)-1974(Monaco) - Licences: 3SJ Melbourne (Brighton, 1924-1927) - Qualifications: cc; AOCP 53, 1925, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Toorak, 1912-1916; Brighton, 1919-1928); investor (Brighton, 1936-1937) financier (Vaucluse, NSW, 1943) ===''MOFFATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert David Gray Moffatt|Moffatt or Moffat or Gray, Robert David Gray "Bob"]] [https://www.familysearch.org/tree/person/details/GX8V-PM3] - 1911(Qld)-1983(Qld) - Licences: 4RD Mackay (1935-1939); 4RD Gracemere (1947-1948); 4RD Mackay (1954-1980+) - Qualifications: cc; AOCP 1549, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Herberton, Qld, 1936; Mackay, Qld, 1937); mechanic in broadcasting (Gracemere, Qld, 1949); technician (Mackay, Qld, 1954-1980) ===''MONEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Dudley Money|Money, Lawrence Dudley]] [https://www.familysearch.org/tree/person/details/G3JD-M9H] - 1907(Vic)-1986(Vic) - 3MY Melbourne (Canterbury, 1925-1939; Upwey, 1946-1948; Cheltenham, 1954-1969; East Bentleigh, 1975-1980+), amateur operator (AOCP 205, 1925, No. ?? in Vic), amateur broadcaster, draughtsman (Camberwell, 1931-1934), engineer (Upwey, 1942-1949; Moorabbin, 1954-1967; East Bentleigh, 1972-1980) ===''MONKHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Isaac Monkhouse|Monkhouse, Walter Isaac]] [https://www.familysearch.org/tree/person/details/K8ZT-YPN] - 1887(NZL)-1964(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - radio clubs (QWI & WIA Qld, president & lecturer); senior state public servant (Qld Public Works Dept, State Electrical Engineer); witness to Royal Commission 1927 (as president WIA Qld) - Electoral Rolls: telephone instructor (South Brisbane, 1919); engineer (Teneriffe, 1925; New Farm, 1928; Taringa, 1936-1954); electrical engineer (Bardon, 1958-1963) ===''MONKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Brendan Monks|Monks, Alfred Brendan]] [https://www.familysearch.org/tree/person/details/GDR2-444] - 1894(Tas)-1973(Vic) - Licences: 3AAB Melbourne (Diamond Creek, 1948; Northcote, 1954-1960; Preston, 1965-1969) - Qualifications: cc; CPRT 571, 1920; 2COCP 272, 1930; 1COCP 282, 1932 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1915) - Relationships: twin brother of 7BR Cyril Wilson Monks - Electoral Rolls: Western Electric engineer (East Sydney, 1930); licensee Railway Commercial Hotel (Albury, 1931-1932); radio telegraphist (Centennial Park, 1943); radio officer (Reservoir, Vic, 1963; Preston, 1967-1972) * [[/Cyril Wilson Monks|Monks, Cyril Wilson]] [https://www.familysearch.org/tree/person/details/GDR2-96N] - 1894(Tas)-1976(Vic) - Licences: 7BR Receive Hobart (Battery Point, 1923); Receive Hobart (Battery Point, 1923-1924) - Qualifications: cc; 1COCP 225, 1931 - early wireless experimenter; military (naval wireless service, telegraphist, 1911-1919); WW2 - Relationships: twin brother of 3AAB Alfred Brendan Monks - Electoral Rolls: federal civil servant (Battery Point, 1928); public servant (Bellerive, 1936-1937); radio inspector (Scarborough, WA, 1943; Nedlands, 1949); retired (Frankston, 1972) ===''MONTEATH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Monteath|Monteath, Frederick]] - 1895(Vic)-1943(NSW) - Licences: 3VM Receive Melbourne (Elsternwick, 1923-1924); 3KP Melbourne (Elsternwick, 1930-1933) - Qualifications: AOCP 694, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: photographer (Prahran, 1919; Elsternwick, 1921); mercer (Elsternwick, 1924-1931); photographer (Glenmore, NSW, 1934-1935; Ashfield, 1937); storekeeper (Rockdale, 1943) ===''MOODY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Percy Moody|Moody, Francis Percy]] [https://www.familysearch.org/tree/person/details/L1D9-KLG] - 1903(Qld)-19??(???) - Licences: 4FM Cairns (1932-1969) - Qualifications: cc; AOCP 967, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: public servant (Rockhampton North, 1925-1926); accountant (Cairns, 1926-1949); radio dealer (Cairns, 1954-1980) * [[/Gilbert Charles Moody|Moody, Gilbert Charles]] [https://www.familysearch.org/tree/person/details/GF81-8QD] - 1914(Tas)-19??(???) - Licences: 3ZR Melbourne (Spotswood, 1934-1939, 1947-1969); 4AK Brisbane (Paddington, 1975-1980+) - Qualifications: cc; AOCP 1306, 1934, Vic; BOCP, 1554, 1957; TVOCP 111, 1958 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: nil (Middle Park, Vic, 1936; Newport, Vic, 1937-1949); engineer (Newport, Vic, 1963-1968); broadcast officer (Paddington, Qld, 1972-1980) ===''MOORE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Ernest Moore|Moore, Albert Ernest "Ernie"]] [https://www.familysearch.org/tree/person/details/KW6D-TMT] - 1916(Qld)-1982(Qld) - Licences: 4?? Brisbane - Qualifications: cc; NAOCP Q728, 1980, No. ?? in Qld - amateur operator; prominent MW and SW broadcast DXer; clubs (All-Wave All-World DX Club, Shortwave League of Western Australia, Australian Radio DX Club, New Zealand Radio DX League, Southern Cross DX Club, DX Australia) - QSLs: portion (200+) of later QSL collection survives (ARDXC/NFSA) * [[/Eric John Theodore Moore|Moore, Eric John Theodore]] [https://www.familysearch.org/tree/person/details/GD91-7LN] - 1894(NSW)-1940(NSW) - Licences: XEM Sydney (Petersham, 1913-1914); Receive (Crystal) Sydney (Neutral Bay, 1923); 2EM Sydney (Neutral Bay, 1924-1928) - Qualifications: cc; CPRT 161, 1915; 2COCP 237, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Awards: UK merchant seaman medal - Electoral Rolls: engineer (Bronte, 1934-1937) * [[/Francis Leonard Moore|Moore, Francis Leonard "Frank"]] - 19??(???)-1924(NSW) - 2?? Sydney, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, employment (Archibald John Shaw, Maritime Wireless Co, United Distributors) - Comment: electrocuted while conducting wireless experiments * [[/Louis James Murphy Moore|Moore, Louis James Murphy "Leo"]] [https://www.familysearch.org/tree/person/details/L45W-GS4] - 1888(Vic)-1968(Vic) - Licences: 3LO Receive Seymour (1923); 3LO Seymour (1924-1925); 3MS Seymour (1924-1927) - Qualifications: cc; CPRT 85, 1915 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIB Brisbane (1917-1918); amateur operator; amateur broadcaster - Electoral Rolls: telegraph operator (Clifton Hill, 1909); telegraphist (Collingwood, 1912-1914); wireless operator (Collingwood, 1917-1919); telegraphist (Elsternwick, 1922); clerk (Seymour, 1924-1931; Bentleigh, 1936-1949); guesthouse proprietor (Healesville, 1954); clerk (Oakleigh, 1963-1968) - Withdrawal: Likely 3LO callsign withdrawn for allocation to 3LO Melbourne Class A ===''MOORHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Martin Moorhouse|Moorhouse or Moorehouse, Herbert Martin]] [https://www.familysearch.org/tree/person/details/KJPG-1HL] - 1899(Tas)-1990(WA) - Licences: 7HM Hobart (North Hobart, 1937-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Hobart South, 1922); carpenter (New Town, 1928); carrier (Hobart North, 1936); motordriver (Queensborough, 1949) ===''MORAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Donald Moran|Moran, Cyril Donald]] - 19??-19?? - broadcast technician at 4QG under Qld Government, state public servant (4QG) ===''MORGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Mowbray Morgan|Morgan, Donald Mowbray]] [https://www.familysearch.org/tree/person/details/GDP7-218] - 1907(NSW)-1988(Tas) - Licences: T749 Receive Glebe (1922); Receive Glebe (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Huonville, 1928-1972) * [[/Ivor Morgan|Morgan, Ivor]] [https://www.familysearch.org/tree/person/details/LRSY-S8G] - 1909(Vic)-1977(Vic) - Licences: 3DH Melbourne (East Malvern, 1930-1933; Shepparton, 1937; East Malvern 1938-1939; Hawthorn, 1946-1975) - Qualifications: cc; AOCP 605, 1930, No. ?? in Vic; BOCP 20, 1936; TVOCP, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1931-1934); engineer (Brighton, 1936); broadcast engineer (3SR Shepparton, 1937); technician (Hawthorn, 1943-1977) - Relationships: Father of 3ZFM V. I. Morgan * [[/Reginald George Morgan|Morgan, Reginald George]] [https://www.familysearch.org/tree/person/details/LRFR-D7H] - 1914(Eng)-1993(NSW) - Licences: 6RM Perth (City, 1931); 2AJS Sydney (Randwick, 1938-1939); 2ABM Sydney (Coogee, 1946-1950; Bankstown, 1954-1958; Greenacre, 1960-1980+) - Qualifications: cc; AOCP 755, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Coogee, NSW, 1936-1937); no occupation (Coogee, NSW, 1949); electrical mechanic (Bankstown East, NSW, 1954); mechanic (Greenacre, NSW, 1963-1980) * [[/William Albert Morgan|Morgan, William Albert]] [https://www.familysearch.org/tree/person/details/9HVG-8PW] - 1899(Tas)-1965(Tas) - Licences: 7AI Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart West, 1922); electrical fitter (New Town, 1928-1937); fitter (New Town, 1943-1954); manager (Montrose, 1963) ===''MORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. H. Morley|Morley, W. H.]] - 19??(???)-19??(???) - Licences: 2WU Sydney (Watersleigh, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''MORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John William Morris|Morris, Albert John William]] [https://www.familysearch.org/tree/person/details/9V2B-Y2J] - 1873(Tas)-1940(Tas) - Licences: 7BS Receive Hobart (West Hobart, 1923); Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: civil servant (Hobart North, 1914-1943) * [[/Cecil Ralph Newman Morris|Morris, Cecil Ralph Newman]] [https://www.familysearch.org/tree/person/details/G3MW-YGT] - 1906(Qld)-1971(Qld) - Licences: Receive Brisbane (Rosalie, 1923); 4CN Brisbane (Rosalie, 1928); 4LW Brisbane (Rosalie, 1929-1933; Ashgrove, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 398, 1928, No. 45 in Qld - amateur operator; amateur broadcaster; technician (PMGD); WW2 - Electoral Rolls: mechanic (Rosalie, 1928); postal mechanic (Ashgrove, 1936-1954); supervising technician (Rosalie, 1958-1968) * [[/Glynn Ian Elliott Morris|Morris, Glynn Ian Elliott]] [https://www.familysearch.org/tree/person/details/G8XG-9TS] - 1908(???)-19??(???) - Licences: 3BZ Melbourne (Mordialloc, 1930-1939; Parkdale, 1946-1980+) - Qualifications: AOCP 621, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio mechanic (Mordialloc, 1931-1937); mechanic (Mentone, 1943); official (Mentone, 1949-1968); secretary (Mentone, 1972-1980) * [[/Jack Dudley Morris|Morris, Jack Dudley]] [https://www.familysearch.org/tree/person/details/GZ2R-NMZ] - 1914(Vic)-1944(At Sea) - Licences: 3LX Melbourne (Oakleigh, 1933, pirate); 3DQ Melbourne (Oakleigh, 1934-1937) - qualifications: AOCP 1244, 1934, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (mention in despatches) - electoral rolls: operator (Oakleigh, 1936-1942) - Sacrifice: "Greater love hath no man than this" * [[/Richard Charles William Morris|Morris, Richard Charles William (BDM) or Charles Richard William (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXW7-56S] - 1922(Qld)-1984(Qld) - Licences: 4MT Rockhampton (1954-1980) - Qualifications: cc; AOCP 3210, 1951, Qld; BOCP 1460, 1956 - amateur operator; WW2 - Electoral Rolls: electrician (Rockhampton, 1949); electrical fitter (Rockhampton, 1954-1963); radio technician/electrician (Rockhampton, 1968-1972); radio technician (Rockhampton, 1977-1980) * [[/Ronald David Morris|Morris, Ronald David]] [https://www.familysearch.org/tree/person/details/LX5W-S7Z] - 1904(Vic)-1997(Vic) - Licences: 3AP Receive Melbourne (Caulfield, 1922); 3AP Melbourne (Caulfield, 1922-1927); 3APM Melbourne (East Brighton, 1947-1980+) - Qualifications: cc; AOCP 151, 1925, No. ?? in Vic; CPRT 919, 1926; BOCP 600, 1944 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Caulfield, 1925-1931); radio (Brighton, 1936-1937); mechanic (Brighton, 1943; Elsternwick, 1949-1967; Brighton East, 1972-1977) * [[/Sydney Paul Francis Morris|Morris, Sydney Paul Francis "Syd"]] [https://www.familysearch.org/tree/person/details/GX95-MRP] - 1888(Vic)-1960(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: clerk (Prahran, Vic, 1909; Dandenong, 1912-1913); clerk & telegraphist (Eltham, Vic, 1924); manager (East Bairnsdale, Vic, 1925-1928); clerk (Sandringham, Vic, 1931); inspector (Caulfield, Vic, 1942-1949) * [[/William Belfort Morris|Morris, William Belfort]] [https://www.familysearch.org/tree/person/details/G8X1-VYQ] - 1910(WA)-1991(WA) - Licences: 6WM Perth (Hollywood, 1930-1937; Mt Lawley, 1938-1939); 6WM Kalgoorlie (1946-1954); 6WM Perth (Applecross, 1955-1975) - Qualifications: cc; AOCP 625, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Hollywood, 1931-1937); newsagent (Kalgoorlie, 1949-1954); representative (Applecross, 1958-1980) ===''MORRISON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Cyril Tucker Morrison|Morrison, Gordon Cyril Tucker]] [https://www.familysearch.org/tree/person/details/GFMN-J6Z] - 1916(WA)-1993(NSW) - Licences: 6KN Geraldton (1935-1937); 6KN Perth (City, 1938-1939); 2AKN Sydney (Hernes Bay, 1947; Parramatta, 1948-1950; Balgowlah, 1954-1958) - Qualifications: cc; AOCP 1485, 1935, WA; BOCP 89, 1937; 3COCP 1536, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Geraldton, WA, 1937); radio employee (North Perth, WA, 1943); aircraft surveyor (Parramatta North, NSW, 1949; Balgowlah, NSW, 1954-1963); surveyor (Wahroonga, NSW, 1968-1980) * [[/Lionel Morrison|Morrison, Lionel]] [https://www.familysearch.org/tree/person/details/KDMZ-K6G] - 1906(WA)-1996(WA) - Licences: 6LM Perth (Bayswater, 1939, 1947-1980) - Qualifications: cc; AOCP 1485, 1939, WA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Sandstone, WA, 1931); pipefitter (Wiluna, WA, 1936-1937); fitter (Wiluna, WA, 1943; Bayswater, WA, 1949-1980) ===''MORRISSEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Joseph Martindale Morrissey|Morrissey, Brian Joseph Martindale]] - 19??(???)-19??(???) - Licences: 5AP Adelaide (Prospect, 1935-1937) - Qualifications: cc; AOCP 1544, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: ===''MORROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Caldwell Morrow|Morrow, Arthur Caldwell]] [https://www.familysearch.org/tree/person/details/GHQF-T2F] - 1912(Qld)-1967(Qld) - Licences: 4BM Brisbane (Paddington, 1937-1939) - Qualifications: cc; 2COCP 335, 1931 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (Red Hill, Qld, 1934-1937); wireless operator (Paddington, Qld, 1943); farmer (Paddington, Qld, 1949-1963) ===''MORSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Noel Percy Morse|Morse, Noel Percy "Bill"]] [https://www.familysearch.org/tree/person/details/GWRN-3QR] - 1914(Qld)-1942(At Sea) - Licences: 2JE Sydney (Cremorne, 1934-1935); 4LI Brisbane (Clayfield, 1937); 2AHS Sydney (Mosman, 1938-1939) - Qualifications: cc; AOCP 1402, 1934, Qld - amateur operator; amateur broadcaster; WW2 (RNZAF, Pilot Officer) - Electoral Rolls: radio engineer (Buranda, Qld, 1937; Clayfield, Qld, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.rafcommands.com/database/wardead/details.php?qnum=95585 RAF Commands]; [https://www.aucklandmuseum.com/war-memorial/online-cenotaph/record/C29996 Auckland Museum]; [http://aircrewremembered.com/morse-noel.html AirCrewRemembered] ===''MORTIMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mark Mortimer|Mortimer, Mark]] [https://www.familysearch.org/tree/person/details/GS7M-ZZ4] - 1887(Irl)-19??(???) - Licences: 4?? Brisbane - Qualifications: cc; CPRT 107, 1915; 2COCP 48, 1929; 1COCP 89, 1930; BOCP 48, 1934? - RANRS (Warrant Telegraphist, 1917) - Comment: numerous contemporaneous MMs - Electoral Rolls: Nil yet identified ===''MORTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Evors Morton|Morton, Charles Evors]] [https://www.familysearch.org/tree/person/details/GZJ5-F3R] - 1888(Qld)-1963(NSW) - 2MH Sydney (Homebush, 1925-1934), amateur operator (AOCP 170, 1925, No. ?? in NSW), amateur broadcaster, public servant (Rockhampton, 1912), WW1 ===''MOSES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alfred Joseph Moses|Moses, Charles Alfred Joseph]] - 1900(Eng)-1988(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - ABC (general manager) - Electoral Rolls: - Links: [[w:Charles Moses|Wikipedia]]; [https://adb.anu.edu.au/biography/moses-sir-charles-joseph-15044 ADB] ===''MOSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Arthur Moss|Moss, George Arthur]] [https://www.familysearch.org/tree/person/details/GZG7-86Y] - 1903(WA)-2000(WA) - Licences: 6GM Perth (Cottesloe Beach, 1926-1931; Mt Lawley, 1933-1939, 1946-1956; Mt Pleasant, 1960-1965; Boya, 1969-1995+) - Qualifications: cc; AOCP 233, 1926, No. ?? in WA; AOLCP 177, 1934; 1COCP 574, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: piano mechanic (Cottesloe Beach, 1925); wireless mechanic (North Perth, 1931-1958); lecturer (Mt Pleasant, 1963; Boya, 1968-1980) - [https://qsl.net/vk6zse/historic/p-vk6gm.html QSL.net] ===''MOULE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Ernest Moule|Moule, Clifford Ernest "Cliff"]] [https://www.familysearch.org/tree/person/details/G8XQ-DFH] - 1912(SA)-1998(SA) - Licences: 5CX Adelaide (Parkside, 1930-1939; Plympton, 1946-1948; McLaren Vale, 1954; Lower Mitcham, 1955-1956; Westbourne Park, 1960-1980+) - Qualifications: cc; AOCP 611, 1930, No. ?? in SA; BOCP 1462, 1956 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Clarence Gardens, 1939-1941; Glandore West, 1943) ===''MOWLEM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Mowlem|Mowlem, Leonard]] [https://www.familysearch.org/tree/person/details/GX9F-DHH] - 1878(???)-1950(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: naval employee (Toorak, 1919); radio telegraphist (Thursday Island, 1921); telegraphist (Toorak, 1925); engineer (Toorak, 1928); wireless (Malvern, 1931-1949) ===''MOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Murray Moyle|Moyle, John Murray "Johnny"]] - 1908(Vic)-1960(ACT) - 2JU Sydney, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly, 1932+; Radio TV & Hobbies, 1939-), education (Scotch College, 1923-1926), military (WW2, RAAF 1941-, Squadron Leader), broadcast (3DB, 1920s) (callsign 2JU previously Ross Amos Hull) - Links: [http://messui.polygonal-moogle.com/valves/NW198909.pdf EA1] [http://messui.polygonal-moogle.com/valves/NW198910.pdf EA2] ===''MUIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sibbald Allison Muir|Muir, John Sibbald Allison]] [https://www.familysearch.org/tree/person/details/LRB3-1J6] - 1904(SA)-1996(Vic) - 3QW Receive Melbourne (Brighton, 1923); 3QW Melbourne (Brighton, 1923-1926) - Qualifications: cc; AOCP 91, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; likely operator of 3NS dealer licence for Norris & Skelly, Elizabeth St, Melbourne 1924 - Electoral Rolls: dealer (Brighton, 1925-1927); radio dealer (Malvern, 1928); wireless (Brighton, 1931); engineer (Brighton, 1935; Ringwood, 1936-1954); nil (Somers, 1963; Langwarrin, 1968-1977; Garfield, 1980) * [[/Robert White Muir|Muir, Robert White]] [https://www.familysearch.org/tree/person/details/K644-M2J] - 1904(WA)-1966(WA) - Licences: 6RW Wagin (1933-1939); 6RW Perth (Subiaco, 1947-1965) - Qualifications: cc; AOCP 1184, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: watchmaker (Albany, WA, 1925-1926); jeweller & radio dealer (Wagin, WA, 1931); jeweller (Wagin, WA, 1936-1943); watchmaker (Subiaco, WA, 1949-1963) ===''MULLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Fred Mullett|Mullett, Leslie Fred]] [https://www.familysearch.org/tree/person/details/GXRX-BQD] - 1903(SA)-1980(SA) - Licences: 5ZQ Adelaide (Highgate, 1932-1933) - Qualifications: cc; AOCP 1065, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Highgate, SA, 1939-1941); engineer (Barton, ACT, 1949) ===''MULLIGAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Mulligan|Mulligan, Frederick Charles]] [https://www.familysearch.org/tree/person/details/L2QS-X7W] - 1886(NZ)-1982(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 135, 1915; 2COCP 211, 1930; 1COCP 329, 1933 - RANRS (CPO to Warrant Telegraphist, 1917) - Electoral Rolls: engineer operator (Clayfield, 1914-1917); wireless operator (Emita, Flinders Island, 1919-1928); OIC Radio Station (Darwin, 1934); radiologist (Ascot, 1936); OIC radio (Townsville, Qld, 1943); retired (Warrimoo, NSW, 1954-1958; Umina, NSW, 1958) ===''MUNRO''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Bruce Willson Munro|Munro, Bruce Willson]] [https://www.familysearch.org/tree/person/details/G7GX-CDJ] - 1908(Qld)-1994(Qld) - Licences: 4AL Brisbane (Hawthorne, 1927-1931; Bulimba, 1933-1939) - Qualifications: cc; AOCP 339, 1927, No. 35 in Qld; 2COCP 68, 1936 - amateur operator; amateur broadcaster; aeronautical experimenter; pilot; Qld Aero Club (Brisbane, honorary flying instructor, 1930s); Dept Civil Aviation (Brisbane, Assistant Plan Printer, 1956-1968) - Electoral Rolls: commercial pilot (Moorooka, 1943); flight checking officer (Townsville, 1943); pilot (West End, 1949-1963); commonwealth public servant (Wynnum, 1968-1972); retired (Wynnum, 1977-1980) ===''MURDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilmot Henry Murden|Murden, Wilmot Henry]] [https://www.familysearch.org/tree/person/details/G691-7WC] - 1915(Vic)-19??(???) - Licences: 7TY Launceston (1934-1937); 3TY Melbourne (West Preston, 1938-1939; Thornbury, 1947); 3TY Rapanyup (1948); 3TY Sale (1954-1955); 3TY Swan Hill (1956-1960) - Qualifications: cc; AOCP 1243, 1934, No. ?? in Tas; BOCP 1176, 1950; 1COCP 1610, 1951 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio technician (Sale, 1954); radio engineer (3SH, Sale, 1963) ===''MURDOCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Fraser Murdoch|Murdoch, James Fraser "Fraser"]] - 19??(???)-19??(???) - 4FQ Toowoomba (1946-1948), amateur operator (AOCP 2383, 1939, No. ?? in Qld), amateur broadcaster, employment (Empire Theater under Cliff Gold 4CG) ===''MURPHY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold James Murphy|Murphy, Harold James]] [https://www.familysearch.org/tree/person/details/LD6Q-ZGP] - 1899(NSW)-1958(Qld) - Licences: 4HM Ilfracombe (1935-1937); 4HM Pomona (1938-1939); 4HM Brisbane (Wooloowin, 1947-1956) - Qualifications: cc; AOCP 1532, 1935, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: telegraphist (Auchenflower, Qld, 1925; Milton, Qld, 1928); postal official (Stanthorpe, Qld, 1930); postmaster (Ilfracombe, Qld, 1936-1937); insurance agent (Wooloowin, Qld, 1943); postal official (Wooloowin, Qld, 1949); public servant (Stafford, Qld, 1958) ===''MURRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Basil Wentworth Lathrop Murray|Murray, Basil Wentworth Lathrop]] [https://www.familysearch.org/tree/person/details/G7PD-PM8] - 1875(Vic)-1925(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - manager & director Westralian Farmers Ltd; a driver in establishment of 6WF Perth before his untimely death - Electoral Rolls: - Links: [https://oa.anu.edu.au/obituary/murray-basil-lathrop-23136 Obituaries Australia] * [[/Frederick Alexander Murray|Murray, Frederick Alexander]] [https://www.familysearch.org/tree/person/details/G89D-SZ7] - 1908(???)-1985(NSW) - Licences: 2FM Sydney (Rose Bay, 1927; Mosman, 1928-1935; Cremorne, 1936-1939; Mosman, 1946-1947; Lindfield, 1948-1949; Carramar, 1950-1975); 2FM Blayney (1980+) - Qualifications: AOCP 336, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Mosman, 1930); engineer (Mosman, 1933); fitter (Mosman, 1934); draftsman (Mosman, 1935); engineer (Neutral Bay, 1943); draftsman (Mosman, 1949); draughtsman (Carramar, 1958-1977); retired (Blayney, 1980) * [[/John William Murray|Murray, John William]] [https://www.familysearch.org/tree/person/details/G879-32L] - 1905(Vic)-1997(Vic) - Licences: 3JY Melbourne (Elsternwick, 1928-1930; Fitzroy, 1931-1939); 3AJY Melbourne (Kew, 1960-1980+) - Qualifications: AOCP 396, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrician (Elsternwick, 1928); projectionist (St Kilda, 1934; Melbourne East, 1936); technician (St Kilda West, 1943-1949); projectionist (Kew, 1954-1980) - several contemporaneous John William Murray's in Melbourne, identification not certain * [[/Kynaston Noel Lathrop Murray|Murray, Kynaston Noel Lathrop]] - 1838(Eng)-1916(Tas) - clubs and societies (Telegraph Electrical Society Vic, member, 1880s; Vic Posts & Telegraphs, 1860s-1870s; Vic Railways Dept, 1880s-1890s) * [[/Malcolm Imlay Murray|Murray, Malcolm Imlay]] [https://www.familysearch.org/tree/person/details/G8VW-684] - 1908(WA)-1980(WA) - Licences: 6MY Perth (City, 1930; South Perth, 1933-1939; Floreat Park, 1946-1980+) - Qualifications: cc; AOCP 677, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (East Perth, 1931); radiotrician (South Perth, 1936; Floreat Park, 1943-1980) ===''MUSGRAVE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Mandeville D'Oyly Musgrove|Musgrave, Mandeville D'Oyly]] - 19??-19?? - broadcast station proprietor (6ML & others) ===''MUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Angus Keith Mutton|Mutton, Angus Keith]] [https://www.familysearch.org/tree/person/details/GD5F-BQM] - 1910(SA)-1991(SA) - Licences: 5ZY Adelaide (Toorak Gardens, 1933; Tusmore, 1937-1938) - Qualifications: cc; AOCP 1089, 1933, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Tusmore Gardens, SA, 1939-1943) * [[/Arthur Henry Mutton|Mutton, Arthur Henry]] [https://www.familysearch.org/tree/person/details/KC1Y-PP5] - 1908(NSW)-1986(NSW) - Licences: 2QT Receive Sydney (Stanmore, 1923-1925); 2QT Sydney (Stanmore, 1926-1939) - Qualifications: AOCP 237, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Annandale, 1930-1937); communication engineer (Maroubra, 1943-1968); public servant (Bayview, 1972-1980) =='''N'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''NAIRN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Linley Beeton Nairn|Nairn, Arthur Linley Beeton]] [https://www.familysearch.org/tree/person/details/L58V-M8X] - 1895(SA)-1978(NZ) - Licences: 2BI Receive Sydney (Mosman, 1922-1923) - Qualifications: CPRTelephony 373, 1918 - amateur receiver - Electoral Rolls: company manager (Hamilton, NZ, 1938); director (Days Bay, Wellington, NZ, 1946-1954) ===''NANCARROW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Stanley Nancarrow|Nancarrow, Ralph Stanley]] [https://www.familysearch.org/tree/person/details/GST3-XQ3] - 1904(SA)-1991(SA) - Licences: 5PK Georgetown (1930-1933); 2PY Sydney (Mosman, 1935; Randwick, 1936-1939); 2ACN Sydney (Lane Cove, 1954-1961; North Ryde, 1965-1975) - Qualifications: cc; AOCP 719, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Randwick, NSW, 1936-1937); electrical fitter (Lane Cove, NSW, 1943-1963); fitter (North Ryde, NSW, 1972-1980) ===''NANGLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Nangle|Nangle, James]] [https://www.familysearch.org/tree/person/details/GD3V-F31] - 1869(NSW)-1941(NSW) - Licences: 2MU Receive Sydney (Marrickville, 1922); 2MU Sydney (Marrickville, 1923-1927; Observatory, 1928-1939) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; 1920s Superintendent Technical Education NSW; hon. Government Astronomer NSW; Sydney University (Senate); Royal Society of NSW (president); Fellow Royal Astronomical Society; Fellow Federal Institute of Architects; author (astronomy, architecture) - Electoral Rolls: architect (Petersham, 1903); Government Astronomer (Observatory, 1930-1937) - Links: [https://adb.anu.edu.au/biography/nangle-james-7722 ADB] ===''NASH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Charles Nash|Nash, William Robert Charles]] [https://www.familysearch.org/tree/person/details/GDWX-LWF] - 1918(NSW)-2007(NSW) - Licences: 2WW Sydney (Crows Nest, 1934-1937); 4WN Cairns (1938-1939) - Qualifications: cc; AOCP 1329, 1934, Qld; 1COCP 138, 1937 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: company manager (Castlecrag, NSW, 1963-1980) ===''NEALE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Drayton Neale|Neale, Eric Drayton Snr]] [https://www.familysearch.org/tree/person/details/G88H-NWT] - 1907(Qld)-1968(Qld) - Licences: 4EN Longreach (1934-1939); 4EN Brisbane (Wooloowin, 1946-1960) - Qualifications: cc; AOCP 1298, 1934, Qld - amateur operator, amateur broadcaster, federal public servant (PMGD, telegraphist), radio club (WIAQ, QSL officer) - Relationships: father of 4?? Eric Drayton Neale Jnr - Electoral Rolls: telegraphist (Wooloowin, 1928; Longreach, 1936; Grange, 1937; Wooloowin, 1943-1963) ===''NEAVERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Laurence Neaverson|Neaverson, Leslie Laurence or Lawrence Leslie]] [https://www.familysearch.org/tree/person/details/LYTM-HCD] - 1899(Eng)-1993(NSW) - Licences: G5NX (Lakeside, Cumbria, 1922+); 4NV Brisbane (Holland Park, 1947-1956+) - Qualifications: cc; Nil yet identified - amateur operator; associate member IRE (Britain); principal Anglo Austral Hearing Aid Dispensary - Electoral Rolls: surgical technician (Holland Park, Qld, 1949-1958) ===''NELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Alfred Montague Nell|Nell, George Alfred Montague]] [https://www.familysearch.org/tree/person/details/G87B-PP6] - 1900(Ceylon)-1989(NSW) - Licences: 2JQ Quirindi (1928-1929); 2JQ Canberra (1930); 2JQ Moruya (1931-1936); 2JQ Binda (1937-1939); 2JQ Crookwell (1946-1950); 2JQ Junee (1954-1965); 2JQ Goulburn (1969-1980) - Qualifications: AOCP 413, 1928, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clergyman (Moruya, 1930-1934; Crookwell, 1936-1949; Junee, 1954-1968; Goulburn, 1972-1980) ===''NELSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Yeates Nelson|Nelson, John Yeates]] [https://www.familysearch.org/tree/person/details/G884-YDV] - 1851(Irl)-1932(NSW) - Licences: XAA Sydney (McMahon's Point, 1913-1914) - Qualifications: Nil yet identified - early wireless experimenter; federal public servant (PMGD, chief electrical engineer (NSW)) - Electoral Rolls: electrician (Milson's Point, 1930-1931) ===''NESTROM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Louis Nestrom|Nestrom, Oliver Louis]] [https://www.familysearch.org/tree/person/details/GX22-9H4] - 1912(NSW)-1999(SA) - Licences: 5RZ Adelaide (St Peters, 1936-1937; Joslin, 1938); 2ADJ Sydney (Homebush, 1939); 5RZ Adelaide (Colonel Light Gardens, 1947; Glenelg, 1948; St Georges, 1954); 5RZ Port Augusta, 1955-1956); 5RZ Adelaide (Kurralta Park, 1960; Manningham, 1965-1969; St Peters, 1975); 5RZ Clare (1980+) - Qualifications: cc; AOLCP, 224, 1935; AOCP 1725, 1936, SA; BOCP 719, 1946; 2COCP 1178, 1949; 1COCP 1491, 1949 - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Modbury, SA, 1939); fitter (Strathfield, NSW, 1943) ===''NEVILLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Clifford Anderson Neville|Neville, Alfred Clifford Anderson]] [https://www.familysearch.org/tree/person/details/GXH3-Z4D] - 1907(Eng)-1987(Qld) - Licences: 4ED Receive Brisbane (Wooloowin, 1923) - Qualifications: cc; 3COCP 5827, 1966 - amateur operator; amateur broadcaster - Electoral Rolls: bank clerk (Hamilton, Qld, 1928); clerk (Windsor, Qld, 1934-1943); accountant (Hawthorne, Qld, 1954-1958); retired (East Brisbane, 1963-1980) ===''NEWBERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Mallord Newberry|Newberry, Archibald Mallord]] [https://www.familysearch.org/tree/person/details/LH51-SDW] - 1893(Eng)-1973(Vic) - Licences: 3AN Red Cliffs (1930-1939) - Qualifications: AOCP 606, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: watchmaker (Red Cliffs, 1924-1931); radio dealer (Red Cliffs, 1934-1942); cycle dealer (Red Cliffs, 1949-1972) ===''NEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert James Newell|Newell, Albert James "Bert"]] [https://www.familysearch.org/tree/person/details/LJ1C-RGW] - 1910(Sct)-1998(Qld) - Licences: 4BN Mill Hill via Warwick (1936-1939); 4BN Brisbane (Archerfield, 1947-1948; Moorooka, 1954); 4AJ Brisbane (Moorooka, 1965; Yeronga, 1969; Ormiston, 1975); 4AJN Brisbane (Ormiston, 1980+) - Qualifications: cc; AOCP 1727, 1936, Qld; 2COCP 559, 1942; 1COCP 588, 1942; TVOCP 531, 1962 - amateur operator; amateur broadcaster; AWA Aviation Radio Service - Electoral Rolls: shed hand (Mill Hill, Qld, 1931-1943); radio technician (Moorooka, Qld, 1949-1968); television technician (Yeronga West, Qld, 1972); retired (Ormiston, Qld, 1977-1980) ===''NEWMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Frederick Newman|Newman, Arthur Frederick]] [https://www.familysearch.org/tree/person/details/9JJ9-YSK] - 1881(India)-1952(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 10, 1914; CPRT 90, 1915; 1COCP 49, 1930 - RANRS (Radio Lieutenant, 1917-1920, terminated Nov 1920); WW1; WW2 - Comment: several contemporaneous AFNs - Electoral Rolls: traffic officer (Elsternwick, 1917-1919); assistant! (Malvern East, 1924-1931); piano tuner (St Kilda, 1931) * [[/Sydney Moreton Newman|Newman, Sydney Moreton "Syd"]] [https://www.familysearch.org/tree/person/details/LL41-PBM] - 1898(NSW)-1998(NSW)99yo - Licences: XPZ Melbourne (Canterbury, 1913-1914); 3MC Melbourne (Canterbury, 1923-1927) - Qualifications: cc; CPRT 655, 1921; 1COCP 90, 1930 - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Turramurra, 1930-1958); retired (Wahroonga, 1963-1980) - TroveTag: "XPZ-3MC - Sydney Moreton Newman" (68 tags) - Links: [http://messui.polygonal-moogle.com/valves/NW199101.pdf EA] * [[/William Harold Newman|Newman, William Harold]] [https://www.familysearch.org/tree/person/details/GD3V-4N5] - 1889(NSW)-1943(Vic) - Licences: 2MK? Receive Sydney (Artarmon, 1922); 2MJ Sydney (Artarmon, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: railway official (Artarmon, 1930-1934); secretary (Mosman, 1936-1943) ===''NICHOLAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Rupert Nicholas|Nicholas, William Rupert]] [https://www.familysearch.org/tree/person/details/GD14-RFV] - 1913(Tas)-1995(Tas) - Licences: 7WR Hobart (North Hobart, 1932-1939) - Qualifications: cc; AOCP 896, 1932, No. ?? in Tas; AOLCP 72, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Hobart North, 1936; New Town, 1943-1954) ===''NICOLL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Nicoll|Nicoll, William]] - 1903(Canada)-19??(???) - Licences: 4CO Receive Brisbane (Upper Paddington, 1923) - Qualifications: cc; CPRT 644, 1921 - amateur Receiver - Electoral Rolls: telegraphist (Bardon, 1925-1929) ===''NICHOLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hartley Nicholls|Nicholls, Alan Hartley]] [https://www.familysearch.org/tree/person/details/GFQR-VH9] - 1913(WA)-1981(WA) - Licences: 6KE Corrigin (1936-1937); 3NI Melbourne (East St Kilda, 1938-1939); 2NI Sydney (Manly, 1946; Cremorne, 1947-1954; Manly, 1955-1956); 2ANI Sydney (Mosman, 1960-1965); 4AL Brisbane (Greenslopes, 1965); 4NI Cairns (1975); 6NX Perth (South Guildford, 1980) - Qualifications: cc; AOCP 1814, 1936, WA; BOCP 219, 1939 - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: RAAF (Hawthorn, Vic, 1942); radio engineer (Cremorne, NSW, 1949); shopkeeper (Wilston, Qld, 1958); electronic engineer (Cremorne, NSW, 1963); engineer (Cairns, Qld, 1972-1977; South Guildford, WA, 1980) * [[/Francis Edgar Nicholls|Nicholls, Francis Edgar]] [https://www.familysearch.org/tree/person/details/GD1H-8KQ] - 1910(Vic)-1995(Tas) - Licences: 7RY Devonport (1932-1933); 7RY Burnie (1937-1939); 7RY Hobart (New Town, 1946-1948; Lenah Valley, 1954-1955; New Town, 1960; Lenah Valley, 1965-1969; Midway Point, 1975-1980) - Qualifications: cc; AOCP 991, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Lenah Valley, 1943-1954) * [[/William James Nicholls|Nicholls, William James]] [https://www.familysearch.org/tree/person/details/G6S3-26D] - 19??(Vic)-1966(Vic) - Licences: 3FW Melbourne (Moonee Ponds, 1931-1933) - Qualifications: cc; AOCP 780, 1931, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: postal employee (Moonee Ponds, 1922-1963) * [[/William John Matthew Nicholls|Nicholls, William John Matthew or William John]] [https://www.familysearch.org/tree/person/details/G8WW-PDS] - 1908(Vic)-19??(???) - Licences: 3WX Melbourne (Williamstown, 1928-1933); 7WX Launceston (1937-1939); 3WX Melbourne (Williamstown, 1946-1965; East Malvern, 1969-1980+) - Qualifications: cc; AOCP 419, 1928, No. ?? in Vic; 2COCP 343, 1931; 1COCP 309, 1933 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Williamstown, 1931-1936); RAAF (Williamstown, 1949); radio engineer (Williamstown, 1954-1963; Malvern East, 1968-1980) ===''NICHOLSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Graham Nicholson|Nicholson, Keith Graham]] [https://www.familysearch.org/tree/person/details/GFHC-24W] - 1908(WA)-1988(WA) - Licences: 6DE Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (West Perth, WA, 1931); university student (West Perth, WA, 1949); solicitor (West Perth, WA, 1954; Cottesloe, WA, 1958; Perth, WA, 1963; West Perth, WA, 1968-1980) * [[/Russell Malcolm Nicholson|Nicholson, Russell Malcolm]] [https://www.familysearch.org/tree/person/details/G8Z7-7W4] - 1909(Qld)-1974(NSW) - Licences: 4KG Ilfracombe (1929-1933) - Qualifications: cc; AOCP 529, 1929, No. ?? in Qld; BOCP 48, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shearing contractor (Longreach, 1936); manager 4LG (Longreach, 1937); radio mechanic (Coolangatta, 1949-1972) ===''NICOLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Hort Wilmot Nicolle|Nicolle, Horace Hort Wilmot]] [https://www.familysearch.org/tree/person/details/G8ZS-MZF] - 1908(NSW)-1974(NSW) - Licences: 2HK Sydney (Strathfield, 1929-1933; Ryde, 1934); 2AJT Sydney (Wollstonecraft, 1939) - Qualifications: AOCP 527, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: chemist apprentice (Strathfield, 1930); pharmacist (Strathfield, 1933-1935); chemist (Chatswood, 1943-1968) ===''NILSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver John Nilsen|Nilsen, Oliver John]] [https://www.familysearch.org/tree/person/details/G8W4-W1G] - 1884(Vic)-1977(Vic) - Licences: Receive (Valve) Melbourne (Brighton, 1923); 3UZ Melbourne (1924-25) - Qualifications: Nil identified to date - amateur operator; amateur broadcaster - 3UZ experimental callsign issued to Oliver J. Nilsen & Co in 1923, operator N. J. Boyd; callsign withdrawn 1925 and reallocated to Nilsen's broadcast station which remains current as at 2021 - Electoral Rolls: electrical engineer (Fitzroy, 1909-1924; Chelsea, 1928-1931); contractor (Caulfield, 1934-1954); engineer (Elsternwick, 1972; Hawthorn, 1977-1980) - Links: [https://adb.anu.edu.au/biography/nilsen-oliver-john-11244 ADB] ===''NISSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Laurence Nissen|Nissen, Eric Laurence]] [https://www.familysearch.org/tree/person/details/G8DS-ZLR] - 1905(Qld)-2001(Qld) - Licences: 4XN Dalby (1930-1939, 1946-1975+); 4XN Toowoomba (1980) - Qualifications: cc; AOCP 574, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, member); broadcast technician (4QS, 1939-1976); federal public servant (PMGD); Awards: Imperial Service Medal 1976 - Electoral Rolls: none specified (Dalby, 1928-1937); PMG technician (Dalby, 1972); retired (Toowoomba, 1977) ===''NIXON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edgar Nixon|Nixon, Arthur Edgar]] [https://www.familysearch.org/tree/person/details/G8M2-SM5] - 1905(Vic)-1961(Vic) - Licences: 3ON Receive Melbourne (Windsor, 1923-1924) - Qualifications: AOCP 361, 1927, No. ?? in Vic - amateur receive operator - Electoral Rolls: labourer (Elsternwick, 1931); salesman (St Kilda West, 1931-1936); electrical fitter (Albert Park, 1943-1954) ===''NOLAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Michael Nolan|Nolan, Francis Michael]] [https://www.familysearch.org/tree/person/details/9Q3R-X84] - 1910(NSW)-1985(Qld) - Licences: 4FN Brisbane (Wooloowin, 1935-1937; Clayfield, 1938-1939; Stafford Heights, 1946-1948); 4MF Portable (1948); 9FN Port Moresby & 9MF Portable (1954-1956); 4FN/T Gracemere (1960-1969); 4FN/T Brisbane (Wavell Heights, 1975; Virginia, 1980) - Qualifications: cc; AOCP 1433, 1935, Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, WIAQ); broadcast technician (9PA, 4RK); radio serviceman; federal public servant (PMGD) - Electoral Rolls: * [[/Francis William Nolan|Nolan, Francis William "Frank"]] [https://www.familysearch.org/tree/person/details/GX6W-XPW] - 1897(NSW)-19?? - Licences: 4JU Brisbane (Brisbane City, 1929-1939, 1947-1956; Paddington, 1960) - Qualifications: cc; AOCP 43? & 501, 1924 & 1929, No. ? in Qld - amateur operator; amateur broadcaster; radio serviceman - Relationships: husband of 4LO Violet Elizabeth Nolan nee Hennessey - Comment: several genealogy sites have wrong data for FWN - Electoral Rolls: cartoonist (Brisbane City, Qld, 1921-1925); radio mechanic (Brisbane, City, 1934-1936); radio engineer (Brisbane City, Qld, 1954-1958) * [[/John Spencer Nolan|Nolan, John Spencer]] [https://www.familysearch.org/tree/person/details/LTBW-KMV] - 1868(NSW)-1936(NSW) - Licences: XED Sydney (Double Bay, 1911-1914); 2JH Receive Sydney (Double Bay, 1922); 2JH Sydney (Double Bay, 1923) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster; dentist and dental surgeon - Relationships: father of 2YI Philip Spencer Nolan - Electoral Rolls: dentist (Woollahra, 1930-1935) * [[/Violet Elizabeth Hennessey|Nolan nee Hennessey, Violet Elizabeth]] [https://www.familysearch.org/tree/person/details/GX6W-DSX] - 1896(Qld)-19??(???) - Licences: 4LO Brisbane (City, 1931-1939) - Qualifications: cc; AOCP 826, 1931, No. ? in Qld - amateur operator; amateur broadcaster - Comment: fourth YL operator in Qld - Relationships: wife of 4JU Francis William Nolan - Electoral Rolls: home duties (Brisbane City, Qld, 1921-1943); not stated (Eagle Heights, Qld, 1949); home duties (Tweed Heads, NSW, 1954); domestic (Spring Hill, Qld, 1958); retired (Coolangatta, Qld, 1958) * [[/Philip Spencer Nolan|Nolan, Philip Spencer "Spencer"]] [https://www.familysearch.org/tree/person/details/LTBW-ZWX] - 1897(NSW)-1929(NSW) - Licences: 2YI Sydney (Double Bay, 1924-1929) - Qualifications: AOCP 58, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; dentist - Relationships: son of XED-2JH Lieut John Spencer Nolan - Comment: gone too soon - Electoral Rolls: Nil yet identified ===''NOLTE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Nolte|Nolte, George Edward]] [https://www.familysearch.org/tree/person/details/G8HG-DD4] - 1911(Vic)-1997(NSW) - Licences: 3NO Melbourne (Elwood, 1929-1939); 2QO Sydney (Potts Point, 1948-1950; Bexley North, 1954-1975); 2QO Wamberal (1980+) - Qualifications: AOCP 492, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1936-1937); radio engineer (Darlinghurst, 1943-1949; Bexley North, 1958-1963); retired (Wamberal, 1980) ===''NORMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Norman|Norman, William James]] [https://www.familysearch.org/tree/person/details/GD1Q-ZRS] - 1899(Tas)-19??(???) - Licences: 7WJ Eddystone Point Lighthouse (1931) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: stoker (Longford, 1922); lightkeeper (Tasman Island, 1928; Eddystone Lighthouse, 1934; Maatauyker Island, 1936; Currie Harbour, King Island, 1937) ===''NORRIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Anthony David Norris|Norris, Anthony David "Tony"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Edgar Lewin Norris|Norris, Edgar Lewin]] [https://www.familysearch.org/tree/person/details/G9YH-3D4] - 1891(Qld)-1956(Qld) - Licences: 4CK Receive Toowoomba (1922); 4CK Toowoomba (1923-1931) - Qualifications: cc; AOCP 80, 1925, No. 8 in Qld - amateur operator; amateur broadcaster; radio club (Toowoomba RC); WW1 - Relationships: father of 4NO Edgar Thomas Norris - TroveTag: "4CK - Edgar Lewin Norris" - Electoral Rolls: optician (Rockhampton, 1913); optometrist (Wooloowin, 1919; Toowoomba, 1925-1954) * [[/Edgar Thomas Norris|Norris, Edgar Thomas "Tom" "Tommy"]] [https://www.familysearch.org/tree/person/details/G855-G68] - 1930(Qld)-2019(Qld) - Licences: 4NO Toowoomba (1969-1980+) - Qualifications: cc; 3COCP 6945, 1967; AOLCP Q2, 1968; AOCP Q13, 1968, Qld - amateur operator, amateur broadcaster - Relationships: son of 4CK Edgar Lewin Norris - Electoral Rolls: charge hand (Toowoomba, 1954-1980) ===''NORTHEAST''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurence Harry Northeast|Northeast, Laurence Harry "Laurie"]] [https://www.familysearch.org/tree/person/details/LLM3-8NK] - 1908(SA)-1972(SA) - Licences: 5LH Adelaide (Rosewater, 1927) - Qualifications: cc; AOCP 315, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Rosewater, 1939-43) =='''O'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ==='''OAKES'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Andrew Oakes|Oakes, Walter Andrew]] [https://www.familysearch.org/tree/person/details/GDRK-RBQ] - 1907(Tas)-1983(NSW) - Licences: 7BQ Receive Hobart (New Town, 1923); Receive Hobart (New Town, 1923) - Qualifications: cc; 3COCP N1088, 1971 - amateur receiver - Electoral Rolls: electrician (Manly, 1930); electrical fitter (Launceston, 1937); railway employee (New Town, 1943-1949); electrician (Lindfield, 1954); business proprietor (Roseville, 1958); managing director (Roseville, 1963-1968); director (Roseville, 1972-1980) ==='''O'BRIEN'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Charles Clare O'Brien|O'Brien, Charles Clare]] [https://www.familysearch.org/tree/person/details/GMTS-7SJ] - 1904(Qld)-1994(Qld) - Licences: 4NC Brisbane (Stafford, 1939, 1948-1980+) - Qualifications: AOCP 2386, 1939, Qld - amateur operator, WW2 - Electoral Rolls: mechanic (Kilcoy, 1928); telephone mechanic (Eagle Junction, 1936-1943); technician (Stafford, 1954-1980) * [[/Charles Raymond Heddington O'Brien|O'Brien, Charles Raymond Heddington]] [https://www.familysearch.org/tree/person/details/G8FN-4CX] - 1913(Vic)-1975(Vic) - Licences: 3QX Melbourne (Glenhuntly, 1930-1939) - Qualifications: AOCP 626, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: student (Glenhuntly, 1934-1936); electrical engineer (Ballarat, 1942); engineer (Kew, 1954; Mount Waverley, 1963-1972) * [[/Matthew O'Brien|O'Brien, Matthew or Matthew Michael]] [https://www.familysearch.org/tree/person/details/GZG7-P35] - 1904(Qld)-1978(Qld) - Licences: 4MM Brisbane (Toowong, 1926-1933; Annerley, 1937-1939, 1946-1965) - Qualifications: cc; AOCP 234, 1926, No. 20 in Qld - amateur operator; amateur broadcaster; radio clubs (QRTL, ARTL, WIAQ, president all); journalist (Teleradio, "Vic Eddy"); Dept Labour Exchange (administration) - Electoral Rolls: public servant (Toowong, 1925-1936; Annerley, 1943-1977) ==='''O'DEA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick O'Dea|O'Dea, Francis Patrick]] [https://www.familysearch.org/tree/person/details/GXTP-7KL] - 1894(Vic)-19??(???) - Licences: XJAX Melbourne (Ascot Vale, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter; WW1 (Army, AWS) - Electoral Rolls: clerk (North Melbourne, 1912-1913; Ascot Vale, Vic, 1914-1937); railways (Brighton, Vic, 1942-1949); railway employee (Footscray North, Vic, 1963-1977) - Links: [https://alh-research.tripod.com/Light_Horse/index.blog/1911842/australian-wireless-squadron-aif-francis-patrick-odea/ AWS] ==='''ODGERS'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Fieldhouse Odgers|Odgers, Norman Fieldhouse]] [https://www.familysearch.org/tree/person/details/GDVD-CYK] - 1906(Qld)-1996(WA) - Licences: 4BO or 4BD Brisbane (Newmarket) & Charters Towers (1924-1925); 4NK; 9NK Port Moresby (1946-1948); 6NF Perth (Applecross, 1954-1969; Bassendean, 1975-1980); 4CH - Qualifications: cc; CPRT 896, 1925; 2COCP 212, 1930; 1COCP 108, 1936 - amateur operator; amateur broadcaster; ship wireless officer; broadcast engineer; WW2 - Electoral Rolls: senior technician (Applecross, 1954-1963); manager (Applecross, 1968); retired (Bassandean, 1972-1980) ==='''O'DONNELL'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Amos Leslie O'Donnell|O'Donnell, Amos Leslie]] [https://www.familysearch.org/tree/person/details/G8NW-Q1P] - 1910(SA)-19??(NSW) - Licences: 6DX Perth (City, 1930-1933); 2AGE Sydney (Ashfield, 1938-1939); 2AOO Sydney (Caringbah, 1960; Mona Vale, 1965-1969) - Qualifications: cc; AOCP 639, 1930, No. ?? in WA; BOCP 515, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: student (North Perth, WA, 1931); radio engineer (Ashfield, NSW, 1937); education officer (No. 2 W.A.G.S., Parkes, NSW, 1943); engineer (Ashfield, NSW, 1949; Caringbah, NSW, 1958) ==='''O'HARA'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bernard O'Hara|O'Hara, John Bernard]] [https://www.familysearch.org/tree/person/details/G8XM-Y9M] - 1902(Vic)-1970(Vic) - Licences: 3OH Maryborough (1930-1939); 3OH Yallourn (1946-1948); 3AAO Melbourne (Mt Waverley, 1960) - Qualifications: AOCP 607, 1930, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: teacher (Albert Park, 1921-1924) instructor (Maryborough, 1928); teacher (Kew, 1934; Maryborough, 1937; Ballarat, 1937; Maryborough, 1943, Warrnambool, 1954; Maldon, 1963) ==='''OHRBOM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Axel Ragnar Ohrbom|Ohrbom, Axel Ragnar "Ray"]] [https://www.familysearch.org/tree/person/details/G8WZ-PWJ] - 1903(Tas)-1978(Vic) - Licences: Receive Melbourne (Brunswick, 1923-1924); 3OC Melbourne (West Brunswick, 1928; Coburg, 1931-1939; Moreland, 1946-1948; Hartwell, 1954-1975) - Qualifications: AOCP 421, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Coburg West, 1949); sharebroker (Camberwell, 1954-1977); retired (Burwood, 1977) ===''OLDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Olof Lemuel Olden|Olden, Olof Lemuel]] - 1863(Vic)-1939(Vic) - Hobart 1920s, early wireless experimenter, no licence yet identified, amateur operator (pre-AOCP; AOCP ??, 19??, No. ?? in Tas), radio clubs (WIA Hobart, President, 1924), military (Colonel, WW1), occupation (school master) ===''OLDFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Bernam Oldfield|Oldfield, Frederick Bernam]] [https://www.familysearch.org/tree/person/details/G8YP-9R2] - 1897(Vic)-1962(NSW) - Licences: 5DO Adelaide (1924); 3FB Melbourne (Hampton, 1937-1938); 2FE Sydney (Balmoral, 1939) - Qualifications: cc; AOCP 1240, 1934, No. ?? in Vic - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: teacher (Brighton, Vic, 1931; Sandringham, Vic, 1935-1937); journalist (Mosman, NSW, 1943); A.M.F. (Mornington, 1954); tutor (Neutral Bay, 1958) ===''OLDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Edward Oldham|Oldham, Charles Edward]] [https://www.familysearch.org/tree/person/details/KZFK-XBT] - 1902(Tas)-1950(Tas) - Licences: 7XA Hobart (New Town, 1937-1939, 1947-1948) - Qualifications: cc; AOCP 1923, 1937, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: salesman (New Town, 1936-1949) * [[/Fred Oldham|Oldham, Fred]] - 19??(???)-19??(???) - early Tasmanian wireless experimenter, first president of Hobart Tramways Wireless Club 1905 ===''O'LEARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cornelius Daniel Fraser O'Leary|O'Leary, Cornelius Daniel Fraser or Daniel Fraser]] [https://www.familysearch.org/tree/person/details/KN18-4BH] - 1893(SA)-1955(SA) - Licences: 5DO Adelaide (Tusmore Gardens, 1929-1933) - Qualifications: cc; AOCP 495, 1929, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Unley, 1939-1941) ===''OLIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Dalley George Tryon Oliver|Oliver, Dalley George Tryon]] [https://www.familysearch.org/tree/person/details/LZ8W-MMR] - 1888(NSW)-1959(NSW) - wireless experimenter (1924+) 2?? Gunedah, amateur broadcaster - Electoral Rolls: engineer (Gunnedah, 1930-1943; Keepit Dam, Tamworth, 1949-1954); retired (Condoblin, 1958) - Relationships: brother of 2MO Marcius John Alexander Oliver * [[/Marcius John Alexander Oliver|Oliver, Marcius John Alexander "Marcus"]] [https://www.familysearch.org/tree/person/details/LZ8W-M82] - 1875(NSW)-1946(NSW) - Licences: 2MO Gunedah (1929) - Qualifications: AOCP ??, 19??, No. ?? in NSW; AOLCP 91, 1932 - amateur operator, amateur broadcaster, broadcast engineer, radio station proprietor (2MO, 1930-1939), military (air spotters, Port Macquarie) - Electoral Rolls: engineer (Gunnedah, 1930-1936; Port Macquarie, 1943) - Relationships: brother of Dalley George Tryon Oliver ===''OLLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Durrant Olle|Olle, John Durrant]] [https://www.familysearch.org/tree/person/details/G4HS-WSX] - 1910(NSW)-1975(Vic) - Licences: 2OZ Sydney (Ashfield, 1929-1939, 1946; Pennant Hills, 1947-1948; Ashfield, 1950) - Qualifications: AOCP 553, 1929, No. ?? in NSW; 2COCP 321, 1931; 1COCP 197, 1931 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio telegraphist (Summer Hill, 1936-1937; Ashfield, NSW, 1943); soldier (South Yarra, Vic, 1949); public servant (Mornington, 1963-1980) ===''OLLIVIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Frances Ollivier|Ollivier, Neil Frances]] [https://www.familysearch.org/tree/person/details/GFQB-VPD] - 1916(WA)-1942(WA) - Licences: 6FO Perth (Hollywood, 1932-1939) - Qualifications: cc; AOCP 1067, 1932, WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: Nil yet identified ===''O'LOUGHLIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Patrick Morgan O'Loughlin|O'Loughlin, Francis Patrick Morgan]] [https://www.familysearch.org/tree/person/details/GX6M-Z3Q] - 1902(Qld)-1979(Qld) - Licences: 4OL Brisbane (Red Hill, 1934-1939) - Qualifications: cc; AOCP 1347, 1934, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Red Hill, Qld, 1936-1937; Ashgrove, Qld, 1943-1977) ===''OLSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Vivian Olsen|Olsen, Frederick Vivian "Fred"]] [https://www.familysearch.org/tree/person/details/G8CP-4XJ] - 1912(Vic)-2001(Vic) - Licences: 3FO Melbourne (Hawthorn, 1929-1931; Hampton, 1933-1939) - Qualifications: cc; AOCP 521, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Hampton, 1936-1954; Brighton, 1963; Hampton, 1972-1980) * [[/Norman Frederick Olsen|Olsen, Norman Frederick or Frederick Norman (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/G8BY-8JS] - 1901(NSW)-1980(NSW) - Licences: cc; Nil yet identified - Qualifications: cc; CPRT 516, 1920, NSW; 2COCP 59, 1929, NSW; 1COCP 252, 1932 - Nil yet identified - Electoral Rolls: wireless operator (Hurlstone Park, 1934-1937); newsagent (Torwood, 1954-1958); no occupation (Lord Howe Island, 1963-1980) * [[/Norman Peter Olsen|Olsen, Norman Peter]] [https://www.familysearch.org/tree/person/details/G8BY-444] - 1897(NSW)-1988(NSW) - Licences: 2YK Newcastle (1924-1925); 2ZX Waratah (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrician (Waratah, 1930; Mayfield, 1932); public servant (Redfern, 1932-1933; Kogarah, 1934-1935; Wollongong, 1936-1937; Artarmon, 1943-1949; Kogarah, 1949-1963); nil (Merewether, 1968-1980) * [[/Olaf Olsen|Olsen, Olaf]] [https://www.familysearch.org/tree/person/details/G6QT-69T] - 1878(Norway)-1964(Qld) - Licences: 4CL Dalby 1922 (Receive) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engine driver (Dalby, 1913-1943); engineer (Toowoomba, 1949; Redcliffe, 1954; Paddington, 1958-1963) ==='''O'MAY'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. W. O'May|O'May, J. W.]] - 19??(???)-19??(???) - Licences: Receive Hobart (Bellerive, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Robert Derwent O'May|O'May, Robert Derwent "Bob"]] [https://www.familysearch.org/tree/person/details/LYNF-5NS] - 1903(Tas)-1973(Tas) - Licences: Receive Hobart (Bellerive, 1923); 7OM Hobart (Bellerive, 1924-1927+; Sandy Bay, 1931+; Bellerive, 1947-1969+) - Qualifications: cc; AOCP 74, 1925, No. ?? in Tas; 3COCP 508, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: engineer (Bellerive, 1928-1954) ==='''OPPENHEIM'''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Oliver George Oppenheim|Oppenheim (before WW2) or Oliver (after WW2), Oliver George "Ollie"]] [https://www.familysearch.org/tree/person/details/LLSS-S7L] - 1911(Vic)-1988(NSW) - Licences: 3ZX Melbourne (Caulfield, 1930-1939, 1954); 2AZX Sydney (Coogee, 1955-1961; Lugarno, 1965-1969; Strathfield, 1975-1980+) - Qualifications: cc; AOCP 580, 1930, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Caulfield, Vic, 1936-1942; Elsternwick, Vic, 1949); radio engineer (Elsternwick, Vic, 1954); company executive (Coogee, NSW, 1958-1963; Lugarno, NSW, 1968); importer (Strathfield, NSW, 1972-1980) ===''O'REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Joseph O'Reilly|O'Reilly, Maurice Joseph]] [https://www.familysearch.org/tree/person/details/G824-VMC] - 1866(Irl)-1933(NSW) - Licences: XACI Bathurst (1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St Stanilaus College, Bathurst, 1913); rector of college (St John's College, Camperdown, 1930-1933) - Links: [https://adb.anu.edu.au/biography/oreilly-maurice-joseph-7918 ADB] ===''O'ROURKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sydney O'Rourke|O'Rourke, John Sydney]] [https://www.familysearch.org/tree/person/details/GDJP-ZW4] - 1918(NSW)-19??(???) - Licences: 4OR Brisbane (Brisbane City, 1937-1939); 4SO Brisbane (Margate Beach, 1955-1969) - Qualifications: cc; AOCP 2042, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical apprentice (Norman Park, Qld, 1943); radio engineer (Newmarket, Qld, 1949); engineer (Margate, Qld, 1954-1977) ===''ORR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Murray Donald Orr|Orr, Murray Donald]] [https://www.familysearch.org/tree/person/details/GZL8-H29] - 1900(Vic)-1941(Vic) - Licences: 3OR Lake Meran (1928-1939) - Qualifications: AOCP 440, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1940-1941) - Electoral Rolls: farmer (Lake Meran, 1924-1934) - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/orr-murray-donald-1700/] ===''OSBORNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jeffrey David Osborne|Osborne, Jeffrey David "Jeff"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) * [[/Louis Frederick George Osborne|Osborne, Louis Frederick George]] [https://www.familysearch.org/tree/person/details/G8GF-MGZ] - 1900(Vic)-1989(Vic) - Licences: 3DD Receive Melbourne (East Malvern, 1922); 3DD Melbourne (East Malvern, 1923-1926); 3BMO Melbourne (Murrumbeena, 1980+) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: gas fitter (Malvern East, 1922-1926); inspector (Carnegie, 1931-1977) ===''OSBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Bolivar Laing Osburne|Osburne, George Bolivar Laing "Laing"]] [https://www.familysearch.org/tree/person/details/MFY2-F9W] - 1896(Vic)-1933(Vic) - Licences: XKJ Terang (1913-1914); 3BG Terang (1922-1933) - Qualifications: cc; AOCP 235, 1926, No. ?? in Vic - early wireless experimenter, amateur operator, amateur broadcaster - Electoral Rolls: student (Terang, 1922-1931) ===''OTHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles James Othen|Othen, Charles James]] [https://www.familysearch.org/tree/person/details/LRHF-H8Y] - 1897(SA)-19??(???) - Licences: XVT Adelaide (Glanville, 1913); 5AS Receive Adelaide (1923); 5ON Adelaide (Hindmarsh, 1954-1956; Eden Hills, 1960-1969; Blackwood, 1975) - Qualifications: cc; AOCP 3385, 1953, SA - early wireless experimenter; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: foreman (Hindmarsh, SA, 1939-1943) ===''O'TOOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian O'Toole|O'Toole, Ian]] - Licences: 2ZIO Sydney (Adamstown Heights, 1969; North Rocks, 1975; Castle Hill, 1980) - amateur operator; historian (amateur, military communications); proprietor Kurrajong Radio Museum - Electoral Rolls: - Links: [https://vk2bv.org/archive/museum/ Kurrajong Radio Museum] ===''OTTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Shannon Otty|Otty, William Shannon]] [https://www.familysearch.org/tree/person/details/GZ2F-7J1] - 1893(Eng)-1983(NSW) - Licences: 2ZL Killingworth (1923-1931); 2ZL Toronto (1933-1975); 2ZL Fennell's Bay (1980+) - Qualifications: cc; AOCP 219, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: radio dealer (Toronto, 1937-1954); retired (Toronto, 1958-1980) ===''OVERLACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Overlack|Overlack, Peter]] - early wireless historian [https://www.navy.gov.au/sites/default/files/documents/Naval_Networks_Dominance_of_Comms_in_Maritime_Ops.pdf "The Struggle for the Australian Airwaves: The Strategic Function of Radio for Germany in the Asia-Pacific Region before World War I"] ===''OWEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Chester Owen|Owen, Chester]] [https://www.familysearch.org/tree/person/details/MZ3G-H47] - 1899(Vic)-1975(Vic) - Licences: Receive Melbourne (St Kilda, 1923); 3ZM Melbourne (St Kilda, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Balaclava, 1921; St Kilda, 1922-1926); engineer (St Kilda, 1928; Caulfield, 1931); mechanic (Caulfield, 1934-1937); radio engineer (Echuca, 1943-1972) * [[/Stanley Wainwright Owen|Owen, Stanley Wainwright]] [https://www.familysearch.org/tree/person/details/GDV9-BP2] - 1912(Vic)-1987(NSW) - Licences: 6RX Perth (Mt Lawley, 1930-1931); 2RX Sydney (Wollstonecraft, 1948-1957) - Qualifications: cc; AOCP 716, 1930, No. ?? in WA; 2COCP 436, 1933; 1COCP 340, 1933; TVOCP 40, 1957 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Wollstonecraft, 1937-1958); television engineer (Wollstonecraft, 1963-1968); engineer (Wollstonecraft, 1972-1977; Artarmon, 1980) ===''OXENHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Justinian Oxenham|Oxenham, Justinian]] - 1860(Qld)-1932(Vic) - senior federal public servant (Secretary, Postmaster-General's Department) ===''OXLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Oxlade|Oxlade, George]] [https://www.familysearch.org/tree/person/details/LRCK-H1C] - 1907(Qld)-1980(Qld) - Licences: 4GO Brisbane (Newmarket, 1926-1931) - Qualifications: cc; AOCP 229, 1926, No. 19 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: painter (Chermside, 1937-1943; Maroochydore, 1954; Wavell Heights, 1958), contractor (Chermside, 1963-1980) =='''P'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''PAECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Leonard Paech|Paech, Robert Leonard]] [https://www.familysearch.org/tree/person/details/L6DL-76D] - 1920(SA)-1963(SA) - Licences: 5RL Adelaide (Underdale, 1936-1939, 1947-1948); 5LP Adelaide (Seacombe Gardens, 1960) - Qualifications: cc; AOCP 1626, 1936, SA; 2COCP 279, 1939; BOCP 371, 1941; 1COCP 810, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PAGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Nevison Page|Page, Leslie Nevison]] [https://www.familysearch.org/tree/person/details/GSBX-CRV] - 1920(Qld)-1972(NSW) - Licences: 4LP Brisbane (New Farm, 1937-1939; Brisbane City, 1947); 2NB Sydney (Potts Point, 1954); 2LP Sydney (St Ives, 1955-1961; Epping, 1965-1969) - Qualifications: cc; AOCP 1931, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Callsign: 2NB may have been withdrawn for 2NB Broken Hill - Electoral Rolls: labourer (Ascot, Qld, 1928-1929) (too young for 1920 birth, must be a namesake); radio technician (Darlinghurst, NSW, 1954); radio engineer (St Ives, NSW, 1958); manager (St Ives, NSW, 1963); electronics engineer (Epping, NSW, 1968; Eastwood, NSW, 1972) ===''PAGET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Ernest Paget|Paget, Harold Ernest]] [https://www.familysearch.org/tree/person/details/LDTK-ZBF] - 1904(Qld)-1962(Qld) - Licences: Receive (Valve) Brisbane (Brisbane City, Qld, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephonist (Valley, Qld, 1925-1926); postal sorter (Ashgrove, Qld, 1928-1949); mail officer (Ashgrove, Qld, 1954-1958) ===''PAICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Donald Cameron Paice|Paice, Donald Cameron "Don"]] [https://www.familysearch.org/tree/person/details/G8KD-2FT] - 1932(Vic)-2018(Vic) - Licences: 3ADP Melbourne (Moonee Ponds, 1954-1956; Mt Waverley, 1960-1980+) - Qualifications: AOCP 3055, 1950, Vic - amateur operator - Electoral Rolls: draftsman (Moonee Ponds, 1954; Mt Waverley, 1963-1980) - Relationships: rare surname but seems not closely related to 2AJ Valentine Keith Paice * [[/Valentine Keith Paice|Paice, Valentine Keith "Val"]] [https://www.familysearch.org/tree/person/details/G8K3-5T6] - 1904(NZ)-1977(???) - Licences: ZL1AJ (Z1AJ) 1925-1926; VQ1AJ (OO1AJ) Fanning Island (1926-1928); 2AJ (VK2AJ) Sydney 1929; OA4V Peru (1929) - Qualifications: Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: electrical fitter (Ashbury, NSW, 1930) - Relationships: rare surname but seems not closely related to 3ADP Donald Cameron Paice ===''PARADISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Harry Elliker Paradise|Paradise, Eric Harry Elliker]] [https://www.familysearch.org/tree/person/details/GS3M-D75] - 1904(Qld)-1939(Qld) - Licences: Receive (Crystal) Brisbane (Coorparoo, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Stones Corner, Qld, 1925-1937) ===''PARASIERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Isidore Percy Robert Parasiers|Parasiers, Isidore Percy Robert "Robert"]] [https://www.familysearch.org/tree/person/details/GS9Y-8B1] - 1902(SA)-1972(SA) - Licences: 5RP Adelaide (City, 1932-1933; Glandore, 1937-1939); 6PS Perth (Inglewood, 1947); 5RF Adelaide (Glandore, 1948); 5RF Murray Bridge (1954-1969) - Qualifications: cc; AOCP 952, 1932, No. ?? in SA; AOLCP 283, 1936; BOCP 132, 1937; 2COCP 256, 1939; 1COCP 330, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''PARIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Norman Paris|Paris, James Norman "Jim"]] [https://www.familysearch.org/tree/person/details/GXWR-B1W] - 1910(SA)-1971(SA) - Licences: "WIA-L5006" Adelaide (Prospect, 1956-1960) - Qualifications: cc; Nil yet identified - amateur listener; prominent broadcast listener (1950s, 1960s); clubs (Australian DX Radio Club (SA); Southern Cross DX Club) - Electoral Rolls: Nil yet identified ===''PARISH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hugh Radcliffe Parish|Parish, Hugh Radcliffe]] [https://www.familysearch.org/tree/person/details/GCDL-Y23] - 1914(Tas)-1973(Tas) - Licences: 7CP Launceston (1932-1933) - Qualifications: cc; AOCP 1070, 1932, No. ?? in Tas; AOLCP 189, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: radio announcer (Burnie, 1936-1937); manager (Winnaleah, 1943-1949); radio executive (Launceston, 1954) ===''PARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles William Park|Park, John Charles William]] [https://www.familysearch.org/tree/person/details/GZVC-N4N] - 1904(Eng)-1983(WA) - Licences: 6BB Perth (South Perth, 1924-1980+) - Qualifications: cc; CPRT 794, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: photographer (South Perth, 1943-1949); radiographer (South Perth, 1958-1980) ===''PARKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Cyril Parker|Parker, Keith Cyril]] [https://www.familysearch.org/tree/person/details/KDSK-X2P] - 1912(SA)-1993(SA) - Licences: 5PA Port Pirie (1933); 5SO Port Elliot (1980+) - Qualifications: cc; 2COCP 348, 1931; 1COCP 213, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless telegraphist (Kalgoorlie, WA, 1943); radio technician (Fiskville, Vic, 1949-1963; Bassendean, WA, 1968); manager (Cairns, Qld, 1977) * [[/Kenneth Herbert Parker|Parker, Kenneth Herbert]] [https://www.familysearch.org/tree/person/details/LTM1-Q5G] - 1905(WA)-1994(WA) - Licences: 6KP Meekatharra (1933-1939) - Qualifications: cc; AOCP 1192, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mining register (Meekatharra, WA, 1931-1937); resident magistrate (Cue, WA, 1943; Geraldton, WA, 1943); stipendary magistrate (Northam, WA, 1949); magistrate (Mt Pleasant, WA, 1954; Riverton, WA, 1958-1963; Applecross, WA, 1968-1980) * [[/P. S. Parker|Parker, P. S.]] - 19??(???)-19??(???) - Licences: 2CY Receive Sydney (Burwood, 1922); 2CM Receive Sydney (Burwood, 1923, briefly then reverted to 2CY); 2CY Sydney (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: Not yet confidently identified but likely Philip Selwyn Parker, engineer, Bellevue Hill, 1930 * [[/Ronald Alexander Parker|Parker, Ronald Alexander]] [https://www.familysearch.org/tree/person/details/GZ23-6BM] - 1908(Vic)-1984(Qld) - 3RA Melbourne (Canterbury, 1925-1926), 3RA Bendigo (1927), 3RA Melbourne (Canterbury, 1931-1933; Hawthorn, 1937-1939), 4PT Southport (1980+), qualifications (AOCP 213, 1925, No. ?? in Vic), amateur operator, amateur broadcaster, electoral rolls: clerk (Camberwell, 1931), accountant (Hawthorn, 1936-1937), secretary (Malvern, 1943-1949), retired (Southport, 1980) ===''PARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John George Parr|Parr, John George]] [https://www.familysearch.org/tree/person/details/G8NL-22T] - 1908(NSW)-1992(Vic) - Licences: 3OM Melbourne (Canterbury, 1930-1939) - Qualifications: AOCP 646, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Camberwell, 1931-1943); engineer (Footscray, 1949; Brunswick, 1949-1963; Melbourne City, 1968-1980) ===''PARRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Alchorne Parry|Parry, Charles Alchorne]] [https://www.familysearch.org/tree/person/details/GX8J-BGL] - 1916(Qld)-2009(USA) - Licences: 4CP Gordonvale (1935-1939) - Qualifications: cc; AOCP 1441, 1935, Qld; BOCP 177, 1938 - amateur operator; amateur broadcaster - Education: PhD - Electoral Rolls: radio mechanic (Cairns, Qld, 1937); engineer (Darlinghurst, NSW, 1943) ===''PARSONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Warwick William Parsons|Parsons, Warwick William or William Warwick (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/L2L4-5ZC]- 1903(SA)-1974(SA) - Licences: 5PS Adelaide (City, 1933; Henley Beach, 1937-1939, 1947-1948; Rose Park, 1954-1974) - Qualifications: cc; AOCP 1147, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: operator (Henley, SA, 1939-1943) ===''PATERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Paul Pryde Paterson|Paterson, Paul Pryde]] [https://www.familysearch.org/tree/person/details/GZLK-LPF] - 1915(WA)-1942(PNG) - Licences: 6PP Wiluna (1937-1939) - Qualifications: cc; AOCP 1961, 1937, WA - amateur operator, amateur broadcaster, WW2 (RAAF, 24 Squadron, Flight Lieutenant) - Electoral Rolls: - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/paterson-paul-pryde-260515/] * [[/Raymund Gordon Paterson|Paterson, Raymund or Raymond Gordon]] [https://www.familysearch.org/tree/person/details/G8CH-7RX] - 1903(Vic)-1996(Canada) - Licences: Nil yet identified - Qualifications: AOCP 506, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: apprentice (Glenferrie, 1926-1928) ===''PATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Campbell Patterson|Patterson, Campbell]] [https://www.familysearch.org/tree/person/details/G9Y1-GDH] - 1912(SA)-1987(SA) - Licences: 5XR Naracoorte (1933-1939); 5XR Peterborough (1947-1980+) - Qualifications: cc; AOCP 1097, 1933, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apiarist (Naracoorte, 1939); electrician (Quorn, 1941-1943) * [[/James Brown Patterson|Patterson, James Brown]] [https://www.familysearch.org/tree/person/details/LBTW-WDY] - 1833(Eng)-1895(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - Politician, briefly Premier of Victoria (1893-1894), Postmaster-General Vic (July 1878 - March 1880) - Electoral Rolls: Nil yet identified * [[/Robert Charles William Ingram Patterson|Patterson, Robert Charles William Ingram "Charles Ingram"]] [https://www.familysearch.org/tree/person/details/GZ5T-2Q4] - 1910(Vic)-1974(Qld) - Licences: 3YP Melbourne (East Malvern, 1927-1939; Eaglemont, 1946-1954); 4YP Brisbane (Fig Tree Pocket, 1955-1969) - Qualifications: cc; AOCP 352, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: station hand (Mundabullangana, 1931-1937); agent (Fig Tree Pocket, 1958-1968) ===''PAUL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leo Anthony Paul|Paul, Leo Anthony]] - 1905(Vic)-1968(Vic) - 3JQ Receive Melbourne (Fitzroy, 1922-1923), 3LP Melbourne (Fitzroy, 1924-1937; Preston, 1938-1939), 3XO Melbourne (Fairfield, 1948-1960; Thornbury, 1965), amateur operator (AOCP 15, 1924, No. 6 in Vic), amateur broadcaster ===''PAYNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George H. Payne|Payne, George H.]] - 19??(???)-1987(Qld) - 4NEV Brisbane, amateur operator (AOCP ??, 1946+, No. ?? in Qld), radio clubs (Wooloowin RC, hon. secretary; WIAQ, president, assoc. members section) * [[/John Payne|Payne, John]] [https://www.familysearch.org/tree/person/details/GDSL-41Q] - 19??(???)-19??(???) - Licences: 2IN Receive Sydney (Randwick, 1922); 2IN Sydney (Randwick, 1923-1927; Kensington, 1928-1930) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: insurance department manager (Kensington, 1930-1931); secretary (Kensington, 1933) * [[/Reginald Lewis Payne|Payne, Reginald Lewis]] [https://www.familysearch.org/tree/person/details/GZG9-HFF] - 1898(Vic)-1946(Vic) - Licences: 3RP Geelong (Newtown, 1924-1939) - Qualifications: cc; AOCP 225, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Newtown, 1919-1921); telegraphist (Newtown, 1922-1942) (check XJM R. Payne, Armadale for relationship) ===''PAYTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph William Payter|Payter, Joseph William]] - 18??(???)-19??(???) - early telephone experimenter in Melbourne, mechanic in Vic Posts & Telegraphs (one of James Smibert's "Williamstown boys") ===''PEARCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Ronald Pearce|Pearce, Edward Ronald]] [https://www.familysearch.org/tree/person/details/LR3M-7YJ] - 1916(Vic)-2004(WA) - Licences: 6TP Perth (North Perth, 1936-1939, 1948; Mt Hawthorn, 1954-1960) - Qualifications: cc; AOCP 1757, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (North Perth, WA, 1937); engineer (Mt Hawthorn, WA, 1949-1977); retired (Coolbinia, WA, 1980) ===''PEARN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Leslie Pearn|Pearn, William Leslie]] [https://www.familysearch.org/tree/person/details/LCKW-JRW] - 1896(SA)-1974(SA) - Licences: 5PN Adelaide (Sturt Park, 1934-1939; Wayville West, 1947-1948; Unley, 1955-1969) - Qualifications: cc; AOCP 1378, 1934, SA - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrician (Unley, SA, 1939-1941) ===''PEARSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ian Richman Pearson|Pearson, Ian Richman]] [https://www.familysearch.org/tree/person/details/GSD3-4LF] - 1908(Vic)-1972(Tas) - Licences: 3SP Melbourne (Berwick, 1929-1931); 7KB Burnie (1948-1965); 7KB Port Sorell (1969) - Qualifications: AOCP 528, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: chemist (Deer Park, Vic, 1936-1937); medical practitioner (Burnie, Tas, 1949-1954) ===''PELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Frederick Law Pelling|Pelling, John Charles Frederick Law "Jack"]] [https://www.familysearch.org/tree/person/details/GXB3-176] - 1908(WA)-1972(WA) - Licences: 6WO Moojebing (1933-1939) - Qualifications: cc; AOCP 1213, 1933, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Dumbleyung, WA, 1931); farmer (Moojebing, WA, 1936-1943; King River, WA, 1949-1968) ===''PEMBLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Pembleton|Pembleton, Thomas Edward "Tom"]] [https://www.familysearch.org/tree/person/details/G8HP-JDF] - 1914(Qld)-2002(Qld) - Licences: 4ZL Rockhampton (1936-1939;1946-1980+) - Qualifications: cc; AOCP 1600, 1936, Qld - amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: labourer (Rockhampton, 1936-1943); turner (Rockhampton North, 1949-1980) ===''PEPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ralph Campbell Pepper|Pepper, Ralph Campbell]] [https://www.familysearch.org/tree/person/details/KC93-1MN] - 1905(NSW)-1984(Qld) - Licences: N742 Receive Tamworth (1922); 2HV Receive Tamworth (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Tamworth, 1930; Maroubra, 1931; Artarmon, 1934-1949; Newmarket, Qld, 1954-1972; Alderley, 1977-1980) ===''PERDRIAU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Carter Perdriau|Perdriau, Henry Carter]] [https://www.familysearch.org/tree/person/details/G3D9-L79] - 1895(NSW)-1956(NSW) - Licences: XHC Sydney (1912-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Relationships: cousin of 2ZR William James Stanley Perdriau - Electoral Rolls: manager (Chatswood, 1930-1936; Roseville, 1943-1954) * [[/William James Stanley Perdriau|Perdriau, William James Stanley]] [https://www.familysearch.org/tree/person/details/LTH6-8LS] - 1885(NSW)-1946(NSW) - Licences: Receive (Crystal) Sydney (Manly, 1923); 2ZR Sydney (Manly, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: cousin of XHC Henry Carter Perdriau - Electoral Rolls: dentist (Manly, 1930-1943) ===''PERREY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Litchfield Perrey|Perrey, Alexander Litchfield]] [https://www.familysearch.org/tree/person/details/LZVM-9P9] - 1898(SA)-1965(Vic) - Licences: 5LP Strathalbyn (1925-1927) - Qualifications: cc; AOCP 99, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PERRY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Francis Cole Perry|Perry, Malcolm Francis Cole]] [https://www.familysearch.org/tree/person/details/L679-XR2] - 1891(NSW)-1963(NSW) - Licences: XCP Sydney (Randwick, 1913-1914); 2DG Receive Sydney (Randwick, 1922) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: clerk (Randwick, 1930-1937); editor (Randwick, 1943-1949; Coogee, 1954-1958); counsellor (Hazelbrook, 1958-1963) ===''PETERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Zornig Peters|Peters, Henry Zornig "Harry"]] [https://www.familysearch.org/tree/person/details/L4XX-HBC] - 1908(Qld)-1994(Qld) - Licences: 4ZP Maryborough (1937-1939); 4ZP Sarina (1947-1956); 4ZP Cooroy (1960-1980+) - Qualifications: cc; AOCP 1978, 1937, Qld - amateur operator; amateur broadcaster; radio club member (WIAQ) - Electoral Rolls: teacher (Yerra via Maryborough, Qld, 1936-1937; Sarina, 1943); farmer (Cooroy, 1963-1980) ===''PETERSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Marzanti Petersen|Petersen, Thomas William Marzanti "Bill"]] - 1919(Qld)-1981(Qld) - 4FY Brisbane (Cooparoo Heights, 1946-1947), 4YO Moreton Island (1975), amateur operator (AOCP 2321, 1939, No. ?? in Qld), radio clubs (WIAQ, councillor), military (WW2, AIF), employment (Hills TV service), business proprietor (Advance Radio, Wynnum Radio Repairs) ===''PETERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Franz Peterson|Peterson, Harold Franz]] [https://www.familysearch.org/tree/person/details/G8XJ-CV1] - 1888(NSW)-1961(NSW) - Licences: 2HP Sydney (Coogee, 1930-1960) - Qualifications: cc; AOCP 617, 1930, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: inspector (Coogee, 1930-1958) * [[/Rupert Clarence Peterson|Peterson, Rupert Clarence]] [https://www.familysearch.org/tree/person/details/G87D-VJ3] - 1910(Vic)-2000(NSW) - Licences: 7AZ Receive Hobart (West Hobart, 1922-1923); Receive Hobart (West Hobart, 1923-1924); 3PT Melbourne (Moonee Ponds, 1928-1939) - Qualifications: cc; AOCP 401, 1928, No. ?? in Vic; AOLCP 96, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Moonee Ponds, 1931-1937; Caulfield, 1942-1949; Ivanhoe, 1954-1977); retired (Merimbula, 1980) * [[/Walter Peterson|Peterson, Walter]] - 19??(???)-19??(???) - Licences: 3QP Melbourne (Toorak, 1930-1939) - Qualifications: cc; AOCP 689, 1930, Vic - amateur operator; amateur broadcaster - Electoral Rolls: telephone mechanic (Kew, 1925); telephone engineer (Kew, 1926-1928); engineer (Toorak, 1931-1937); secretary (Lilydale, 1943-1954); electrical instrument maker (Collingwood North, 1967-1968) - several contemporaneous WPs * [[/Walter Martin Peterson|Peterson, Walter Martin]] [https://www.familysearch.org/tree/person/details/LDRD-G6B] - 1910(WA)-1978(WA) - Licences: 6LW Perth (West Perth, 1937; East Perth, 1938-1939, 1947-1948; City, 1954-1956; City Beach, 1960-1975+) - Qualifications: cc; AOCP 1864, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: student (Balcatta, WA, 1931-1936; North Perth, WA, 1937; East Perth, WA, 1937-1943); radio engineer (East Perth, WA, 1949-1958); lecturer (City Beach, WA, 1963-1977) ===''PHELPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Joseph Phelps|Phelps, William Joseph]] [https://www.familysearch.org/tree/person/details/G8D5-97G] - 1912(NSW)-1987(NSW) - Licences: 2DL Sydney (Canterbury, 1931-1939, 1946; Ashbury, 1947-1975) - Qualifications: AOCP 769, 1931, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio mechanic (Ashbury, 1935-1937; Ashfield, 1942; Ashbury, 1949-1963) ===''PHILBIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Thomas Philbin|Philbin, Francis Thomas]] [https://www.familysearch.org/tree/person/details/GDKL-L7L] - 1889(Tas)-19??(???) - Licences: 7FP Queenstown (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ulverstone, 1914); electrician (Queenstown, 1919-1937); electrical fitter (Queenstown, 1949-1954); to NSW 1940s ===''PHILLIPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan William Albert Phillips|Phillips, Alan William Albert]] [https://www.familysearch.org/tree/person/details/GXVR-LD4] - 1915(SA)-2009(SA) - Licences: 5GX Adelaide (Somerton, 1936-1937) - Qualifications: cc; AOCP 1601, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (St Leonards, SA, 1939; South Plympton, SA, 1941-1943) * [[/Albert Maurice Phillips|Phillips, Albert Maurice]] [https://www.familysearch.org/tree/person/details/GXVR-GGP] - 1915(SA)-2008(SA) - Licences: 5ZU Adelaide (Prospect, 1936-1939, 1947-1980) - Qualifications: cc; AOCP 1713, 1936, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Gordon George Phillips|Phillips, Gordon George]] [https://www.familysearch.org/tree/person/details/GX7V-TB1] - 1887(NSW)-1941(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 93, 1915; 1COCP 321, 1933 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Townsville, 1912-1919); radio telegraphist (Currie, King Island, 1922); telegraphist (South Townsville, 1925); radio telegraphist (Thursday Island, 1928); radio telegraphist (Cooktown, 1937) * [[/Harry Edward James Thomas Phillips|Phillips, Harry Edward James Thomas]] [https://www.familysearch.org/tree/person/details/G8ZW-SXG] - 1896(Vic)-1963(Vic) - Licences: 3JU Melbourne (Mitcham, 1929-1933; Abbotsford, 1937; South Yarra, 1938-1939, 1946-1948; Merlynstone, 1954-1960) - Qualifications: AOCP 532, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: slaughterman (Newmarket, 1919); butcher (Emerald, 1922; Mitcham, 1924-1936; Abbotsford, 1937; South Yarra, 1949) * [[/James Graham Phillips|Phillips, James Graham]] [https://www.familysearch.org/tree/person/details/GZLJ-8JC] - 1909(SA)-1943(Vic) - Licences: 5BW Adelaide (Glenelg, 1926-1931; Somerton, 1933-1939)- Qualifications: cc; AOCP 256, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Somerton, 1939-1943) - "Greater love hath no man than this" [https://vwma.org.au/explore/people/606863] * [[/Noel William Phillips|Phillips, Noel William]] [https://www.familysearch.org/tree/person/details/G9FX-877] - 1911(Qld)-1941(Qld) - Licences: 4NP Ipswich (1934-1939) - Qualifications: cc; AOCP 1396, 1934, Qld - amateur operator; amateur broadcaster; employment (Qld Public Works Dept) - Electoral Rolls: painter (Ipswich, Qld, 1936-1937) ===''PHILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Laurance Vincent Phillis|Phillis, Laurance Vincent]] [https://www.familysearch.org/tree/person/details/GS5R-98V] - 1900(SA)-1953(SA) - Licences: 5LP Adelaide (South Payneham, 1933-1939, 1947-1948) - Qualifications: cc; AOCP 1136, 1933, SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PHILPOT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clarence Hanmer Philpot|Philpot, Clarence Hanmer]] [https://www.familysearch.org/tree/person/details/GMRM-C7S] - 1906(Vic)-1982(Vic) - Licences: Receive (Valve) Geelong (1923); 3CP Geelong (1924-1925); 3CP Warrnambool (1925-1926); 3KL Ararat (1927); 3KL Avoca (1931-1937); 3KL Horsham (1938-1939); 3KL Melbourne (Elsternwick, 1946-1980+) - Qualifications: cc; AOCP 381, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: postal clerk (Derrinallum, 1928; Avoca, 1931-1936); postal (Elsternwick, 1942-1980) ===''PHILPOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Oliver Jones Philpott|Philpott, Oliver Jones]] [https://www.familysearch.org/tree/person/details/G8LJ-52T] - 1869(???)-1934(Vic) - Licences: 3VS Melbourne (Caulfield, 1923-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: orchardist (Sandringham, 1919); manager (Caulfield, 1921-1927) ===''PHIPPS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Roger Sydney Phipps|Phipps, William Roger Sydney]] [https://www.familysearch.org/tree/person/details/GZX2-Z6G] - 1896(Eng)-1973(WA) - Licences: 6WP Perth (Subiaco, 1924-1927; Victoria Park, 1930-1933; South Perth, 1937-1939, 1946-1969) - Qualifications: cc; AOCP 111, 1925, No. ?? in WA; AOLCP 16, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: trainee (Subiaco, 1921); electrical fitter (Subiaco, 1925); radio operator (Victoria Park, 1931; South Perth, 1936-1972) ===''PIKE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Herbert Arthur Pike|Pike, John Herbert Arthur "Jack"]] [https://www.familysearch.org/tree/person/details/MT5R-K62] - 1890(NSW)-1961(NSW) - XJP Sydney (Arncliffe, 1911), XDY Sydney (Arncliffe, 1912-1914), XDZ Sydney (Arncliffe, 1912), 2DF Receive Sydney (Epping, 1922-1924), 2JP Sydney (Epping, 1925-1929; Greenwich, 1930-1939, 1946-1961), amateur operator (AOCP 130, 1925, No. ?? in NSW), amateur broadcaster, AWA (research, later draftsman) ===''PINNELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Chalker Pinnell|Pinnell, John Chalker]] [https://www.familysearch.org/tree/person/details/G8Z5-P4G] - 1902(NSW)-1997(NSW) - Licences: 2OL Receive Sydney (Annandale, 1923-1924); 2ZR Sydney (Marrickville, 1929-1934; Ashfield, 1935-1936; Summer Hill, 1937-1939, 1946-1950; Earlwood, 1954-1961; Croydon, 1965) - Qualifications: AOCP 547, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Dulwich Hill, 1930-1934; Ashfield, 1936; Summer Hill, 1937-1949); teacher (Earlwood, 1954-1963); retired (Ashfield, 1968; Mt Kuringai, 1980) ===''PINNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. R. Pinney|Pinney, C. R.]] - 18??-19?? - 4CP Port Moresby - amateur operator, amateur broadcaster ===''PITCHFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stuart Frederick Pitchford|Pitchford, William Stuart Frederick]] [https://www.familysearch.org/tree/person/details/GZ5C-X48] - 1906(Eng)-1959(SA) - Licences: 5WP Adelaide (City, 1926-1933; Hyde Park, 1937-1939) - Qualifications: cc; AOCP 254, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Reade Park, 1939-1943) ===''PITTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Graham Pitts|Browne, Reginald Graham or Graham Reginald]] [https://www.familysearch.org/tree/person/details/LZGB-56Y] - 1915(SA)-2005(WA) - Licences: 5GP Adelaide (Torrensville, 1934-1939); 5GP Alice Springs (1947); 5GE Port Augusta (1955-1975); 5GE Adelaide (Kensington Gardens, 1980+) - Qualifications: cc; AOCP 1377, 1934, SA; 2COCP 189, 1938; 1COCP 225, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: finisher (Torrensville, SA, 1941-1943); radio engineer (Alice Springs, NT, 1949) ===''POLLOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Henderson Pollock|Pollock, John Henderson]] [https://www.familysearch.org/tree/person/details/GXFM-9TQ] - 1895(NSW)-1978(Qld) - Licences: Receive Brisbane (Moorooka, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: accountant (Moorooka, Qld, 1922-1926); insurance manager (Townsville, Qld, 1928-1937); insurance agent (Moorooka, Qld, 1943-1977) ===''PONSONBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Bessborough Ponsonby|Ponsonby, John Bessborough]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 466, 1919; 1COCP 50, 1930 - coastal wireless operator - Electoral Rolls: ===''POPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maitland Glen Pope|Pope, Maitland Glen]] [https://www.familysearch.org/tree/person/details/KJ4K-FN6] - 1884(WA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 122, 1915; 1COCP 153, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: telegraphist (Subiaco, 1906); civil servant (Subiaco, WA, 1910); civil servant (Hobart North, Tas, 1914); officer-in-charge (Wireless Station, Thursday Island, Qld, 1919-1921); wireless expert (Wireless Station, Applecross, 1925); wireless operator (Moonee Ponds, Vic, 1927-1931); supervisor (Essendon, Vic, 1936-1954) ===''PORTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Glanville Porter|Porter, Leonard Glanville]] [https://www.familysearch.org/tree/person/details/GXLX-765] - 1897(SA)-1969(SA) - Licences: 5MP Huddlestone (1938-1939; 1947-1948) - Qualifications: cc; CPRT 966, 1927; 1COCP 73, 1930 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Flinders Naval Depot, Vic, 1924); wireless operator (5PI Crystal Brook, SA, 1939-1943) ===''POTTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Potter|Potter, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GXYZ-38V] - 1915(WA)-1993(WA) - Licences: 6ZO Perth (East Fremantle, 1937-1939; Bicton, 1947-1965; Melville, 1969-1980+) - Qualifications: cc; AOCP 1959, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (East Fremantle, WA, 1937-1943); contractor (East Fremantle, WA, 1949-1958; Melville, 1963); builder (Melville, WA, 1968-1980) * [[/William Francis Potter|Potter, William Francis]] [https://www.familysearch.org/tree/person/details/G878-638] - 1908(NSW)-1959(NSW) - Licences: 2WP Helensburgh (1928-1939); 2WP Fairy Meadow (1948-1950); 2WP Charlestown (1954-1960) - Qualifications: AOCP 399, 1928, No. ?? in NSW; 3COCP 38, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Helensburgh, 1930-1937); mechanic (Fairy Meadow, 1949); shiftman (Charlestown, 1954); electrical mechanic (Charlestown, 1958); railway employee (New Lambton, 1958) ===''POTTIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Charles Pottie|Pottie, Norman Charles]] [https://www.familysearch.org/tree/person/details/9V3D-JFZ] - 1909(NSW)-1961(NSW) - Licences: 2HQ Sydney (Bellevue Hill, 1930-1931; Hunters Hill, 1933-1938; Mosman, 1939) - Qualifications: AOCP 589, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Woollahra, 1933; Hunters Hill, 1936-1937; Albury, 1943; Willoughby, 1949-1958) ===''POULSEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Valdemar Poulsen|Poulsen, Valdemar]] - 1869(Denmark)-1942(Denmark) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - inventor of a magnetic wire recorder, Poulsen arc transmitter - Electoral Rolls: Nil yet identified - Links: [[w:Valdemar Poulsen|Wikipedia]]; [https://ethw.org/Valdemar_Poulsen IEEE]; [https://www.britannica.com/biography/Valdemar-Poulsen Britannica] ===''POWER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Power|Power, A. H.]] - 19??(???)-19??(???) - Licences: Receive (Valve) Brisbane (Highgate Hill, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''PRESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Arthur Campbell Preston|Preston, Thomas Arthur Campbell]] [https://www.familysearch.org/tree/person/details/GHDV-FFD] - 1886(Tas)-1970(Tas) - Licences: 7BK Queenstown (1923-1927+) - Qualifications: cc; AOCP 190, 1925, No. ?? in Tas - amateur operator; amateur broadcaster; Mount Lyell Co (electrical engineer, 1920s; chief engineer) - Electoral Rolls: engineer (Queenstown, 1919-1954) ===''PRESTON-SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Cedric Preston-Smith see Cedric Preston Smith ===''PRICE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Clarey Price|Price, John Clarey "Jack"]] [https://www.familysearch.org/tree/person/details/L7GR-V19] - 1884(Qld)-1954(Qld) - Licences: 4CE (Receive) 1922; 4FI or 4FJ Brisbane (Bardon, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (QWI); radio business proprietor (Wireless House); public servant (PMG) - Electoral Rolls: mechanic (Wooloowin, 1912-1913); public servant (Bardon Estate, 1919-1936; Bardon, 1943-1954) * [[/Keith Ferguson Price|Price, Keith Ferguson]] [https://www.familysearch.org/tree/person/details/94TB-TPD] - 1900(Vic)-1978(Qld) - Licences: 4KF Brisbane (Camp Hill, 1937-1939, 1947) - Qualifications: cc; AOCP 1937, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Norman Park, Qld, 1925-1926); engineering instructor (Camp Hill, Qld, 1937-1943); electrical engineer (Camp Hill, Qld, 1954-1958) ===''PRIDDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Arthur Priddle|Priddle, Raymond Arthur]] [https://www.familysearch.org/tree/person/details/G8H3-PNF] - 1913(NSW)-1971(NSW) - Licences: 2RA Bathurst (1929-1936); 2RA Sydney (Marrickville, 1938-1939; Greenwich, 1946; Pymble, 1947-1961; Wahroonga, 1969) - Qualifications: AOCP 473, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: civil engineer (Yass, 1935; Marrickville, 1936-1943; Lane Cove, 1943; Pymble, 1949-1963); engineer (Wahroonga, 1968) ===''PRIDEAUX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Charles Prideaux|Prideaux, Joseph Charles]] [https://www.familysearch.org/tree/person/details/GX6Y-Y6H] - 1908(Qld)-1969(NSW) - Licences: 4DS Receive Charters Towers (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: musician (Lismore, NSW, 1935-1943); hairdresser (Lismore, NSW, 1949-1968) ===''PRIDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Clifford Pridham|Pridham, Leslie Clifford]] [https://www.familysearch.org/tree/person/details/GXK2-H6C] - 1916(SA)-2007(SA) - Licences: 5WP Adelaide (Torrensville, 1937-1939) - Qualifications: cc; AOCP 2047, 1937, SA; BOCP 301, 1940; 1COCP 834, 1944 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: engineer (Torrensville, SA, 1939-1941); public servant (Lockleys, SA, 1943) ===''PRINCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Prince|Prince, Albert Edward]] [https://www.familysearch.org/tree/person/details/GXKT-ZLR] - 1914(SA)-1996(SA) - Licences: 5WK Adelaide (Walkerville, 1934-1939; Kurralta Park, 1947; Plympton, 1948-1980+) - Qualifications: cc; AOCP 1358, 1934, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Queenstown, SA, 1941); fitter (Gracemere, SA, 1943); sheet metal worker (Broadview Gardens, SA, 1943) ===''PROPOSCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilhelm Carl Lormann Proposch|Proposch, Wilhelm or William Carl Lormann or Forman]] [https://www.familysearch.org/tree/person/details/LVVN-TGW] - 1900(NSW)-1970(Qld) - Licences: 4PL Chinchilla (1937-1939); 4PL Nanango (1947-1969) - Qualifications: cc; AOCP 1986, 1937, Qld - amateur operator; amateur broadcaster - Electoral Rolls: wellborer (Maclargan via Jondaryan, Qld, 1925-1936); radio dealer (Chinchilla, Qld, 1937; Nanango, Qld, 1943-1968) ===''PROUT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Edward Prout|Prout, George Edward]] [https://www.familysearch.org/tree/person/details/GFH2-9VQ] - 1902(WA)-1975(WA) - Licences: 6CT Receive Perth (Cottesloe, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer (Cottesloe, WA, 1925-1931); fitter (Cottesloe, WA, 1943-1949; Mt Claremont, WA, 1954-1972) ===''PRYZBILLA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Alfred Pryzibilla|Pryzibilla, Colin Alfred]] [https://www.familysearch.org/tree/person/details/GXKD-1SY] - 1910(SA)-2001(SA)91yo - Licences: 5XJ Adelaide (Parkside, 1935-1939, 19471960; Brooklyn Park, 1965-1969; Ascot Park, 1975; Plympton Park, 1980) - Qualifications: cc; AOCP 1590, 1935, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''PURDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Commodore Vere Purdon|Purdon, Commodore Vere]] [https://www.familysearch.org/tree/person/details/GQ28-Y6B] - 1901(Tas)-1968(Tas) - Licences: 7AM Receive Hobart (Battery Point, 1922); Receive Hobart (Battery Point, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Hobart East, 1922; Hobart South, 1928; Bellerive, 1936-1954) =='''Q'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''QUICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Quick|Quick, John]] [https://www.familysearch.org/tree/person/details/LKWF-QQF] - 1852(Eng)-1932(Vic) - state politician (MLA Vic, 1880s & 1890s), senior federal politician (MHR 1900s & 1910s; Postmaster-General 1909-1910), oversight of 1909 Melbourne Wireless Telegraphy Conference - Links: [[w:John_Quick_(politician)|Wikipedia]]; [https://adb.anu.edu.au/biography/quick-sir-john-8140 ADB] ===''QUIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Quin|Quin, Charles]] [https://www.familysearch.org/tree/person/details/G8VW-TP8] - 1910(WA)-1979(WA) - Licences: 6CX Perth (Subiaco, 1930-1933; Nedlands, 1937; Wembley, 1938-1939, 1946-1947) - Qualifications: cc; AOCP 678, 1930, No. ?? in WA; AOLCP 178, 1934 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Wembley Park, 1937); accountant (Swanbourne, 1963); retired (Swanbourne, 1972-1977) =='''R'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''RADFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred Dynan Radford|Radford, Wilfred or William Dynan]] [https://www.familysearch.org/tree/person/details/92MT-KNF] - 1916(Qld)-1996(NSW) - Licences: 4WV Brisbane (Ashgrove, 1936-1937); 4WW Brisbane (Ashgrove, 1938-1939) - Qualifications: cc; AOCP 1624, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: theological student (Hunters Hill, NSW, 1943); clergyman (Toongabbie, NSW, 1954); priest (Marist College, Armidale, NSW, 1958; Toongabbie, NSW, 1963-1968; Hunters Hill, NSW, 1977-1980) ===''RAGLESS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Beaumont Ragless|Ragless, Gordon Beaumont]] [https://www.familysearch.org/tree/person/details/GMY3-58F] - 1909(SA)-2002(SA) - Licences: 5GR Adelaide (St Marys, 1928-1939; Marion, 1946-1948) - Qualifications: cc; AOCP 434, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: orchard assistant (St Marys, 1939-1943) ===''RAINBOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Christopher James Rainbow|Rainbow, Christopher James]] [https://www.familysearch.org/tree/person/details/G87K-BB5] - 1911(Vic)-1994(Vic) - Licences: 3JR Melbourne (Preston, 1928-1954; West Preston, 1955-1969; Rosebud, 1975-1980) - Qualifications: AOCP 406, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, partnership (Supreme Radio Co, Preston ?-1932), WW2 (RAAF) - Electoral Rolls: engineer (Preston, 1931-1942); traveller (Preston, 1949-1972; Rosebud, 1977); retired (Rosebud, 1980) - Relationships: brother-in-law of 3PA Percy James Anderson ===''RAMSAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick Charles Ramsay|Ramsay, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GXNM-4RT] - 1871(Eng)-1950(NSW) - Licences: Receive (Crystal) Brisbane (Toowong, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Hermit Park, Qld, 1903-1905; South Brisbane, Qld, 1912; West End, Qld, 1915-1919); accountant (Toowong, Qld, 1921-1925; Waverley, NSW, 1930-1934); teacher (Waverley, NSW, 1936-1943) * [[/Robert Ramsay|Ramsay, Robert ]] - 1842(Sct)-1882(Vic) - solicitor, Victorian politician, Postmaster-General Victoria (Jul 1874 - Aug 1875; Oct 1875 - May 1877) ===''RANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Otto Randell|Randell, Charles Otto]] [https://www.familysearch.org/tree/person/details/97TF-XLP] - 1880(NSW)-1958(Qld) - Licences: 4BK Innisfail (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster (callsign to 4BK Brisbane commercial 1930) - Comment: 4AC Leslie Waters employed by Randell Engineering - Electoral Rolls: analytical chemist (Hambledon, 1903); chemist (Goondi, 1908); engineer (Innisfail, 1912-1913); mechanical engineer (Townsville, 1915); analytical chemist (Innisfail, 1919-1930); agent (Toowong, 1936); chemist (Brisbane, 1937); industrial chemist (North Sydney, 1949) ===''RANKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Ronald Rankin|Rankin, Kenneth Ronald "Ken"]] [https://www.familysearch.org/tree/person/details/L2RC-8FS] - 1906(Vic)-1964(Vic) - Licences: 3KR Kerang (1926-1939); 3KR Benalla (1946-1960) - Qualifications: AOCP 242, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: radio salesman (Kerang, 1928-1937); manager (Benalla, 1949-1963) - Probate: Theatre Manager (Benalla, 1965) ===''RANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Rann|Rann, George William]] [https://www.familysearch.org/tree/person/details/GZDG-VMV] - 1908(WA)-1974(WA) - Licences: 6KO Perth (Nedlands, 1932-1939) - Qualifications: cc; AOCP 1000, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Nedlands, WA, 1931); printer (West Subiaco, WA, 1936; Wembley, WA, 1937-1943; Leederville, WA, 1954-1958); civil servant (City Beach, WA, 1963-1972) ===''RAYNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Rayner|Rayner, Jack]] [https://www.familysearch.org/tree/person/details/LYQQ-2LK] - 1898(NSW)-1972(NSW) - Licences: 2LJ Sydney (Stanmore, 1928-1930; Belmore, 1931-1939, 1946-1950) - Qualifications: AOCP 384, 1928, No. ?? in NSW; 2COCP 425, 1933; 1COCP 335, 1933 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: police constable (Annandale, 1930); constable (Belmore, 1933-1934); police constable (Belmore, 1937-1949) ===''READ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Earl Read|Read, Alfred Earl "Earl"]] - 1892(NZ)-1960(NZ) - journalist (editor NZ Radio Times to 1936; editor and proprietor, Australasian Radio World 1936-1940; manager, Australasian Radio World 1940+) * [[/Allan William Read|Read, Allan William]] [https://www.familysearch.org/tree/person/details/GX1B-WF2] - 1913(WA)-1983(WA) - Licences: 6LK Perth (Mt Lawley, 1931-1933); 6LK Northam (1937-1939) - Qualifications: cc; AOCP 735, 1931, No. ?? in WA; AOLCP 163, 1934; 1COCP 83, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wireless operator (Broadcasting Station, Northam, WA, 1936-1937); radio technician (North Perth, WA, 1943-1958); public servant (Nollamara, WA, 1963-1980) * [[/Frederick Charles Read|Read, Frederick Charles]] [https://www.familysearch.org/tree/person/details/GF4Z-21P] - 1892(NSW)-1935(WA) - Licences: XYN Perth (City, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Comment: Gone too soon - Electoral Rolls: cable tester (Victoria Park, WA, 1914-1917); telephone mechanic (Victoria Park, WA, 1925-1931) ===''READER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/d'Arcy Harold Reader|Reader, d'Arcy Harold]] [https://www.familysearch.org/tree/person/details/L5KX-8N8] - 1888(NZ)-1952(NZ) - Licences: Nil yet identified - Qualifications: cc; CPRT 123, 1915 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: wireless telegraphist (Thursday Island, Qld, 1916-1917) ===''READING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Reading|Reading, Edward Charles]] [https://www.familysearch.org/tree/person/details/GZW7-9DL] - 1904(NSW)-1979(NSW) - 2RG Bangalow (1925-1929), 2LT Lismore (1965-1975), amateur operator (AOCP 65, 1925, No. ?? in NSW), amateur broadcaster, electrician, Reading Bros (proprietor & electrical engineer, 1930-1939), 2RG callsign may have been withdrawn by PMGD for 2RG Griffith commercial * [[/Leonard William Reading|Reading, Leonard William]] [https://www.familysearch.org/tree/person/details/L2LY-H23] - 1904(WA)-1989(WA) - Licences: 6LR Northam (1933-1936); 3TQ Newport (1937); 6LR Perth (Pearce, 1938-1939; South Perth, 1946-1947) - Qualifications: cc; AOCP 1200, 1933, Vic; 1COCP 384, 1940 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter (Northam, WA, 1925-1936; Newport, Vic, 1937); airman (South Perth, WA, 1943); supervisor (Karinup, WA, 1980) ===''REDDROP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James William Reddrop|Reddrop, James William Jnr]] [https://www.familysearch.org/tree/person/details/GD1T-SYY] - 1906(Vic)-1981(NSW) - Licences: 7BN Launceston (1934-1937); 3BN Melbourne (Caulfield, 1938-1939, 1946-1954) - Qualifications: cc; 1COCP 28, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: airman (Elsternwick, 1931; St Kilda, 1937); air force (Elsternwick, 1942-1954); air force officer (Glenbrook, NSW, 1958); RAAF officer (Campbell, 1963); retired (Hackett, ACT, 1968); representative (Tbre Lake, 1972-1980) ===''REED''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Griffiths Reed|Reed, Joseph Griffiths "Joe"]] [https://www.familysearch.org/tree/person/details/GC6Y-GZZ] - 1897(NSW)-1969(NSW) - Licences: XABP Newcastle (1914); 2JR Sydney(Summer Hill, 1924-1933; Croydon, 1934-1939; Northbridge, 1946-1969) - Qualifications: cc; CPRT 710, 1922; 1COCP 235, 1931 - early wireless experimenter; amateur operator; amateur broadcaster; broadcast engineer - Electoral Rolls: radio engineer (Summer Hill, NSW, 1930-1934); engineer (Croydon, NSW, 1936-1937); electrical engineer (Northbridge, NSW, 1943-1968) ===''REEDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Bennett Reedman|Reedman, Alfred Bennett]] [https://www.familysearch.org/tree/person/details/KZLN-MVM] - 1896(Qld)-1982(Qld) - Licences: Receive (Valve) Brisbane (Norman Park, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Kangaroo Point, Qld, 1919-1921; Norman Park, Qld, 1925-1980) ===''REES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Montague Elyder Rees|Rees, Richard Montague Elyder]] [https://www.familysearch.org/tree/person/details/MPXW-S6Y] - 1901(Eng)-1962(Vic) - Licences: 2RE Sydney (Stanmore, 1926-1927; Coogee, 1928-1930); 2WM Sydney (Enfield, 1931-1933); 2APW Albury (1946-1947); 3APW Darling (1948-1954) - Qualifications: AOCP 296, 1926, No. ?? in NSW; CPRTelephony 959, 1927; 2COCP 283, 1930; BOCP 107, 1937; 1COCP 941, 1945 - amateur operator, amateur broadcaster - Electoral Rolls: electrical engineer (Enfield, 1931-1937) ===''REEVES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Herbert Reeves|Reeves, Cecil Herbert]] [https://www.familysearch.org/tree/person/details/GF3Z-X92] - 1905(WA)-1975(WA) - Licences: 6CR Perth (Claremont, 1931-1933; Victoria Park, 1937-1939) - Qualifications: cc; AOCP 746, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: baker (Claremont, WA, 1931; Victoria Park, WA, 1936-1943; Wagin, WA, 1954; Fremantle, WA, 1958; East Fremantle, WA, 1963-1972) ===''REID''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Reid|Reid, John]] [https://www.familysearch.org/tree/person/details/GF3G-PDG] - 1901(Vic)-19??(???) - Licences: 3BE Melbourne (Werribee, 1937); 6BE Perth (RAAF, Pearce, 1938); 3AJR Ballarat (1947-1980+) - Qualifications: cc; 2COCP 26, 1935 - amateur operator; amateur broadcaster; WW2 - Comment: Several contemporaneous JRs - Electoral Rolls: retired (Ballarat, Vic, 1977-1980) ===''REILLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Dwyer Reilly|Reilly, Edward or Edwin Dwyer]] [https://www.familysearch.org/tree/person/details/G9S5-67P] - 1913(Vic)-1991(SA) - Licences: 5AI Adelaide (Woodville, 1935-1939; Brooklyn Park, 1947-1975; Aldinga, 1980+) - Qualifications: cc; AOCP 1524, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: packer (Woodville, SA, 1939-1943) * [[/Eric Harold Reilly|Reilly, Eric Harold]] [https://www.familysearch.org/tree/person/details/L153-S1X] - 1905(Qld)-1950(Qld) - Licences: 4ER Brisbane (Hill End, 1934-1937); 4ER Laidley (1938-1939, 1946-1948) - Qualifications: cc; AOCP 1339, 1934, Qld - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ, WICEN) - Electoral Rolls: rubber worker (Hill End, Qld, 1934-1937); motor mechanic (Laidley, Qld, 1943-1949) ===''REIMANN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Alwin Reimann|Reimann, Albert Alwin]] [https://www.familysearch.org/tree/person/details/G4RD-V3K] - 1905(SA)-1946(SA) - Licences: 5JO Adelaide (Kent Town, 1928-1939) - Qualifications: cc; AOCP 453, 1928, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil ===''REINARTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John L. Reinartz|Reinartz, John L.]] - 1894(Ger)-1964(USA) - 1QP (1908-?), 1XAM, W3RB, K6BJ USA, amateur operator, with Fred Schnell made first Trans-Atlantic 2 Way QSO with F8AB Leon Deloy ===''REINHOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edwin Cyril Reinhold|Reinhold, Edwin Cyril]] [https://www.familysearch.org/tree/person/details/LHH4-WWR] - 1900(Qld)-1984(Qld) - Licences: Q747 Receive Brisbane (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: electrician (Clayfield, 1925); motor mechanic (Gracefield, 1931-1949); soldier (Sherwood, 1954-1980) ===''RENNIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rennie|Rennie, F.]] - 19??(???)-19??(???) - Licences: 3HI Receive Melbourne (South Yarra, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/J. M. Rennie|Rennie, J. M.]] - 19??(???)-19??(???) - Licences: 3QF Receive Melbourne (Northcote, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/K. M. Rennie|Rennie, K. M.]] - 19??(???)-19??(???) - Licences: 2AO Receive Sydney (Edgecliffe, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''RENSHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Phillip Renshaw|Renshaw, Walter Phillip "Phil"]] [https://www.familysearch.org/tree/person/details/G9KS-1LX] - 1891(NSW)-1968(NSW) - Licences: XFP Sydney (Roseville, 1912-1914); 2DE Sydney (Roseville, 1922-1939) - Qualifications: cc; CPRT 370, 1918 - early wireless experimenter; amateur operator - amateur broadcaster; WW1; radio clubs (WIA NSW - 1912+, President, Federal President); professional clubs (IRE NSW - founding member); business (consulting engineer); witness to Royal Commission 1927 (as Hon. Sec. WIA NSW) - Comment: late 1930s entangled in a NSW State Government corruption enquiry - Electoral Rolls: civil engineer (Roseville, 1936-1954; Ashfield, 1958-1968) ===''RENWICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Griffith Renwick|Renwick, Arthur Griffith]] [https://www.familysearch.org/tree/person/details/GD57-8XV] - 1902(NSW)-1967(NSW) - Licences: 2CG Receive Sydney (Woollahra, 1922) - Qualifications: cc; BOCP 292, 1940 - amateur receiver - Electoral Rolls: pharmacist (Roseville, 1930-1937); chemist (Drummoyne, 1943-1954); retail chemist (Strathfield, 1958-1963) ===''RETALLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Moncrieff Retallick|Retallick, James Moncrieff]] [https://www.familysearch.org/tree/person/details/LKK3-QDW] - 1898(NSW)-1969(NSW) - Licences: 2XO Bellingen (1930-1939, 1946-1947); 2FE Portable Bellingen (1933-1939); 2XO Raleigh (1948-1955); 2XO Coffs Harbour (1956-1958); 2XO Urunga (1960-1969); - Qualifications: AOCP 664, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: attendant (Substation, Raleigh, 1949-1954); electrical mechanic (Urunga, 1963-1968) ===''REYNOLDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Daniel Reynolds|Reynolds, George Daniel]] [https://www.familysearch.org/tree/person/details/GX9J-VBQ] - 1886(NZ)-1964(Vic) - Licences: Nil yet identified - Qualifications: cc; 1COCP 180, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Electoral Rolls: wireless operator (Rockhampton, 1917; Cooktown, 1928); radio (Malvern, 1934-1937); wireless operator (New Farm, 1943); radio station manager (Townsville, 1949); retired (Malvern, 1954-1963) ===''RHODES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Rhodes|Rhodes, Harry]] [https://www.familysearch.org/tree/person/details/G8BS-QMC] - 1887?(???)-1966(SA) - Licences: Receive (Valve) Kadina (1923); 5HR Kadina (1924-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Comment: Needs more research - Electoral Rolls: electrical engineer (Quorn, 1939-1943; Grassmere, 1943) ===''RIBBETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas John Ribbett|Ribbett, Thomas John]] [https://www.familysearch.org/tree/person/details/GXQQ-YRJ] - 1880(SA)-19??(???) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS (CPOE, 1917) - Electoral Rolls: Nil yet identified ===''RICH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Fry Rich|Rich, Charles Fry]] [https://www.familysearch.org/tree/person/details/GXN8-YZ3] - 1873(Eng)-1949(NSW) - Licences: 4CR Fife Bay, Papua - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Father of 4VX 2AJZ 9VX 2API Mackendrick Charles William Rich - Electoral Rolls: retired (Chatswood, NSW, 1943-1949) * [[/Mackendrick Charles William Rich|Rich, Mackendrick Charles William]] [https://www.familysearch.org/tree/person/details/GXN8-5MB] - 1903(PNG)-1991(NSW) - Licences: 4VX Samarai, Papua (1938-1939); 2AJZ Sydney (Chatswood, 1946); 9VX Port Moresby (1947-1948); 2API Sydney (Manly Vale, 1954-1955; Balgowlah, 1956-1969; Manly Vale, 1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: Son of 4CR Charles Fry Rich - Electoral Rolls: no occupation (Manly Vale, NSW, 1954-1963); retired (Manly Vale, NSW, 1977-1980) ===''RICHARDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/G. F. Richards|Richards, G. F.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (Moonah, 1923); 2237 Hobart (Moonah, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/George Richards|Richards, George]] [https://www.familysearch.org/tree/person/details/GHDM-JZ6] - 1888(Qld)-1963(Qld) - Licences: 4XK Ipswich (1930-1939) - Qualifications: cc; AOCP 575, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mine manager (Silkstone, 1917-1932; Booval, 1936-1958) * [[/Maurice Evans Richards|Richards, Maurice Evans]] [https://www.familysearch.org/tree/person/details/GZ3X-KPB] - 1910(SA)-1997(SA) - Licences: 5CY Receive Adelaide (Hyde Park, 1923); Receive Adelaide (Hyde Park, 1923); 5MR Adelaide (Glenunga, 1927-1928) - Qualifications: cc; AOCP 369, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Relationships: Likely a relation of 5WR Wilfred Mayo Richards - Electoral Rolls: welder (Millswood East, SA, 1943) * [[/Norman Henry Richards|Richards, Norman Henry]] [https://www.familysearch.org/tree/person/details/GXH1-NL1] - 1912(Eng)-2007(Qld) - Licences: 4NR Brisbane (Wooloowin, 1932-1937) - Qualifications: cc; AOCP 1071, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Wooloowin, Qld, 1936-1937); mechanic (Eagle Junction, Qld, 1943); refrigeration engineer (Maryborough, Qld, 1949-1954); engineer (Ashgrove, Qld, 1963-1968); retired (Glasshouse Mountains, Qld, 1972-1977; Tin Can Bay, Qld, 1980) * [[/Victor John Richards|Richards, Victor John]] [https://www.familysearch.org/tree/person/details/GFML-3HH] - 1916(WA)-1992(WA) - Licences: 6JR Perth (Nedlands, 1937-1939) - Qualifications: cc; AOCP 1894, 1937, WA; 2COCP 265, 1939; 1COCP 367, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: storeman (Nedlands, WA, 1937); radio operator (Alice Springs, NT, 1943); machinery assistant (Wivenhoe, Tas, 1949); radio technician (Darlinghurst West, NSW, 1949; Charters Towers, Qld, 1949)); radio operator (Carlingford, NSW, 1954); radio technician (Blacktown, NSW, 1958); technician (Applecross, WA, 1958-1972); radio officer (Applecross, WA, 1977-1980) * [[/Wilfred Mayo Richards|Richards, Wilfred Mayo]] [https://www.familysearch.org/tree/person/details/GZ3X-6W4] - 1896(SA)-1948(SA) - 5WR Adelaide (Medindie Gardens, 1927-1939, 1946-1948) - Qualifications: cc; AOCP 364, 1927, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: Nil - certainly a relation of 5MR Maurice Evans Richards ===''RICHARDSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Kennington Richardson|Richardson, Alan Kennington]] [https://www.familysearch.org/tree/person/details/GXRM-73L] - 1914(SA)-1994(SA) - Licences: 5AR Adelaide (Everard Park, 1934-1939; City, 1947-1980+) - Qualifications: cc; AOCP 1277, 1934, SA; AOLCP 201, 1935 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Everard Park, SA, 1939) * [[/Jasper Bede Richardson|Richardson, Jasper Bede]] [https://www.familysearch.org/tree/person/details/GX1J-LTY] - 1907(WA)-1969(WA) - Licences: 6LX Perth (Fremantle, 1931-1933; Hollywood, 1937-1939) - Qualifications: cc; AOCP 831, 1931, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (East Fremantle, WA, 1931); radio mechanic (Hollywood, WA, 1936-1937; East Perth, WA, 1943; East Fremantle, WA, 1949); mechanic (Bicton, WA, 1954-1968) * [[/John Keith Richardson|Richardson, John Keith "Keith"]] [https://www.familysearch.org/tree/person/details/G6QQ-76P] - 1906(Qld)-1954(Tas) - Licences: 4KR Barcaldine (1924-1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: overseer ("Ashgrove", Gore, 1930-1932) ===''RICKABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lorimer Douglas Rickaby|Rickaby, Lorimer Douglas "Rick"]] [https://www.familysearch.org/tree/person/details/GMR4-Z8W] - 1906(Qld)-1975(Qld) - Licences: 4VR Brisbane (Coorparoo, 1936-1939, 1946-1948; Coopers Plains, 1955-1975) - Qualifications: cc; BOCP 485, 1938 - amateur operator; amateur broadcaster; broadcast technician (4VL, 4AK, 4BK); military (WW2, RAN); ship wireless officer; security officer (MSS) - Relationships: father of 4RX Brian ??? Rickaby; father-in-law of 4VR Valerie ??? Rickaby - Electoral Rolls: telegraphist (Flinders Naval Depot, Vic, 1931-1934); radio engineer (Coorparoo, Qld, 1937); technician (Coorparoo, Qld, 1943-1949); meter reader (Coopers Plains, Qld, 1958-1972) * [[/Brian ??? Rickaby|Rickaby, Brian ???]] - Licences: 4ZAP Brisbane (Coopers Plains, 1960); 4RX Brisbane (Salisbury, 1965-1980) - Qualifications: AOLCP; AOCP; BOCP; TVOCP - amateur operator; broadcast engineer (Qld State Broadcasting Office, P&TD / DoC / DoTaC / ABA) - Relationships: son of 4VR Lorimer Douglas Rickaby; husband of 4VR Valerie ??? Rickaby - Electoral Rolls: ===''RIETHMULLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Riethmuller|Riethmuller, Eric Charles]] [https://www.familysearch.org/tree/person/details/G64Z-XCL] - 1903(Qld)-1987(Qld) - Licences: 4SK Willis Island (1931) - Qualifications: cc; 2COCP 250, 1930; 1COCP 299, 1932 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Jandowae, 1936); radio technician (Wellington, NSW, 1937; Moorooka, 1943); radio operator (Darlinghurst, 1949; Wahroonga, 1963-1972); retired (Toowoomba, 1972-1980) ===''RING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Mostyn Ring|Ring, Keith Mostyn]] [https://www.familysearch.org/tree/person/details/LKB8-YR7] - 1913(SA)-1991(SA) - Licences: 5KH Adelaide (Kensington Park, 1932-1939, 1947-1948; Marion, 1954; Eden Hills, 1955-1969); 5KH Williamstown (1975); 5KH Kapunda (1980+) - Qualifications: cc; AOCP 923, 1932, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank official (Jamestown, SA, 1941-1943) * [[/Thomas Leo Ring|Ring, Thomas Leo]] [https://www.familysearch.org/tree/person/details/GX95-D97] - 1893(Vic)-1945(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 233, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIE Esperance (1917-1918) - Electoral Rolls: telegraphist (Rockhampton, 1916; Sandgate, 1921); clerical assistant (Bowen, Qld, 1925); postmaster (Texas, 1930-1937); retired (Hendra, Qld, 1943) ===''RIPPEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Adolf Heinrich Gerhard Rippen|Rippen, Adolf Heinrich Gerhard]] [https://www.familysearch.org/tree/person/details/GZLK-QSB] - 1919(WA)-1941(Off coast of Kenya) - Licences: 6GR Perth (Fremantle, 1936-1939) - Qualifications: cc; AOCP 1731, 1936, WA - amateur operator; amateur broadcaster; WW2 (RAN, HMAS Sydney II, Telegraphist) - Electoral Rolls: engineer (Fremantle, 1943) - Sacrifice: "Greater love hath no man than this" - Links: [http://www.sydneymemorial.com/registrydetails.asp?ID=478 HMAS Sydney II Memorial]; [https://vwma.org.au/explore/people/644953 VWMA]; [http://www.streetwisemedia.com.au/unknown-sydney-sailor-named-after-80-years/ Streetwise] ===''RIVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edmund Ronald Rivers|Rivers, Edmund Ronald or Ronald Edmund]] [https://www.familysearch.org/tree/person/details/GDJH-V2S] - 1901(Vic)-1950(Vic) - Licences: 3ER Receive Melbourne (Essendon, 1922-1923); 3ER Melbourne (Essendon, 1924-1925) - Qualifications: cc; CPRT 767, 1923 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''RIX''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Henry George Rix|Rix, Walter Henry George]] [https://www.familysearch.org/tree/person/details/MMQX-KZQ] - 1898(Qld)-1923(Qld) - Licences: 4EC Receive Brisbane (Bulimba, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: tram conductor (Valley, Qld, 1919-1921) ===''ROBBINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Fellows Robbins|Robbins, Thomas Fellows]] [https://www.familysearch.org/tree/person/details/GX5X-2SL] - 1918(SA)-1986(SA) - Licences: 5DK Adelaide (Fullarton, 1935-1937; Malvern, 1938-1939); 5AQ Leigh Creek (1954-1960); 5AQ Port Augusta (1965-1980+) - Qualifications: cc; AOCP 1548, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draftsman (Malvern, SA, 1941-1943) ===''ROBERTS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles D'Arcy Roberts|Roberts, Charles D'Arcy]] [https://www.familysearch.org/tree/person/details/GZ2N-VBN] - 1909(NSW)-1943(Burma) - licences: 2JV Sydney (Greenwich, 1928-1939) - qualifications: AOCP 408, 1928, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 (signalman, 8 Division Signals, 1943) - Electoral rolls: clerk (Lane Cove, 1930-1937) - "Greater love hath no man than this" * [[/Harry Mayland Roberts|Roberts, Harry Mayland or Mayfield (Electoral Rolls)]] [https://www.familysearch.org/tree/person/details/GXLH-KKF] - 1912(SA)-1979(SA) - Licences: 5MY Adelaide (Alberton East, 1931; Myrtle Bank, 1938-1939; Fullarton Estate, 1947-1954; Plympton, 1955-1965; North Plympton, 1969-1975) - Qualifications: cc; AOCP 763, 1931, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: civil servant (Myrtle Bank, SA, 1939-1943) * [[/J. C. A. Roberts|Roberts, J. C. A.]] - 19??(???)-19??(???) - Licences: XAAY Sydney (Parramatta, 1913-1914) - Qualifications: cc; Nil yet identified - early wireless experimenter - Identification: Not yet identified, despite three given names - Electoral Rolls: Nil yet identified * [[/Nicholas William Roberts|Roberts, Nicholas William]] [https://www.familysearch.org/tree/person/details/GXRC-XKV] - 1915(SA)-1936(SA) - Licences: 5NR Adelaide (St Peters, 1933-1936) - Qualifications: cc; AOCP 1228, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, age 21yo - Electoral Rolls: Nil yet identified * [[/Noel Grafton Roberts|Roberts, Noel Grafton]] [https://www.familysearch.org/tree/person/details/GXRD-CCL] - 1924(Eng)-2008(Eng) - Licences: 5NR Katherine (1947) - Qualifications: cc; 1COCP 589, 1942 - amateur operator; amateur broadcaster - Electoral Rolls: radio inspector (Tally Ho, Vic, 1967-1968; Glen Waverley, Vic, 1972-1980) * [[/Richard George Crafter Roberts|Roberts, Richard George Crafter or Crofter]] [https://www.familysearch.org/tree/person/details/MWFZ-Z24] - 1901(NSW)-1964(NSW) - Licences: 2UU Sydney (Ashfield, 1923-1925) - Qualifications: cc; CPRT 750, 1922; 2COCP 430, 1933; 1COCP 505, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Ashfield, 1933-1936; Lovetts Bay, 1943; Chatswood, 1949-1958) * [[/Russell Flexmore Roberts|Roberts, Russell Flexmore]] [https://www.familysearch.org/tree/person/details/LL4K-265] - 18??-1961(Qld) - Licences: 4PN Brisbane (West End, 1927-1933; Annerley, 1937-1939, 1946-1960) - Qualifications: cc; AOCP 372, 1927, No. 41 in Qld - amateur operator; amateur broadcaster; WW2; television experimenter (4CM); broadcaster (4BC, manager) - Electoral Rolls: musical director (South Brisbane, 1919); musician (Coorparoo, 1934); manager (Yeronga, 1936-1937); alderman (Annerley, 1954) * [[/V. Roberts|Roberts, V.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''ROBERTSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Brian Desmond Robertson|Robertson, Brian Desmond]] [https://www.familysearch.org/tree/person/details/GX2G-W63] - 1921(SA)-1996(SA) - Licences: 1RD Macquarie Island (1950s); 5RD Adelaide (Henley Beach, 1954-1956) - Qualifications: cc; 1COCP 998, 1946 - amateur operator; WW2 - Electoral Rolls: Nil yet identified * [[/David Sterling Robertson|Robertson, David Sterling]] [https://www.familysearch.org/tree/person/details/GW2M-F7H] - 1920(SA)-19??(???) - Licences: 5RN Adelaide (Mt Lofty, 1937-1939, 1948-1965); 1ATR Canberra (Deakin, 1956; Yarralumla, 1960); 5RN Adelaide (Stirling, 1969-1980+) - Qualifications: cc; AOCP 1944, 1937, SA; 2COCP 346, 1940; 1COCP 405, 1940 - amateur operator; amateur broadcaster - Relationships: Husband of 5YL-1YL Denise Alison Robertson nee Haslam - Electoral Rolls: radio engineer (North Sydney, 1943) * [[/Denise Alison Robertson|Robertson nee Haslam, Denise Alison]] [https://www.familysearch.org/tree/person/details/GW2M-JWG] - 1927(NSW)-2008(SA) - Licences: 1YL Canberra (Yarralumla, 1960-1965); 5YL Adelaide (Stirling, 1969) - Qualifications: cc; AOCP 3552, 1956, ACT - amateur operator; YL operator - Relationships: Wife of 5RN-1ATR David Sterling Robertson - Electoral Rolls: Nil yet identified ===''ROBINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Robinson|Robinson, Alexander]] [https://www.familysearch.org/tree/person/details/L1G8-ZJ2] - 1900(Eng)-1949(NSW) - Licences: 2GR Sydney (Haberfield, 1930-1937; Richmond, 1938-1939; Hunter's Hill, 1946-1948) - Qualifications: AOCP 498/499, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: electrical meter tester (Haberfield, 1933-1936) - 2GR callsign previously held by Joseph Sydney Marks * [[/Arthur Robinson|Robinson, Arthur]] [https://www.familysearch.org/tree/person/details/G8CS-4PP] - 1926(Vic)-19??(???) - Licences: 3ABF Sale (1948-1956); 3ABF Melbourne (Croydon, 1960); 3ABF Traralgon (1965-1980+) - Qualifications: AOCP 2710, 1948, Vic; TVOCP 184, 1959 - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Sale, 1949-1954); technician (Croydon, 1963); PMG TV technician (Traralgon, 1963-1980) * [[/Charles John Robinson|Robinson, Charles John]] [https://www.familysearch.org/tree/person/details/LNJD-DC5] - 1908(Tas)-2004(???) - Licences: 7RC Launceston (1936-1937); 7KR Launceston (1938-1939) - Qualifications: cc; AOCP 1668, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 (RAAF) - Electoral Rolls: carter (Launceston, 1936-1937); cordial maker (Launceston, 1943) * [[/John William Robinson|Robinson, John William]] [https://www.familysearch.org/tree/person/details/GS7H-Q61] - 1895(Eng)-1963(NSW) - Licences: 2EN Receive Sydney (Ryde, 1922-1923); 2RN Receive Sydney (Concord, 1923); 4RN Brisbane (Kedron, 1931) - Qualifications: cc; Nil yet identified - amateur receiver; amateur broadcaster; Honorary Radio Inspector NSW; First director 4QG - Comment: several contemporaneous JWRs - Electoral Rolls: wireless engineer (Merthyr, Qld, 1925-1926); radio engineer (Highgate Hill, Qld, 1928); engineer (Herston, 1936-1937) ===''ROBSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Colin Laudreux Robson|Robson, Colin Laudreux]] [https://www.familysearch.org/tree/person/details/GXYV-TL8] - 1916(WA)-1973(WA) - Licences: 6XI Perth (Mt Lawley, 1937-1939); 6XI Northam (1947-1948); 6XI Waterloo (1954-1960); 6XI bunbury (1965-1969) - Qualifications: cc; 3COCP 181, 1936; AOCP 2055, 1937, WA; BOCP 234, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (6AM Quarters, Northam, WA, 1949; 6TZ, Waterloo, WA, 1958-1963; Bunbury, WA, 1968-1972) ===''ROCKWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Bruce Rockwell|Rockwell, Horace Bruce]] [https://www.familysearch.org/tree/person/details/K882-BWV] - 1887(Tas)-1955(NSW) - Licences: XQH Brisbane (Wynnum) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; WW1; WW2; a founder of Wireless Institute of Queensland 1912 - Electoral Rolls: electrician (Fort Lytton, Qld, 1913; Wynnum, Qld, 1917-1919); electrical engineer (Enoggera, Qld, 1919; Chelmer, Qld, 1925); electrician (Fort Lytton, Qld, 1936-1937); soldier (Middle Head, NSW, 1943); engineer (Northbridge, NSW, 1949) ===''RODDA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William David Rodda|Rodda, William David]] [https://www.familysearch.org/tree/person/details/G8WK-4JB] - 1907(WA)-1961(WA) - Licences: 6WR Perth (Claremont, 1928-1939) - Qualifications: cc; AOCP 435, 1928, No. ?? in WA; BOCP 1191, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: motor mechanic (Claremont, 1931-1936; Nedlands, 1937; Claremont, 1943); control operator (Nedlands, 1949-1954); technician (Perth, 1958) ===''RODWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Rodwell|Rodwell, Albert Edward]] [https://www.familysearch.org/tree/person/details/MWX8-VG7] - 1909(Qld)-1976(Qld) - Licences: Receive (Crystal) Brisbane (Bowen Hills, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Bowen Hills, Qld, 1936-1937); grocer (Kedron, Qld, 1943-1949); company manager (Wavell Heights, Qld, 1954-1968); bookseller (Aspley, Qld, 1972) ===''ROGERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bernard Stanley Rogers|Rogers, Bernard Stanley]] [https://www.familysearch.org/tree/person/details/GXPV-L34] - 1912(SA)-1987(SA) - Licences: 5FG Adelaide (Blackwood, 1934-1939; Edwardstown, 1947-1948; Glandore, 1954-1980+) - Qualifications: cc; AOCP 1274, 1934, SA; 1COCP 907, 1945 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Edwardstown, SA, 1939-1943) ===''ROHDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Campbell Rohde|Rohde, William Campbell "Bill"]] [https://www.familysearch.org/tree/person/details/G76S-GRF] - 1907(Qld)-1991(Qld) - Licences: 4RW Brisbane (Red Hill, 1929-1939) - Qualifications: cc; AOCP 493, 1929, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (YWCA Wireless Club); comms engineer (PMGD); broadcast engineer (4QG) - Electoral Rolls: telephone mechanic (Red Hill, 1934-1943; Newmarket, 1949); postal engineer (Coorparoo, 1958-1980) ===''ROLLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Rolls|Rolls, Sydney]] [https://www.familysearch.org/tree/person/details/GX95-V3F] - 1886(???)-1957(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, Central Office, CPO, 1917-1918); WW1 - Electoral Rolls: electrician (Auburn, Vic, 1916-1919); naval officer (Camberwell, Vic, 1924-1925); engineer (Hawthorn, Vic, 1928-1949) ===''ROSCOE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Thomas Roscoe|Roscoe, Geoffrey Thomas]] [https://www.familysearch.org/tree/person/details/G8QR-GJY] - 1900(Qld)-1985(Qld) - Licences: Receive Condamine (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: teacher (Condamine, Qld, 1925; Macknade, Qld, 1936-1937; Boonah, Qld, 1943); retired (St Lucia, Qld, 1968-1980) ===''ROSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William (Qld) Rose|Rose, Robert William (Qld)]] [https://www.familysearch.org/tree/person/details/G8DS-JJM] - 1911(Qld)-1970(NSW) - Licences: 4RR Brisbane (1925); 4RQ Longreach (1930-1939, 1946-1948); 2AQR Wallsend (1956-1961); 2AQR Avoca (1965-1969) - Qualifications: cc; AOCP 576, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; chemist - Comment: Another Robert William Rose b1923 BOCP 993 - Electoral Rolls: mechanic (Toowong, 1925); chemist (Longreach, 1936-1949; West Wallsend, 1958-1963; Avoca Beach, 1968) * [[/Robert William (Vic) Rose|Rose, Robert William (Vic)]] - 1923(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; BOCP 993, 1948; 3AIR 1790, 1951 - amateur operator; amateur broadcaster - Electoral Rolls: ===''ROSENSKJAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Rosenskjar|Rosenskjar, F.]] - 19??-19?? - 4?? Brisbane (Fairfield) (Operator 4BI), amateur operator, amateur broadcaster ===''ROSS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander David Ross|Ross, Alexander David]] [https://www.familysearch.org/tree/person/details/G68V-KFR] - 1883(Sct)-1966(WA) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - witness to Royal Commission 1927 (as Professor of Mathematics & Physics, University of Perth) - Electoral Rolls: university professor (Perth Club, 1916; West Perth, 1925-1954); retired (Albany, WA, 1958-1963) - Links: [https://adb.anu.edu.au/biography/ross-alexander-david-8270 ADB]; [[w:Alexander_David_Ross|Wikipedia]]; [https://www.news.uwa.edu.au/archive/201206204747/features/setting-standards-excellence/ UWA] * [[/John Francis Ross|Ross, John Francis "Jack"]] - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - engineer (PMGD); journalist (editor, The Broadcaster); historian (broadcasting, Amateur Radio, radiocommunications); author ("History of Radio in South Australia"; "Radio Broadcast Technology") - Electoral Rolls: ===''ROUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Robert Angus Routledge|Routledge, Robert Angus "Bob"]] [https://www.familysearch.org/tree/person/details/GWX2-BDP] - 1913(SA)-1997(SA) - Licences: 5RA Adelaide (Richmond, 1930-1931; Henley Beach, 1933) - Qualifications: cc; AOCP 679, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: manufacturer (Henley, 1939); radio technician (Henley, 1941); physics technician (Glenelg, 1943) ===''ROWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. L. Rowe|Rowe, R. L.]] - 19??(???)-19??(???) - Licences: 2LR Sydney (Milsons Point, 1928; McMahons Point, 1929) - Qualifications: cc; AOCP 267, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''ROWLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert George Rowland|Rowland, Robert George]] [https://www.familysearch.org/tree/person/details/KH14-G2J] - 1902(Vic)-1996(Vic) - Licences: 3GR Ballarat (1930-1939, 1946-1980+) - Qualifications: AOCP 657, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: grocer (Grovedale, 1924); storekeeper (Majorca, 1925-1927; Ballarat, 1931); radio dealer (Ballarat, 1936-1980) - Don't Confuse: 3ZGG/3AFS Robert George Rowlands ===''ROWLATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Rowlatt|Rowlatt, Thomas William]] [https://www.familysearch.org/tree/person/details/GCMJ-HZT] - 1892(Qld)-1978(Qld) - Licences: Receive (Crystal) Brisbane (South Brisbane, 1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: fitter (Kangaroo Point, Qld, 1915-1921); engineer (Kangaroo Point, Qld, 1925-1937); mechanical engineer (Kangaroo Point, Qld, 1943-1968); retired (Chermside, Qld, 1972-1977) ===''ROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. J. Roy|Roy, A. J.]] - 19??(???)-19??(???) - Licences: Nil yet identified - Qualifications: AOCP 577, 1930, No. ?? in Vic - amateur operator?; amateur broadcaster? - Electoral Rolls: Nil yet identified - Individual not yet identified (115 Skene St, Warrnambool, Vic - 1930) ===''ROYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Arthur Kirkcaldy Royle|Royle, William Arthur Kirkcaldy]] [https://www.familysearch.org/tree/person/details/GZ13-BBQ] - 1909(NSW)-1965(NSW) - Licences: 2WA Sydney (Edgecliff, 1927-1928); 2AWK Sydney (Darling Point, 1946-1950; Sandringham, 1961) - Qualifications: AOCP 318, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: underwriter (Edgecliff, 1936-1954); agent (Sandringham, 1958) ===''RUBAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Peter Ruban|Ruban, John Peter]] [https://www.familysearch.org/tree/person/details/G8CM-DMS] - 1925(???)-2015(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) - Electoral Rolls: radio technician (Footscray North, 1963-1968); technician (Maidstone, Vic, 1972-1980) ===''RUMBOLD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Rumbold|Rumbold, George Henry]] [https://www.familysearch.org/tree/person/details/9VKD-BSQ] - 1907(Vic)-1977(Vic) - Licences: 3GR Bendigo (1927) - Qualifications: AOCP 349, 1927, No. ?? in Vic - amateur operator - Electoral Rolls: carpenter (Bendigo, 1928); insurance agent (Kyneton, 1931; Shepparton, 1931; Bendigo, 1936-1937); assistant superintendent (Bendigo, 1942-1954); cabinet maker (Bendigo, 1963-1972) ===''RUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Ruse|Ruse, Thomas William]] [https://www.familysearch.org/tree/person/details/KZMB-QWY] - 1891(Vic)-1987(WA)95yo - Licences: 6WK Perth (Perth City, 1930-1931; Osborne Park, 1933-1969) - Qualifications: cc; AOCP 627, 1930, No. ?? in WA - amateur operator; amateur broadcaster, WW2 - Electoral Rolls: baker (Osborne Park, 1916-1972); retired (Bunbury, 1977-1980) ===''RUSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Cooper Russell|Russell, Albert Cooper "Bert"]] [https://www.familysearch.org/tree/person/details/GFQ9-BQV] - 1916(WA)-1995(NSW) - Licences: 6AR Albany (1936-1937); 6AR Northam (1938-1939) - Qualifications: cc; AOCP 1670, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937); mechanic (New Town, Tas, 1943-1949); engineer (Sandringham, Vic, 1954; Sans Souci, NSW, 1958; Double Bay, NSW, 1963; Kensington, NSW, 1968-1980) ===''RUTLEDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Rutledge|Rutledge, Cyril]] [https://www.familysearch.org/tree/person/details/M441-T34] - 1904(WA)-1991(WA) - Licences: 6DC Receive Perth (Highgate Hill, 1923); 6CR Perth (North Perth, 1960-1965, Applecross, 1969; Attadale, 1975-1980+) - Qualifications: cc; AOCP 2496, 1942, WA; BOCP 547, 1944 - amateur receiver; amateur operator; WW2 - Electoral Rolls: chemist's assistant (North Perth, WA, 1925-1926); chemist (Dalwallinu, WA, 1934-1943); radio electrician (Maylands, WA, 1949-1954); pharmaceutical chemist (Mt Hawthorn, WA, 1958-1963); pharmacist (Applecross, WA, 1968); chemist (Attadale, WA, 1972-1980) ===''RYAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Ryan|Ryan, Albert John "Jack"]] [https://www.familysearch.org/tree/person/details/GZWH-V6X] - 1897(Vic)-1984(NSW) - Licences: 2LE Canberra (Kingston, 1930-1933); 2YN Canberra (Kingston, 1933-1939) - Qualifications: CPRT 489, 1919; AOLCP 80, 1932; no record of AOCP - amateur operator; amateur broadcaster; WW1; WW2; broadcast engineer; PMGD (junior mechanic NSW, 1917; clerk, 1919); founder of 2CA Canberra commercial - Electoral Rolls: - several contemporaneous AJR's * [[/George Edward Ryan|Ryan, George Edward]] [https://www.familysearch.org/tree/person/details/G8CM-RCC] - 1910(Qld)-1987(Qld) - Licences: 4RG Brisbane (South Brisbane, 1936-1939; Dutton Park, 1946-1954) - Qualifications: cc; AOCP 1633, 1936, Qld - amateur operator; amateur broadcaster; telephone mechanic (PMGD) - Comment: several contemporaneous GERs - Electoral Rolls: motor mechanic (South Brisbane, Qld, 1937); telephone mechanic (South Brisbane, Qld, 1943-1954); PMG Instructor (St Lucia, Qld, 1958); instructor (Taringa, Qld, 1963-1980) ===''RYMILL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Campbell Rymill|Rymill, Arthur Campbell]] [https://www.familysearch.org/tree/person/details/LXVS-CTB] - 1907(SA)-1989(SA) - Licences: Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: Nil yet identified * [[/Robert Riddoch Rymill|Rymill, Robert Riddoch]] [https://www.familysearch.org/tree/person/details/LV5N-YC9] - 1904(SA)-1990(SA) - Licences: V753 Receive Melbourne (Toorak, 1922); 3GX Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: ethnologist (South Yarra, 1931) - Links: [https://vwma.org.au/explore/people/535352 WW2] =='''S'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''SAAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Saar|Saar, Alexander]] [https://www.familysearch.org/tree/person/details/GZ52-N3K] - 1889(???)-1956(WA) - Licences: 6CZ Receive Perth (West Perth, 1923); 6CZ Northam (1923-1925); 6KM Eucla (1926-1927); 6KM Geraldton (1933); 6KM Perth (Maylands, 1937-1939) - Qualifications: cc; AOCP 264, 1926, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: telegraph lineman (North Perth, WA, 1915); postal electrician (Northam, WA, 1917); mechanic (Bunbury, WA, 1916-1917; Balkatta, WA, 1922; Eucla, WA, 1925-1926; North Perth, WA, 1928; Maylands, WA, 1931); postal electrician (Maylands, WA, 1936-1954) ===''SAGAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Noel Sagar|Sagar, Eric Noel]] [https://www.familysearch.org/tree/person/details/GDKS-4J9] - 1896(SA)-1976(NSW) - Licences: 5CM Receive Adelaide (Largs Bay, 1923); Receive Adelaide (Largs Bay, 1923); 5CM Adelaide (Largs Bay, 1924-1926); 4ES Brisbane (Greenslopes, 1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Halcyon: Not mentioned - Electoral Rolls: manager (Greenslopes, Qld, 1932); engineer (Darlinghurst, 1943-1949); orchardist (Kincumber, NSW, 1949-1958) ===''SAINSBURY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Henry Sainsbury|Sainsbury, Rupert Henry]] [https://www.familysearch.org/tree/person/details/L28X-5H3] - 1896(NSW)-1974(NSW) - Licences: 2YJ Sydney (Concord, 1924-1936); 4YJ Brisbane (Clayfield, 1937-1939); 2YJ Sydney (Concord, 1946-1954; Epping, 1955-1975) - Qualifications: cc; AOCP 54, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: clerk (Concord, 1930); traveller (Hendra, 1936-1937); soldier (Norman Park, 1943); executive (Concord West, 1949-1954); commercial traveller (Epping, 1958-1968) ===''SAINTY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Melville Sainty|Sainty, Clifford Melville]] [https://www.familysearch.org/tree/person/details/GZ61-1GZ] - 1907(NSW)-1987(SA) - 2MS Warrawee (1925-1926), amateur operator (AOCP 88, 1925, No. ?? in NSW), amateur broadcaster, likely related to XAH S. J. Sainty ===''SALAMY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Salamy|Salamy, Edward]] [https://www.familysearch.org/tree/person/details/GZHH-VWR] - 1904(Vic)-1977(Vic) - Licences: 3AJ Receive Warrnambool (1922-1923); 3AJ Warrnambool (1924-1933); 3PS Warrnambool (1948-1975) - Qualifications: cc; AOCP 35, 1924, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: jeweller (Warrnambool, 1924-1977) ===''SAMPHIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Luke Samphier|Samphier, Richard Luke]] [https://www.familysearch.org/tree/person/details/L58L-DPC] - 1914(WA)-1980(WA) - Licences: 6YZ Perth (City, 1936-1937; Victoria Park, 1938-1939; Carlisle, 1947-1955; Mt Lawley, 1956-1975+) - Qualifications: cc; AOCP 1717, 1936, WA - amateur operator; amateur broadcaster - Electoral Rolls: blind school worker (North Perth, WA, 1936; Leederville, WA, 1943); Blind School employee (Carlisle, WA, 1949-1954; Mt Lawley, WA, 1958) ===''SAMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Walter Sampson|Sampson, Thomas Walter]] [https://www.familysearch.org/tree/person/details/GFWX-3TB] - 1894(NSW)-1954(WA) - Licences: XYAF Boulder (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: electrician (Boulder, WA, 1916-1922); electrical engineer (Claremont, WA, 1925-1954) ===''SANDEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Otto Sandel|Sandel, Otto]] [https://www.familysearch.org/tree/person/details/GW4J-54J] - 1905(Qld)-1999(NSW) - 2UW Sydney (Manly, 1923; Kensington, 1923-1924; Northbridge, 1924-1925; Bellevue Hill, 1926-1927); 2HH Sydney (Woollahra, 1936-1939, 1946-1969; Bondi, 1975) - Qualifications: cc; AOLCP 270, 1935, NSW - amateur operator; amateur broadcaster; founder B class 2UW Sydney & 2UX Wagga Wagga - don't confuse Charles Albert Sandell of AAE fame - Electoral Rolls: radio dealer (Woolahra, 1930-1931); engineer (Bondi, 1933; Edgecliff, 1936-1937; Bondi Junction, 1943-1954; Bondi Beach, 1958-1980) ===''SANDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Albert Sandell|Sandell, Charles Albert]] - 1886(Eng)-1980(WA) - early wireless experimenter, Sydney, 1911, amateur operator (AOCP ??, 19??, No. ?? in ???), participant in the Australasian Antarctic Expedition, amateur broadcaster, military (WW1), don't confuse Otto Sandel of 2UW fame ===''SANDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Henry Sander|Sander, John Henry "Jack"]] [https://www.familysearch.org/tree/person/details/K6WF-H23] - 1906(WA)-1955(WA) - Licences: 6MS Geraldton (1935-1937); 6MS Perth (Cannington, 1938-1939, 1947-1956) - Qualifications: cc; AOCP 1435, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: wheelwright (Geraldton, WA, 1930); electrician (Geraldton, WA, 1931-1937); telephone mechanic (South Perth, WA, 1937; Cannington, WA, 1943-1954) ===''SANDERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas George Sanderson|Sanderson, Douglas George]] [https://www.familysearch.org/tree/person/details/9WZJ-2K3] - 1924(Qld)-1994(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - broadcast engineer (PMGD); historian (broadcast); federal public servant (PMGD) - Electoral Rolls: PMG technician (Torwood, Qld, 1949-1954); technician (Ashgrove, Qld, 1958-1968); engineer (Chermside, Qld, 1972; Windsor, Qld, 1977-1980) ===''SANDHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Keith Sandham|Sandham, James Keith "Keith"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''SAUNDERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Lewis Saunders|Saunders, Alfred Lewis]] [https://www.familysearch.org/tree/person/details/GZLR-FMS] - 1909(SA)-2003(???) - Licences: Receive Adelaide (Hyde Park, 1923-1924); 5BX Adelaide (Glenelg, 1925-1939, 1946-1955; Plympton, 1956-1980+) - Qualifications: cc; AOCP 223, 1925, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Glenelg, 1939-1943) ===''SAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frederick William Saw|Saw, Frederick William]] [https://www.familysearch.org/tree/person/details/G9S9-JN3] - 1884(WA)-1957(WA) - Licences: 6DA Perth (Armadale, 1923-1926; Victoria Park, 1927); 6DA Albany (1930-1931); 6DA Perth (Wanneroo, 1933; North Perth, 1937-1939); 6DA Northam (1946-1948) - Qualifications: cc; AOCP 174, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: storekeeper (Armadale, 1909); electrician (Beverley, 1916-1917; Armadale, 1921-1925; Albany, 1928-1931; Balkatta, 1936; Leederville, 1937; Kalgoorlie, 1937-1943); mechanic (North Perth, 1949); retired (Triggs Island, 1954) * [[/Malcolm Henry Saw|Saw, Malcolm Henry ]] [https://www.familysearch.org/tree/person/details/LVCY-H9M] - 1921(WA)-1997(WA) - 6SM Perth (Doubleview, 1960-1980+), amateur operator (AOCP 3674, 1958, No. ?? in WA), WW2, engineer (Doubleview, 1972) ===''SAWFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Sawford|Sawford, Leonard Francis]] [https://www.familysearch.org/tree/person/details/LF7J-2XK] - 1908(SA)-1968(SA) - Licences: 5DH Receive Adelaide (Port Adelaide, 1923); Receive Adelaide (Port Adelaide, 1923); 5LF Adelaide (Peterhead, 1925-1928; West Croydon, 1931; Largs, 1937-1939); 5YF Adelaide (Glen Osmond, 1948-1965) - Qualifications: cc; AOCP 173, 1925, No. ?? in SA - amateur operator; amateur broadcaster; WW2; agent (Largs, 1939) - Electoral Rolls: agent (Largs, SA, 1939-1941) ===''SCANLON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Lawrence Scanlon|Scanlon, William Lawrence]] [https://www.familysearch.org/tree/person/details/GDKG-3XR] - 1901(Tas)-1971(NSW) - Licences: Receive Hobart (West Hobart, 1921-1923); 7AL Hobart (West Hobart, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; sales (Medhursts, Hobart to 1924, Launceston from 1924) - Electoral Rolls: Nil yet identified ===''SCHELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harley Irwin Schell|Schell, Harley Irwin]] [https://www.familysearch.org/tree/person/details/GD57-PV8] - 1907(Tas)-1996(Tas) - Licences: 7AW Receive West Burnie (1922); Receive West Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: mechanic (Kelso, 1936-1972) ===''SCHLEICHER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Schleicher|Schleicher, Keith]] [https://www.familysearch.org/tree/person/details/G3D4-5RS] - 1918(Qld)-1997(Qld) - 4KS Brisbane (Toowong, 1938-1939, 1946-1947; Alderley, -1950+; Aspley, McDowall, -1980+) - amateur operator (AOCP 2144, 1938, No. ?? in Qld), amateur broadcaster, radio club member (WIAQ), radio employee (Tracksons, manager service), business proprietor (Blue & White Cabs comms) ===''SCHMIDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Frederick Schmidt|Schmidt, Ronald Frederick]] [https://www.familysearch.org/tree/person/details/G88P-1B9] - 1913(Vic)-1990(Vic) - Licences: 3LY Trafalgar (1930); 3LY Moe (1931); 3LY Sale (1933-1939, 1946-1948); 3LY Melbourne (Camberwell, 1954-1980+) - Qualifications: AOCP 567, 1930, No. ?? in Vic; AOLCP 69, 1932; 1COCP 72, 1936; TVOCP 75, 1957 - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: wireless operator (Sale, 1934-1937); radio technician (Sale, 1949-1954); technician (Camberwell, 1954-1980) ===''SCHNITZERLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Francis Joseph Schnitzerling|Schnitzerling, Leonard Francis Joseph]] [https://www.familysearch.org/tree/person/details/G885-W43] - 1907(Qld)-1969(Qld) - Licences: 4CK Warwick (1938-1939, 1946-1969) - Qualifications: cc; AOCP 2099, 1938, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, 1928-1968) ===''SCHOFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Schofield|Schofield, William]] [https://www.familysearch.org/tree/person/details/GXB3-69N] - 1874(Eng)-1971(WA)97yo - Licences: 6WS Perth (Peppermint Grove, 1935-1939, 1947-1969) - Qualifications: cc; AOCP 1463, 1935, WA - amateur operator; amateur broadcaster - Electoral Rolls: manager (Peppermint Grove, WA, 1919); broker (Peppermint Grove, WA, 1922-1968) ===''SCHOLZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hans Scholz|Scholz, Hans "Harold" / "Harry" / "Tibby"]] [https://www.familysearch.org/tree/person/details/G64P-CV3] - 19??(???)-1970(Qld) - Licences: 4HR Brisbane (Coorparoo, 1931); 4HR Nambour (1933); 4HR Brisbane (Coorparoo, 1937); 4HR Gladstone (1937-1939); 4HR Brisbane (Morningside, 1946-1969) - Qualifications: cc; AOCP 784, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ; South Brisbane RC; Brisbane DX Club); broadcast technician (PMGD) - Electoral Rolls: radio mechanic (Coorparoo, 1937); mechanic (Dalby, 1943); not stated (Morningside, 1949-1968) ===''SCHULTZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Nelson Schultz|Schultz, Leonard Nelson "Len"]] [https://www.familysearch.org/tree/person/details/GZJY-QBF] - 1906(NSW)-1980(NSW) - Licences: 2LO Sydney (Lane Cove, 1922); 2LO Sydney (Lane Cove, 1923-1930); 2ANM Sydney (Mosman, 1947-1980) - Qualifications: cc; AOCP 171, 1925, No. ?? in NSW; AOLCP 45, 1931; 3AIR 176, 1942 - amateur operator; amateur broadcaster; broadcast engineer (co-designed 2GB, 1926; involved 2CA, 4BH, 2MW, 5DN); professional associations (IRE: foundation member, vice-president, president); aviator (Royal Aero Club NSW, committee) - Electoral Rolls: broadcasting engineer (Mosman, 1935-1937); engineer (Mosman, 1949-1977) ===''SCHULTZE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Edwin Ludwig Schultze|Schultze, John Edwin Ludwig]] [https://www.familysearch.org/tree/person/details/GQTB-9FL] - 1906(Vic)-1969(Vic) - 3QO Receive Melbourne (Glenferrie, 1923-1924), 3JS Melbourne (Glenferrie, 1925-1933; Hawthorn, 1937-1939), amateur operator (AOCP 163, 1925, No. ?? in Vic), amateur broadcaster, motor mechanic (Hawthorn, 1934) ===''SCOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Cecil John Scott|Scott, Alfred Cecil John "Cecil", "Cec", "Scottie"]] [https://www.familysearch.org/tree/person/details/M12J-9YK] - 1888(Tas)-1954(Tas) - Licences: Receive (Crystal) Launceston (1923); 7CS Launceston (1925-1931); 7CS Hobart (Lindisfarne, 1933; Sandy Bay, 1937-1939) - Qualifications: cc; AOCP 56, 1925, No. ?? in Tas - amateur receiver; amateur operator; amateur broadcaster - Comment: well-known for comic QSL cards - Electoral Rolls: bench clerk (Nelson, 1936; Hobart South, 1943-1954) * [[/Ernest Kilburn Scott|Scott, Ernest Kilburn]] [https://www.familysearch.org/tree/person/details/LBDW-TBR] - 1868(Eng)-1941(Eng) - Came to Sydney in 1905 to organise electrical engineering department of University of Sydney, likely early wireless experimenter, promoted need for wireless telegraphy for Australia, returned to England ca 1910 - [https://www.gracesguide.co.uk/Ernest_Kilburn_Scott Graces Guide - Ernest Kilburn Scott] * [[/Francis Ladner Scott|Scott, Francis Ladner]] [https://www.familysearch.org/tree/person/details/GXHK-DTF] - 1899(Eng)-1953(Qld) - Licences: 4BO Thursday Island (1933); 2UH Sydney (Randwick, 1934-1936; Naremburn, 1937-1938; La Perouse, 1939 - Qualifications: cc; CPRT 419, 1918; 2COCP 360, 1931; 1COCP 33, 1934 - amateur operator; amateur broadcaster; coastal wireless operator; military (UK Merchant Navy post WW1) - Electoral Rolls: wireless operator (Nundah, Qld, 1921-1925); radio telegraphist (Pinkenba, Qld, 1929; Thursday Island, Qld, 1931; Randwick, NSW, 1935; Waverton, NSW, 1943; Wyndham, WA, 1943; Rockhampton, Qld, 1949) * [[/George Archibald Scott|Scott, George Archibald "Scotty"]] [https://www.familysearch.org/tree/person/details/G682-TGN] - 1882(Eng)-1940(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 607, 1921; 1COCP 181, 1931 - RANRS (commissioned telegraphist, 1917); PMGD (radio inspector, WA); witness to Royal Commission 1927 (as radio inspector, WA) - Electoral Rolls: engineer (Rockhampton, 1913-1914; Hendra, 1915-1917); radio inspector (Fremantle, 1925-1937) - Links: [http://nla.gov.au/nla.news-article84253651 Bio] * [[/Herbert Godfrey Scott|Scott, Herbert Godfrey "Herb"]] [https://www.familysearch.org/tree/person/details/G8MJ-JFJ] - 1902(Qld)-1968(Qld) - Licences: 4HS Toowoomba (1931-1937); 4HS Brisbane (Albion, 1938-1939; 1946-1965) - Qualifications: cc; AOCP 750, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; employment (Qld Railways) - Electoral Rolls: clerk (Toowoomba, 1925-1936; Albion, 1943-1968) * [[/Jack Bartlett Scott|Scott, Jack Bartlett]] [https://www.familysearch.org/tree/person/details/G8VX-FLR] - 1909(NSW)-1988(NSW) - Licences: 2NR Sydney (Epping, 1930-1934); 2AJX Sydney (Cheltenham, 1938-1939; Epping, 1946-1950) - Qualifications: AOCP 685, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: student (Epping, 1933-1935); engineer (Epping, 1949; Wahroonga, 1954-1968); retired (Carlingford, 1977-1980) * [[/Robert Ochiltree Scott|Scott, Robert Ochiltree]] [https://www.familysearch.org/tree/person/details/G8H4-5SX] - 1898(Vic)-1960(Vic) - Licences: 2RS Gundagai (1929-1931); 2RS Balranald (1933); 3OS Scotsburn (1937-1939); 3OS Melbourne (St Kilda, 1956-1960) - Qualifications: AOCP 476, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: grazier (Ballarat, 1920-1924); farmer (Murrayville, 1925-1927; Gundagai, 1930); mechanic (South Yarra, 1943; Melbourne, 1949) * [[/Robert Townley Scott|Scott, Robert Townley]] [https://www.familysearch.org/tree/person/details/G7YC-MBK] - 1841(Eng)-1922(Qld) - senior state public servant (secretary, Qld Post & Telegraph Dept), senior federal public servant (secretary, Postmaster-General's Department) * [[/W. F. Scott|Scott, W. F.]] - 18??(???)-19??(???) - Licences: 4?? Brisbane (West End) - Qualifications: cc; AOCP 334, 1927, No. 37 in Qld - amateur operator; amateur broadcaster - Comment: likely father of H. S. Scott who was reported youngest ever to pass AOCP at age 16 - Electoral Rolls: Nil yet identified * [[/Walter Henry Scott|Scott, Walter Henry]] [https://www.familysearch.org/tree/person/details/G76Z-11G] - 1904(Eng)-1987(SA) - Licences: Receive Adelaide (Glenelg, 1923); 5HS Clare (1937-1939) - Qualifications: cc; AOCP 1888, 1937, SA - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Clare, SA, 1939); telephone mechanic (Glenelg, SA, 1941-1943) ===''SEBIRE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Dudley Sebire|Sebire, Leon Dudley "Leo"]] [https://www.familysearch.org/tree/person/details/G8V2-QX5] - 1932(Vic)-2006(Vic) - Licences: 3CF Melbourne (Wandin North, 1956-1960) - Qualifications: 2COCP 1319, 1955; 1COCP 1786, 1955 - amateur operator, amateur broadcaster, director Telstra Broadcasting Branch - Electoral Rolls: radio mechanic (Wandin Yallock, 1954); engineer (Mordialloc, 1963-1980) - Relationships: son of 3MX Percival John Sebire - Awards: Member Order of Australia "For service to communications, particularly broadcasting" (1991) * [[/Percival John Sebire|Sebire, Percival John "Percy"]] [https://www.familysearch.org/tree/person/details/LCFD-Z2R] - 1904(Vic)-1994(Vic) - Licences: 3MX Melbourne (Moorabbin, 1930-1939, 1946-1980+) - Qualifications: AOCP 692, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Elsternwick, 1926; Bentleigh, 1928-1936; Cheltenham, 1949; Moorabbin, 1954-1980) - Relationships: father of 3CF Leon Dudley Sebire ===''SEBLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William John Sebley|Sebley, William John]] [https://www.familysearch.org/tree/person/details/G649-7VL] - 1894(Qld)-1980(Qld) - Licences: 4WS Ipswich (1931-1939, 1946-1948); Southport (1954-1965) - Qualifications: cc; AOCP 736, 1931, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Ipswich, 1915; North Ipswich, 1919-1949; Southport, 1954-1968); ===''SECCOMBE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Louis Mervyn Seccombe|Seccombe, Louis Mervyn]] [https://www.familysearch.org/tree/person/details/G8PW-XWM] - 1895(Tas)-1970(NSW) - Licences: 3KT Receive Melbourne (Ascot Vale, 1922-1923); 3KT Melbourne (East Kew, 1924; Ascot Vale, 1924-1925; Hawksburn, 1926; East Malvern, 1927); 2KT Sydney (Rockdale, 1928-1939) - Qualifications: cc; 1COCP 396, 1940 - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: salesman (Ascot Vale, Vic, 1919); commercial traveller (Ascot Vale, Vic, 1924); radio engineer (Rockdale, NSW, 1930-1937); wireless operator (Longreach, Qld, 1943); communications officer (Hurstville, 1949-1963); - Comment: Surname sometimes misspelled Secombe ===''SEELIGSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Edward Seeligson|Seeligson, Nathaniel Edward "Nattie"]] [https://www.familysearch.org/tree/person/details/GFHZ-7RF] - 1907(WA)-1958(Vic) - Licences: 6DF Receive Perth (West Perth, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: student (West Perth, WA, 1931); journalist (Carlton South, Vic, 1936-1937); teacher (Foster, Vic, 1943; St Kilda, Vic, 1949); journalist (Red Cliffs, Vic, 1949; St Kilda, Vic, 1954) ===''SELBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George William Selby|Selby, George William]] [https://www.familysearch.org/tree/person/details/LCTW-BMT] - 1858(Vic)-1949(Vic) - early wireless and X-ray experimenter * [[/Robert Henry Selby|Selby, Robert Henry]] [https://www.familysearch.org/tree/person/details/K4N8-MDP] - 1904(WA)-1995(WA) - Licences: 6CW Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Government employee (Subiaco, WA, 1928); tester (Redcliffe, WA, 1936-1968); retired (Applecross, WA, 1972-1980) ===''SELF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Edward Self|Self, Thomas Edward]] - 1854(???)-19??(???) - b. 7 Jan 1854, Early Tasmanian wireless experimenter, demonstration before Royal Society 1898, beware another Thomas Edward Self (b. 9 Oct 1853) in Hobart at the same time ===''SELFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Giles Turner Selfe|Selfe, Harry Giles Turner]] [https://www.familysearch.org/tree/person/details/K24M-5XB] - 1894(NSW)-1942(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 157, 1915; 1COCP 51, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIA Adelaide (1917-1918); WW2; RANVR (commissioned telegraphist, 1942) - Electoral Rolls: radio telegraphist (Geraldton, WA, 1918; Broome, WA, 1922; Leichhardt, NSW, 1933; Darling Harbour, NSW, 1934-1937) ===''SELLENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Charles Sellenger|Sellenger, David Charles]] [https://www.familysearch.org/tree/person/details/G8VT-5GJ] - 1902(NSW)-1966(NSW) - Licences: 2DC Sydney (Hurstville, 1930-1965) - Qualifications: AOCP 700, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Hurstville, 1930-1963) ===''SELLICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Sellick|Sellick, Edward]] - 19??(???)-19??(???) - 4?? Mareeba, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster ===''SELMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold George Selman|Selman, Harold George]] [https://www.familysearch.org/tree/person/details/LRM4-3S8] - 1907(Vic)-1985(Vic) - 3GN Geelong (1925), 3GN Chilwell (1926), 3GN Geelong (1927), 3GN Melbourne (West Coburg, 1931), 3GN Geelong (1933), 3CM Geelong (1948-1980+), amateur operator (AOCP 164, 1925, No. ?? in Vic), amateur broadcaster, radio dealer (Geelong, 1954) ===''SEMMENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/George Segbert Cornwall Semmens|Semmens, George Segbert Cornwall]] [https://www.familysearch.org/tree/person/details/G744-HQ5] - 1901(Vic)-1977(Vic) - Licences: XJCY Melbourne (East St Kilda, 1913-1914); V756 Receive (1922); 3GZ Receive Buln Buln East (1922); 3GS Laver's Hill (1925-1926); 3GS Queenstown (1927); 3GS Moreland (1931); 3GS Foxhow (1933); Melbourne (Essendon (1937-1939); Glen Iris (1946-1960); Clematis, 1965-1975); 3AEN Melbourne (Clematis, 1954-1960) - Qualifications: cc; AOCP 216, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: teacher (Coburg, 1928; Preston, 1931; Essendon, 1936); res. chemist (Glen Iris, 1943-1963); technical adviser (Clematis, 1968-1977) ===''SERLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cedric Serle|Serle, Cedric]] [https://www.familysearch.org/tree/person/details/LZT2-SC8] - 1910(Vic)-1972(Vic) - Licences: 3RX Melbourne (Canterbury, 1928-1933; Toorak, 1938-1939; Elwood, 1946-1947); 3ARX Melbourne (Windsor, 1948-1956; Caulfield, 1960-1965) - Qualifications: AOCP 443, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Camberwell North, 1931-1934; Kew, 1936; Toorak, 1937; St Kilda, 1942; Prahran, 1949; Caulfield South, 1963-1972) ===''SEWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Leonard Joseph Sewell|Sewell, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GF4K-NDN] - 1892(Eng)-19??(???) - Licences: 6CD Receive Perth (Victoria Park, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: chemist (Fremantle, WA, 1925-1931); manager (Leederville, WA, 1936-1943; Mt Hawthorn, WA, 1949-1954; Applecross, WA, 1963-1977); technical adviser (Applecross, WA, 1980) * [[/Percy Lambert Holt Sewell|Sewell, Percy Lambert Holt]] [https://www.familysearch.org/tree/person/details/GDM1-YB1] - 1900(NSW)-1949(NSW) - Licences: 2CJ Receive Sydney (Paddington, 1922); 2CJ Sydney (Paddington, 1922-1925; Darlinghurst, 1925-1926) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Fire Station, Mittagong, 1930-1935; Mittagong, 1936-1937; Kempsey, 1943); installation inspector (Queanbeyan, 1949) ===''SEYLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Albert Jakob Seyler|Seyler, Albert Jakob or Jacob]] [https://www.familysearch.org/tree/person/details/G8NL-F5N] - 1913(Ger)-1977(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - WW2 (Luftwaffe); radar engineer; television researcher; PMGD Research Laboratories (Assistant Director General) - Electoral Rolls: engineer (Mt Waverley, 1963; Burwood, 1968); PMG (Croydon, 1972); assistant director (Emerald, 1977) - [https://adb.anu.edu.au/biography/seyler-albert-jakob-11660 ADB] ===''SHANNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Francis Henry Shannon|Shannon, Francis Henry "Frank"]] - 1910(Qld)-1991(Qld) - 4SN Allora (1938-1939), Tamborine (1946-1947), Minden (1948-1956), Ipswich (1960-191975), Toowoomba (1980+), amateur operator (AOCP 2145, 1938, No. ?? in Qld), amateur broadcaster , radio clubs (Wooloowin RC, WIA, Qld Listeners' League), journalist (AR, VK4 Notes), occupation (school teacher) ===''SHARLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Henry Sharland|Sharland, Arthur Henry "Chilla"]] [https://www.familysearch.org/tree/person/details/GZZD-ZKS] - 1909(Qld)-1983(Qld) - Licences: 4SD Brisbane (Boondall, 1936-1939, 1946-1948; Ekibin, 1954); 4SD Cloncurry (1955); 4SD Brisbane (Wynnum North, 1956); 4SD Rockhampton (1960); 4SD Yeppoon (1965-1980+) - Qualifications: cc; AOCP 1807, 1936, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAN, wireless operator); federal public servant (DCA) - Electoral Rolls: labourer (Boondall, Qld, 1937-1943); Commonwealth officer (Wynnum North, Qld, 1954); communications officer (Rockhampton, Qld, 1958-1963; Yeppoon, Qld, 1968-1977); retired (Causeway via Yeppoon, Qld, 1980) ===''SHARP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Charles Sharp|Sharp, John James Charles]] [https://www.familysearch.org/tree/person/details/GZBZ-TZV] - 1897(Vic)-1974(Vic) - Licences: 3KA Melbourne (Caulfield, 1930-1969) - Qualifications: AOCP 591, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: plumber (Prahran Gardens, 1919-1924; Caulfield, 1928-1972) ===''SHARPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Victor Sharpe|Sharpe, Frank Victor]] [https://www.familysearch.org/tree/person/details/GMD2-GVZ] - 1904(Qld)-1988(Qld) - Licences: 4AZ Brisbane (Wooloowin, 1924-1929; Ashgrove, 1930-1937; Redcliffe, 1938-1939); 4ZFS Brisbane (Clayfield, 1975); 4FV Brisbane (Clayfield, 1980) - Qualifications: cc; AOCP 20, 1924, No. 4 in Qld; AOCP Q112, 1975 - amateur operator; amateur broadcaster; WW2; radio club (RSQ, WIAQ); military (AMF) - Awards: C.M.G.; O.B.E. - Electoral Rolls: merchant (Wooloowin, 1925-1929); director (Ashgrove, 1934-1937); soldier (Ashgrove, 1943); machinist (likely typo for merchant) (Clayfield, 1949); merchant (Clayfield, 1954-1980) ===''SHAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald John Shaw|Shaw, Archibald John]] [https://www.familysearch.org/tree/person/details/G8K2-ZDZ] - 1872(NSW)-1916(Vic) - XPO King Island (1911); X?? Sydney (Randwick), early wireless experimenter, proprietor Maritime Wireless Telegraph Co of Australasia (1910+) with Edward Hope Kirkby, technical specialist - [https://adb.anu.edu.au/biography/shaw-archibald-john-8404 ADB] [http://messui.polygonal-moogle.com/valves/NW199003.pdf EA] * [[/J. G. Shaw|Shaw, J. G.]] - 19??(???)-19??(???) - Licences: Receive (Crystal) Brisbane (Chelmer, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Raymond Herbert Preston Shaw|Shaw, Raymond Herbert Preston]] [https://www.familysearch.org/tree/person/details/GD3J-J31] - 1901(Eng)-1996(NSW) - Licences: 2LY Receive Sydney (Bondi, 1922-1923); 2LY Sydney (Woolahra, 1924-1929; South Kensington, 1930) - Qualifications: cc; CPRT 664, 1921 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Kensington, 1930-1931; Vaucluse, 1932-1980) * [[/Sidney Alexander Shaw|Shaw, Sidney Alexander]] [https://www.familysearch.org/tree/person/details/KFJY-4NH] - 1882(Eng)-1974(WA) - Licences: 6AI Perth (East Guildford, 1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: assistant station master (Woolgangee, WA, 1916-1917); railway officer (East Guildford, WA, 1925-1926); civil servant (Kalgoorlie, WA, 1930-1931); station master (Coolgardie, WA, 1936-1943); retired (East Fremantle, WA, 1949-1972) ===''SHAWSMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Shawsmith|Shawsmith, Alan "Smithy" or Alan Shaw Smith]] [https://www.familysearch.org/tree/person/details/G37T-B3Y] - 1917(Qld)-2010(Qld) - Licences: 4SA Brisbane (Indooroopilly, 1935-1939); 4SS Brisbane (West End, -1952-2010) - Qualifications: cc; AOCP 1582, 1935, Qld - amateur operator; historian (amateur); journalist; broadcast engineer (ABC2); public servant (ABC2) - Relationships: Father of 4JSS Steven Shawsmith - Electoral Rolls: poultry farmer (Salisbury, Qld, 1943); radio mechanic (West End, Qld, 1949); builder (West End, Qld, 1954-1980) * [[/Steven Shawsmith|Shawsmith, Steven "Steve"]] - Licences: 4JSS Brisbane - Qualifications: (AOCP ???, 19??, No. ?? in Qld) - amateur operator - Relationships: Son of 4SA-4SS Alan Shawsmith - Electoral Rolls: ===''SHEARER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Anderson Shearer|Shearer, Gordon Anderson]] [https://www.familysearch.org/tree/person/details/LV5G-JW4] - 1907(Qld)-1984(Vic) - Licences: 4FU Receive Brisbane (Alderley, 1923-1924); 4GA Gayndah (1930); 4GA Mt Nebo (1931-1934); 4GA Cloncurry (Quamby, 1937-1939) - Qualifications: cc; AOCP 447, 1928, No. ?? in Qld; 2COCP 95, 1937 - amateur operator; amateur broadcaster; employment (school teacher); state public servant (Qld Dept Education); WW2 - Electoral Rolls: school teacher (Quamby, Qld, 1937; Westbrook, Qld, 1943); aeradio operator (Cloncurry, 1949); communications officer (Cloncurry, 1954); supervisor (Surrey Hills, 1963-1968); retired (Vermont, 1972-1980) ===''SHEARSTONE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vincent Leonard Shearstone|Shearstone, Vincent Leonard]] [https://www.familysearch.org/tree/person/details/G895-CYJ] - 1916(Eng)-1983(NSW) - Licences: Nil - Qualifications: BOCP 4, 1936 - WW2 - Electoral Rolls: radio technician (Albury, 1937); radio announcer (Goulburn, 1943); radio electrician (Goulburn, 1949-1980) ===''SHELDRICK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Cornwell Sheldrick|Sheldrick, Eric Cornwell "Shel"]] [https://www.familysearch.org/tree/person/details/GZ64-X2X] - 1903(Eng)-1966(Tas) - Licences: 7BH Receive Launceston (1923); 7BH Launceston (1924-1926); 7BT Launceston (1927); 7BM Launceston (1931-1939); 7DM Burnie (1948-1954); 7DN Stowport (1955-1960) - Qualifications: cc; AOCP 60, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: chemist's assistant (Launceston, 1928-1943) ===''SHENTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Hilton Shenton|Shenton, Maurice Hilton]] [https://www.familysearch.org/tree/person/details/G67C-Q1B] - 1903(Qld)-1940(Qld) - Licences: 4DC Receive Brisbane (Wynnum South, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: irrigation ganger (Bald Hills, 1925); assistant stream gauger (North Ipswich, 1928); public servant (Annerley, 1937) ===''SHEPARD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arundel Elmore Shepard|Shepard, Arundel Elmore]] [https://www.familysearch.org/tree/person/details/G8QY-8HX] - 1910(SA)-2000(SA) - Licences: 5DC Adelaide (Norwood, 1928-1930; Kent Town, 1931-1933; Norwood, 1937-1939; Toorak East, 1946-1965; Heathpool, 1969-1980+) - Qualifications: cc; AOCP 393, 1928, No. ?? in SA; AOLCP 136, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SHEPHERD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/H. A. Shepherd|Shepherd, H. A.]] - 18??(???)-19??(???) - Licences: XQD Rockhampton (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''SHERRIFF''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest George Sherriff|Sherriff, Ernest George]] [https://www.familysearch.org/tree/person/details/K877-WTX] - 1904(Qld)-1964(Qld) - Licences: 4SU Brisbane (Fairfield, 1935-1937; Hawthorne, 1938-1939; Brisbane City, 1947-1960) - Qualifications: cc; AOCP 1464, 1935, Qld - amateur operator; amateur broadcaster - Electoral Rolls: machinist (Brisbane South, Qld, 1928); instructor of printing (Fairfield, Qld, 1937; Hawthorne, Qld, 1943-1949) ===''SHIELDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur James Edward Shields|Shields, Arthur James Edward]] [https://www.familysearch.org/tree/person/details/LBCT-D5G] - 1894(Eng)-1948(Vic) - Licences: 3GP Melbourne (East Malvern, 1930-1939; North Balwyn, 1946-1948) - Qualifications: AOCP 690, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: accountant (East Melbourne, 1925-1927; Malvern East, 1928; Camberwell, 1931-1933); auditor (Malvern East, 1934-1936); retired (Ringwood, 1943) ===''SHOEMAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Shoemaker|Shoemaker, Harry]] [https://www.familysearch.org/tree/person/details/G828-7LL] - 1879(USA)-1932(USA) - American inventor and pioneer radio engineer, developer of Shoemaker wireless system, associated with Gehring companies, International Telegraph Construction Co (represented in Australia by John William Ormsby Hamilton, who promoted the Shoemaker system here), United Wireless Telegraph Co, Marconi Wireless Telegraph Co of America, Mallory companies - Links: [[w:Harry Shoemaker|Wikipedia]]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0026.pdf PIRE1]; [https://worldradiohistory.com/hd2/IDX-Site-Technical/Engineering-General/Archive-IRE-IDX/IDX/30s/IRE-1933-02-OCR-Page-0027.pdf PIRE2] ===''SHORING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Samuel Shoring|Shoring, Thomas Samuel]] [https://www.familysearch.org/tree/person/details/GXDD-NDG] - 1914(Qld)-2002(Qld) - Licences: 4SR Bundaberg (1937-1939; 4SR Brisbane (New Farm, 1947-1948) - Qualifications: cc; AOCP 1872, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shop assistant (Bundaberg, Qld, 1936-1937); salesman (Bundaberg, Qld, 1943); sound engineer (New Farm, Qld, 1954; Holland Park, Qld, 1963-1980) ===''SHORT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Alban Short|Short, Alfred Alban]] [https://www.familysearch.org/tree/person/details/GZTS-9QQ] - 1904(NSW)-1946(NT) - Licences: 2SH Newcastle (Lambton, 1926-1933) - Qualifications: AOCP 280, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: salesman (Lambton, 1930-1943) * [[/Ormond Short|Short, Ormond]] [https://www.familysearch.org/tree/person/details/9VHH-SGM] - 1901(Vic)-1985(Vic) - Licences: 3SK Melbourne (St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: engineer (St Kilda, 1925-1926); electrical engineer (Armadale, 1928; Horsham, 1931-1972); engineer (Horsham, 1977) * [[/Walter Short|Short, Walter]] - 19??(???)-19??(???) - Licences: 2AJ Receive Sydney (Manly, 1922); 2AJ Sydney (Manly, 1923-1924; Kirribilli, 1924; Manly, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: Nil yet identified - Note: several contemporaneous WSs, insufficient data to identify * [[/William Newton Short|Short, William Newton "Newt"]] [https://www.familysearch.org/tree/person/details/G97J-HMM] - 1897(NSW)-1967(NSW) - Licences: 2ARA Sydney (Auburn, 1948-1954; Beacon Hill, 1955-1958; Auburn, 1960-1961; Beacon Hill, 1965); 2AOW Sydney (Auburn, 1957-1958) - Qualifications: AOCP 2829, 1948, NSW - amateur operator, amateur broadcaster - Electoral Rolls: butcher (Ulmarra, 1930-1934); shopkeeper (Coraki, 1935-1936); munition worker (Mayfield, 1943); machinist (Auburn, 1949-1958); inspector (Beacon Hill, 1963) ===''SHORTELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Raymond Charles Shortell|Shortell, Raymond Charles]] [https://www.familysearch.org/tree/person/details/LYMQ-4HQ] - 1904(Vic)-1991(Qld) - 3VB Receive Melbourne (East St Kilda, 1923-1924), 3RS Melbourne (St Kilda, 1925-1933), 3RS Shepparton (1937-1939), 3ARF Geelong West (1948-1954), 3ARF Melbourne (Croydon, 1955-1960; Hawthorn, 1965-1975), 4ARS Gold Coast (1980+), amateur operator (AOCP 77, 1925, No. ?? in Vic), amateur broadcaster ===''SHORTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eddy Wilbee Shorten|Shorten, Eddy Wilbee or Welbee or Wiebec "Ted"]] [https://www.familysearch.org/tree/person/details/MWN4-MZM] - 1899(Qld)-1980(Qld) - Licences: 4TS Brisbane (Paddington, 1932-1939) - Qualifications: cc; AOCP 908, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio club (WIAQ, councillor) - Comment: Middle name variable; Birth Welbee; Marriage Wiebec; Death Wilbe; AOCP Wilbee - Electoral Rolls: ===''SHORTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Shortt|Shortt, Robert]] - 19??(???)-19??(???) - Licences: 4HF Camooweal (1933-1939); 5SR Tennant Creek (1947-1948); 5SR Adelaide (Glenunga, 1954; New Hindmarsh, 1955-1956) - Qualifications: cc; AOCP 1193, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''SIBLY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Sibly|Sibly, Arthur]] [https://www.familysearch.org/tree/person/details/KC5R-MH6] - 1897(WA)-1976(NSW) - Licences: XYX Perth (North Perth, 1913-1914); 6AF Receive Perth (City, 1923); 6AF Perth (North Perth, 1923-1924; Inglewood, 1924); 2SB Sydney (Kirribilli, 1925-1927) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Relationships: father of 2ASY-3AUV Sydney Arthur Sibly; brother of Clifton Archibald Sibly - Electoral Rolls: insurance clerk (North Perth, 1919-1922); manager (Albion, Qld, 1936; Eagle Junction, Qld, 1937; Rose Bay, NSW, 1943-1958); retired (Rose Bay, 1963-1972) * [[/Clifton Archibald Sibly|Sibly, Clifton Archibald]] [https://www.familysearch.org/tree/person/details/K41R-3JQ] - 1894(SA)-1964(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 225, 1915 - likely early wireless experimenter with brother Arthur's licence - Relationships: brother of XYX-6AF-2SB Arthur Sibly; uncle of 2ASY-3AUV Sydney Arthur Sibly - Electoral Rolls: farrier (North Perth, 1915-1937) * [[/Sydney Arthur Sibly|Sibly, Sydney Arthur]] [https://www.familysearch.org/tree/person/details/GDKF-F7R] - 1926(NSW)-2001(Vic) - Licences: 2ASY Sydney (Rose Bay, 1954; Kingsgrove, 1957-1965); 3AUV Melbourne (Eltham, 1969) - Qualifications: cc; 2COCP 945, 1945; BOCP 1049, 1949 - amateur operator; amateur broadcaster - Relationships: son of XYX-6AF-2SB Arthur Sibly; nephew of Clifton Archibald Sibly - Electoral Rolls: communications officer (Kingsgrove, 1958-1963); clerk (Eltham, Vic, 1968-1977; Queanbeyan, 1980) ===''SIDEBOTTOM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Lancelot Sidebottom|Sidebottom, Geoffrey Lancelot]] [https://www.familysearch.org/tree/person/details/GD5X-KGH] - 1902(Tas)-1964(Tas) - Licences: 7BB Receive Launceston (1922); Receive Launceston (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Relationships: father of 7SK Maxwell Douglas Langford Sidebottom - Electoral Rolls: clerk (Launceston, 1928-1954) * [[/Maxwell Douglas Langford Sidebottom|Sidebottom, Maxwell Douglas Langford]] [https://www.familysearch.org/tree/person/details/GD5X-5QY] - 1922(Vic)-19??(???) - Licences: 7SK Hobart (Newtown, 1948); 7SK Howrah (1954-1980) - Qualifications: cc; AOCP 2830, 1948, Vic - amateur operator; WW2 - Relationships: son of 7BB Geoffrey Lancelot Sidebottom - Electoral Rolls: sound engineer (New Town, 1949); mechanic (Bateau Bay, NSW, 1980) ===''SIDEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Longfield Sidey|Sidey, Robert Longfield]] [https://www.familysearch.org/tree/person/details/LKSN-3P6] - 1874(NSW)-1951(NSW) - Licences: 2ZY Sydney (Lindfield, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: father of 2CB James Douglas Kay Sidey - Electoral Rolls: accountant (Lindfield, 1930-1949) * [[/James Douglas Kay Sidey|Sidey, James Douglas Kay or Douglas James Kay]] [https://www.familysearch.org/tree/person/details/LKSN-35P] - 1904(NSW)-1963(NSW) - Licences: 2CB Receive Sydney (Lindfield, 1922-1923); 2CB Sydney (Lindfield, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Relationships: son of 2ZY Robert Longfield Sidey - Electoral Rolls: grazier (Bethungra, 1943-1949); no occupation (Junee, 1954) ===''SIEVERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ernest William Sievers|Sievers, Ernest William]] [https://www.familysearch.org/tree/person/details/KNJD-8MJ] - 1901(Qld)-1962(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 1165, 1933, Qld; 2COCP 9, 1934; 1COCP 38, 1935 - amateur operator? - Electoral Rolls: railway employee (Kelvin Grove, 1925); night officer (Oakey, 1930); railway night officer (Narangba, 1936-1937); radio telegraphist (Ascot, 1943; Clayfield, 1949-1958) * [[/William Frederick Sievers|Sievers, William Frederick]] [https://www.familysearch.org/tree/person/details/GZJN-NDS] - 1902(Vic)-1996(Vic) - Licences: 3CB Receive Melbourne (East Richmond, 1922-1923); 3CB Melbourne (East Richmond & South Yarra, 1924-1939, 1946-1960; Toorak, 1965-1980+) - Qualifications: cc; AOCP 165, 1925, Vic - amateur operator; amateur broadcaster - Electoral Rolls: labourer (Richmond, 1931-1943); reader (South Yarra, 1949-1963); meter reader (Toorak, 1972-1980) ===''SIGAL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Louis Sigal|Sigal, Harold Louis]] [https://www.familysearch.org/tree/person/details/GZ4R-XFJ] - 1908(SA)-1939(NSW) - Licences: 2UK Sydney (Woollahra, 1926-1930) - Qualifications: AOCP 253, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Woollahra, 1930); engineer (Melbourne East, 1931); electrician (Auburn North, 1933; Centennial Park, 1934; Bondi, 1936-1937; West Perth, 1943; Woolowin, 1949; Bellevue Hill, 1954; Kensington, 1958); manager (Bondi, 1963); salesman (Bondi, 1968); retired (Vaulcuse, 1977-1980) ===''SIGMONT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Sigmont|Sigmont, Walter]] [https://www.familysearch.org/tree/person/details/GD58-221] - 1883(NSW)-1942(Vic) - Licences: 3AH Receive Melbourne (Elsternwick, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: patent attorney (Auburn, Vic, 1917; Elsternwick, 1924-1937; Seaford, 1942); ===''SILBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Arthur Clive Silby|Silby, Arthur Clive]] [https://www.familysearch.org/tree/person/details/G8B6-PSD] - 1894(SA)-19??(???) - Licences: 6AF Perth (North Perth, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW1 (Australian Wireless Squadron) [https://alh-research.tripod.com/Light_Horse/index.blog/1911865/australian-wireless-squadron-aif-embarkation-roll/] - Electoral Rolls: motor mechanic (Exeter, 1939-1943) ===''SILVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank Leslie Silver|Silver, Frank Leslie]] [https://www.familysearch.org/tree/person/details/94HC-LTV] - 1904(Qld)-1987(Qld) - Licences: 4FL Brisbane (Morningside, 1938-1939, 1947-1980+) - Qualifications: cc; AOCP 2086, 1938, Qld - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Morningside, Qld, 1937-1943); radio mechanic (Morningside, Qld, 1949-1980) ===''SIMMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur George Simmonds|Simmonds, Arthur George]] [https://www.familysearch.org/tree/person/details/G8DL-234] - 1906(Eng)-1963(NSW) - Licences: 2GS Sydney (Arncliffe, 1930-1934); 2GS Murwillumbah (1935-1939); 4PG Bundaberg (1946-1948); 2APJ Sydney (Cronulla, 1954-1955; Caringbah, 1956-1961) - Qualifications: AOCP 590, 1930, No. ?? in NSW; BOCP 207, 1938 - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Arncliffe, 1933); gardner (Arncliffe, 1935); radio engineer (Murwillumbah, 1935-1937); technician (4BU Kalkie, 1943-1949) * [[/Ernest John Simmonds|Simmonds, Ernest John]] - 19??(Eng)-19??(Eng) - G2OD Gerrard's Cross, Buckinghamshire, England, amateur operator, first to two way QSO Australia (Nov 1924, 3BQ) ===''SIMMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Trethowan Simmons|Simmons, Henry Trethowan]] [https://www.familysearch.org/tree/person/details/G4M3-BP4] - 1905(WA)-1985(WA) - Licences: 6KX Perth (Subiaco, 1925-1928; Mt Lawley, 1931-1933; Nedlands, 1937-1939, 1946-1948; West Perth, 1954-1955; Mt Pleasant, 1956-1980) - Qualifications: cc; AOCP 181, 1925, No. ?? in WA; CPRT 1121, 1928; 2COCP 295, 1930; 1COCP 257, 1932 - amateur operator, amateur broadcaster, broadcast engineer - Electoral Rolls: radio operator (Maylands, 1931), radio engineer (Nedlands, 1936; West Perth, 1949), engineer (Fremantle, 1958; Mt Pleasant, 1963-1980) * [[/Leonard Joseph Simmons|Simmons, Leonard Joseph]] [https://www.familysearch.org/tree/person/details/GZBM-SKH] - 1907(Vic)-1987(Vic) - Licences: 3LJ Melbourne (Belgrave, 1926-1931; East Prahran, 1933); 3LJ Rheola (1937-1939); 3LV Trafalgar (1948); 3LV Cheltenham (1954-1980+) - Qualifications: AOCP 304, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: teacher (Womerah, Yarram Yarram, 1928; Toolangi, Yea, 1931; Armadale, 1934-1936; Rheola, Bendigo, 1936-1937; Nanneela West, Bendigo, 1942; Cheltenham, 1949-1980) ===''SIMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Wilkinson Simms|Simms, Eric Wilkinson]] [https://www.familysearch.org/tree/person/details/G7XZ-9RN] - 1906(WA)-1998(Vic) - Licences: 3KS Melbourne (Malvern, 1927-1931; Caulfield, 1933) - Qualifications: AOCP 360, 1927, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army, Lieutenant) - Electoral Rolls: warehouseman (Malvern, 1931); buyer (Caulfield, 1934; Hawthorn, 1936-1937); manager (Malvern East, 1949-1980) ===''SIMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Robert Simpson|Simpson, Leslie Robert]] [https://www.familysearch.org/tree/person/details/GZD8-4VD] - 1901(WA)-1966(Vic) - 3SA Ararat (1925-1933), 3SA Melbourne (Windsor, 1947-1965), amateur operator (AOCP 44, 1925, No. ?? in Vic), amateur broadcaster, draper, salesman * [[/Harry Blythe Simpson|Simpson, Harry Blythe]] [https://www.familysearch.org/tree/person/details/GF93-CZ3] - 1920(???)-2013(WA) - Licences: 6HS Perth (Leederville, 1937-1939; Mt Lawley, 1947-1948; Nedlands, 1954-1969; Lesmurdie, 1975-1980+) - Qualifications: cc; AOCP 2060, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: traveller (Claremont, WA, 1949-1968); marketing manager (Lesmurdie, WA, 1972); manager (Lesmurdie, WA, 1977-1980) ===''SIMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Charles Sims|Sims, Eric Charles]] [https://www.familysearch.org/tree/person/details/G8MK-NXC] - 1907(WA)-1992(Vic) - Licences: Nil yet identified - Qualifications: cc; AOCP 344, 1927, No. 38 in Qld; 2COCP 16, 1934 - amateur operator; WW2 - Electoral Rolls: wireless mechanic (RAAF Point Cook, 1931-1934); QANTAS air pilot (Brisbane, 1936-1937); public servant (Box Hill, 1963) - Comment: several contemporaneous Eric Charles Sims, need to sort electoral rolls * [[/Ernest Leslie Arthur Sims|Sims, Ernest Leslie Arthur]] [https://www.familysearch.org/tree/person/details/LZ6H-6PF] - 1905(Vic)-1960(Vic) - Licences: 3ZA Melbourne (Preston, 1930-1933); 3ZA Apollo Bay (1937-1939, 1946-1947) - Qualifications: AOCP 622, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: carpenter (Preston, 1931; Apollo Bay, 1933-1937; Preston, 1942; Apollo Bay, 1949-1954) ===''SINCLAIR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Bertram Sydney Charles Sinclair|Sinclair, Bertram Sydney Charles]] [https://www.familysearch.org/tree/person/details/M8W6-R4J] - 1906(WA)-1968(WA) - Licences: 6CY Receive Perth (Cottesloe Beach, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: plasterer (Cottesloe Beach, WA, 1928; Buckland Hill, WA, 1931-1954; Kendenup, WA, 1958; Mt Barker, WA, 1963) ===''SINGLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claude Paul Singleton|Singleton, Claude Paul]] [https://www.familysearch.org/tree/person/details/G4JR-4SV] - 1914(WA)-1990(Qld) - Licences: 4UX Theodore (1936-1939); 4UX Bundaberg (1946-1947); 4UX Stanthorpe (1948); 4UX Atherton (1954-1955); 4UX Malanda (1956); 4UX Ayr (1960); 4UX Childers (1965); 4UX St George (1969); 4UX Gracemere (1975); 4UX Dalby (1980) - Qualifications: cc; AOCP 1638, 1936, No. ?? in Qld - amateur operator; amateur broadcaster; broadcast technician (4QW, 4QO, 4QW, 4RK, 4QS); federal public servant (PMGD); WW2 - Electoral Rolls: baker (Theodore, Qld, 1936-1937); radio mechanic (Stanthorpe, Qld, 1949); radio technician (Yungaburra, Qld, 1954); public servant (Gracemere, Qld, 1972) ===''SIRL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clarence William Charles Sirl|Sirl, Clarence William Charles]] [https://www.familysearch.org/tree/person/details/G89J-9LJ] - 1913(SA)-1981(WA) - Licences: 6XG Katanning (1938-1939; 1947-1969) - Qualifications: BOCP 3, 1936; AOCP 2132, 1938, No. ?? in WA - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Katanning, 1937-1968) ===''SLADE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Irwin Slade|Slade, Charles Irwin]] [https://www.familysearch.org/tree/person/details/GDN1-G28] - 1921(???)-19??(???) - Licences: 3PZ Melbourne (Elwood, 1938-1939, 1947-1954) - Qualifications: cc; AOCP 2172, 1938, Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: student (St Kilda, 1949-1954); medical practitioner (St Kilda, 1967-1968; Elwood, 1972-1980) * [[/Charles William Slade|Slade, Charles William]] [https://www.familysearch.org/tree/person/details/GH3R-28W] - 1893(Eng)-1962(NSW) - Licences: 2SX Sydney (Croydon, 1925-1939, 1946-1961 - Qualifications: cc; Nil yet identified; English PMG Certificate 1st class - amateur operator; amateur broadcaster; WW1 (RAN, 1909-1924); Wireless Weekly (technical editor, 1925-1928); Daily Telegraph (radio & technical editor, 1928-1929); Keogh Radio (engineer, 1929-1930); Croydon Radio (proprietor, 1930-1933+) - Electoral Rolls: radio engineer, R.A.N. (Croydon, 1943-1958) ===''SLATER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. F. Slater|Slater, J. F.]] - 19??(???)-19??(???) - Licences: Receive Sheffield (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Harold Ivan Slater|Slater, Harold Ivan]] [https://www.familysearch.org/tree/person/details/GDT3-7JP] - 1898(Tas)-1971(Qld) - Licences: Receive (Crystal) Kelso (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1; WW2 - Electoral Rolls: pastoralist (Kelso, Tas, 1919); labourer (Maypole Hotel, New Town, Tas); no occupation (Middle Park, Vic, 1926); airman (Point Cook, Vic, 1927; Middle Park, 1931); traveller (Elsternwick, 1936-1968) ===''SLATTERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Patrick Slattery|Slattery, Joseph Patrick]] [https://www.familysearch.org/tree/person/details/G824-KHF] - 1866(Irl)-1931(NSW) - Licences: Nil yet identified - Qualifications: Nil yet identified - early wireless experimenter - Electoral Rolls: clergyman (St John's College, Camperdown; St Vincent's, Ashfield, 1930) - Links: [[w:Joseph Patrick Slattery|Wikipedia]]; [https://adb.anu.edu.au/biography/slattery-joseph-patrick-8453 ADB] * [[/Joseph Samuel Francis Slattery|Slattery, Joseph Samuel Francis]] [https://www.familysearch.org/tree/person/details/GZVN-SSF] - 1894(NSW)-1988(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 50, 1915; CPRT 167, 1915; 2COCP 324, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIN Geraldton (1917-1918) - Electoral Rolls: radio telegraphist (Applecross, WA, 1916; Esperance, WA, 1916; RAN radio station, Geraldton, 1917); travelling salesman (Stanthorpe, 1928-1930); traveller (Tamworth, 1932-1933; Woollahra, NSW, 1933-1935); commercial traveller (New Farm, 1936; Hamilton, Qld, 1937; Fairfield, Qld, 1949; West Sydney, 1949-1954); radio officer (Mascot, NSW, 1958-1963); retired (Cremorne, NSW, 1968-1980) ===''SMART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Smart|Smart, Arthur]] [https://www.familysearch.org/tree/person/details/GXHD-TNH] - 1891(NZ)-1980(NZ) - Licences: 4SM Barcaldine (1936-1937); 4SM Paterson (1938-1939); 4SM Longreach (1946-1948); 4SM Cairns (Cairns City, 1954-1956; Freshwater, 1960-1975) - Qualifications: cc; AOCP 1625, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: boiler attendant (Dunevia Station, Blackhall, Qld, 1913); motor engineer (Aramac, Qld, 1916-1925; Barcaldine, 1928-1937); freeholder (Longreach, Qld, 1943); mechanic (Longreach, Qld, 1949); farmer (Cairns, Qld, 1954-1958); retired (Freshwater, Qld, 1963-1972; Cairns, Qld, 1977) ===''SMELLIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ellis Henry Smellie|Smellie, Ellis Henry]] [https://www.familysearch.org/tree/person/details/GX7P-FDM] - 1893(Vic)-1991(Vic) - Licences: Nil yet identified - Qualifications: cc; 2COCP 218, 1930; 1COCP 240, 1931 - RANRS (temp Warrant Telegraphist, 1917); WW1 - Electoral Rolls: radio telegraphist (Radio Station, Applecross, 1925; Geraldton, 1931; Broome, 1936); telegraphist (Caulfield, Vic, 1942-1949); radio officer (Caulfield, Vic, 1954; Blackburn, 1963-1980) ===''SMIBERT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Smibert|Smibert, George]] - 1840(Sct)-1899(Vic) - clubs (founding member Telegraph Electrical Society Vic), employment (Postal Department Vic, chief electrician), brother of James Smibert Deputy Postmaster-General Victoria * [[/George Smibert|Smibert, James]] - 1836(Sct)-1912(Vic) - employment (Postal Department Vic, Deputy Postmaster-General, appointed following early passing of Samuel Walker McGowan), created a nepotism scandal by early promotion of brother and brother-in-law to the most senior positions in Vic Post & Telegraphs in the early 1890s, likely reason for the positioning of Qld appointees at the top of the Federal PMGD in 1901; the brother of George Smibert Chief Electrician, Postal Dept Vic ===''SMITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Smith, Alan Shaw - See Alan Shawsmith (change of name) * [[/Arthur Carrington Smith|Smith, Arthur Carrington]] [https://www.familysearch.org/tree/person/details/GDKV-VL2] - 1902(Tas)-1982(NSW) - Licences: 7BN Receive Launceston (1923); 7AB Launceston (1924-1927) - Qualifications: cc; AOCP 8, 1924, No. ?? in Tas; CPRT 930, 1926 - amateur operator; amateur broadcaster; broadcast engineer (operator 7BN Wills & Co wannabe Class B); recording engineer (Cinesound Productions Ltd, Bondi, 1932); inventor of sound-on-film systems - Electoral Rolls: salesman (Launceston, 1928); recording engineer (Bronte, 1931-1935); engineer (Bondi, 1936-1937); recording engineer (Clovelly, 1943-1949; Waverley, 1963-1968); engineer (Waverley, 1977-1980) * [[/Austen Cyril Smith|Smith, Austen Cyril]] [https://www.familysearch.org/tree/person/details/GZ6N-JKF] - 1904(Eng)-1992(NSW) - Licences: 2FS Sydney (Croydon, 1924-1925; Burwood, 1925; Maroubra, 1930-1933; Homebush, 1933; Burwood, 1934-1939) - Qualifications: cc; AOCP 75, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; radio agent - Electoral Rolls: radio agent (Burwood, 1934-1937); radio mechanic (Burwood, 1943-1954); radio engineer (Burwood, 1958-1963); retired (Lower Hawkesbury, 1972-1980) * [[/C. Smith|Smith, C.]] - 19??(???)-19??(???) - Licences: 7BA Receive Stanley (1922); Receive Stanley (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Cedric Preston Smith|Smith, Cedric Preston or Preston-Smith, Cedric]] [https://www.familysearch.org/tree/person/details/G8BB-X47] - 1907(NSW)-1974(NSW) - Licences: 2ZZ Sydney (Cremorne, 1924); 2QK Sydney (Manly, 1935-1936; Balgowlah, 1937; Lane Cove, 1938-1939); 2CD Sydney (Cremorne, 1958-1961; Palm Beach, 1965-1969) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: bank accountant (Binnaway, 1930); bank officer (Manly, 1932; Balgowlah, 1934-1937; South Melbourne, Vic, 1943-1949); bank manager (Ballarat, 1954; Cremorne, 1958-1963); retired (Palm Beach, 1963-1968) * [[/Charles Frederick Smith|Smith, Charles Frederick]] - 1908(Eng)-19??(???) - Licences: No licence yet identified - Qualifications: AOCP 418, 1928, No. ?? in NSW; CPRTelephony 1112, 1928; 2COCP 44, 1929 - amateur operator - Electoral Rolls: Several contemporaneous Charles Frederick Smith's, not yet identified * [[/Colin Hughes Smith|Smith, Colin Hughes]] [https://www.familysearch.org/tree/person/details/L2YH-LLB] - 1910(Vic)-1998(Vic) - Licences: 3PK Melbourne (East Kew, 1928-1939, 1946-1980+) - Qualifications: AOCP 433, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: assistant (Kew, 1931-1937); engineer (Kew, 1943-1980) * [[/Herbert Henry Baker Smith|Smith, Herbert Henry Baker]] [https://www.familysearch.org/tree/person/details/GXFN-H6R] - 19??(???)-1932(Qld) - Licences: 4DP Receive Cairns (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Cairns, Qld, 1925-1930) * [[/J. H. Smith|Smith, J. H.]] - 19??(???)-19??(???) - Licences: 4EA Receive Beenleigh (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/John Albert Malcolm Smith|Smith, John Albert Malcolm]] [https://www.familysearch.org/tree/person/details/L264-537] - 1911(Eng)-1987(SA) - Licences: 5JR Adelaide (St Peters, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1375, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939-1943) * [[/P. W. Smith|Smith, P. W.]] - 19??(???)-19??(???) - Licences: 4EF Receive Brisbane (Alderley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Sidney Hugh Holland Smith|Smith, Sidney Hugh Holland]] - 1861(???)-1933(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, senior state public servant (Qld P&T, Chief Mechanician), senior federal public servant (PMGD, State Mechanician, Qld), radio clubs (QWI, vice president), business proprietor (Telephone and Electrical Supplies Co) * [[/Stuart Disney Paull Smith|Smith, Stuart (Birth) or Stewart (Electoral Rolls) Disney Paull or Paul]] [https://www.familysearch.org/tree/person/details/GXDB-8D8] - 1913(Qld)-1986(Qld) - Licences: 4LA Brisbane (Corinda, 1934-1939); 4LA Amberley (1946-1948); 4LA Brisbane (Camp Hill, 1960-1980) - Qualifications: cc; AOCP 1303, 1934, Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, councillor); military (RAAF, navigator); broadcast technician (4BC); Dept Education (O/C Radio) - Electoral Rolls: engineer (Corinda, Qld, 1936-1949); radio technician (New Farm, Qld, 1949); maintenance officer (Camp Hill, Qld, 1954-1963); public servant (Camp Hill, Qld, 1972-1980) * [[/Sydney Smith|Smith, Sydney]] - 1856(NSW)-1934(NSW) - senior state politician (NSW MLA), senior federal politician (Postmaster-General, 1904-1905) * [[/Wilfred Smith|Smith, Wilfred]] [https://www.familysearch.org/tree/person/details/GXRQ-PQ1] - 1896(Eng)-19??(???) - Licences: Receive Adelaide (St Peters, 1923); 5AG Adelaide (Henley Beach, 1937-1939, 1947-1948) - Qualifications: cc; CPRT 602, 1921; 2COCP 419, 1941; 1COCP 882, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Henley, SA, 1939-1943) * [[/William Arthur Smith|Smith, William Arthur]] [https://www.familysearch.org/tree/person/details/GMCX-XL9] - 1906(SA)-1970(SA) - Licences: 5LZ Wallaroo (1929-1933) - Qualifications: cc; AOCP 526, 1929, No. ?? in SA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical mechanic (Glenunga, 1939-1943) - beware several contemporaneous William Arthur Smith's * [[/William Henry Smith|Smith, William Henry]] [https://www.familysearch.org/tree/person/details/GX2V-L4R] - 1911(SA)-19??(???) - Licences: 5SW Adelaide (Woodville, 1937-1939, 1947-1956); 5ASW Adelaide (Woodville, 1980+) - Qualifications: cc; AOCP 1996, 1937, SA; BOCP 431, 1942 - amateur operator; amateur broadcaster - Comment: Several contemporaneous WHSs - Electoral Rolls: operator (Woodville, SA, 1939) * [[/W. J. Smith|Smith, W. J.]] - 19??(???)-19??(???) - Licences: N758 Receive Sydney (Hurstville, 1922); 2IC Receive Sydney (Hurstville, 1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''SMITHERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Charles Smithers|Smithers, Ernest Charles]] [https://www.familysearch.org/tree/person/details/G8Z1-GQ1] - 1885(NSW)-1953(NSW) - Licences: Nil yet identified - Qualifications: AOCP 552, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: inspector of fisheries (Urunga, 1930); inspector (Burwood, 1930-1949) ===''SMYTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cedric Walter Smyth|Smyth, Cedric Walter]] [https://www.familysearch.org/tree/person/details/GD1C-4MX] - 1916(WA)-1987(SA) - Licences: 7CD Devonport (1933-1939); 3ACH Melbourne (Doncaster East, 1954-1980+) - Qualifications: cc; AOCP 1133, 1933, Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: toolmaker (Preston, Vic, 1942-1949); engineer (Doncaster East, 1954-1977) * [[/Victor Loftus Smyth|Smyth, Victor Loftus]] [https://www.familysearch.org/tree/person/details/LR8F-P8L] - 1905(Vic)-1972(Vic) - Licences: 3PJ Receive Geelong (1923); 3PJ Geelong (1924); 3PJ Bendigo (1924-1939) - Qualifications: AOCP 126, 1925, No. ?? in Vic - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: plumber (Bendigo, 1928-1972) ===''SMYTHE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Cresswell Smythe|Smythe, Alan (BMD) or Allan (Electoral Rolls) Cresswell]] [https://www.familysearch.org/tree/person/details/G8JQ-V9V] - 1908(SA)-1983(SA) - Licences: 5MF Adelaide (Torrensville, 1930-1939, 1946-1948; Hazlewood Park, 1954-1980+) - Qualifications: AOCP 658, 1930, No. ?? in SA; AOLCP 135, 1933; BOCP 125, 1937; 1COCP 196, 1938 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: salesman (Torrensville, SA, 1939-1943) ===''SNADDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Ernest Snaddon|Snaddon, John Ernest]] [https://www.familysearch.org/tree/person/details/GZLF-B75] - 1920(Eng)-1944(Aegean Sea) - Licences: 3VE Melbourne (Malvern, 1939) - Qualifications: AOCP 2322, 1939, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, 459 Squadron, Warrant Officer) - Electoral Rolls: Nil - "Greater love hath no man than this" [https://aviationmuseumwa.org.au/afcraaf-roll/snaddon-john-ernest-409361/] ===''SNAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Samuel Leslie Snaith|Snaith, Samuel Leslie]] [https://www.familysearch.org/tree/person/details/GZJN-2S8] - 1901(Vic)-1961(Vic) - Licences: 3ZR Melbourne (Footscray, 1923-1926; Newport, 1931) - Qualifications: cc; AOCP 166, 1925, No. ?? in Vic - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Footscray, 1924-1928; Newport, 1931-1954) ===''SNAPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Fairlie Roger de Burgh Snape|Snape, Fairlie Roger de Burgh]] [https://www.familysearch.org/tree/person/details/G649-B1V] - 1900(NSW)-1988(NSW) - Licences: 2NU Receive Quirindi (1923); 4JK Willis Island (1931) - Qualifications: cc; CPRT 695, 1922; 2COCP 340, 1931; 1COCP 221, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: operator (Quirindi, 1930); wireless operator (Quirindi, 1934-1936); radio engineer (Killara, 1949-1968); engineer (Killara, 1980) ===''SNOOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Keith Charles Snook|Snook, Keith Charles]] [https://www.familysearch.org/tree/person/details/GDTG-Z2D] - 1908(Tas)-1946(Tas) - Licences: Receive (Crystal) Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: motor engineer (Hobart North, 1936); motor mechanic (Hobart Central, 1937) ===''SNOSWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Raymond Snoswell|Snoswell, Alfred Raymond]] [https://www.familysearch.org/tree/person/details/9NWH-MCT] - 1899(SA)-1971(SA) - Licences: 5AD Adelaide (Exeter, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; electrical engineer - Electoral Rolls: electrical engineer (Largs, 1939-1943) ===''SODEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander William Soden|Soden, Alexander William]] [https://www.familysearch.org/tree/person/details/G8N9-7M1] - 1909(Qld)-1948(Qld) - Licences: 4AS Brisbane (Annerley, 1930-1939; Yeerongpilly, 1946-1948) - Qualifications: cc; AOCP 634, 1930, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: mechanic (Annerley, 1934-1943) ===''SOUMPROU''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emile Walter Soumprou|Soumprou, Emile Walter]] [https://www.familysearch.org/tree/person/details/9ZZF-SX7] - 1906(Vic)-1955(Vic) - Licences: 3WK Melbourne (Thornbury, 1929-1931; North Fitzroy, 1938-1939, 1946-1948; East Brighton, 1954-1956) - Qualifications: AOCP 511, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: student (Northcote, 1936-1937); retired (Fitzroy North, 1942-1949); Elsternwick, 1954) ===''SOUTHWELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Lindsay Southwell|Southwell, Clifford Lindsay]] [https://www.familysearch.org/tree/person/details/GZNM-FDF] - 1897(???)-1973(NSW) - 2SW Sydney (Cremorne, 1925-1926; Northbridge, 1927-1929; Brighton-Le-Sands, 1930-1931; Northbridge, 1933-1939), amateur operator (AOCP 131, 1925, No. ?? in NSW), amateur broadcaster, WW1 (Army, Private) & WW2 (Australian Army, colonel), sales manager (1954) * [[/Leslie William Douglas Southwell|Southwell, Leslie William Douglas]] [https://www.familysearch.org/tree/person/details/9WXT-S8L] - 1900(NSW)-1960(Vic) - Licences: 3SL Seymour (1924-1939, 1946-1954); 3SL Melbourne (Montrose, 1955-1960) - Qualifications: cc; AOCP 250, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: telegraphist (Seymour, 1931-1954) * [[/Noel Leslie Southwell|Southwell, Noel Leslie]] [https://www.familysearch.org/tree/person/details/GZNM-ZJW] - 1919(NSW)-1998(NSW) - 2ZF Sydney (Leichhardt, 1935-1939, 1946-1950; Yagoona, 1954-1980+), qualifications (AOCP 1565, 1935, No. ?? in NSW; 1COCP 149, 1937), amateur operator, broadcast technician (1949), QSL collection survives ARDXC/NFSA ===''SPARK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Spark|Spark, John]] - 1879(USA)-19??(???) - Licences: 6AC Perth (City, 1923-1926) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: soldier (Fremantle, 1917); civil servant (West Perth, 1921) - Comment: identification not certain ===''SPEDDING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Thomas Spedding|Spedding, Edward Thomas]] [https://www.familysearch.org/tree/person/details/GQ82-ZCM] - 1897(NSW)-1958(NSW) - Licences: 4DU Receive Brandon (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bookkeeper (Brandon, Qld, 1921-1925); clerk (Lakemba, NSW, 1932-1958) ===''SPENCE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Keith Spence|Spence, Edward Keith]] [https://www.familysearch.org/tree/person/details/LBYN-S3H] - 1908(Qld)-1980(NSW) - Licences: 4DT Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Union Bank, Wagga Wagga, NSW, 1930; Wellington, NSW, 1934); bank officer (Bondi, NSW, 1936; Rose Bay, NSW, 1937; Epping, NSW, 1943-1949; Northbridge, NSW, 1963-1977); retired (Cremorne, NSW, 1980) * [[/William Guthrie Spence|Spence, William Guthrie]] - 1846(Sco)-1926(Vic) - senior federal politician (Postmaster-General, 1914-1915) ===''SPENCER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Derek David Spencer|Spencer, Derek David]] [https://www.familysearch.org/tree/person/details/GFSW-N55] - 1909(Eng)-1982(Tas) - Licences: 3DS Melbourne (Altona, 1934-1937); 6DS Perth (Pearce, 1938-1939) - Qualifications: cc; AOCP 1280, 1934, Vic; AOLCP 157, 1934; 2COCP 55, 1936; 1COCP 111, 1936 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: poultry farmer (Ulverstone, Tas, 1954; Leven, Tas, 1963); farmer (Gawler, Tas, 1972) ===''SPERRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Wilfred John Sperring|Sperring, Wilfred John]] [https://www.familysearch.org/tree/person/details/KVLY-JPK] - 1917(WA)-1966(WA) - Licences: 6SP Perth (Victoria Park, 1937-1939, 1947-1948; Belmont, 1954) - Qualifications: cc; AOCP 1920, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: apprentice (Victoria Park, WA, 1943); mechanic (Victoria Park, WA, 1949); radio engineer (Belmont, WA, 1954-1963) ===''SPICER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Victor John Spicer|Spicer, Victor John]] [https://www.familysearch.org/tree/person/details/G88M-KKY] - 1910(Eng)-1985(Vic) - Licences: 3VS Melbourne (Mordialloc, 1929-1931; East Malvern, 1933; North Fitzroy, 1937-1939, 1946-1948) - Qualifications: AOCP 554, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: mechanic (Malvern East, 1934); constable (Port Melbourne, 1936; Fitzroy, 1937-1954; Carlton South, 1967-1968); retired (Hurstbridge, Vic, 1977-1980) ===''SPITZKOWSKY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Max Royston Stanley Spitzkowsky|Spitzkowsky, Max Royston Stanley]] [https://www.familysearch.org/tree/person/details/GZYD-23H] - 1904(NSW)-1989(NSW) - Licences: 2MS Newcastle (Hamilton, 1926-1975) - Qualifications: AOCP 302, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: turner (Hamilton, 1932-1972) ===''SPOTSWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Ernest Spotswood|Spotswood, Cyril Ernest]] [https://www.familysearch.org/tree/person/details/GDTC-4GM] - 1897(Tas)-1964(Tas) - Licences: Receive Burnie (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: mechanic (Burnie, 1936-1943); fettler (Burnie, 1949-1954) * [[/Innis Jane Lovett Spotswood|Humphry nee Spotswood, Innis Jane Lovett]] [https://www.familysearch.org/tree/person/details/M7P4-M7C] - 1892(Qld)-1973(Qld) - Licences: 4JH Poopoonbah via Giru (1935-1939) - Qualifications: cc; AOCP 1356, 1934, Qld - amateur operator; amateur broadcaster - Comment: second YL operator in Qld - Relationships: Wife of 4JK Jack Lawrence Humphry - Electoral Rolls: home duties (Ching Do Siding, Ayr, Qld, 1919-1936; Giru, Qld, 1937-1949; Poopoonbah, Qld, 1954; St Lucia, Qld, 1958-1972) ===''SPRENGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Ernest Sprenger|Sprenger, Herbert Ernest]] [https://www.familysearch.org/tree/person/details/GMQD-2CJ] - 1914(Qld)-2000(Qld) - Licences: 4ES Bundaberg (1932-1939); 4ES Brisbane (New Farm, 1946-1948; Holland Park, 1954; Upper Mt Gravatt, 1955-1960; Rainworth, 1965-1980+) - Qualifications: cc; AOCP 1064, 1932, No. ?? in Qld; BOCP 165, 1938; 1COCP 530, 1941 - amateur operator; amateur broadcaster; WW2; radio clubs (WIAQ); state public servant (Qld Police, radio comms) - Electoral Rolls: radio mechanic (Bundaberg, 1936-1937); police constable (New Farm, Qld, 1943-1949); sergeant police (Holland Park, Qld, 1954; Upper Mt Gravatt, Qld, 1958); sub-inspector police (Rainworth, Qld, 1963-1968); police officer (Rainworth, Qld, 1972); retired (Bardon, Qld, 1977-1980) ===''SPURRIER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Charles Spurrier|Spurrier, Leonard Charles]] [https://www.familysearch.org/tree/person/details/LTY1-WZJ] - 1904(Wales)-1984(SA) - Licences: S382 Receive Adelaide (North Adelaide, 1922); 5AL Receive Adelaide (North Adelaide, 1923); Receive Adelaide (North Adelaide, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Clarence Park, 1939-1941; Eden Hills, 1943) ===''SQUIRES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Jack Squires|Squires, Jack]] [https://www.familysearch.org/tree/person/details/G8CX-3GW] - 1909(WA)-1972(???) - Licences: 6JS Perth (Cannington, 1929-1939; Como, 1946-1956; Nedlands, 1960; West Leederville, 1965-1969) - Qualifications: cc; AOCP 510, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Cannington, 1931-1936); sales manager (Midland Junction, 1937; South Perth, 1943-1954); manager (Subiaco, 1963); business manager (West Kalamunda, 1968) ===''ST JOHN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Henry Clive Bolingbroke St John|St John, Henry Clive Bolingbroke]] [https://www.familysearch.org/tree/person/details/LBTN-PV8] - 1895(Eng)-1972(NSW) - Licences: 2RX Receive Sydney (Rockdale, 1923-1925); 2RX Sydney (Rockdale, 1926-1939; Northbridge, 1965-1969) - Qualifications: AOCP 258, 1926, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: reader (Rockdale, 1930-1936; Northbridge, 1943-1963) ===''STACEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Howard Keith Stacey|Stacey, Howard Keith]] [https://www.familysearch.org/tree/person/details/G3TY-D8M] - 1907(NSW)-1993(SA) - Licences: 5XA Adelaide (Firle, 1934-1937; Knightsbridge, 1938-1939; Leabrook, 1947-1956; Glynde, 1960-1980+) - Qualifications: cc; AOCP 1360, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: compositor (Burnside, SA, 1939-1941) * [[/Roy Ernest Stacey|Stacey, Roy Ernest]] [https://www.familysearch.org/tree/person/details/GXDT-PNR] - 1902(Qld)-1973(Qld) - Licences: 4RS Proserpine (1933-1939, 1948-1969) - Qualifications: cc; AOCP 1187, 1933, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: office assistant (Bauple, Qld, 1925); clerk (Proserpine, Qld, 1928-1972) ===''STACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Patrick Charles Stack|Stack, Robert Patrick Charles]] [https://www.familysearch.org/tree/person/details/GXDL-Y2K] - 1904(Eng)-1966(Qld) - Licences: 4TK Innisfail (1936-1939, 1947-1965) - Qualifications: cc; AOCP 1742, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: hairdresser (Innisfail, Qld, 1930-1932); stationer (Innisfail, Qld, 1936-1943) ===''STACKPOLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Julian Stackpole|Stackpole, Peter Julian]] [https://www.familysearch.org/tree/person/details/GD3D-H8N] - 1947(Vic)-2004(ACT) - Licences: 3ZQS Melbourne (North Clayton, 1980+; 1RX Canberra, 1990s); Qualifications: cc; AOLCP 2203, 1966; AOCP N1856, 1988 - amateur operator; broadcast planning engineer (P&TD, DoC, DoTaC, ABA, ACA) - Electoral Rolls: assistant (Hampton, 1972); technical officer (Clayton, 1977-1980) ===''STAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Hurst William Stafford|Stafford, John Hurst William]] [https://www.familysearch.org/tree/person/details/LV6P-XSJ] - 1901(Qld)-1992(Qld) - Licences: 4CD Receive Ipswich (Ebbw Vale, 1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: electrician (Ebbw Vale, 1925-1928; Booval, 1932-1949); engineer (East Ipswich, 1958-1963); retired (Mansfield, 1977-1980) ===''STANFIELD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clifford Roy Stanfield|Stanfield, Clifford Roy]] [https://www.familysearch.org/tree/person/details/GQXR-9GG] - 1900(NSW)-1991(NSW) - Licences: N744 Receive Newcastle (1922); 2HX Receive Newcastle (1922) - Qualifications: cc; CPRT 383, 1918; 2COCP 136, 1930; 1COCP 140, 1930 - amateur receiver; WW1 - Electoral Rolls: wireless operator (Randwick, 1930; Maroubra, 1932-1968); retired (Blaxland, 1977-1980) ===''STANLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/J. M. Stanley|Stanley, J. M.]] - 19??(???)-19??(???) - Licences: 2JS Receive Sydney (Crow's Nest, 1922-1923); 2JS Sydney (Crow's Nest, 1924); Orange (1924-1929) - Qualifications: cc; AOCP 100, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; newsagent (Leura, late 1920s) - Identification: Not yet identified (possibly James Melville Stanley, electrician, Lockhart, 1930) - Electoral Rolls: Nil yet identified ===''STAPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John William Stapleton|Stapleton, John William]] [https://www.familysearch.org/tree/person/details/GXG7-R9P] - 1915(SA)-1980(SA) - Licences: 5KY Adelaide (Port Adelaide, 1934-1937; Alberton, 1938-1939) - Qualifications: cc; AOCP 1314, 1934, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Cook, SA, 1941-1944) ===''STARKIE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas William Starkie|Starkie, Thomas William]] [https://www.familysearch.org/tree/person/details/GZBS-NCY] - 1906(Qld)-1982(Qld) - Licences: 4NW Brisbane (Nundah, 1926-1939) - Qualifications: cc; AOCP 306, 1926, No. 30 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Nundah, 1928-1937); warehouse assistant (Holland Park, 1943); manager (Wavell Heights, 1949); agent (Toowong, 1954-1958); manufacturer's agent (Kenmore, 1963); agent (Tennyson, 1968-1972); retired (The Gap, 1977; North Tamborine, 1980) ===''STARR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Starr|Starr, Francis John]] [https://www.familysearch.org/tree/person/details/GZLN-LC4] - 1916(Qld)-1940(off Qld coast) - Licences: 4FS Stanthorpe (1937-1939) - Qualifications: cc; AOCP 1930, 1937, Qld - amateur operator, amateur broadcaster, WW2 (RAAF, 23 Squadron, Aircraftsman Class 1) - Electoral Rolls: baker (Stanthorpe, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/R1719163] * [[/William Alwyn Starr|Starr, William Alwyn "Bill"]] [https://www.familysearch.org/tree/person/details/L2RK-F5D] - 1909(WA)-2001(WA) - Licences: 6DB Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: bank officer (Pingelly, WA, 1931; Merredin, WA, 1936; Narrogin, WA, 1937; Bunbury, WA, 1943; Manjimup, WA, 1954; Daglish, WA, 1958; Cottesloe, WA, 1963; Mt Claremont, WA, 1968-1977; Swinburne, WA, 1977-1980) ===''STEANE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey William Ashcroft Steane|Steane, Geoffrey William Ashcroft]] [https://www.familysearch.org/tree/person/details/GMCF-JWV] - 1905(Vic)-1957(Vic) - Licences: 3UX Melbourne (Mont Albert, 1923-1933); 3SX Melbourne (Mont Albert, 1923-1925) - Qualifications: cc; CPRT 775, 1923; 2COCP 330, 1931 -amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Mont Albert, Vic, 1931); engineer (Camberwell, Vic, 1937); radio engineer (Dee Why, NSW, 1949); television engineer (Double Bay, NSW, 1954); engineer (Camberwell, Vic, 1954) ===''STEELE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rowland Edward James Steele|Steele, Rowland Edward James]] [https://www.familysearch.org/tree/person/details/GDTC-2ZM] - 1904(Tas)-1987(Tas) - Licences: Receive Hobart (West Hobart, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: salesman (Hobart West, 1928); dairyman (West Hobart, 1937-1972) ===''STEPHEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Percy Goldsmith Stephen|Stephen, Percy Goldsmith]] [https://www.familysearch.org/tree/person/details/GD2J-HVR] - 1896(NSW)-1976(NSW) - Licences: 2ZB Sydney (Balmain, 1924-1925); 2PS Sydney (Balmain, 1926; Granville, 1927-1930; Lidcombe, 1931-1936; Croydon, 1937-1939; Five Dock, 1946-1958; Condell Park, 1960-1975) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: electrical mechanic (Granville, 1930); electrician (Lakemba, 1930; Lidcombe, 1932-1936); electrical fitter (Five Dock, 1943-1958); fitter (Condell Park, 1968-1972) ===''STEPHENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Nelson Stephens|Stephens, Arthur Nelson]] [https://www.familysearch.org/tree/person/details/G941-3F1] - 1886(Eng)-1972(Qld) - Licences: 4CG Receive Brisbane (Clayfield, 1922); 4CG Brisbane (Clayfield, 1923-1925); Operator of 4AE - Qualifications: cc; Nil yet identified - coastal wireless operator; amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: draughtsman (North Carlton, Vic, 1912-1914); engineer (Wireless Station, Pinkenba, 1915-1919; Clayfield, 1925-1928); hotel keeper (Palm Beach Hotel, Elanora, 1932-1934; Grand Hotel, Southport, 1936-1943); cafe proprietor (Southport, 1949); secretary (Main Beach, 1954-1958; Southport East, 1963-1968) * [[/Frank Richmond Stephens|Stephens, Frank Richmond]] [https://www.familysearch.org/tree/person/details/GXQ7-MLM] - 1897(Qld)-1977(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 452, 1919 - RANRS - Electoral Rolls: naval reservist (New Farm, 1921); farm hand (Wamuran, Qld, 1925); wireless operator (New Farm, 1925-1937); radio mechanic (New Farm, Qld, 1943); agent (New Farm, Qld, 1949); caretaker (Brisbane, 1954-1958); retired (Bowen Hills, 1963; Coolangatta, 1968-1972) * [[/Harry James Milne Stephens|Stephens, Harry James Milne]] [https://www.familysearch.org/tree/person/details/GXYC-KQH] - 1900(WA)-1982(WA) - Licences: 6ZZ Perth (South Perth, 1935-1939; Bassendean, 1947-1960; Eden Hill, 1965-1980+) - Qualifications: cc; AOCP 1530, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Albany, WA, 1925); railway employee (Katanning, WA, 1931-1936); storekeeper (Fremantle, WA, 1937); aircraftsman (Bassendean, WA, 1943-1963); railway employee (Eden Hill, WA, 1968-1972); retired (Bassendean, WA, 1977-1980) * [[/Thomas Stephens|Stephens, Thomas]] [https://www.familysearch.org/tree/person/details/GZ2B-35G] - 1912(Vic)-1944(Sct) - Licences: 3GO Melbourne (Essendon, 1931-1933) - qualifications: AOCP 489, 1929, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer, 1944) - Electoral Rolls: bank clerk (Essendon, 1936-1942) - "Greater love hath no man" [https://aviationmuseumwa.org.au/afcraaf-roll/stephens-thomas-418036/] * [[/Thomas Blacket Stephens|Stephens, Thomas Blacket or Blackett]] [https://www.familysearch.org/tree/person/details/G9WG-Y5P] - 1902(Qld)-1999(Qld) - Licences: Nil yet identified - Qualifications: cc; AOCP 309, 1926, No. 31 in Qld - amateur operator? - Electoral Rolls: articled law clerk (Annerley, 1925-1928); solicitor (Annerley, 1934; Fortitude Valley, 1936-1937; Clayfield, 1949-1968); retired (St Lucia, 1972-1980) ===''STEPHENSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Wilfred Stephenson|Stephenson, Charles Wilfred]] [https://www.familysearch.org/tree/person/details/93BK-M7F] - 1905(Qld)-1997(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother); 2BWQ Sydney (Blacktown, 1980+) - Qualifications: cc; AOCP 282, 1926, No. 25 in Qld - amateur operator; amateur broadcaster; radio clubs (Wooloowin RC, operator 4WN; WIAQ, operator 4AE); broadcast technician (4QG); business proprietor (cinema audio) - Relationships: brother of 4RG Harold John Stephenson - Electoral Rolls: public servant (Wooloowin, Qld, 1928-1929); electrical engineer (Pymble, NSW, 1932-1933); sound engineer (Capertee, NSW, 1936-1937); panel beater (Bourke, NSW, 1943); mechanic (Capertee, NSW, 1949-1954; Maroubra, NSW, 1958); autoelectrician (Blacktown, NSW, 1963-1977); retired (Blacktown, NSW, 1980) * [[/Harold John Stephenson|Stephenson, Harold John]] [https://www.familysearch.org/tree/person/details/93BK-9M3] - 1903(Qld)-1990(NSW) - Licences: 4RG Brisbane (Wooloowin, 1926-1933)(licence jointly held with brother) - Qualifications: cc; AOCP 290, 1926, No. 27 in Qld - amateur operator; amateur broadcaster - Relationships: brother of 4RG/2BWQ Charles Wilfred Stephenson - Electoral Rolls: railway employee (Wooloowin, Qld, 1925-1943); sheet metal worker (Wooloowin, Qld, 1949); engineer (Wooloowin, Qld, 1954); aircraft mechanic (Maroubra, NSW, 1963-1980) ===''STEVENS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edgar F. Stevens|Stevens, Albert Edgar F. "Bert"]] [https://www.familysearch.org/tree/person/details/KH4H-N2D] - 1894(Vic)-1954(WA) - Licences: 6BN Perth (North Perth, 1924-1927; South Perth, 1930-1939); nominated licensee for W732 WIA WA (1922) - Qualifications: cc; AOCP 136, 1925, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Geraldton, WA, 1916-1917); phone mechanic (North Perth, WA, 1925; South Perth, WA, 1931-1954) * [[/Frederick William Stevens|Stevens, Frederick William]] - 1898-19?? - 4SP Brisbane, amateur operator (PRTC 788, 1923, Marconi & Telefunken; 1COCP, 1930, Qld), Coastal wireless operator; first chief engineer 4QG, state public servant (4QG), pilot (Qantas), federal public servant (DCA) * [[/Robert Edward Stevens|Stevens, Robert Edward]] [https://www.familysearch.org/tree/person/details/GD1Z-ZMF] - 1908(Vic)-1994(Vic) - Licences: 7OJ Deloraine (1931-1933); 3OJ Melbourne (Burwood, 1937-1939, 1946-1980+) - Qualifications: cc; AOCP 817, 1931, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: carpenter (Auburn, Vic, 1931; Burwood, 1937-1980) ===''STEWART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Barnett Stewart|Stewart, Alexander Barnett]] [https://www.familysearch.org/tree/person/details/GHBR-VND] - 1895(Sct)-1981(Qld) - Licences: 4DD Receive Brisbane (Hawthorne, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: jackeroo (Oondooroo, Qld, 1919); farmer (Palmwoods, Qld, 1921-1925); orderman (Hawthorne, Qld, 1928); truck driver (Eight Mile Plains, Qld, 1936-1937); foreman (Hawthorne, Qld, 1943-1980) * [[/Donald Richardson Stewart|Stewart, Donald Richardson]] [https://www.familysearch.org/tree/person/details/94CC-2MT] - 1902(Vic)-1993(Vic) - Licences: V739 Receive Lorne (1922); 3GS Receive Lorne (1922) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: motor driver (Lorne, 1925-1954); guest house proprietor (Lorne, 1967-1968); proprietor (Lorne, 1972-1980) * [[/J. Stewart|Stewart, J.]] - 19??(???)-19??(???) - Licences: 6DK Receive Perth (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: Numerous contemporaneous JSs - Electoral Rolls: Nil yet identified * [[/John Edgar Stewart|Stewart, John Edgar]] [https://www.familysearch.org/tree/person/details/GZD8-3JC] - 1884(NSW)-1957(NSW) - Licences: 2MR Newcastle (Mayfield, 1923-1929; Hamilton, 1930); 2MR Sydney (Chatswood, 1931); 4MR Brisbane (Nundah, 1933-1939, 1946-1948); 2MR Waratah (1954-1957) - Qualifications: cc; AOCP 43, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; Commonwealth Electoral Commission (Chief Electoral Officer) - Electoral Rolls: clerk (Arncliffe, 1913); District Returning Officer (Mayfield, 1930); Commonwealth Electoral Officer (Nundah, Qld, 1937-1949); retired (Waratah, 1954) * [[/Henry Stewart|Stewart, Henry]] [https://www.familysearch.org/tree/person/details/GXS7-R71] - 1896(Vic)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 234, 1916; 1COCP 318, 1933 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VID Darwin (1917-1918) - Comment: Several contemporaneous HSs - Electoral Rolls: Nil yet identified * [[/William Alfred Stewart|Stewart, William Alfred]] [https://www.familysearch.org/tree/person/details/GXBZ-4XJ] - 1910(WA)-2020(WA)109yo - Licences: 6ST Perth (West Leederville, 1937-1939) - Qualifications: cc; AOCP 1958, 1937, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Balkatta, WA, 1936; Leederville, WA, 1937); salesman (Wembley Park, WA, 1943; Leederville, WA, 1949); technician (Floreat Park, WA, 1954-1963; Wembley Park, WA, 1968; Floreat Park, WA, 1972-1980) - Links: [https://gerontology.fandom.com/wiki/William_Stewart Gerontology] ===''STIPEK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/John Stipek|Stipek, John "Jack"]] [https://www.familysearch.org/tree/person/details/GD5X-XL1] - 1898(NSW)-1974(Florida, USA) - Licences: 7BE Receive St Helens (1923); Receive St Helens (1923); 7BE St Helens (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; PMG telegraph messenger, left PMGD 1920; first to log KGO in Tas - Comment: beware two other John Stipek's concurrently in Tas, 1920s - Electoral Rolls: civil servant (St Helens, 1919); clerk (St Helens, 1922) ===''STITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Hugh Rankin Stitt|Stitt, Walter Hugh Rankin Jnr "Hughie"]] [https://www.familysearch.org/tree/person/details/GWBX-L5G] - 1908(NSW)-1972(NSW) - 2WH Forbes (1925-1969+), 2ARN Forster (1965-1969+), amateur operator (AOCP 196, 1925, No. ?? in NSW), amateur broadcaster, "brother-in-law" of Leslie Maclean Wilson 2LM, note his father also Walter Hugh Rankin Stitt and lived in same district ===''STOCKALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold John Stockall|Stockall, Harold John]] [https://www.familysearch.org/tree/person/details/GFHN-GKD] - 1906(Eng)-1986(NSW) - Licences: 6DJ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: carrier (Maylands, WA, 1931-1936; Earlwood, NSW, 1937); motor driver (Eastwood, NSW, 1949-1954); clerk (Parramatta North, NSW, 1958-1963; North Ryde, NSW, 1968-1972); retired (Tuncurry, NSW, 1972; Penrith, NSW, 1977-1980) ===''STOCKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Daniel Alan John Stocks|Stocks, Daniel Alan John]] [https://www.familysearch.org/tree/person/details/GZN8-R5P] - 1897(Vic)-1933(Vic) - 3DJ Melbourne (Canterbury, 1925-1927; Surrey Hills, 1931), amateur operator (AOCP 144, 1925, No. ?? in Vic), amateur broadcaster, electrical engineer, gone too soon ===''STOCKTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Norman Stockton|Stockton, Norman]] - 1904(WA)-1943(Germany) - 4NQ Brisbane, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster, military (WW2, press correspondent), journalist, "Greater love hath no man than this" ===''STOW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Allen Frederick Stow|Stow, Allen Frederick]] [https://www.familysearch.org/tree/person/details/G8WR-7GG] - 1910(Vic)-1966(Vic) - Licences: 3AS Melbourne (North Carlton,1928-1931; North Fitzroy, 1933-1939, 1946-1947; Northcote, 1948-1965); 3AFS Portable Melbourne (Northcote, 1948-1965) - Qualifications: AOCP 441, 1928, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 (Australian Army) - Electoral Rolls: engineer (Carlton North, 1931; Fitzroy North, 1934-1942) ===''STOWE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Alfred Stowe|Stowe, Harry Alfred]] [https://www.familysearch.org/tree/person/details/GWBJ-YTW] - 1892(NSW)-1977(NSW) - Licences: XAS Sydney (Drummoyne, 1911-1914); 2CX Receive Sydney (Chatswood, 1922-1923); 2CX Sydney (Chatswood, 1924-1929) - Qualifications: cc; AOCP 19, 1924, No. 9 in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Chatswood, 1930-1958); retired (Frenchs Forest, 1968-1977) ===''STOYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Bickley Stoyle|Stoyle, Jack Bickley]] [https://www.familysearch.org/tree/person/details/GM1Z-JWV] - 1881(India)-1966(SA) - Licences: Nil yet identified - Qualifications: cc; CPRT 91, 1915; 1COCP 55, 1930 - RANRS (Commissioned Telegraphist, terminated Nov 1920); AWA CRS - Electoral Rolls: wireless telegraphist (Rockhampton, 1917); radio station master (Darwin, 1922; Kilkenny, 1939-1943) ===''STRAFFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Michael Strafford|Strafford, John Michael]] [https://www.familysearch.org/tree/person/details/LZ2K-LBX] - 1900(SA)-1974(SA) - Licences: 5JS Adelaide (Stepney, 1936-1939; City, 1947-1965; Windsor Gardens, 1969-1975) - Qualifications: cc; AOCP 1710, 1936, SA; BOCP 514, 1943 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified ===''STRATFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Stephen Stratford|Stratford, Leo Stephen]] [https://www.familysearch.org/tree/person/details/GXHV-HRX] - 1915(Qld)-1999(Qld) - Licences: 4AE Goondiwindi (1936-1939); 4LS Goondiwindi (1947-1956) - Qualifications: cc; AOCP 1678, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: shop assistant (Goondiwindi, Qld, 1936-1949); radio dealer (Goondiwindi, Qld, 1954-1958); electrician (Goondiwindi, Qld, 1968); refrigeration mechanic (Goondiwindi, Qld, 1980) ===''STREAMER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * Streamer nee Mackenzie, Florence Madeline "Madeline" - See Florence Madeline Mackenzie 4YL ===''STREET''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Frederick Street|Street, Reginald Frederick]] [https://www.familysearch.org/tree/person/details/GW5S-Z4L] - 1900(Tas)-1927(Tas) - Licences: 7BD Receive Hobart (1923); Receive Hobart (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: draper's assistant (Hobart West, 1922) ===''STROHFELDT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gilbert Strohfeldt|Strohfeldt or Strofeldt, Gilbert]] [https://www.familysearch.org/tree/person/details/LVWD-W9Z] - 1904(Qld)-1951(Qld) - Licences: 4GS Brisbane (Paddington, 1932-1939; Camp Hill, 1948-1956) - Qualifications: cc; AOCP 1041, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Comment: licensed for 5 years after passing - Electoral Rolls: postal assistant (Roma, 1926); telegraphist (Charleville, 1928-1930); Paddington, Qld, 1936-1937); assistant radio inspector (Camp Hill, Qld, 1943) ===''STUART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis John Stuart|Stuart, Francis John]] [https://www.familysearch.org/tree/person/details/GXSH-RPC] - 1895(SA)-1961(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIH Hobart (1917-1918) - Electoral Rolls: naval officer (Hobart, Tas, 1919); telegraphist (Hobart, 1922; Oakleigh, Vic, 1928-1942); primary producer (Tarra Valley, Vic, 1949-1954) * [[/Michael Aloysius Horatio Stuart|Stuart, Michael Aloysius Horatio]] [https://www.familysearch.org/tree/person/details/GXLC-2D9] - 1891(Vic)-1953(Vic) - Licences: 3MH Melbourne (Moonee Ponds, 1927); 3MH Rockbank (1931-1937); 5MS Adelaide (Rosewater, 1938-1939) - Qualifications: cc; 2COCP 66, 1929; 1COCP 184, 1931; likely CRPT pre 1927 - amateur operator; amateur broadcaster; WW1 (UK Merchant Navy); WW2 - Electoral Rolls: mechanic (Moonee Ponds, Vic, 1925-1927); radio telegraphist (Beam Radio Station, Rockbank, Vic, 1928-1937; Geraldton, WA, 1943); radio technician (Footscray North, Vic, 1949) ===''STURDEE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Vernon Ashton Hobart Sturdee|Sturdee, Vernon Ashton Hobart]] - 1890(Vic)-1966(Vic) - 4?? Brisbane, early wireless experimenter (pre AOCP, AOCP ??, 19??, No. ?? in Qld), amateur radio club (member, WIQ) ===''SULLIVAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Sullivan|Sullivan, John]] [https://www.familysearch.org/tree/person/details/KLGD-VK6] - 1906(Vic)-1997(Vic) - 3SR Melbourne (Elsternwick, 1925-1926), 3SR Yallourn (1927), amateur operator (AOCP 206, 1925, No. ?? in Vic), amateur broadcaster, engineer (1927) ===''SUTHERLAND''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan James Sutherland|Sutherland, Alan James]] [https://www.familysearch.org/tree/person/details/GXK6-94L] - 1916(SA)-1977(Qld) - Licences: 5XB Adelaide (Glenelg, 1935-1939, 1947-1948); 3AXB Melbourne (Balwyn, 1954-1965); 3KY Melbourne (Balwyn, 1969-1975) - Qualifications: cc; AOCP 1592, 1935, SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio engineer (Dunleath, SA, 1939-1941); public servant (Albert Park, Vic, 1949; Canterbury, Vic, 1954-1968; Balwyn, Vic, 1972-1977); retired (Scarness, Qld, 1977) * [[/George Bremner Sutherland|Sutherland or Clyne, George Bremner "Jock"]] [https://www.familysearch.org/tree/person/details/GZVF-KQC] - 1893(Sct)-1981(SA) - Licences: 6GB Perth (Mt Hawthorn, 1927) - Qualifications: cc; 1COCP 295, 1932 - amateur operator; amateur broadcaster; telegraphist (Navy, 1911), late 1920s assistant chief engineer 6WF (to Wally Coxon) - Electoral Rolls: DCA (aeradio operator, from 1941); radio operator (Kalgoorlie, 1949); retired (North Perth, 1958) ===''SUTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Sutton|Sutton, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GMFM-Z34] - 1882(Vic)-1956(Vic) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - early wireless experimenter (early 1910s); utilised Henry Sutton's experimental licence - Relationships: son of XLM Henry Sutton - Electoral Rolls: music seller (Malvern, 1909-1913; Hawthorn, 1914-1915); engineer (Kew, 1922-1925); traveller (Camberwell, 1927); mechanic (Brunswick, 1928) * [[/Henry Sutton|Sutton, Henry]] [https://www.familysearch.org/tree/person/details/LD19-T7V] - 1855(Vic)-1912(Vic) - Licences: XLM Melbourne (Malvern, 1910-1912) - Qualifications: cc; Nil yet identified - early wireless experimenter (unlicensed from 1890s); numerous inventions, Australia's first wireless telephony experimenter (1906); invented several new types of telephones; early television experiments - Relationships: father of Arthur Ernest Sutton - Links: [https://adb.anu.edu.au/biography/sutton-henry-4675 ADB] - Electoral Rolls: Nil yet identified * [[/Joseph William Sutton Jnr|Sutton, Joseph William Jnr]] [https://www.familysearch.org/tree/person/details/LHKF-HCJ] - 1874(Qld)-1941(Qld) - Licences: 4CP Receive Brisbane (City, 1923); 4EI Brisbane (City, 1923-1925) (In the name of the State Engineer) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio club (WIQ, foundation member; QWI); electrical engineer; senior federal public servant (PMGD, State Engineer) - Relationships: son of Joseph William Sutton Snr - Electoral Rolls: electric engineer (Teneriffe, 1903); engineer (Teneriffe, 1908-1909); assistant (GPO, 1912-1919); electrical engineer (New Farm, 1921-1936); retired (Ascot, 1937) * [[/Joseph William Sutton Snr|Sutton, Joseph William Snr]] [https://www.familysearch.org/tree/person/details/LHKF-W6T] - 1844(Eng)-1914(Qld) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - club (Royal Society Qld, president) - Relationships: father of Joseph William Sutton Jnr - Links: [[w:Joseph William Sutton|Wikipedia]] - Electoral Rolls: engineer (Teneriffe, 1908-1909) ===''SWABY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Max J. Swaby|Swaby, Max J.]] - 19??(???)-19??(???) - 4DA Dalby (-1948+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''SWAIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Lionel Tamsett Swain|Swain, Lionel Tamsett]] [https://www.familysearch.org/tree/person/details/KL1J-TGY] - 1902(NSW)-1985(NSW) - Licences: 2CS Receive Newcastle (Hamilton, 1922); 2CS Newcastle (Hamilton, 1923-1927; Waratah, 1928-1939, 1946-1950; Charlestown, 1954-1961; Bolton Point, 1965-1980) - Qualifications: cc; AOCP 108, 1925, No. ?? in NSW - amateur operator; amateur broadcaster; WW2 - Withdrawal: when 2CS Coffs Harbour commenced in early 1980s, policy had changed as to withdrawal of similar amateur callsigns - Electoral Rolls: draftsman (Waratah, 1930-1954); engineer (Charlestown, 1958-1963); retired (Bolton Point, 1968-1980) ===''SWEENEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Walter Moss Sweeney|Sweeney, Walter Moss]] [https://www.familysearch.org/tree/person/details/LNZ7-YRD] - 1887(Eng)-1964(Vic) - Licences: 3WS Melbourne (East Melbourne, 1924-1925; Elwood, 1925-1931; St Kilda, 1933-1939) - Qualifications: cc; CPRT 204, 1916 - coastal wireless operator; RANRS (commissioned telegraphist, 1917); amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless engineer (Subiaco, 1916-1917); no occupation (Melbourne, 1919); wireless engineer (East Melbourne, 1921-1924); engineer (Elsternwick, 1925-1928); director (St Kilda, 1931-1963) ===''SWINBURNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frank Charles Richard Swinburne|Swinburne, Frank Charles Richard]] [https://www.familysearch.org/tree/person/details/GDML-S1J] - 1901(Qld)-1948(NSW) - Licences: 2AT Receive Sydney (Manly, 1922-1923); 2AT Sydney (Manly, 1924-1926) - Qualifications: cc; CPRT 557, 1920 - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Manly, NSW, 1937; North Sydney, 1943)) ===''SWINDELLS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Willie Swindells|Swindells, Willie]] [https://www.familysearch.org/tree/person/details/L812-BTK] - 1890(Eng)-1975(NSW) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIS Sydney (1917-1918) - Electoral Rolls: electrician (Richmond, Vic, 1913-1914; Parkdale, Vic, 1925-1926); engineer (Geelong, 1927; Darlinghurst, NSW, 1931-1933); electrical engineer (Brunswick, Vic, 1934) ===''SYMONDS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Nathaniel Joseph Leo Symonds|Symonds, Nathaniel Joseph Leo "Leo"]] [https://www.familysearch.org/tree/person/details/KJZ3-3QH] - 1908(WA)-2005(WA) - Licences: 6LS Perth (Cottesloe Beach, 1925-1930; Bicton, 1947-1948); 6LX Perth (Kalamunda, 1965-1980+) - Qualifications: cc; AOCP 207, 1925, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: tailor (Cottesloe, 1931-1943); radio operator (Fremantle, 1949-1954); radio technician (Kalamunda, 1958-1980) ===''SYMONS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Lindsay Gordon Symons|Symons, John Lindsay Gordon]] [https://www.familysearch.org/tree/person/details/KZZ5-Q42] - 1913(Vic)-1964(Vic) - Licences: 3JT Melbourne (Malvern, 1930-1939; East Hawthorn, 1946-1947; Burwood, 1948; South Melbourne, 1954-1956; Mt Waverley, 1960) - Qualifications: AOCP 662, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Malvern, 1934-1943; Glen Iris, 1949); hotelkeeper (Malvern, 1954); engineer (Syndal, 1963) =='''T'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''TAPP''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Ernest Tapp|Tapp, Charles Ernest or Edward]] [https://www.familysearch.org/tree/person/details/GX7P-BXV] - 1894(NSW)-1948(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 82, 1915 - RANRS (commissioned telegraphist, 1917); WW1 - Electoral Rolls: OIC Wireless Station (Thursday Island, Qld, 1915; South Yarra, Vic, 1917-1919); electrical engineer (Mosman, NSW, 1930); engineer (Brighton, Vic, 1942); manager (Vaucluse, NSW, 1943) ===''TAPPER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Tapper|Tapper, John Robert]] [https://www.familysearch.org/tree/person/details/G8ZX-4T6] - 1910(WA)-1992(WA) - Licences: 6RJ Perth (Claremont, 1929-1939); 6RJ Onslow (1946-1947); 6RJ Perth (Claremont, 1948-1960); 2AO Wagga Wagga (1969-1980+) - Qualifications: cc; AOCP 538, 1929, No. ?? in WA; 1COCP 218, 1931; TVOCP 324, 1961 - amateur operator, amateur broadcaster - Electoral Rolls: wireless operator (Claremont, 1931-1943); operator (Claremont, 1949-1963); radio inspector (Wagga Wagga, 1968-1980) ===''TARBOTTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry Augustus Tarbotton|Tarbotton, Harry Augustus]] [https://www.familysearch.org/tree/person/details/GF93-87K] - 1902(Eng)-1961(WA) - Licences: 6HT Albany (1936-1939, 1947-1960) - Qualifications: cc; AOCP 1672, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: motor driver (Albany, WA, 1925-1931); motor mechanic (Albany, WA, 1936-1954); radio service (Albany, WA, 1958) ===''TARLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred William Tarling|Tarling, Alfred William]] [https://www.familysearch.org/tree/person/details/LVH9-4RZ] - 1900(Eng)-1953(Qld) - Licences: 4TW Townsville (1937-1939, 1946-1948) - Qualifications: cc; (likely qualification ca 1920, British Merchant Navy; 1COCP 679, 1943 - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Coolbie, Ingham, Qld, 1930); wireless operator (Pimlico, Qld, 1931-1932); labourer (West End, Qld, 1936-1937); radio engineer (Townsville, Qld, 1943-1949) ===''TARRANT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Albert Tarrant|Tarrant, Ernest Albert Jnr]] [https://www.familysearch.org/tree/person/details/L8SB-Z68] - 1898(NSW)-1956(NSW) - Licences: 2AK Receive Narrabri (1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Eulah Creek, 1930; Narrabri, 1943) * [[/William Francis Tarrant|Tarrant, William Francis "Frank"]] [https://www.familysearch.org/tree/person/details/GD5M-6JT] - 1914(NSW)-1998(NSW) - Licences: 2UF Newcastle (Cooks Hill, 1932-1958) - Qualifications: cc; AOCP 1054, 1932, NSW - amateur operator; amateur broadcaster - Electoral Rolls: ironworker (Newcastle, 1930-1949) ===''TATHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Edward Tatham|Tatham, Sydney Ernest Edward]] [https://www.familysearch.org/tree/person/details/GDQT-52W] - 1896(Eng)-1973(Vic) - Licences: 2ST Sydney (Neutral Bay, 1923-1925; City, 1926-1928; Darling Point, 1929-1933; City, 1933-1939) - Qualifications: cc; CPRT 33, 1915; 1COCP 406, 1940 - amateur operator; amateur broadcaster; journalist (editor, Sea, Land and Air, 1922); WW2 - Electoral Rolls: instructor (St Kilda, 1919; South Yarra, 1919); merchant (Darling Point, 1930-1933; City, 1934-1937; Albert Park, Vic, 1949; Camberwell, 1954); director (Balwyn, 1958-1972) ===''TAYLOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert William Taylor|Taylor, Albert William]] [https://www.familysearch.org/tree/person/details/GX56-JGX] - 1910(NSW)-1980(SA) - Licences: 5AT Port Pirie (1934-1937); 5AT Adelaide (Solomontown, 1938-1939; Edwardstown, 1947-1980+) - Qualifications: cc; AOCP 1276, 1934, SA; BOCP 286, 1940; TVOCP 461, 1962 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Marleston, SA, 1941; Edwardstown, SA, 1943) * [[/B. A. Taylor|Taylor, B. A.]] - 19??(???)-19??(???) - Licences: 4DF Receive Brisbane (East Brisbane, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Donald Gordon Taylor|Taylor, Donald Gordon "Don"]] [https://www.familysearch.org/tree/person/details/GZB4-N31] - 1907(SA)-1985(SA) - Licences: Receive Adelaide (Forestville, 1923-1924); 5DX Adelaide (Forestville, 1926-1937; Black Forest, 1938-1939, 1946-1980+) - Qualifications: cc; AOCP 307, 1926, No. ?? in SA; AOLCP 25, 1930 - amateur operator; amateur broadcaster; WW2 - Comment: another DGT served in WW2 & died on active service 1943 in NT - Electoral Rolls: wireless mechanic (Goodwood, 1939; Black Forest, 1941-1943) * [[/Florence Mary Parsons|Taylor nee Parsons, Florence Mary]] [https://www.familysearch.org/tree/person/details/LZX2-FZB] - 1879(Eng)-1969(NSW) - Licences: Nil - Qualifications: Nil - publisher - Electoral Rolls: managing director (Sydney, 1936); journalist (Vaucluse, 1954); editor (Darlinghurst, 1958; Potts Point, 1963) - Relationships: wife of George Augustine Taylor - [https://adb.anu.edu.au/biography/taylor-florence-mary-8754 ADB] * [[/George Augustine Taylor|Taylor, George Augustine]] [https://www.familysearch.org/tree/person/details/GZB4-JG7] - 1872(NSW)-1928(NSW) - Licences: Nil (always operated under military or other amateur licences) - Qualifications: Nil - early wireless experimenter, amateur operator, founder WIA NSW, founder Association for Development of Wireless in Australasia - Electoral Rolls: Nil - gone too soon - [https://adb.anu.edu.au/biography/taylor-george-augustine-8756 ADB] * [[/Henry Arthur Taylor|Taylor, Henry Arthur]] [https://www.familysearch.org/tree/person/details/GF77-443] - 1907(Eng)-1996(WA) - Licences: 6AT Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1042, 1932, WA; AOLCP 216, 1935 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: joiner (Victoria Park, WA, 1931-1934); radio engineer (6KG, Parkeston, WA, 1937-1943; Nedlands, WA, 1954-1963); retired (South Perth, WA, 1977-1980) * [[/Leslie Harry Taylor|Taylor, Leslie Harry]] [https://www.familysearch.org/tree/person/details/G841-CD4] - 1898(Eng)-1978(NSW) - Licences: 2CL Sydney (Ashfield, 1936-1939, 1946-1969) - Qualifications: AOCP 1723, 1936, NSW - amateur operator, amateur broadcaster - Electoral Rolls: manager (Leichhardt, 1930-1933; Ashfield, 1935-1968); retired (Ashfield, 1977) ===''TEECE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Auburn Selwyn Teece|Teece, Cecil Auburn Selwyn]] [https://www.familysearch.org/tree/person/details/2Z37-JSS] - 1885(NSW)-1970(ACT) - Licences: V733 Receive Melbourne (Toorak, 1922); 3GO Receive Melbourne (Toorak, 1922) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: engineer (East Melbourne, 1909); examiner (Kew, 1910); civil servant (Kew, 1912; Hawthorn, 1914-1917); examiner of patents (Box Hill, 1919); civil servant (Toorak, 1922; Sandringham, 1924; St Kilda, 1928; East Melbourne, 1931; Reid, ACT, 1935-1937; Barton, 1943); public servant (Barton, 1949-1954); retired (Braddon, 1958-1968) ===''TEMPLETON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Gordon Lander Templeton|Templeton, Gordon Lander]] [https://www.familysearch.org/tree/person/details/G8F2-VLH] - 1909(Vic)-1945(Vic) - Licences: 3OW Coleraine (1930-1939) - Qualifications: AOCP 631, 1930, Vic - amateur operator, amateur broadcaster, WW2 (RAAF, Flying Officer) - Electoral Rolls: farm labourer (Tahara Bridge, 1931-1937) - Relationships: cousin of 3HG Neil Murray Templeton - "Greater love hath no man" * [[/Neil Murray Templeton|Templeton, Neil Murray]] [https://www.familysearch.org/tree/person/details/L6SD-RDT] - 1911(Vic)-1965(Vic) - Licences: 3HG Coleraine (1930-1939, 1946-1960) - Qualifications: AOCP 632, 1930, Vic - amateur operator, amateur broadcaster - Electoral Rolls: grazier (Tahara Bridge, 1934-1937); RAAF (Canterbury, 1943); grazier (Tahara Bridge, 1949-1963) - Relationships: cousin of 3OW Gordon Lander Templeton ===''THEEL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Milton Theel|Theel, Kenneth Milton]] [https://www.familysearch.org/tree/person/details/LD1Z-1Z9] - 1908(SA)-1956(SA) - Licences: 5CT Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923); 5QP Adelaide (St Peters, 1927-1933; Clarence Park, 1937-1939, 1948-1956) - Qualifications: cc; AOCP 322, 1927, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: ledger keeper (Reade Park Gardens, SA, 1941-1943) ===''THOMAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Kirk Raleigh Thomas|Thomas, Henry Kirk Raleigh]] [https://www.familysearch.org/tree/person/details/GWX4-8LL] - 1902(NSW)-19??(???) - 2HT Sydney (Mosman, 1924; Neutral Bay, 1925-1933; Cremorne, 1933-1934; Mosman, 1935-1939), amateur operator (AOCP 1, 1924, No. 1 in NSW and Australia), amateur broadcaster, broadcast engineer (2GB, assistant engineer, 1946) * [[/Herbert Thomas|Thomas, Herbert]] - 19??(???)-19??(???) - Licences: 6DY Perth (CBD, 1924; Inglewood, 1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, salesman (Harris Scarfe, 1924) - Electoral Rolls: Nil yet identified - Comment: several contemporaneous HTs * [[/Ivor Thomas|Thomas, Ivor]] [https://www.familysearch.org/tree/person/details/G8HB-Q3G] - 1897(SA)-1965(SA) - Licences: 5IT Adelaide (Mitcham, 1929-1960) - Qualifications: cc; AOCP 496, 1929, No. ?? in SA - amateur operator, amateur broadcaster - Electoral Rolls: warehouseman (Kingswood Park, 1939-1943) * [[/Josiah Thomas|Thomas, Josiah]] [https://www.familysearch.org/tree/person/details/LYSY-Y24] - 1863(Eng)-1933(NSW) - establishment radio station (2CH), state politician (NSW, MLA, 1890s), senior federal politician (MHR, Postmaster-General 1908-1909, 1910-1911) - Electoral Rolls: * [[/L. H. Thomas|Thomas, L. H.]] - 19??(???)-19??(???) - Licences: 6DM Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Roland Henry Thomas|Thomas, Roland Henry]] [https://www.familysearch.org/tree/person/details/GXHG-7Z4] - 1911(Qld)-1994(Qld) - Licences: 4LR Brisbane (Bulimba, 1932-1939) - Qualifications: cc; AOCP 1058, 1932, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Bulimba, 1934); radio technician (Bulimba, Qld, 1937-1972); proprietor (Manly West, Qld, 1977-1980) * [[/Roy Valentine Thomas|Thomas, Roy Valentine]] [https://www.familysearch.org/tree/person/details/GZ6H-7WG] - 1907(NSW)-1958(NSW) - 2TK Sydney (Erskinville, 1925), 2RV Sydney (Bondi North, 1927-1930), 2TK Sydney (South Hurstville, 1947-1958), amateur operator (AOCP 62, 19??, No. ?? in NSW), amateur broadcaster ===''THOMPSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/F. Thompson|Thompson, F.]] - 19??(???)-19??(???) - Licences: 2HF Receive Sydney (East Balmain, 1922-1923); 2HF Sydney (Balmain, 1924-1927) - Qualifications: cc; AOCP 47, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified - Identification: several contemporaneous F. Thompson * [[/Geoffrey George Thompson|Thompson, Geoffrey George]] [https://www.familysearch.org/tree/person/details/G8SP-DDD] - 1911(Vic)-2000(Vic) - Licences: 3GT Melbourne (Thornbury, 1928-1939) - Qualifications: AOCP 388, 1928, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Thornbury, 1934-1937; North Melbourne, 1949); cameraman (Hawthorn, 1954-1980) * [[/Leonard Neville Weston Fane Thompson|Thompson, Leonard Neville Weston Fane]] [https://www.familysearch.org/tree/person/details/LJKN-FJV] - 1899(NSW)-1960(Vic) - Licences: 3LT Melbourne (Mitcham, 1931; Chelsea, 1933; Carrum, 1937-1939; Bonbeach, 1946-1960) - Qualifications: AOCP 762, 1931, No. ?? in Vic - amateur operator, amateur broadcaster, WW1 - Electoral Rolls: railway employee (Glenferrie, 1925; Mitcham, 1931; Chelsea, 1934; Carrum, 1936-1954) * [[/Stanley Gordon Thompson|Thompson, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/GXLZ-S21] - 1906(NSW)-1975(Vic) - Licences: 3AZ Melbourne (North Brighton, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: expert (Brighton, Vic, 1931); mechanic (Brighton, Vic, 1936); sales (Shepparton, Vic, 1963-1972) ===''THOMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur William Thomson|Thomson, Arthur William]] [https://www.familysearch.org/tree/person/details/GZND-ZPF] - 1907(Vic)-1995(Vic) - 3AT Sunshine (1925), amateur operator (AOCP 145, 1925, No. ?? in Vic) * [[/G. L. Thomson|Thomson, G. L.]] - 19??(???)-19??(???) - 2GT Sydney (Waverley, 1924-1925), amateur operator (AOCP 3, 1924, No. 2 in NSW), amateur broadcaster, operator of 2BV Waverley Radio Club ===''THORLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roy Thorley|Thorley, Roy "John"]] [https://www.familysearch.org/tree/person/details/GDR2-8GW] - 1912(Qld)-1966(Qld) - Licences: 4RT Brisbane (South Brisbane, 1936-1937; Annerley, 1938-1939; Holland Park, 1946-1956) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; radio clubs (WIAQ, president); business proprietor (mechanical engineering) - Comment: killed in automobile accident - Electoral Rolls: clerk (Annerley, Qld, 1937); engineer (Holland Park, Qld, 1949-1963); contractor (Charters Towers, Qld, 1963) ===''THURSTAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wyngate Thurstan|Thurstan, Arthur Wyngate]] [https://www.familysearch.org/tree/person/details/LVFV-XSS] - 1907(Eng)-1976(NSW) - 2AV Sydney (Penshurst, 1924-1939; Beverley Hills, 1946-1975), amateur operator (AOCP 38, 1924, No. ?? in NSW), amateur broadcaster, WW2, Lempriere & Co (metallurgist; Chief Chemist, 1937) ===''THRING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis William Thring|Thring, Francis William]] [https://www.familysearch.org/tree/person/details/9XFG-ZY6] - 1882(NSW)-1936(Vic) - Film producer, founder 3XY Melbourne - Links: [[w:F. W. Thring|Wikipedia]] ===''THROSSELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lancelot Ledsam Throssell|Throssell or Throssel, Lancelot Ledsam]] [https://www.familysearch.org/tree/person/details/KHFL-59C] - 1902(WA)-1980(WA) - Licences: 6LT Northam (1926-1927) - Qualifications: cc; AOCP 248, 1926, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: farmer (Northam, 1925-1931); civil servant (Northam, 1936-1937); clerk (Bruce Rock, 1943); bank officer (Kojonup, 1954; Innaloo, 1963-1972); retired (Osborne Park, 1980) ===''THUGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Thuge|Thuge, Norman]] [https://www.familysearch.org/tree/person/details/GXDL-F55] - 1917(Qld)-1973(NSW) - Licences: 4NC Gladstone (1936-1937); 4NO Gladstone (1938-1939); 4NO Brisbane (Hendra, 1947); 2ANO Sydney (Stanmore, 1948-1950; Arncliffe, 1954-1956) - Qualifications: cc; AOCP 1622, 1936, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: bank clerk (Charters Towers, Qld, 1943); bank officer (Petersham, NSW, 1949; Arncliffe, NSW, 1954-1958); retired (Burwood, NSW, 1972) ===''THYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Joseph Thynne|Thynne, Andrew Joseph]] [https://www.familysearch.org/tree/person/details/KP3H-T8K] - 1847(Irl)-1927(Qld) - military (Qld Defence Force, 1867, eventually Lieutenant-Colonel), profession (solicitor, Qld, 1873-1882), state politician (Qld MLC, Minister for Justice and Attorney General; Qld Postmaster-General, 1894-1897) ===''TILBROOK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Clem David Lloyd Tilbrook|Tilbrook, Clem David Lloyd]] [https://www.familysearch.org/tree/person/details/GXP4-4PQ] - 1912(SA)-2004(SA) - Licences: 5GL Adelaide (Brighton, 1933-1937; Camden, 1938-1939; Colonel Light Gardens, 1947-1965; Daw Park, 1969-1980+) - Qualifications: cc; AOCP 1210, 1933, SA; 2COCP 381, 1940; 1COCP 468, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: radio mechanic (Camden, SA, 1939-1943) ===''TILLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Walter Eric Roy Tiller|Tiller, Walter Eric Roy]] [https://www.familysearch.org/tree/person/details/K4FZ-BXV] - 1893(NSW)-1945(SA) - Licences: 6CO Receive Perth (East Guildford, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Mullewa, WA, 1916-1921); teacher (Exeter, SA, 1939-1941) ===''TILNEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Edward Tilney|Tilney, Leslie Edward]] [https://www.familysearch.org/tree/person/details/MPDS-4PK] - 1870(NSW)-1937(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 13, 1914 - early wireless experimenter (army); coastal wireless officer, WW1 - Electoral Rolls: officer-in-charge (Wireless Station, Applecross, 1916-1917); soldier (Claremont, 1917); commissioner (Caulfield, 1924-1931); civil servant (Malvern, 1933-1936) - TroveTag: "Leslie Edward Tilney" (400+ tags) - Links: [https://www.anzac-biographies.com/2021/06/05/tilney-lieutenant-colonel-leslie-edward-dso-mid-vd/ Bio] ===''TILSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Howard Tilse|Tilse, Arthur Howarde "Howard"]] [https://www.familysearch.org/tree/person/details/LTK5-CS8] - 1911(Qld)-1973(Qld) - Licences: 4WO Brisbane (Yeronga, 1931-1939; South Brisbane, 1946-1948; Yeronga, 1954-1970) - Qualifications: cc; AOCP 725, 1931, No. ?? in Qld; 2COCP 155, 1938 - amateur operator; amateur broadcaster; military (WW2, Army Signals, RAAF); art dealer - Electoral Rolls: radiotrician (Yeronga, 1934-1937); RAAF wireless operator (West End, Townsville, 1943); radio operator (South Brisbane, 1949); art dealer (Yeronga, 1954-1972) ===''TIMMINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Robert Timmins|Timmins, Alan Robert]] - broadcast engineer (PMGD, P&TD, DoC, DoTaC, ABA), senior federal public servant (PMGD, P&TD, DoC, DoTaC, ABA) ===''TINKLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Ernest Tinkler|Tinkler, Arthur Ernest]] [https://www.familysearch.org/tree/person/details/GF88-4GR] - 1915(Vic)-1998(Vic) - Licences: 3ZV Melbourne (Hampton, 1937-1939; Camberwell, 1947-1948; Burwood, 1954-1980+); 3AZV Mobile Melbourne (1954-1975) - Qualifications: cc; AOCP 2019, 1937, Vic; 3AIR 960, 1947 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Sandringham, Vic, 1937); air force (Caulfield, Vic, 1942); manufacturer (Deepdene, Vic, 1949); engineer (Glen Iris, Vic, 1949-1968; Burwood, Vic, 1972-1980) ===''TIPPING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Charles Tipping|Tipping, Edward Charles]] - 19??(???)-1968(Qld) - 4?? Brisbane, amateur operator (pre AOCP, AOCP ??, 19??, No. ?? in Qld), radio clubs (WIQ, member, 1912), federal public servant (PMGD, clerk/accountant), military (Captain, Royal Engineers) ===''TIVER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/R. G. Tiver|Tiver, R. G.]] - 19??(???)-19??(???) - Licences: Receive Tanunda (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TODD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Hugh Todd|Todd, Alan Hugh]] [https://www.familysearch.org/tree/person/details/GXDD-7SG] - 1919(Qld)-1978(Qld) - Licences: 4HT Brisbane (Ashgrove, 1936-1937; Newmarket, 1938-1939, 1947-1948; Red Hill, 1954-1975) - Qualifications: cc; AOCP 1639, 1936, Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrical mechanic (Newmarket, Qld, 1943-1949); teacher (Kelvin Grove, Qld, 1954-1977) * [[/Charles Todd|Todd, Charles]] [https://www.familysearch.org/tree/person/details/LC3X-PJ6] - 1826(Eng)-1910(SA) - senior state public servant (Government Electrician, Postmaster-General SA) - Links: [[w:Charles Todd (pioneer)|Wikipedia]] [https://adb.anu.edu.au/biography/todd-sir-charles-4727 ADB] * [[/Lionel Victor Glen Todd|Todd, Lionel Victor Glen]] [https://www.familysearch.org/tree/person/details/L5CG-Z68] - 1896(NSW)-1970(NSW) - Licences: 2CR Tamworth (1922-1935); 2LS Tamworth (1936-1938); 2LS Denistone (1939); 2LS Sydney (West Ryde, 1957-1965; Denistone, 1969) - Qualifications: cc; AOCP 132, 1925, No. ?? in NSW; 1COCP 282, 1939 - amateur operator; amateur broadcaster - Withdrawal: 2CR callsign withdrawn by PMG in 1935 for 2CR Orange (Blayney) ABC - Electoral Rolls: telephone mechanic (West Tamworth, 1932-1937); assistant radio inspector (Eastwood, 1943-1968) * [[/Milton Buchanan Todd|Todd, Milton Buchanan]] [https://www.familysearch.org/tree/person/details/GXSX-NQT] - 1892(NSW)-1960(NSW) - Licences: Nil yet identified - Qualifications: cc; CPRT 63, 1915; 1COCP 81, 1930 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VII Thursday Island (1917-1918) - Electoral Rolls: engineer operator (Thursday Island, 1916); radio telegraphist (Maroubra, 1930-1935); officer (Lewisham, 1936-1937); radio telegraphist (Townsville, 1937; Croydon, NSW, 1943; Townsville, 1949); senior radio officer (Townsville, 1954); radio officer (Kensington, NSW, 1958); retired (Blaxland, 1958) * [[/Tom Arthur Todd|Todd, Tom Arthur]] [https://www.familysearch.org/tree/person/details/GD9C-7P5] - 1906(NSW)-1977(NSW) - Licences: 2OT Receive Sydney (Eastwood, 1923); 2TT Sydney (Eastwood, 1935-1939, 1946-1957) - Qualifications: cc; CPRT 984, 1928; 2COCP 50, 1936 - amateur operator, amateur broadcaster - Electoral Rolls: clerk (Eastwood, 1930-1937); radio mechanic (Eastwood, 1943-1977) ===''TONGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edward Tonge|Tonge, Arthur Edward]] [https://www.familysearch.org/tree/person/details/GX4S-MNM] - 1895(Eng)-1954(Qld) - Licences: 4AR Brisbane (Taringa, 1933; Indooroopilly, 1937-1939) - Qualifications: cc; AOCP 1149, 1933, No. ?? in Qld; 2COCP 54, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Darra, 1931; Indooroopilly, 1936-1937); mechanic (Milton, 1943-1949); process worker (Indooroopilly, 1954) ===''TONGS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lawrence Melville Tongs|Tongs, Lawrence or Laurence Melville]] [https://www.familysearch.org/tree/person/details/LR9L-Y7N] - 1899(Tas)-1989(Vic) - Licences: 7BU Receive North Motton (1923); Receive North Motton (1923); 2ADB Finley (1937-1939); 7LT Devonport (1960-1969); 3ALV Melbourne (Parkville, 1975) - Qualifications: cc; CPRT 687, 1922; 2COCP 421, 1941 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: farmer (Finley, 1930-1935); radio dealer (1936-1949); farmer (Dandenong, 1954); radio technician (Devonport, 1972); retired (Parkville, 1977-1980) ===''TONKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Maxwell Tonkin|Tonkin, Arthur Maxwell "Max"]] [https://www.familysearch.org/tree/person/details/KLL6-HT9] - 1915(WA)-1998(SA) - Licences: 6MZ Katanning (1935-1939); 5MZ Adelaide (Salisbury, 1948); 5TI Clare (1975); 5MZ Clare (1980+) - Qualifications: cc; AOCP 1525, 1935, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio mechanic (Katanning, WA, 1937) * [[/Stanley Gordon Tonkin|Tonkin, Stanley Gordon]] [https://www.familysearch.org/tree/person/details/L1DQ-2R1] - 1910(SA)-1992(SA) - Licences: 2SG Albury (1929-1931); 2SG Sydney (Double Bay, 1933; Waverley, 1933-1936; Lane Cove, 1937); 2SG Goonellabah (1938-1939); 2SG Sydney (Epping, 1946-1955); 5SG Adelaide (Hampstead Gardens, 1956; Manningham, 1969; Glenunga, 1975-1980+) - Qualifications: AOCP 520, 1929, No. ?? in NSW; AOLCP 57, 1931; 2COCP 391, 1940; 1COCP 493, 1941 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Woolwich, 1932); engineer (Edgecliff, 1933); mechanic (Waverley, 1934); radio engineer (Newtown, 1934-1935; Artarmon, 1936; Goonellabah, 1937; Eastwood, 1943); radio technician (West Epping, 1949-1954) ===''TORMEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Tormey|Tormey, Edward Arthur]] [https://www.familysearch.org/tree/person/details/G8VV-85X] - 1902(NSW)-1993(ACT) - Licences: 2ET Canberra (City, 1930-1934; Ainslie, 1935-1939, 1946-1955); 1ET Canberra (Ainslie, 1956-1980+) - Qualifications: AOCP 687, 1930, No. ?? in ACT - amateur operator, amateur broadcaster - Electoral Rolls: chauffeur (Braddon, 1928-1930; Ainslie, 1935); bus driver (Ainslie, 1937); car driver (Ainslie, 1943-1980) ===''TRAEGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Alfred Hermann Traeger|Traeger, Alfred Hermann or Herman]] [https://www.familysearch.org/tree/person/details/KCNJ-LRP] - 1895(Vic)-1980(SA) - Licences: 5AX Adelaide (Kensington Gardens, 1926-1931; Corryton, 1933-1937; Marratville, 1938-1939) - Qualifications: cc; AOCP 293, 1926, No. ?? in SA - amateur operator; amateur broadcaster; inventor (with 5BG) of the pedal wireless for the RFDS - Electoral Rolls: radio engineer (Cloncurry, 1930-1932); wireless engineer (Leabrook, SA, 1939-1943) - Links: [https://adb.anu.edu.au/biography/traeger-alfred-hermann-8839 ADB] ===''TRAYNOR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Philip Byron Traynor|Traynor, Philip Byron]] [https://www.familysearch.org/tree/person/details/GZLR-LCT] - 1900(SA)-1980(SA) - Licences: Nil yet identified - Qualifications: cc; AOCP 224, 1925, No. ?? in SA; 1COCP 353, 1934 - amateur operator, amateur broadcaster - Electoral Rolls: public servant (Mile End, 1939); federal public servant (Glandore, 1941); inspector (Torrens Park, 1943) ===''TREBILCOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Eric William Trebilcock|Trebilcock, Eric William]] - 1911(???)-1989(SA) - BERS195 (1933+), amateur listener ===''TREDREA''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Frederick Aloysius Trevithick Tredrea|Tredrea, Frederick Aloysius Trevithick]] [https://www.familysearch.org/tree/person/details/MC1W-M7C] - 1900(WA)-1958(WA) - Licences: 6FT Perth (Mt Hawthorn, 1929-1931; South Perth, 1933); 6FT Northam (1937); 6FT Perth (South Perth, 1938-1939, 1946-1956) - Qualifications: cc; AOCP 512, 1929, No. ?? in WA; AOLCP 156, 1934 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (North Perth, 1925); radio operator (Northam, 1936); broadcast engineer (South Perth, 1937-1958) ===''TREGEAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/W. S. Tregear|Tregear, W. S.]] - 19??(???)-19??(???) - 3TR Melbourne (Hawthorn 192x), 3TX Melbourne (Hawthorn, 1930+), amateur operator (AOCP ??, 19??, No. ?? in Vic), amateur broadcaster, 3TR callsign withdrawn by PMGD to prevent confusion with 3TR Sale Class B station ===''TREHARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elgar Dennis Llewellyn Treharne|Treharne, Elgar Dennis Llewellyn]] [https://www.familysearch.org/tree/person/details/GWC7-X9R] - 1914(NSW)-1997(SA) - 2AFQ Sydney, 5?? Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW), son of Fred 2BM/5QT and brother of Ross 2IQ/5?? * [[/Herbert Fredrind Treharne|Treharne, Herbert Fredrind "Fred"]] [https://www.familysearch.org/tree/person/details/K2F8-6ZN] - 1883(NSW)-1968(SA) - 2BM Sydney, 5QT Adelaide, amateur operator (AOCP ??, 19??, No. ?? in NSW, age 60), father of Ross 2IQ/5?? and Elgar 2AFQ/5?? * [[/Ross Fredrind Treharne|Treharne, Ross Fredrind]] [https://www.familysearch.org/tree/person/details/GWC7-DJD] - 1919(NSW)-1982(SA) - 2IQ Sydney, 5?? Adelaide, amateur operator (AOCP 1513, 1935, No. ?? in NSW), son of Fred 2BM/5QT and brother of Elgar 2AFQ/5?? ===''TRELIVING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Benjamin Victor Treliving|Treliving, Dudley Benjamin Victor]] [https://www.familysearch.org/tree/person/details/L2D7-B6C] - 1907(SA)-1993(SA) - Licences: Receive Adelaide (Dulwich, 1923); 6DT Perth (Nedlands, 1932-1933) - Qualifications: cc; AOCP 992, 1932, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: telegraphist (Cottesloe, WA, 1936-1937); engineer (Cottesloe, WA, 1943) ===''TRELOAR''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Treloar|Treloar, James]] [https://www.familysearch.org/tree/person/details/GFMJ-379] - 1906(WA)-1983(WA) - Licences: 6JT Perth (Beaconsfield, 1931-1933; Melville, 1937; Beaconsfield, 1938-1939) - Qualifications: cc; AOCP 790, 1931, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: clerk (South Fremantle, WA, 1931-1943); tally clerk (Bicton, WA, 1949-1980) ===''TRESSIDDER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Laurence Tresidder|Tresidder, William Laurence or Lawrence]] [https://www.familysearch.org/tree/person/details/G8PT-SQ7] - 1904(WA)-1985(Vic) - Licences: 3WT Bendigo (1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: radio dealer (Bendigo, 1927-1942); radio (Kangaroo Flat, 1949-1954); radio engineer (Bendigo, 1963-1980) ===''TREW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Stanley Trew|Trew, Richard Stanley]] [https://www.familysearch.org/tree/person/details/KCB6-GW4] - 1902(WA)-1968(WA) - Licences: 6RS Harvey (1933-1937); 6RS Perth (Mt Hawthorne, 1938-1939); 6RP Perth (Mt Hawthorne, 1947-1965) - Qualifications: cc; AOCP 1189, 1933, WA; 2COCP 382, 1940; 1COCP 1941 - amateur operator; amateur broadcaster - Electoral Rolls: assistant postal department (York, WA, 1925); postal assistant (York, WA, 1926); postal employee (Harvey, WA, 1931-1937); postal clerk (Leederville, WA, 1937-1943); PMG (Mt Hawthorn, WA, 1949); radio monitor (Joondanna Heights, WA, 1954-1958) ===''TRIM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sydney Trim|Trim, Sydney (Electoral Rolls) or Sidney (BDM)]] [https://www.familysearch.org/tree/person/details/KL7D-NLM] - 1880(Vic)-1960(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 179; 2COCP 178, 1930; 1COCP 105, 1930 - RANRS (Warrant Telegraphist, 1917) - Electoral Rolls: engineer (Subiaco, WA, 1913; West Perth, WA, 1913-1914); "radio station" (Wyndham, WA, 1914-1917); farmer (Mosman, NSW, 1936-1937); engineer (Applecross, WA, 1937-1958) ===''TROTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Clement Ford Trott|Trott, Clement Ford]] [https://www.familysearch.org/tree/person/details/GCGY-XPN] - 1907(SA)-1966(SA) - Licences: 5CS McLaren Vale (1928-1929); 5CF McLaren Vale (1930-1931); 5CF Willunga (1933) - Qualifications: cc; AOCP 454, 1928, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: orchardist (McLaren Flat, SA, 1939-1943) ===''TROY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Thomas Rusel Troy|Troy, Thomas Rusel]] [https://www.familysearch.org/tree/person/details/GZKG-MKH] - 1898(NSW)-1992(NSW) - 2SH Receive West Maitland (1923), 2SH West Maitland (1924-1925), 2TY West Maitland (1926-1931), amateur operator (AOCP 208, 1925, No. ?? in NSW), amateur broadcaster, postman (West Maitland, 1930-1949), postal officer (Maitland, 1954), postal clerk (Maitland, 1958) ===''TRUDGEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maxwell Wallis Trudgen|Trudgen, Maxwell Wallis]] [https://www.familysearch.org/tree/person/details/GS3H-XYH] - 1907(SA)-1992(SA) - Licences: 5MW Adelaide (East Adelaide, 1926); 5HS Adelaide (Fullarton, 1927) - Qualifications: cc; AOCP 247, 1926, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Mitcham, 1939-1941); mechanical engineer (Sydney, 1943-1954); engineer (Little Bay, 1958-1968) ===''TRUNFULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard Leonard Trunfull|Trunfull, Richard Leonard]] [https://www.familysearch.org/tree/person/details/GXBL-K7B] - 1906(Eng)-1957(WA) - Licences: 6RT South Greenough (1932-1933); 6RT Peel Estate (1937); 6RT Roebourne (1938-1939); 6RT Dangin (1947-1948); 6RT Nungarin (1954); 6RT Narembeen (1955-1956) - Qualifications: cc; AOCP 924, 1932, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (South Greenough, WA, 1931; Baldavis, WA, 1936; Dangin, WA, 1943-1949; Nungarin, WA, 1954; Narembeen, WA, 1958) ===''TUMBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Henry Tumbridge|Tumbridge, Stanley Henry]] [https://www.familysearch.org/tree/person/details/MM12-M1C] - 1899(Eng)-1965(Qld) - Licences: 4ST Ipswich (1932-1933); 4ST Stanthorpe (1937-1939); 4ST Broadwater, 1947-1948; 4ST Brisbane (Woody Point, 1954-1960) - Qualifications: cc; AOCP 986, 1932, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Woodend, Qld, 1921); teacher (Murgon, Qld, 1925); school teacher (Stanthorpe, Qld, 1936-1937; Broadwater, Qld, 1943-1949); teacher (Margate, Qld, 1949-1954; Woody Point, Qld, 1958-1963) ===''TURNBULL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Edward Turnbull|Turnbull, Norman Edward]] [https://www.familysearch.org/tree/person/details/L2TP-7K8] - 1900(WA)-1988(Vic) - Licences: 6NO Narrogin (1928); 6NO Perth (City, 1930; Subiaco, 1931; Shenton Park, 1937-1939); 3AXX Melbourne (Armadale, 1954; Carrum, 1955; Parkdale, 1956; Cheltenham, 1960-1980+) - Qualifications: c; AOCP 430, 1928, No. ?? in WA; CPRT 1120, 1928; 1COCP 185, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Bunbury, 1922; Busselton, 1925; Narrogin, 1925; Subiaco, 1931); radio inspector (Subiaco, 1934-1936); civil servant (East Perth, 1937); engineer (Armadale, 1954); clerk (Sandringham, 1958); manager (Sandringham, 1963-1968; Cheltenham, 1972); retired (Cheltenham, 1977-1980) * [[/Robert William Turnbull|Turnbull, Robert William or Robert]] [https://www.familysearch.org/tree/person/details/GZ1S-GP4] - 1892(Eng)-1968(NSW) - Licences: 2RO Sydney (Burwood, 1927-1938; Northbridge, 1939) - Qualifications: AOCP 317, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: bricklayer (Homebush, 1930-1963) ===''TURNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Arthur Reginald Turner|Turner, Edward Arthur Reginald "Rex"]] [https://www.familysearch.org/tree/person/details/GZT9-JD5] - 1910(SA)-1966(SA) - Licences: 5CW Receive Adelaide (St Peters, 1923); Receive Adelaide (St Peters, 1923-1925); 5SA Adelaide (Leabrook, 1926-1927) - Qualifications: cc; AOCP 272, 1926, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: butter maker (Gawler, 1939-1943) * [[/Haswell Elliott Alfred Turner|Turner, Haswell Elliott Alfred]] [https://www.familysearch.org/tree/person/details/LRQG-8TG] - 1891(Vic)-1969(NSW) - 2TM Sydney (Mosman, 1925-1933), amateur operator (AOCP 127, 1925, No. ?? in NSW), amateur broadcaster, engineer, military, likely related to XACW E. Turner, Jnr * [[/Ralph Robinson Turner|Turner, Ralph Robinson]] [https://www.familysearch.org/tree/person/details/GX2D-S51] - 1912(SA)-1996(SA) - Licences: 5TR Adelaide (Henley Beach, 1935-1937; Dulwich, 1938-1939; Linden Park, 1947-1969; Echunga, 1975-1980+) - Qualifications: cc; AOCP 1444, 1935, SA; BOCP 66, 1937 - amateur operator; amateur broadcaster - Electoral Rolls: radio engineer (Dulwich, SA, 1939-1941) * [[/Robert John Blackwell Turner|Turner, Robert John Blackwell]] [https://www.familysearch.org/tree/person/details/L62T-FP7] - 1884(NSW)-1943(NSW) - 2RT Goulburn (1925-1933), amateur operator (AOCP 55, 1925, No. ?? in NSW), amateur broadcaster, engineer ===''TWEEDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/P. Tweedle|Tweedle, P.]] - 19??(???)-19??(???) - Licences: 4DM Receive Brisbane (Albion, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''TYAS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Norman Robert Wilson Tyas|Tyas, Norman Robert Wilson]] [https://www.familysearch.org/tree/person/details/GXHC-SK6] - 1913(Qld)-1975(Qld) - Licences: 4TY Gracemere (1932-1934); 4TY Kingaroy (1935-1939); 4TY Brisbane (Manly, 1946-1948); 4TY Boonah (1954); 4TY Wallangarra (1955-1956); 4TY Warwick (1960); Brisbane (Manly, 1965-1975+) - Qualifications: cc; AOCP 1059, 1932, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ); military (WW2, RAAF, wireless officer); state public servant (state school principal) - Electoral Rolls: school teacher (Kingaroy, Qld, 1936-1943; Brookstead, Qld, 1949; Mt Alford, Qld, 1954); teacher (Wallangarra, Qld, 1958); school teacher (Warwick, Qld, 1963; Manly, Qld, 1968-1972) ===''TYMMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert William Tymms|Tymms, Robert William]] [https://www.familysearch.org/tree/person/details/GXSX-R2D] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; 1COCP 84, 1930 - coastal wireless operator (RANRS); WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: telegraphist (Roebourne, 1916-1917); wireless operator (Geraldton, 1922; Como, 1925); not stated (Broome, 1937); wireless telegraphist (Townsville, 1954) =='''U'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''UMBACK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Ricky Charles Umback|Umback, Ricky Charles]] - early wireless historian (Ph.D. Thesis, 2016, "Constituting Australia's International Wireless Service: 1901-1922") [https://openresearch-repository.anu.edu.au/bitstream/1885/142647/1/Umback%20Thesis%202018.pdf] ===''UNDERWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Henry Underwood|Underwood, William Henry]] [https://www.familysearch.org/tree/person/details/GX6T-1XZ] - 1875(Eng)-1953(Qld) - Licences: 4DN Receive Brisbane (Clayfield, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: carpenter (Newstead, Qld, 1913-1915; Clayfield, Qld, 1916-1943); no occupation (Albion, Qld, 1943; Highgate Hill, Qld, 1949) ===''UNGER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Herbert Wilhelm Unger|Unger, A. H.]] - 19??(???)-????(???) - 2YRS Alectown (1980+), amateur operator (AOCP ????, 19??, No. ?? in NSW), amateur broadcaster, son of Herbert Wilhelm Carl Unger 2UJ * [[/Herbert Wilhelm Carl Unger|Unger, Herbert Wilhelm Carl or Herbert William Carl]] - 1911(???)-2012(NSW, 101yo) - 2UJ Alectown (1933-1980+), amateur operator (AOCP 1108, 1933, No. ?? in NSW), amateur broadcaster, father of A. H. Unger 2YRS ===''UNWIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John James Unwin|Unwin, John James "Jack"]] [https://www.familysearch.org/tree/person/details/GF4V-SKZ] - 1908(Eng)-1988(WA) - Licences: 6CB Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 - Electoral Rolls: salesman (Maylands, WA, 1931); radio mechanic (Maylands, WA, 1937); engineer (North Perth, WA, 1943-1954); assistant manager (Floreat Park, WA, 1958-1963); manager (Hopetoun, WA, 1968-1972); retired (Albany, WA, 1977-1980) ===''URQUHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Malcolm Stewart Urquhart|Urquhart, Malcolm Stewart]] [https://www.familysearch.org/tree/person/details/GZXT-5C3] - 1905(WA)-1967(WA) - Licences: 6MU Perth (Cottesloe, 1925-1939); 6MU Merredin (1946-1960); 6MU Perth (Cottesloe, 1965) - Qualifications: cc; AOCP 116, 1925, No. ?? in WA; BOCP 27, 1936; AOLCP 158, 1934; 2COCP 85, 1937; 1COCP 126, 1937 - amateur operator; amateur broadcaster; clerk (1931); broadcast technician (6MD, 1958); WW2 (1939-1945) - Electoral Rolls: clerk (Cottesloe, WA, 1931-1937); broadcast technician (Merredin, WA, 1943-1963) =='''V'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> ===''VALENTINE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lionel Keith Valentine|Valentine, Lionel Keith]] [https://www.familysearch.org/tree/person/details/GD1Z-ZVK] - 1916(Tas)-1961(Tas) - Licences: 7KV Hobart (Bellerive, 1933-1939) - Qualifications: cc; AOCP 1148, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: clerk (Bellerive, Tas, 1937; Acton, ACT, 1949); public servant (Hobart West, Tas, 1958) ===''VAN COUTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Robert Josephus Van Cooth|Van Cooth, John Robert Josephus]] [https://www.familysearch.org/tree/person/details/G8GN-6ZP] - 1908(Vic)-1936(Vic) - Licences: 3DX Receive Melbourne (East Malvern, 1922); 3DX Melbourne (East Malvern, 1923-1924) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: clerk (St Kilda West, 1931) ===''VARDON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Joseph Edwin Vardon|Vardon, Joseph Edwin]] [https://www.familysearch.org/tree/person/details/LV9V-VPR] - 1905(SA)-1970(SA) - Licences: Receive Adelaide (Unley, 1923-1924); 5OM Adelaide (Unley Park, 1927-1933) - Qualifications: cc; AOCP 329, 1927, No. ?? in SA - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: sales manager (Malvern, 1941-1943) ===''VAUGHAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edward Vaughan|Vaughan (also known as Hearps, change of name), David Edward]] [https://www.familysearch.org/tree/person/details/LYD2-HG5] - 1901(Vic)-1976(NSW) - Licences: 2FY Sydney (Lakemba, 1930-1969) - Qualifications: AOCP 665, 1930, NSW (Hearps); AOCP 1003, 1932, NSW (Vaughan) - amateur operator, amateur broadcaster - Electoral Rolls: labourer (Lakemba, 1930-1937); machinist (Lakemba, 1943-1972) ===''VEALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Pax Veall|Veall, Reginald Pax]] [https://www.familysearch.org/tree/person/details/GZL8-GR6] - 1918(Vic)-1942(NT) - Licences: 3PV Melbourne (St Kilda, 1937-1939) - Qualifications: AOCP 2050, 1937, No. ?? in Vic; 2COCP 274, 1939; 1COCP 375, 1940 - amateur operator, amateur broadcaster, WW2 (Merchant Navy, Wireless Officer, MV Neptuna) - Electoral Rolls: Nil - "Greater love hath no man than this" [http://www.ntlexhibit.nt.gov.au/exhibits/show/bod/roh/veall] ===''VEARS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Elwyn Thomas Vears|Vears, Elwyn Thomas]] [https://www.familysearch.org/tree/person/details/GHS1-C67] - 1901(NSW)-1960(NSW) - Licences: 2BM Leura (1922-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster - Electoral Rolls: accountant (Strathfield, 1930-1937; Burwood, 1943-1958)) ===''VERNON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Henry Vernon|Vernon, Charles Henry]] [https://www.familysearch.org/tree/person/details/G88V-18Z] - 1901(WA)-1964(WA) - Licences: 6KZ Albany (1930-1931); 6KZ Perth (Fremantle, 1933-1939); 3AMD Melbourne (Moonee Ponds, 1947); 6KZ Perth (Guildford, 1947-1948) - Qualifications: cc; AOCP 566, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: soldier (RAGA Forts, Albany, 1922-1931; Fremantle, 1936-1937; 9AAD, Guildford, 1949-1954); retired (Wagin, 1958; Morley, 1963) ===''VICKARY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Mervyn Vickary|Vickary, Reginald Mervyn "Reg"]] [https://www.familysearch.org/tree/person/details/G88K-CLP] - 1909(NSW)-1973(Qld) - Licences: 4RV Cunnamulla (1930-1933); 4RV Warwick (1936-1939); 4VX Brisbane (Gordon Park, 1965; The Grange, 1969) - Qualifications: cc; AOCP 702, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: shed hand (Cunnamulla, 1931); radio dealer (Warwick, 1937; Cunnamulla, 1943); shopkeeper (Toowoomba, 1949; Ekibin, 1954; Chermside, 1963; Grange, 1968-1972) ===''VICKERY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth James Vickery|Vickery, Kenneth James]] [https://www.familysearch.org/tree/person/details/GDQP-WMQ] - 1893(NSW)-1970(NSW) - Licences: 2RA Receive Sydney (Hurlstone Park, 1923); 2RA Sydney (Hurlstone Park, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: electrical fitter (Hurlstone Park, 1930-1933); electrician (West Ryde, 1935; Parkes, 1936; Uralla, 1943); farmer (North Richmond, 1949-1968) ===''VINCENT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Jack Vincent|Vincent, Jack]] [https://www.familysearch.org/tree/person/details/GZ64-7S8] - 1906(WA)-1980(WA) - Licences: 6DL Receive Kalgoorlie (1923-1924); 6VK Kalgoorlie (1925-1939) - Qualifications: cc; AOCP 59, 1925, No. ?? in WA - amateur receiver; amateur operator; amateur broadcaster; WW2 - Electoral Rolls: fitter & turner (Kalgoorlie, WA, 1931-1937); manufacturer (South Perth, WA, 1949-1963; Como, WA, 1972-1980) ===''VINING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Edward Vining|Vining, William Edward]] [https://www.familysearch.org/tree/person/details/GZR1-NLT] - 1906(Qld)-1977(Qld) - Licences: 4WE Brisbane (Nundah, 1926-1927) - Qualifications: cc; AOCP 277, 1926, No. 22 in Qld - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: carrier (Nundah, 1928-1931); motor driver (Mitchelton, 1934; Gaythorne, 1936); mechanic (Gayndah, 1943); telephone mechanic (Enoggera, 1949-1963); telephone technician (Enoggera, 1968-1977) ===''VIPAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alton Frederick Vipan|Vipan, Alton Frederick]] - 1890(NSW)-1946(NSW) - XHV Sydney (Petersham, 1913-1914), early wireless experimenter, amateur operator (pre AOCP, no record of AOCP, AOCP ??, 19??, No. ?? in NSW), ship wireless operator, AWA (Koo-we-rup, 1922) ===''VOIGT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Emil Robert Voigt|Voigt, Emil Robert]] [https://www.familysearch.org/tree/person/details/G88K-VV2] - 1883(Eng)-1973(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - 2KY Sydney, broadcast station manager; witness to Royal Commission 1927 (as chairman, NSW Labor wireless committee) - Relationships: father of Rion Osborne Voigt; grandfather of Robin Voigt - Electoral Rolls: secretary (Dee Why, 1930-1934); manager (Dee Why, 1935; Narrabeen, 1936) - Links: [https://adb.anu.edu.au/biography/voigt-emil-robert-8930 ADB]; [[w:Emil_Voigt_(athlete)|Wikipedia]]; [https://www.radioheritage.com/story70/ RHF] * [[/Rion Osborne Clifford Voigt|Voigt, Rion Osborne Clifford]] [https://www.familysearch.org/tree/person/details/G88K-L1V] - 1915(Eng)-1987(NSW) - Licences: Nil identified as yet - Qualifications: Nil identified as yet - broadcast industry executive, WW2 - Electoral Rolls: radio announcer (Narrabeen, 1937; Turramurra, 1963-1980) - Relationships: son of Emil Robert Voigt; father of Robin Voigt * [[/Robin Voigt|Voigt, Robin]] - historian (Emil Robert Voigt; 2KY) - Relationships: grandson of Emil Robert Voigt; son of Rion Osborne Clifford Voigt ===''VOLKMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Henry Oxford Volkman|Volkman, Reginald Henry Oxford]] [https://www.familysearch.org/tree/person/details/G4CV-7PH] - 1902(NSW)-1959(NSW) - Licences: 2RY Grafton (1924-1925); 2RY Scone (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: radio expert (Woollahra, 1930-1933) ===''VOWLES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Rupert Taylor Vowles|Vowles, Rupert Taylor]] [https://www.familysearch.org/tree/person/details/LKYT-FLF] - 1894(NSW)-1973(NSW) - Licences: XIZ Sydney (Burwood, 1913-1914); 2AW Receive Sydney (Burwood, 1922-1923); 2XZ Sydney (Concord, 1929-1931) - Qualifications: cc; AOCP 562, 1929, No. ?? in NSW - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: electrician (Concord, 1930-1972) =='''W'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> ===''WADDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ivon Edward Waddell|Waddell, Ivon Edward]] [https://www.familysearch.org/tree/person/details/G88S-H3S] - 1909(WA)-1943(Thailand/Singapore) - Licences: 6WX Albany (1929-1930); 6WX Katanning (1931) - Qualifications: cc; AOCP 561, 1929, No. ?? in WA - amateur operator; amateur broadcaster; WW2 (Army) - Electoral Rolls: postal clerk (Katanning, 1936; South Perth, 1937) - Sacrifice: "Greater love hath no man than this" - Links: [https://www.awm.gov.au/collection/P10298089 AWM] ===''WADDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/E. M. Waddle|Waddle, E. M.]] - 19??(???)-19??(???) - 4GZ Charters Towers (-1959+), amateur operator (AOCP ??, 19??, No. ?? in Qld) ===''WADDY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Richard William Mackie Waddy|Waddy, Richard William Mackie]] [https://www.familysearch.org/tree/person/details/LB62-5RP] - 1848(SA)-1933(SA) - senior state public servant (SA Post & Telegraphs Dept), senior federal public servant (Deputy Postmaster-General SA) ===''WADHAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kevin Wadham|Wadham, Kevin]] [https://www.familysearch.org/tree/person/details/GZZC-SBQ] - 1905(SA)-1970(SA) - Licences: 5KW Adelaide (Parkside, 1924-1927; Helmsdale, 1928; Da Costa Park, 1931; Glenelg, 1933; Adelaide, 1937; Glenelg, 1938-1939) - Qualifications: cc; AOCP 23, 1924, No. ?? in SA - amateur operator; amateur broadcaster; WIA SA (Councillor 1931; Hon. Treasurer, 1931); National Radio Corp (manager, 1938); Holdfast Bay Yacht Club (Vice-commodore, 1949) - Electoral Rolls: manager (Helmsdale, SA, 1939-1941; Da Costa Park, SA, 1943) ===''WAHL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Fripp Wahl|Wahl, Alan Fripp]] [https://www.familysearch.org/tree/person/details/GFMB-TD4] - 1918(WA)-2003(WA) - Licences: 6JB Perth (Leederville, 1938-1939, 1947-1960; Dianella, 1965-1980+) - Qualifications: cc; AOCP 2101, 1938, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: railway employee (Leederville, WA, 1943-1958); clerk (Dianella, WA, 1963-1980) ===''WALCH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alan Crosby Walch|Walch, Alan Crosby or Crosby Alan]] [https://www.familysearch.org/tree/person/details/GQC7-GSS] - 1907(NSW)-1979(Tas) - Licences: 7BI Receive Hobart (Bellerive, 1923); Receive Hobart (Bellerive, 1923-1925); 7CW Hobart (Bellerive, 1926-1927; Battery Point, 1931-1933; City, 1937; Sandy Bay, 1938-1939, 1946-1975) - Qualifications: cc; AOCP 231, 1926, No. ?? in Tas; BOCP 1, 1936; 1AOCP 16, 1946 - amateur receiver; amateur operator; amateur broadcaster - Electoral Rolls: radio expert (Hobart South, 1936-1954) ===''WALDRON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Gerard Waldron|Waldron, Francis Gerard "Frank"]] - broadcast planning engineer (PMGD, ABCB, P&TD, DoC) ===''WALKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Charles Walker|Walker, Arthur Charles]] [https://www.familysearch.org/tree/person/details/GXFY-L2V] - 1898(Qld)-1974(Qld) - Licences: 4AC Brisbane (Sandgate, 1927-1931) - Qualifications: cc; CPRT 699, 1922 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: newspaper carrier (Kangaroo Point, Qld, 1934-1937); carrier (Sandgate, Qld, 1943-1972) * [[/Charles Welsh Walker|Walker, Charles Welsh "Chas"]] [https://www.familysearch.org/tree/person/details/GXFR-19W] - 1899(NSW)-1961(Qld) - Licences: 4CU Receive Clifton (1923); 4CU Clifton (1924-1960); 4DQ Portable Clifton (1948-1960) - Qualifications: cc; AOCP 10, 1924, No. 2 in Qld - amateur operator; amateur broadcaster; motor mechanic; Walker's Radio Service (proprietor, 1930s-1950s) - Electoral Rolls: motor mechanic (Clifton, Qld, 1921-1958) * [[/Louis Edward Walker|Walker, Louis Edward]] [https://www.familysearch.org/tree/person/details/GSWB-L81] - 1864(Eng)-1934(At Sea) - Oversight of the 1906 Bass Strait link for Marconi Wireless Telegraphy Co * [[/Philip Billingsley Walker|Walker, Phillip Billingsley]] [https://www.familysearch.org/tree/person/details/MNF3-P9W] - 1840(Eng)-1900(NSW) - early wireless experimenter, employment (NSW Posts & Telegraphs, Superintendent of Telegraphs, Chief Electrician) * [[/Ronald Gregory Walker|Walker, Ronald Gregory "Gregory"]] [https://www.familysearch.org/tree/person/details/GDRP-GC6] - 1907(NSW)-1929(At Sea) - Licences: 7BT Receive Hobart (City, 1923); Receive Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; journalist (Hobart "Mercury"); film maker - Comment: Gone too soon - Electoral Rolls: journalist (Hobart South, 1928) - Links: [http://www.seafarersmemorial.org.au/memorials/walker_g.php Seafarer's Memorial] * [[/William Spencer Walker|Walker, William Spencer]] [https://www.familysearch.org/tree/person/details/KCF4-R77] - 1911(SA)-2004(SA) - Licences: 5WW Adelaide (Alberton, 1934-1939; West Croydon, 1947-1980+) - Qualifications: cc; AOCP 1305, 1934, SA; BOCP 444, 1942; TVOCP 274, 1960 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Alberton, SA, 1939); mechanic (West Croydon, SA, 1941-1943) ===''WALLACE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/C. W. Wallace|Wallace, C. W.]] - 19??(???)-19??(???) - Licences: 6CP Receive Perth (West Leederville, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * Wallace nee Geisel, Elizabeth Aileen "Betty" - See Geisel, Elizabeth Aileen "Betty" * [[/W. H. Wallace|Wallace, W. H.]] - 19??(???)-19??(???) - Licences: 6CS Receive Mundaring Weir (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WALLBRIDGE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leslie Walter Wallbridge|Wallbridge, Leslie Walter]] [https://www.familysearch.org/tree/person/details/LDMT-HKZ] - 1910(Eng)-1966(SA) - Licences: 5UX Adelaide (Lower Mitcham, 1930-1937); 5UX Peterborough (1938-1939); 5UX Kadina (1947-1948); 5UX Cook (1954-1955); 5UX Saddleworth (1956); 5UX Hawker (1960) - Qualifications: cc; AOCP 712, 1930, No. ?? in SA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: teacher (Peterborough, SA, 1939-1941; Rendelsham, SA, 1943; Alice Springs, NT, 1963) ===''WALLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Charles Wallis|Wallis, John Charles]] - 19??(???)-19??(???) - Licences: 7JW Longford (1932-1939, 1947) - Qualifications: cc; AOCP 893, 1932, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Burnie, 1928; Longford, 1936-1937) * Wallace, Florence Violet (adoptive name) - see Granville, Florence Violet (birth name) ===''WALSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Dunbar Walsh|Walsh, Harold Dunbar "Cordite"]] [https://www.familysearch.org/tree/person/details/G3W3-CT7] - 1903(Qld)-1951(Qld) - Licences: 4HW Brisbane (Hamilton, 1925-1931; Rocklea, 1946-1947)); 4WN Brisbane (Hamilton, 1927, dealer) - Qualifications: cc; AOCP 133, 1925, No 14 in Qld - amateur operator; amateur broadcaster; WW2 (RAAF); solicitor; pilot - Comment: Tragic end to a productive life - Electoral Rolls: clerk (Hamilton, 1925-1937); airline pilot (Moorooka, 1949) * [[/John Dallas Walsh|Walsh, John Dallas]] [https://www.familysearch.org/tree/person/details/GF4Y-B6X] - 1902(NSW)-1995(WA) - Licences: 6AT Receive Tutunup via Busselton (1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW2 (RAAF) - Electoral Rolls: teacher (Gooseberry Hill, WA, 1925; Ross Brook via Busselton, WA, 1925; South Cunderin, WA, 1931; Caron, WA, 1936-1937; Helena Valley, WA, 1943; Kellerberrin, WA, 1954); headmaster (Margaret River, WA, 1954); school teacher (Nannup, WA, 1958); teacher (Brunswick Junction, WA, 1963; Engadine, NSW, 1968-1980) ===''WALTERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Allan Walters|Walters, Charles Allan]] [https://www.familysearch.org/tree/person/details/G8CT-LBY] - 1910(Vic)-1947(Vic) - Licences: 3CW Melbourne (Thornbury, 1929-1933; Heidelburg, 1937-1939; Brunswick, 1946-1947) - Qualifications: AOCP 524, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: engineer (Northcote, 1931-1936; Heidelberg, 1937; Brunswick, 1942) * [[/Gerald Wills Walters|Walters, Gerald (Wills or Willis or blank)]] [https://www.familysearch.org/tree/person/details/GX7Y-1HZ] - 1886(Eng)-1956(Qld) - Licences: Nil yet identified - Qualifications: cc; CPRT 108, 1915; 2COCP 157, 1930; 1COCP 129, 1930 - RANRS (Warrant Telegraphist, 1917); WW1 - Electoral Rolls: wireless telegraphist (Currie, King Island, Tas, 1919; Darwin, NT, 1922); radio telegraphist (New Town, Tas, 1928); wireless officer (Radio Station, Thursday Island, Qld, 1936-1937); wireless (Gladesville, NSW, 1943); wireless telegraphist (Rockhampton, Qld, 1949-1954) ===''WALZ''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Edwyn Walz|Walz, Arthur Edwyn or Edgar]] [https://www.familysearch.org/tree/person/details/GM9T-LB3] - 1908(Qld)-2000(Qld) - Licences: 4AW Brisbane (Nundah, 1926-1939; Wavell Heights, 1946-1980+) - Qualifications: cc; AOCP 287, 1926, No. 26 in Qld - amateur operator; amateur broadcaster; plumber; radio repair business - Relationships: son of Conrad August Walz - Electoral Rolls: plumber (Nundah, 1934-1943); radio engineer (Wavell Heights, 1949-1980) * [[/Conrad August Walz|Walz, Conrad August]] [https://www.familysearch.org/tree/person/details/LRGZ-QF3] - 1882(Qld)-1951(Qld) - 4?? Brisbane, amateur operator (AOCP ???, 19??, No. ?? in Qld), plumber, farmer, father of 4AW Arthur Edwyn Walz ===''WARDLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sidney William Lumley Wardle|Wardle, Sidney William Lumley]] - 1911(Eng)-19??(???) - Licences: 2OU Woodford Leigh (1930-1935); 2OU Armidale (1936-1937); 2OU Sydney (Bellevue Hill, 1938-1939); 5OU Adelaide (Lockleys, 1946-1954); 2DID Berridale (1980) - Qualifications: AOCP 610, 1930, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: farm hand (Woodford Leigh, 1934-1935); technician (Bondi North, 1937; Woollahra, 1943); retired (Berridale, 1980) ===''WARING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Clarke Waring|Waring, Cecil Clarke]] [https://www.familysearch.org/tree/person/details/GQW4-V9F] - 1904(Vic)-1988(Vic) - Licences: 3CU Receive Melbourne (Canterbury, 1922-1924); 3YW Melbourne (Camberwell, 1929-1931; Canterbury, 1933; Kew, 1937); 3YW Rupanyup (1938-1939); 3YW Stawell (1946-1948); 3YW Warrnambool (1954-1980+) - Qualifications: AOCP 549, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: chemist (Canterbury, 1925-1928; Kew, 1931-1937; Stawell, 1942-1949; Warrnambool, 1954-1977) ===''WARNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Maurice Leslie George Warne|Warne, Maurice Leslie George]] [https://www.familysearch.org/tree/person/details/LYSP-LHY] - 1909(NSW)-1975(NSW) - Licences: 2MW Sydney (Croydon, 1926-1929) - Qualifications: AOCP 300, 1926, No. ?? in NSW - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: printer (Campsie, 1931-1934); radio mechanic (Campsie, 1936-1937); radio sales (Kogarah, 1943-1963); radio & TV technician (Arncliffe, 1968) ===''WARNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Geoffrey Albert Warner|Warner, Geoffrey Albert]] [https://www.familysearch.org/tree/person/details/G8V1-6NR] - 1914(NSW)-2007(NSW) - Licences: 2CK Wyong (1930-1939); 3ABW Fiskville (1947); 9GW Port Moresby (1948-1954); 2AVW Bringelly (1955-1958); 2CK Bringelly (1960-1969); 6EG Bassendean (1975); 2HJ Camden (1980+) - Qualifications: AOCP 710, 1930, NSW; 1COCP 60, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: wireless technician (Rockbank, Vic, 1942); technician (OTC Bringelly, 1958-1963); manager (Bassendean, 1977; Camden South, 1980) - callsign may have been withdrawn for 2CK Cessnock commercial (later restored) ===''WARNOCK''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Neil Bernard Warnock|Warnock, Neil Bernard]] [https://www.familysearch.org/tree/person/details/GZJ8-58G] - 1944(Vic)-2019(Vic) - broadcast operations engineer (PMGD, ABCB, P&TD, DoC) ===''WATERHOUSE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. G. Waterhouse|Waterhouse, A. G.]] - 19??(???)-19??(???) - Licences: XVV Adelaide (North Adelaide, 1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WATERS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George James Waters|Waters, George James]] [https://www.familysearch.org/tree/person/details/G8X9-S46] - 1902(Vic)-1931(Vic) - Licences: 3EX Receive Melbourne (Heathcote, 1922); 3XA Melbourne (East Prahran, 1930-1931) - Qualifications: AOCP 608, 1930, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified as yet - Comment: Passed too soon * [[/James Alfred Waters|Waters, James Alfred]] - 19??(???)-19??(???) - Licences: 7JA Hobart (Sandy Bay, 1936-1939) - Qualifications: cc; AOCP 1685, 1936, No. ?? in Tas - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Queensborough, 1936); teacher (Ringarooma, 1937); schoolteacher (Queensborough, 1943-1954) * [[/Leslie Waters|Waters, Leslie]] [https://www.familysearch.org/tree/person/details/G85N-TZB] - 1882(Eng)-1956(Qld) - Licences: 4AC Innisfail (1923-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster; engineer (Randell Engineering) - Electoral Rolls: watchmaker (Innisfail, 1919-1943); radio dealer (Innisfail, 1949) ===''WATERWORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Lindsay Carmel Waterworth|Waterworth, Lindsay Carmel "Joe"]] [https://www.familysearch.org/tree/person/details/G6YY-6M6] - 1892(Qld)-1969(Qld) - Licences: 4CL Rockhampton (1935-1939, 1946-1969) - Qualifications: cc; AOCP 1526, 1935, Qld - amateur operator; amateur broadcaster; WW1; WW2; federal public servant (PMGD, telegraphist) - Electoral Rolls: assistant (Charleville, Qld, 1921); telegraphist (Rockhampton, Qld, 1928-1968) ===''WATKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Andrew Paul Watkins|Watkins, Andrew Paul]] [https://www.familysearch.org/tree/person/details/GFQ9-RHP] - 1914(WA)-1965(NSW) - Licences: 6AW Perth (1936-1939) - Qualifications: cc; AOCP 1805, 1936, WA; BOCP 269, 1939; 1COCP 842, 1944 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Boulder, WA, 1937); radio mechanic (Geraldton, WA, 1943); radio technician (Cairns, Qld, 1949; Lakemba, NSW, 1954; Chullora, NSW, 1958-1963) * [[/William Trevor Watkins|Watkins, William Trevor "Trevor", "Watty"]] [https://www.familysearch.org/tree/person/details/LZKG-J4V] - 1899(Tas)-1931(Tas) - Licences: T336 Hobart (1920-1921); 7AA Hobart (1922-1925); 7DX Hobart (1925-1931) - Qualifications: cc; AOCP 107, 1925, No. ?? in Tas - amateur operator; amateur broadcaster - Withdrawal: PMGD withdrew 7AA callsign for their own use, electrician (Zinc Co., Hobart, 1922), wireless expert (Medhurst & Sons, Hobart, 1925) - Electoral Rolls: electrician (West Hobart, 1922-1928) - Comment: passed too soon ===''WATSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. A. Watson|Watson, A. A.]] - bef1910(???)-aft1930(???) - Licences: 2UT Sydney (Darlinghurst, 1927-1929) - Qualifications: AOCP 341, 1927, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: None as yet - Full name not yet identified * [[/Douglas Mervyn Watson|Watson, Douglas Mervyn]] [https://www.familysearch.org/tree/person/details/G6MG-FPY] - 1920(Tas)-1989(Tas) - Licences: 7DW Hobart (New Town, 1937-1939; City, 1946-1956; Lindisfarne, 1960-1980+) - Qualifications: cc; AOCP 1867, 1937, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrical mechanic (Hobart South, 1949-1954); mechanic (Lindisfarne, 1972) * [[/Herbert Leopold Watson|Watson, Herbert Leopold]] [https://www.familysearch.org/tree/person/details/G8ZP-JLK] - 1897(Vic)-1982(NSW) - Licences: 2OL Kiama (1929-1933); 2OL Unanderra (1935-1938); 2OL Woollongong (1939) - Qualifications: AOCP 545, 1929, No. ?? in NSW - amateur operator, amateur broadcaster, WW1, WW2 - Electoral Rolls: engineer (Kiama, 1930); electrical engineer (Unanderra, 1934-1937; Heidelberg, Vic, 1949); electrician (Ivanhoe, Vic, 1954); retired (Avalon Beach, 1968-1972; Mona Vale, 1977; Mosman, 1980) * [[/James David Watson|Watson, James David]] [https://www.familysearch.org/tree/person/details/G8F5-789] - 1910(Vic)-19??(???) - Licences: 3NQ Darlington via Camperdown (1930-1939); 2ANQ Albury (1946-1957) - Qualifications: AOCP 633, 1930, Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: electrical fitter (Darlington, 1931-1943); radio technician (Albury, 1949-1954) - Comment: Beware another JDW, labourer, Geelong, 1930s * [[/John Watson|Watson, John]] - 19??(???)-19??(???) - Licences: 6CR Receive Perth (Victoria Park, 1923-1924) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil, as yet, specific individual not yet identified * [[/Samuel Wilfred Watson|Watson, Samuel Wilfred or Wilfred Samuel]] [https://www.familysearch.org/tree/person/details/GXY5-LXP] - 1906(Eng)-1998(WA) - Licences: 6WW Perth (West Perth, 1930-1939, 1948-1969); 6WW Shoalwater Bay (1975); 6WW Cardup (1980) - Qualifications: cc; 1COCP 189, 1931 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: wireless operator (West Perth, WA, 1931-1972); retired (Shoalwater Bay, WA, 1977; Cardup, WA, 1980) * [[/William Wesley Watson|Watson, William Wesley]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: radio telegraphist (Hobart South, 1949) ===''WATT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alexander Watt|Watt, Alexander]] [https://www.familysearch.org/tree/person/details/GDRK-4B7] - 1901(Sct)-1985(Tas) - Licences: 7BO Receive Prince of Wales Bay (1923); Receive Prince of Wales Bay (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: clerk (Prince of Wales Bay, 1922-1928); accountant (New Town, 1936-1949; Moonah, 1954) * [[/Arthur William Watt|Watt, Arthur William]] - 19??(???)-19??(???) - 4?? Brisbane, amateur operator (AOCP ??, 19??, No. ?? in NSW), amateur broadcaster, journalist (Wireless Weekly) * [[/Charles Russell Watt|Watt, Charles Russell]] [https://www.familysearch.org/tree/person/details/GZV7-JFH] - 1904(Eng)-1993(NSW) - 2WT Tenterfield (1925-1975+), amateur operator (AOCP 184, 1925, No. ?? in NSW), amateur broadcaster, grazier (Tenterfield, 1930-1980) ===''WATTERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. Watterson|Watterson, W.]] - 19??(???)-19??(???) - Licences: 6BZ Receive Perth (Maylands, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified ===''WAUCHOPE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Wylie Wauchope|Wauchope, Ronald Wylie]] [https://www.familysearch.org/tree/person/details/LH6X-QJR] - 1914(SA)-1933(SA)19yo - Licences: 5WE Adelaide (Maylands, 1933) - Qualifications: cc; AOCP 1086, 1933, SA - amateur operator; amateur broadcaster - Comment: Passed too soon, 19yo - Electoral Rolls: Nil yet identified ===''WEATHERLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harry William Elsdon Weatherley|Weatherley, Harry William Elsdon]] [https://www.familysearch.org/tree/person/details/LTBF-1HC] - 1921(Vic)-2006(Vic) - prominent MW and SW broadcast DXer (1940-1990), clubs (Australian Radio DX Club, New Zealand Radio DX League, New Zealand DX Radio Association, Southern Cross DX Club, DX Australia - Chief Editor, Ontario DX Club), ANARC DXer of the year - metallurgist (Auburn, 1949-1954); technician (Mount Waverley, 1963-1972); retired (Mount Waverley, 1980) * [[/Herb J. Weatherley|Weatherley, Herb J.]] - 19??(???)-19??(???) - 4HW Clifton (-1951+), amateur operator (AOCP ??, 19??, No. ?? in Qld), callsign formerly Harold Dunbar Walsh ===''WEATHERSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/W. A. Weatherson|Weatherson, W. A.]] - 19??(???)-19??(???) - Licences: 3AB Melbourne (East St Kilda, 1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Identification: Not yet identified - Electoral Rolls: Nil yet identified ===''WEATHERSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Stewart Weatherston|Weatherston, William Stewart]] [https://www.familysearch.org/tree/person/details/G8LZ-2KF] - 1905(WA)-1942(Sing) - Licences: 3AB Melbourne (East St Kilda, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1927); salesman (St Kilda, 1931; Forrest, ACT, 1935; Newtown, 1943!) - Sacrifice: "Greater love hath no man than this" ===''WEBSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Frank James Webster|Webster, Frank James]] [https://www.familysearch.org/tree/person/details/GF73-5KV] - 1908(Eng)-19??(WA) - Licences: 6FW Perth (Victoria Park, 1932-1933) - Qualifications: cc; AOCP 1039, 1932, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Victoria Park, WA, 1931-1943); plasterer (Perth, WA, 1954-1963; Victoria Park, WA, 1968-1972); retired (Fremantle, WA, 1977-1980) * [[/Harold Charles Webster|Webster, Harold Charles]] [https://www.familysearch.org/tree/person/details/KCRM-31P] - 1876(Tas)-1923(Tas) - Licences: Receive (Crystal Hobart (City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver; WW1 - Electoral Rolls: photographer (Launceston, 1914); clerk (Hobart North, 1922) * [[/William Webster|Webster, William]] [https://www.familysearch.org/tree/person/details/GZJD-D94] - 1860(Eng)-1936(NSW) - senior federal politician (Postmaster-General, 1915-1920), played prominent part in the Postal Royal Commission ===''WEDDELL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/James Austin Weddell|Weddell, James Austin]] [https://www.familysearch.org/tree/person/details/GXK9-SYF] - 1914(SA)-2005(NSW) - Licences: 5ZL Adelaide (Reade Park, 1935-1939) - Qualifications: cc; AOCP 1595, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Col Light Gardens, SA, 1939-1943); RAAF (Albert Park, Vic, 1949; Auburn, Vic, 1954); RAAF officer (Richmond, NSW, 1958); RAAF (Red Hill, ACT, 1963); not stated (Red Hill, ACT, 1968-1972); RAAF (Red Hill, ACT, 1977-1980) * [[/John Arthur Weddell|Weddell, John Arthur]] [https://www.familysearch.org/tree/person/details/GXKM-KVK] - 1926(Qld)-19??(???) - Licences: 4FT Brisbane (Zillmere, 1954-1960); 2ZM Glenbrook (1961); 4FT Brisbane (Sandgate North, 1965-1969); 2BFT Sydney (Clovelly, 1975-1980) - Qualifications: cc; AOCP 3172, 1951, Qld - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Annerley, Qld, 1949; Zillmere, Qld, 1954-1958; Sandgate, Qld, 1963-1968); technician (Marrickville, NSW, 1972; Clovelly, NSW, 1977-1980) ===''WEDGEWOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Donald Wedgewood|Wedgewood, William Donald]] [https://www.familysearch.org/tree/person/details/GDLV-GM8] - 1901(Qld)-1974(NSW) - Licences: N741 Receive NSW - Qualifications: cc; CPRT 692, 1922; 2COCP 49, 1935 - amateur operator; amateur broadcaster; WW1 - Electoral Rolls: boarder (Sutton Coalfield, Eng, 1911); manufacturer (Glenmore, 1930-1936); aviator (Nedlands, WA, 1937); farmer (Moruya, 1949-1954); greenkeeper (Brisbane, 1958); public servant (Hornsby, 1963-1972) ===''WEEKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/H. L. Weeks|Weeks, H. L.]] - 19??-19?? - Licences: 4CJ Receive Currumbin (1922) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: - Identification: Not yet identified ===''WEISS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Wilfred George Weiss|Weiss, Wilfred George]] [https://www.familysearch.org/tree/person/details/G8V9-7NP] - 1912(NSW)-1982(NSW) - Licences: 2TV Sydney (Croydon Park, 1960-1961; Strathfield, 1965); 2TV Ettalong Beach (1975-1980+) - Qualifications: AOCP 670, 1930, NSW - amateur operator, amateur broadcaster - Electoral Rolls: grocer (Lithgow, 1934-1937); storekeeper (Lithgow, 1943); silk screen craftsman (Croydon Park, 1949-1958); retired (Strathfield, 1963-1968; Ettalong Beach, 1972; Ettalong, 1977) ===''WELLER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Arthur Martin Weller|Weller, Cyril Arthur Martin "Sam"]] [https://www.familysearch.org/tree/person/details/GZTQ-WXH] - 1903(???)-1994(Qld) - Licences: 4CZ Brisbane (Clayfield, 1938-1939, 1946-1980+) - Qualifications: AOCP 2160, 1938, Qld - amateur operator, amateur broadcaster, Radio Club (WIAQ, Brisbane DX Club), power station engineer, education (ME, UQ) - Electoral Rolls: student (Windsor, 1925); engineer (Wilston, 1925-1928; Camp Hill, 1934-1943; Clayfield, 1949-1972; Albion, 1977) ===''WELLING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Thomas Welling|Welling, Thomas]] [https://www.familysearch.org/tree/person/details/LLHB-KQZ] - 1898(Eng)-1960(SA) - Licences: 5TW Adelaide (North Adelaide, 1937); 5TW Mt Gambier (1938-1939, 1947-1960) - Qualifications: cc; 2COCP 179, 1930; 1COCP 81, 1936 - amateur operator; amateur broadcaster - Electoral Rolls: wireless engineer (Mt Gambier, SA, 1939-1941); wireless technician (Mt Gambier, SA, 1943) ===''WELLINGTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Stanley Hudson Wellington|Wellington, Stanley Hudson]] [https://www.familysearch.org/tree/person/details/LB84-47Y] - 1909(Tas)-1981(NSW) - Licences: 7PK Hobart (New Town, 1932-1933); 3SX Melbourne (Brighton, 1937-1939) - Qualifications: cc; AOCP 1002, 1932, No. ?? in Tas; AOLCP 117, 1933 - amateur operator; amateur broadcaster - Electoral Rolls: representative (Caulfield, 1936); chemist (Brighton, Vic, 1937-1942); manager (Mosman, 1949-1980) ===''WELLMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leo Joseph Wellman|Wellman, Leo Joseph]] [https://www.familysearch.org/tree/person/details/L1SW-R9S] - 1898(NSW)-1965(NSW) - 2PS Receive Sydney (Marrickville, 1923), 2LW Sydney (Marrickville, 1925-1928), amateur operator (AOCP 117, 1925, No. ?? in NSW), amateur broadcaster ===''WELSH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Claud William Welsh|Welsh, Claude or Claud William]] [https://www.familysearch.org/tree/person/details/GZPH-WS4] - 1914(Qld)-1988(Qld) - Licences: 4CW Warwick (1937-1939); 4DK Mackay (1975-1980+) - Qualifications: cc; AOCP 1982, 1937, Qld - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: labourer (Warwick, Qld, 1937-1943); engineer (Kew, Vic, 1943); radio technician (Warwick, Qld, 1958; Mackay, Qld, 1958); technician (Mackay, Qld, 1963); radio technician (Mackay, Qld, 1968-1980) ===''WERNER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Allan John Werner|Werner, Allan John or Alan John (electoral rolls)]] [https://www.familysearch.org/tree/person/details/GFC9-YX5] - 1907(WA)-1970(WA) - Licences: 6CV Receive Perth (Mt Lawley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farmer (Karnup, WA, 1931-1937); fitter (Kwinana Beach, WA, 1943-1954; North Perth, WA, 1958-1968) ===''WERRETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Errol Limbrick Werrett|Werrett, Errol Limbrick]] [https://www.familysearch.org/tree/person/details/G8SK-FMH] - 1908(Tas)-1974(Eng) - Licences: Receive (Crystal) Hampshire (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: farm worker (Hampshire, 1936-1937); fitter (South Melbourne, 1943); engineer (Caulfield, 1949-1968; Balaclava, 1972) ===''WESTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cyril Frederick Shorter Weston|Weston, Cyril Frederick Shorter]] [https://www.familysearch.org/tree/person/details/GZVJ-FXY] - 1905(Eng)-1988(NSW) - Licences: 4EN Receive Clermont (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: telephone mechanic (Kedron, 1928); Christian worker (Darlinghurst, 1934); grocer (Oatley, 1943); agriculturalist (Ourimbah, 1949); salesman (Paekhurst, 1963-1980); retired (Charmhaven, 1980) * [[/George James Weston|Weston, George James]] [https://www.familysearch.org/tree/person/details/GXQ3-Y8Q] - 1868(Eng)-1939(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 702, 1922 - RANRS (Radio Lieutenant) - Comment: Several contemporaneous GJWs - Electoral Rolls: telegraph operator (Albany, 1903); civil servant (Kalgoorlie, WA, 1910-1912); civil servant (Wireless Station, Carlingford, NSW, 1913); sailor (Toorak, 1919); naval officer (Elsternwick, 1919); civil servant (Auburn, Vic, 1922); wireless engineer (Auburn, Vic, 1924-1927); retired engineer (Upwey, 1931-1937) * [[/Robert Marcus Hamilton Weston|Weston, Robert Marcus Hamilton "Mark"]] [https://www.familysearch.org/tree/person/details/GX8K-KW6] - 1915(NSW)-1995(NSW) - Licences: 4XO Bundaberg (1938-1939); 2WE Sydney (Lidcombe, 1946-1947); 2AWE Sydney (Kingsford, 1955; Kensington, 1956-1957); 2AYK Sydney (Kensington, 1957; Kingsford, 1958-1961); 2CM Sydney (Dolls Point, 1964-1980) - Qualifications: cc; AOCP 2076, 1938, Qld; 2COCP 386, 1940; 1COCP 581, 1942 - amateur operator; amateur broadcaster; ship wireless officer; wireless officer (QANTAS) - Relationships: husband of 2MR Verle Lorraine Weston nee Key(s) - Electoral Rolls: marine wireless operator (Auchenflower, Qld, 1943); radio operator (Blakehurst, NSW, 1949; Kingsford, NSW, 1954-1963; Sans Souci, NSW, 1968-1980) * [[/Verle Lorraine Keys|Weston nee Key(s), Verle Lorraine]] - 1934(???)-1985(NSW) - 2MR Sydney (Dolls Point, 1964-1980), YL amateur operator (AOCP ???, 1964, No. ?? in Qld), wife of Robert Marcus Hamilton Weston 2CM * [[/William Wood Weston|Weston or Wehrstedt, William Wood]] [https://www.familysearch.org/tree/person/details/GDPG-KBQ] - 1912(WA)-1953(WA) - Licences: 6MW Perth (Nedlands, 1935-1939; North Beach, 1947-1948) - Qualifications: cc; AOCP 1465, 1935, WA; BOCP 596, 1944 - amateur operator; amateur broadcaster - Comment: Further clarification of identification required - Electoral Rolls: assistant operator (Subiaco, WA, 1936-1937); operator (Leederville, WA, 1943-1954; North Perth, WA, 1958-1968; Leederville, WA, 1972-1977) ===''WHALLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Rupert Percy Whalley|Whalley, Rupert Percy]] [https://www.familysearch.org/tree/person/details/GZGZ-CV3] - 1894(Vic)-1969(Vic) - Licences: 3JZ Receive Melbourne (Sandringham, 1922); 3JZ Melbourne (Sandringham, 1923-1927); 3JZ Myrtleford (1937-1939); 3JZ Wangaratta (1946-1948); 3JZ Melbourne (Blackburn, 1954-1969) - Qualifications: cc; AOCP 238, 1926, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: builder (Sandringham, 1919-1925); farmer (Myrtleford, 1927-1942); tobacco grower (Wangaratta, 1949); foreman (Blackburn, 1954-1968) - Relationships: father of 3ZWZ Robert Kelvin Whalley ===''WHEELER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Harry Winslow Wheeler|Wheeler, Harry Winslow]] [https://www.familysearch.org/tree/person/details/GCBC-BYC] - 1910(SA)-1990(SA) - Licences: 5FB Adelaide (Eden Hills, 1927-1928); 5HW Adelaide (Eden Hills, 1933-1939) - Qualifications: AOCP 371, 1927, No. ?? in SA - amateur operator; amateur broadcaster; military (WW2, RAAF, DFC) - Electoral Rolls: chemist (Eden Hills, SA, 1939-1943); lecturer (Kalgoorlie, WA, 1954-1968) * [[/Victor George Wheeler|Wheeler, Victor George]] [https://www.familysearch.org/tree/person/details/GW4Z-FGL] - 1897(Eng)-1976(NZ) - Licences: Nil yet identified - Qualifications: cc; Nil yet identified - RANRS; coastal wireless operator; WW1; VIZ Roebourne (1917-1918) - Electoral Rolls: electric mechanic (Roebourne, 1917-1922); manager (Fremantle, 1925) ===''WHITAKER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Thomas Whitaker|Whitaker, Albert Thomas]] [https://www.familysearch.org/tree/person/details/LKKW-5DB] - 1895(NSW)-1960(NSW) - Licences: 2OI Receive Sydney (Banksia, 1923); 2OI Sydney (Banksia, 1923-1925) - Qualifications: Nil yet identified - amateur operator; amateur broadcaster; WW1; WW2 - Electoral Rolls: labourer (Rockdale, 1930; Banksia, 1933-1934); builder (Banksia, 1937-1949); instructor (Mount Colah, 1954-1958) ===''WHITBURN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Douglas Roy Whitburn|Whitburn, Douglas Roy "Doug"]] [https://www.familysearch.org/tree/person/details/LZT2-3JX] - 1904(SA)-1958(SA) - Licences: 5BY Adelaide (Toorak, 1927-1931; Fullarton, 1933-1939; Rosefield, 1946-1947; Fullarton, 1948-1956) - Qualifications: cc; AOCP 312, 1927, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: salesman (Rosefield, 1943) * [[/Robert Philip Whitburn|Whitburn, Robert Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GZBF-5XB] - 1896(NSW)-1991(NSW)94yo - Licences: XACJ Sydney (Leichhardt, 1913-1914); 2DK Receive Sydney (Leichhardt, 1922); 2DK Sydney (Leichhardt, 1923-1926) - Qualifications: cc; Nil yet identified - early wireless experimenter; amateur operator; amateur broadcaster - Electoral Rolls: chairmaker (Leichhardt, 1930-1968); retired (West Ryde, 1972-1980) ===''WHITE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Alfred Matthews White|White, Alfred Matthews]] - 1894(Eng)-1981(Qld) - Licences: 4CX Receive Winton (1923) - Qualifications: cc; Nil identified as yet - amateur receiver; WW1 - Electoral Rolls: grazier (Tranby, Winton, 1915-1958); retired (Buderim, Qld, 1963-1980) * [[/Charles Robert White|White, Charles Robert]] [https://www.familysearch.org/tree/person/details/GXLC-S5H] - 1911(SA)-1986(Vic) - Licences: 5MX Adelaide (Kilkenny, 1931-1939) - Qualifications: cc; AOCP 802, 1931, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Edwin Harold White|White, Edwin Harold "Eddie"]] [https://www.familysearch.org/tree/person/details/GZTQ-QGH] - 1911(Qld)-1997(Qld) - Licences: 4EW Brisbane (Red Hill, 1933-1939); 4EW Mackay (1946-1950); 4EW Brisbane (Red Hill, 1954-1956); 5OW & 8OW Darwin (1956-1963); 4OW Brisbane (Red Hill, 1963-1965); 4OW Mt Isa (1969); 4OW Brisbane (Red Hill, 1975) - Qualifications: cc; AOCP 1141, 1933, No. ?? in Qld; 1COCP 250, 1939 - amateur operator; amateur broadcaster; radio clubs (WIAQ, Gold Coast ARC); military (WW2, Fortress Signals); federal public servant (DCA) - Electoral Rolls: compositor (Red Hill, 1934-1936); radio technician (Longreach, 1937); aeradio operator (Cloncurry, 1943; Mackay, 1949); communications officer (Archerfield, 1954); public servant (Red Hill, 1963; Mt Isa, 1968; Red Hill, 1972-1980) * [[/Frank Philip White|White, Frank Philip or Phillip]] [https://www.familysearch.org/tree/person/details/GXSJ-9NF] - 1892(Eng)-19??(???) - Licences: Nil yet identified - Qualifications: cc; CPRT 189, 1916 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIM Melbourne (1917-1918) - Electoral Rolls: Nil yet identified * [[/Frank Roy White|White, Frank Roy]] [https://www.familysearch.org/tree/person/details/GD4P-LVT] - 1911(NSW)-1994(???) - Licences: Nil yet identified - Qualifications: cc; 2COCP 5, 1934; 1COCP 12, 1934 - beam wireless operator (AWA); WW2 - Electoral Rolls: clerk (West Ryde, 1933-1935); telegraphist (Roseville, 1936-1937; Ryde, 1943-1968) * [[/J. L. White|White, J. L.]] - 19??(???)-19??(???) - Licences: 6JL via Brass Valley (1927) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified ===''WHITELAW''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Charles Roy Whitelaw|Whitelaw, Charles Roy]] [https://www.familysearch.org/tree/person/details/99WD-7NY] - 1891(Vic)-1957(Vic) - Licences: XMO Melbourne (Rosedale, 1913-1914); 3BH Melbourne (Mooroolbark, 1923-1925); 3BH Stawell (1925); 3BH Benalla (1925-1927); 3BH Melbourne (Mitcham, 1931); 3BH Woomelang (1933); 3BH Melbourne (Mornington 1937-1939); 3BH (Harrisfield, 1946-1947; Dandenong, 1948; Noble Park, 1954-1955; Boronia, 1956) - Qualifications: cc; AOCP 87, 1925, No. ?? in Vic - early wireless experimenter; amateur operator; amateur broadcaster; fire brigade and railway stationmaster; WW1 (AFC, Wireless Operator, 1917) - Electoral Rolls: railway employee (Creswick, 1914); assistant stationmaster (Ravenswood, 1919); stationmaster (Mooroolbark, 1922-1924); railway employee (Timboon, 1925); stationmaster (Benalla, 1925-1927; Mitcham, 1931; Euroa, 1942; Harrisfield, 1949-1954) ===''WHITING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Reginald Ambrose Whiting|Whiting, Reginald Ambrose]] [https://www.familysearch.org/tree/person/details/GXR6-XDQ] - 1911(SA)-1981(Vic) - Licences: 5MC Adelaide (Torrensville, 1932-1933); 3MZ Melbourne (East Preston, 1947-1980+) - Qualifications: cc; AOCP 988, 1932, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: fitter (South Yarra, Vic, 1934; Essendon, Vic, 1937); fitter & turner (Preston, Vic, 1942-1968); fitter (Preston, Vic, 1972-1980) ===''WHITLAM''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward Gough Whitlam|Whitlam, Edward Gough "Gough"]] [https://www.familysearch.org/tree/person/details/L5VH-8BJ] - 1916(Vic)-2014(NSW) - Prime Minister (1972-1975), WW2 (RAAF, Flight Lieutenant, navigator & bomb aimer, 1942-1945) - Electoral Rolls: student (Glebe, 1943); barrister (Cronulla, 1949; Cabramatta, 1958-1963; Red Hill, 1977; Double Bay, 1980) - executive oversight of the introduction of community radio in Australia - Links: [[w:Gough Whitlam|Wikipedia]] * [[/Lewis Alfred John Whitlam|Whitlam, Lewis Alfred John]] [https://www.familysearch.org/tree/person/details/LYY1-BBB] - 1904(Qld)-1977(Qld) - Licences: Receive (Crystal) Brisbane (Brisbane City, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: engineer's assistant (Brisbane City, Qld, 1931-1937); electrical engineer (Windsor, Qld, 1943-1968); engineer (Windsor, Qld, 1972-1977) ===''WICKS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/C. Wicks|Wicks, C.]] - 18??(???)-19??(???) - Licences: XQK Brisbane (South Brisbane) (1913) - Qualifications: cc; Nil yet identified - early wireless experimenter - Electoral Rolls: Nil yet identified ===''WILDMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Cyril George Wildman|Wildman, Cyril George]] [https://www.familysearch.org/tree/person/details/GMG3-GNP] - 1900(Vic)-1982(Vic) - Licences: 3FM Melbourne (Northcote, 1930-1931; Moreland, 1933-1939, 1946-1948; East Brunswick, 1954-1980+) - Qualifications: AOCP 624, 1930, No. ?? in Vic; BOCP 422, 1942 - amateur operator, amateur broadcaster - Electoral Rolls: electrician (South Melbourne, 1927; Fitzroy North, 1931; Coburg, 1934-1942); electrical engineer (Brunswick East, 1977-1980) ===''WILKIN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/John Winstanley Wilkin|Wilkin, John Winstanley]] [https://www.familysearch.org/tree/person/details/L6LX-1P7] - 1891(NZ)-1967(SA) - Licences: 5JW Adelaide (North Adelaide, 1928; Osmond, 1931; Glen Osmond, 1933; North Walkerville, 1937-1938) - Qualifications: cc; Nil yet identified; likely qualified in NZ - amateur operator; amateur broadcaster - Electoral Rolls: manager (Toorak, SA, 1939-1943) ===''WILKINS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Arthur Wilkins|Wilkins, Arthur]] - 19??(???)-19??(???) - Licences: 3AW Melbourne (Murrumbeena, 1927; East St Kilda, 1931) - Qualifications: AOCP 375, 1927, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: - several contemporaneous Arthur Wilkins, specific to be identified ===''WILKINSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Angus Wilkinson|Wilkinson, Dudley Angus]] [https://www.familysearch.org/tree/person/details/LR41-Q53] - 1919(SA)-1988(SA) - Licences: 5WD Adelaide (Frewville, 1935-1939; College Park, 1947-1948) - Qualifications: cc; AOCP 1455, 1935, SA; BOCP 182, 1938; 1COCP 284, 1939 - amateur operator; amateur broadcaster - Electoral Rolls: radio technician (Hawthorn, SA, 1941; Ballarat, Vic, 1942) ===''WILLIAMS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Williams|Williams, Albert Edward]] - 19??(???)-19??(???) - Licences: 5BO Adelaide (Unley, 1930-1931); 5BO Adelaide (Ottaway, 1946-1975) - Qualifications: cc; AOCP 659, 1930, No. ?? in SA - amateur operator; amateur broadcaster - Electoral Rolls: - several contemporaneous AEWs in SA * [[/Alex Elisha Williams|Williams, Alex Elisha]] [https://www.familysearch.org/tree/person/details/G8JC-RN9] - 1913(Vic)-1981(Vic) - Licences: 3KT Melbourne (Elsternwick, 1933-1939) - Qualifications: AOCP 1062, 1932, Vic - amateur operator, amateur broadcaster - Electoral Rolls: fitter (Elsternwick, 1936-1937; Camberwell, 1943-1949; Highfield Park, 1954); school teacher (Frankston, 1967-1968); teacher (Frankston, 1972-1980) * [[/Alfred Keith Williams|Williams, Alfred Keith]] [https://www.familysearch.org/tree/person/details/G8C3-3SS] - 1905(WA)-1932(WA) - Licences: 6AW Collie (1929-1931) - Qualifications: cc; AOCP 502, 1929, No. ?? in WA - amateur operator; amateur broadcaster - Comment: Gone too soon - Electoral Rolls: picture S. operator (Collie, 1930) * [[/Ernest Arthur Williams|Williams, Ernest Arthur]] [https://www.familysearch.org/tree/person/details/LKNS-QYG] - 1888(NSW)-1968(NSW) - Licences: 2QY Receive Wollongong (1923); 2QY Wollongong (1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: plumber (Wollongong, 1913, 1930-1958); retired (Wollongong, 1968) * [[/Harold Parkyn Williams|Williams, Harold Parkyn]] [https://www.familysearch.org/tree/person/details/G7CW-DGX] - 1881(Qld)-1933(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - first general manager of ABC - Electoral Rolls: - Links: [https://adb.anu.edu.au/biography/williams-harold-parkyn-9112 ADB] * [[/J. E. Williams|Williams, J. E.]] - 19??(???)-19??(???) - Licences: 4DQ Receive Brisbane (Annerley, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Comment: many contemporaneous JEWs - Electoral Rolls: Nil yet identified * [[/John Henry Williams|Williams, John Henry Jnr "Johnny" "Jack"]] [https://www.familysearch.org/tree/person/details/MP3D-8NG] - 1880(Qld)-1953(Qld) - Licences: 4JH Mackay (1929-1931) - Qualifications: cc; AOCP 507, 1929, No ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: iron monger? (Mackay, 1925-1943) - established commercial broadcaster 4MK Mackay 1931 * [[/Leslie Samuel Barnes Williams|Williams, Leslie Samuel Barnes]] [https://www.familysearch.org/tree/person/details/G8F2-X56] - 1896(Qld)-1974(Qld) - Licences: 4LS Brisbane (Indooroopilly, 1930-1933); 4LS Toogoolawah (1937-1939) - Qualifications: cc; AOCP 630, 1930, Qld - amateur operator, amateur broadcaster - Electoral Rolls: naval signalman (Cape Moreton, 1917-1922); saddler (Indooroopilly, 1925-1931); boot repairer (Toogoolawah, 1934-1958); retired (Taringa, 1963-1972) * [[/Neville Williams|Williams, Neville]] - 1915(NSW)-1996(NSW) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: - Links: [http://messui.polygonal-moogle.com/valves/NW199701.pdf EA] ===''WILLIAMSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Cecil Joseph Augustine Williamson|Williamson, Cecil Joseph Augustine]] [https://www.familysearch.org/tree/person/details/K879-9HC] - 1925(NSW)-1973(NSW) - Licences: 2CW Yass (1929-1931); 2ALS Yass (1939, 1946-1954) - Qualifications: AOCP 525, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: radio dealer (Yass, 1930-1949); farmer (Trundle, 1949); mechanic (Orange, 1954-1972) * [[/Frederick Lerpiniere Williamson|Williamson, Frederick Lerpiniere]][https://www.familysearch.org/tree/person/details/LB6L-GCH] - 1896(SA)-1976(SA) - Licences: 5AH Receive Adelaide (Kent Town, 1922); 5AH Adelaide (Kent Town, 1922-1927; Collinswood, 1928, 1948-1955); also dealer licence 5BT Adelaide 1925-1926 for Kauper, Austin & Williamson - Qualifications: cc; AOCP 22, 1924, No. ?? in SA; BOCP 284, 1940 - amateur operator; amateur broadcaster - Electoral Rolls: Nil yet identified * [[/Hubert Gordon Williamson|Williamson, Hubert Gordon]] [https://www.familysearch.org/tree/person/details/LH7J-YQP] - 1907(Vic)-1995(Vic) - 3GW Rainbow (1927-1939, 1946-1960), 3GW Lalor (1965-1969), 3GW Melbourne (East Doncaster, 1975-1980), 3GH Rainbow (1937-1939), amateur operator (AOCP 342, 1927, No. ?? in Vic), (1COCP 593, 1942), amateur broadcaster * Williamson nee Hutchings, Marjorie Lilian - See Marjorie Lilian Hutchings ===''WILLIS''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Oliver Willis|Willis, Harold Oliver]] [https://www.familysearch.org/tree/person/details/G8VS-NLZ] - 1898(Vic)-1976(WA) - Licences: 6OW Perth (South Fremantle, 1930-1931); 6AM Perth (South Fremantle, 1933); 6HW Perth (South Fremantle, 1937-1939, 1946-1954) - Qualifications: cc; AOCP 675, 1930, No. ?? in WA - amateur operator; amateur broadcaster - Electoral Rolls: baker (South Fremantle, 1925-1968) ===''WILLMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILMOTT * [[/Thomas Robert Willmott|Willmott or Wilmot, Thomas Robert]] [https://www.familysearch.org/tree/person/details/GZD6-TB4] - 1886(NSW)-1947(NSW) - Licences: 2BR Receive South Grafton (1922); 2ZO South Grafton (1923-1931) - Qualifications: cc; AOCP 48, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Electoral Rolls: farmer (Grafton South, 1930-1943) ===''WILLOUGHBY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Eric Lancelot Willoughby|Willoughby, Eric Lancelot]] [https://www.familysearch.org/tree/person/details/LR88-Q5X] - 1912(SA)-19??(???) - Licences: 5BM Adelaide (Penrhyn, 1932-1939); 5GO Adelaide (Unley, 1948); 3FB Noojee (1954-1956); 3FB Neerim Junction (1960); 4EW Booval (1965-1980+) - Qualifications: cc; AOCP 1035, 1932, SA - amateur operator; amateur broadcaster - Electoral Rolls: no occupation (Penrhyn, SA, 1939-1943); farmer (Noojee, Vic, 1949-1954); PMG Linesman (Booval, Qld, 1963-1968); PMG (Booval, Qld, 1972-1977) ===''WILMOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> See also - WILLMOTT * [[/John Henry Wilmott|Wilmott, John Henry]] [https://www.familysearch.org/tree/person/details/GFQY-PTR] - 1914(WA)-2003(NSW) - Licences: 6JW Perth (Como, 1934-1939); 2AJX Sydney (Lindfield, 1975); 2AJX Bathurst (1980) - Qualifications: cc; AOCP 1345, 1934, WA; 1COCP 170, 1938 - amateur operator; amateur broadcaster - Comment: Several contemporaneous JHWs - Electoral Rolls: aircraft radio officer (Lindfield, NSW, 1949); communications officer (Lindfield, NSW, 1958-1968); proprietor (Bathurst, NSW, 1977-1980) ===''WILSON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/A. H. Wilson|Wilson, A. H.]] - 19??(???)-19??(???) - Licences: 4DL Receive Brisbane (Kangaroo Point, 1923)- Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Darius Joseph Wilson|Wilson, Darius Joseph]] [https://www.familysearch.org/tree/person/details/G8ZR-GJ4] - 1901(NSW)-1987(NSW) - Licences: 2DW Sydney (Leichhardt, 1929-1931; Lidcombe, 1933; Five Dock, 1933-1939, 1946-1948; Warwick Farm, 1950; Yagoona, 1954-1980) - Qualifications: AOCP 548, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: french polisher (Leichhardt, 1930; Five Dock, 1943-1949); no occupation (Five Dock, 1954); french polisher (Yagoona, 1954-1968); polisher (Yagoona, 1972-1977) * [[/Horace Benjamin Wilson|Wilson, Horace Benjamin "Ben"]] [https://www.familysearch.org/tree/person/details/G8DV-71R] - 1911(WA)-2005(NSW) - Licences: 5WB Adelaide (Wayville, 1930-1937; Unley Park, 1938-1939); 2BP Sydney (McMahons Point, 1946-1948; West Ryde, 1950-1980+) - Qualifications: cc; AOCP 586, 1930, No. ?? in SA; AOLCP 161, 1934; 2COCP 33, 1935; 1COCP 72, 1935 - amateur operator, amateur broadcaster - Electoral Rolls: radio engineer (Unley Park, 1939); recording engineer (McMahons Point, 1949); business manager (West Ryde, 1954-1980) * [[/J. H. or T. H. Wilson|Wilson, J. H. or T. H.]] - 19??(???)-19??(???) - Licences: 6BV Perth (Claremont, 1922; Peppermint Grove, 1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: Nil yet identified * [[/Leonard Gratton Wilson|Wilson, Leonard Gratton]] [https://www.familysearch.org/tree/person/details/GQN8-3K6] - 1901(NSW)-1990(WA) - Licences: 6LG Perth (Inglewood, 1928; South Perth, 1930-1931; Como, 1954-1980+) - Qualifications: cc; AOCP 429, 1928, No. ?? in WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: vigneron (Caversham, 1925); police constable (South Perth, 1931-1936; Como, 1937); constable (Albany, 1943-1949); police constable (Como, 1954-1958) * [[/Leslie Maclean Wilson|Wilson, Leslie Maclean]] [https://www.familysearch.org/tree/person/details/LRH5-9TL] - 1893(NSW)-1972(NSW) - 2LM Marsden (1924-1926), 2LM Sydney (Cremorne, 1927), 2LM Mudgee (1928-1939), 2LM Port Macquarie (1960-1969+), amateur operator (AOCP 33, 1924, No. ?? in NSW), amateur broadcaster, pastoralist * [[/Perry Allen Wilson|Wilson, Perry Allen]] - 19??(???)-19??(???) - Licences: 4AT Receive Eumundi (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: motordriver (Eumundi, Qld, 1925-1934); garage proprietor (Eumundi, Qld, 1936-1943) * [[/Victor John Wilson|Wilson, Victor John]] [https://www.familysearch.org/tree/person/details/GX8K-NPY] - 1909(Qld)-2009(Qld)99yo - Licences: Receive Brisbane (New Farm, 1923); 4VW Brisbane (Newstead, 1937-1939); 4VW Nambour (1960); 4VW Brisbane (Everton Park, 1965) - Qualifications: cc; AOCP 1100, 1933, Qld - amateur operator; amateur broadcaster - Electoral Rolls: panel beater (Newstead, Qld, 1931-1937; Nambour, Qld, 1958; Everton Park, Qld, 1963-1980) * [[/Warne Alfred George Wilson|Wilson, Warne Alfred George]] [https://www.familysearch.org/tree/person/details/LKLN-Y39] - 1900(Vic)-1981(Vic) - Licences: 3RY Receive Ballarat (1923); 3RY Ballarat (1924-1925); 3WA Ballarat (1928-1939, 1946-1960); 3KV Ballarat (1980) - Qualifications: cc; AOCP 444, 1928, No. ?? in Vic; AOLCP 20, 1930 - amateur operator; amateur broadcaster - Electoral Rolls: electrical engineer (Ballarat, 1924); radio engineer (Ballarat, 1927-1980) * [[/Wilfred Elvyn Wilson|Wilson, Wilfred Elvyn]] [https://www.familysearch.org/tree/person/details/GDSB-MB4] - 1880(Eng)-1964(NSW) - Licences: 2JI Receive Sydney (Roseville, 1922-1923); 2JI Sydney (Roseville, 1924-1925) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: optician (Roseville, 1930-1963) ===''WING''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James John Wing|Wing, William James John]] [https://www.familysearch.org/tree/person/details/GDHH-WKW] - 1887(Eng)-1954(Vic) - Licences: Nil yet identified - Qualifications: cc; CPRT 188, 1916; 2COCP 142, 1930; 1COCP 212, 1931 - coastal wireless operator; RANRS (CPO, 1917-1918); AWA - Electoral Rolls: wireless operator (Hotel Metropole, Thursday Island, Qld, 1914); wireless engineer operator (Radio Station, Applecross, WA, 1917); radiotelegraphist (Cooktown, 1921); business manager (Epping, 1930); sales manager (Epping, 1933-1936; Roseville, 1937; Chatswood, 1943-1949); manager (Melbourne, 1954) ===''WINTERFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Dudley Charles Burnett Brereton Winterford|Winterford, Dudley Charles Burnett Brereton]] [https://www.familysearch.org/tree/person/details/G3ML-FJH] - 1908(Qld)-1988(Canada?) - Licences: 4MF Brisbane (Annerley, 1927-1931); 4MF Southport (1933); 4MF Sarina (1938-1939) - Qualifications: cc; AOCP 363, 1927, No. 40 in Qld - amateur operator; amateur broadcaster - Electoral Rolls: electrician (Annerley, 1931); mechanic (Coorparoo, 1937); electrician (Sarina, 1943); electrical contractor (Broadbeach, 1949) ===''WISE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Henry Wise|Wise, George Henry]] [https://www.familysearch.org/tree/person/details/GDDS-D87] - 1853(Vic)-1950(Vic) - Licences: Nil yet identified - Qualifications: Nil yet identified - politician (Postmaster-General, 1920-1921) - Electoral Rolls: solicitor (Sale, 1905-1949) - Links: [[w:George Wise (Australian politician)|Wikipedia]] ===''WISEMAN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Cleave Wiseman|Wiseman, William James Cleave]] [https://www.familysearch.org/tree/person/details/GX2M-ZP8] - 1906(SA)-1976(SA) - Licences: 5WJ Port Lincoln (1931-1939); 5WJ Ceduna (1947-1948); 5WJ Adelaide (Parafield, 1954) - Qualifications: cc; AOCP 759, 1931, No. ?? in SA; 1COCP 485, 1941 - amateur operator; amateur broadcaster - Electoral Rolls: cinema operator (Port Lincoln, SA, 1939-1941); aeradio operator (Ceduna, SA, 1943) ===''WISHART''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Turner Wishart|Wishart, William Turner "Bill, Billy"]] [https://www.familysearch.org/tree/person/details/GHQ3-J9S] - 1900(Qld)-1994(Qld) - Licences: 4WT Brisbane (Graceville, 1931-1939); 6TW Perth (Claremont/Floreat Park, 1946-1948); 4WX Brisbane (St Lucia, 1965-1969; Margate 1975-1980+) - Qualifications: cc; AOCP 870, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; radio club (WIAQ, councillor, federal councillor) - Electoral Rolls: mechanic (Red Hill, Qld, 1921); optical mechanic (Paddington, Qld, 1925; Graceville, Qld, 1928-1937); audiometrist (Floreat Park, WA, 1949; Darlington, WA, 1949); retired (Wynnum North, Qld, 1972; Margate, Qld, 1977-1980) ===''WITT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: --> * [[/Sidney Herbert Witt|Witt, Sidney Herbert "Sid"]] [https://www.familysearch.org/tree/person/details/GD3D-BDV] - 1892(Vic)-1973(Vic) - Licences: 3MZ Receive Melbourne (Camberwell, 1923) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: civil servant (Malvern, 1914-1916); electrical engineer (Camberwell, 1922); engineer (Brighton, 1925-1943; Glen Iris, 1958-1968; Burwood, 1972)) - Links: [https://adb.anu.edu.au/biography/witt-sidney-herbert-12059 ADB] ===''WOLFE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Hamilton Bennett Wolfe|Wolfe, Hamilton Bennett]] [https://www.familysearch.org/tree/person/details/G9H2-8K6] - 1886(Vic)-1956(WA) - Licences: Nil yet identified - Qualifications: cc; CPRT 193, 1916; 2COCP 242, 1930; 1COCP 213, 1931 - coastal wireless operator (RANRS, CPO, 1917-1918); WW1; VIP Perth (1917-1918) - Electoral Rolls: clerk (Bairnsdale, Vic, 1908-1912); wireless telegraphist (Applecross, WA, 1925-1926); radio telegraphist (Geraldton, 1936-1949); retired (Nedlands, WA, 1954) ===''WOLFENDEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Peter Wolfenden|Wolfenden, Peter]] - 3ZPA Strathmore (1965) - amateur operator, historian (amateur, amateur broadcasting), journalist (WIA's "Amateur Radio") ===''WOOD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Abner David Wood|Wood, Abner David]] [https://www.familysearch.org/tree/person/details/GZ7R-BJC] - 1910(Eng)-1976(SA) - Licences: 6AS Mt Barker (1935-1939) - Qualifications: cc; AOCP 1534, 1935, WA; BOCP 654, 1945 - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: Nil yet identified * [[/Percy Wood|Wood, Percy]] [https://www.familysearch.org/tree/person/details/G8M8-2V1] - 1909(Qld)-19??(???) - Licences: 4RQ Ipswich (1927-1931); 4PW Ipswich (1933-1939); 2EPW Banora Point - Qualifications: cc; AOCP 359, 1927, No. 39 in Qld - amateur operator; amateur broadcaster; journalist (QRN, AR); engineer (IREE) - Electoral Rolls: electrical mechanic (Ipswich, 1931); radio dealer (Ipswich, 1937-1949; East Ipswich, 1954-1968); electrical dealer (Banora Point, 1977-1980) ===''WOODHEAD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Harold Edward Woodhead|Woodhead, Harold Edward]] [https://www.familysearch.org/tree/person/details/G97Q-V5C] - 1904(Eng)-1989(NSW) - Licences: 6DI Receive Bridgetown (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: postal employee (Bridgetown, WA, 1925; Broome, WA, 1931); civil servant (South Perth, WA, 1936-1968); retired (Mortdale, NSW, 1972-1980) ===''WOODLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William Robert Woodley|Woodley, William Robert]] [https://www.familysearch.org/tree/person/details/G8VC-CYY] - 1909(???)-1995(WA) - Licences: 6BY Perth (West Leederville, 1930-1931); 6DJ Perth (Carlisle, 1946-1948; Victoria Park, 1954-1956; Maniana, 1960-1980+) - Qualifications: cc; AOCP 680, 1930, No. ?? in WA - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: labourer (Claremont, 1936-1937); mechanic (Victoria Park, 1943); radio mechanic (Carlisle, 1949; Victoria Park, 1954; Maniana, 1963-1980) - Callsign possibly withdrawn for commercial ===''WOOKEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Robert Bruce Wookey|Wookey, Robert Bruce]] [https://www.familysearch.org/tree/person/details/9DP1-GVW] - 1907(Vic)-1974(Vic) - Receive Geelong (1923-1924), 3RW Geelong (1925-1927), 3IC Geelong (1948-1974), amateur operator (AOCP 146, 1925, No. ?? in Vic), amateur broadcaster, postal clerk ===''WOOLACOTT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Francis Prosser Woolacott|Woolacott, Francis Prosser "Frank"]] [https://www.familysearch.org/tree/person/details/GZFL-94T] - 1903(NSW)-1968(NSW) - 2ST Receive Sydney (Drummoyne, 1923-1924), 2FW Sydney (Drummoyne, 1925-1926), amateur operator (AOCP 119, 1925, No. ?? in NSW), amateur broadcaster ===''WOOLLETT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/David Edgar Woollett|Woollett, David Edgar]] [https://www.familysearch.org/tree/person/details/GZTM-HDP] - 1920(NSW)-2001(NSW) - Licences: 2ZDE Sydney (Beverley Hills, 1956-1980+) - Qualifications: AOLCP 202, 1956; AOCP 4292, 1965, NSW - amateur operator, WW2 - Electoral Rolls: telephone technician (Beverley Hills, 1949-1972; Narwee, 1977-1980) * [[/N. Woollett|Woollett, N.]] - 19??(???)-19??(???) - Licences: 2ZY Sydney (Mosman, 1926-1927) - Qualifications: AOCP 276, 1926, No. ?? in NSW -amateur operator, amateur broadcaster - Electoral Rolls: ? ===''WOOLLEY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leon Ronald Woolley|Woolley, Leon Ronald]] [https://www.familysearch.org/tree/person/details/L214-JQH] - 1898(Qld)-1971(Qld) - Licences: 4FW Ipswich (1931); 4FW Townsville (1933); 4FW Ipswich (1937-1939, 1946-1969) - Qualifications: cc; AOCP 751, 1931, No. ?? in Qld - amateur operator; amateur broadcaster; military (WW2, ATC); employment (school teacher) - Electoral Rolls: schoolteacher (Bell, Qld, 1919-1921; Newtown, Qld, 1925; Kia Ora, Townsville, 1931; Newtown, Qld 1934-1963) ===''WOOLNOUGH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Archibald Stephen Woolnough|Woolnough, Archibald Stephen]] [https://www.familysearch.org/tree/person/details/G8CG-9PK] - 1909(Vic)-2004(Vic) - Licences: 3BW Portarlington (1929-1980+) - Qualifications: AOCP 519, 1929, No. ?? in Vic - amateur operator, amateur broadcaster - Electoral Rolls: business proprietor (Portarlington, 1931-1980) * [[/Walter Lyell Woolnough|Woolnough, Walter Lyell]] [https://www.familysearch.org/tree/person/details/9CJF-LS3] - 1906(NSW)-1999(NSW) - 2GW Sydney (Killara, 1925-1927; Gordon, 1928-1930; Greenwich, 1931; Gordon, 1933-1936), 2GW Lithgow (1937-1939), Sydney (Gordon, 1946-1980+), amateur operator (AOCP 153, 1925, No. ?? in NSW), amateur broadcaster, licence held by father Walter George Woolnough till 1933, engineer ===''WOOSTER''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Horace Meredith Wooster|Wooster, Horace Meredith "Jack"]] [https://www.familysearch.org/tree/person/details/L23Q-CGW] - 1909(Qld)-1992(Qld) - Licences: 4VH Townsville (City, 1930-1939; Belgian Gardens, 1946-1948); 4VH Brisbane (Yeronga, 1954-1980+) - Qualifications: cc; AOCP 623, 1930, No. ?? in Qld - amateur operator; amateur broadcaster; WW2; state public servant (Qld Railways, telegraphist; Qld Main Roads Dept); military (Army signals officer) - Electoral Rolls: clerk (Townsville, 1931-1932; Norman Park, 1937; Townsville, 1943-1949; Yeronga, 1954-1980) ===''WORRALL''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Leonard Albert Worrall|Worrall, Leonard Albert]] [https://www.familysearch.org/tree/person/details/LTL5-L1L] - 1912(NSW)-1978(Qld) - Licences: 2XM Sydney (Parramatta, 1933-1934; Punchbowl, 1935-1936); 4XM Cairns (1937-1939); 4WL Brisbane (Stafford Heights, 1975) - Qualifications: cc; AOCP 1221, 1933, NSW - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Punchbowl, NSW, 1934-1936; Cairns, Qld, 1937); bank clerk (Wynnum, Qld, 1943); clerk (Wynnum North, Qld, 1954-1963); bank manager (Tarragindi, Qld, 1968); manager (Stafford Heights, Qld, 1972-1977) ===''WORTH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Sydney Ernest Worth|Worth, Sydney or Sidney Ernest]] [https://www.familysearch.org/tree/person/details/GXBH-5Z3] - 1905(WA)-1963(WA) - Licences: 6SW Perth (Rivervale, 1930-1933; Nedlands, 1937-1939) - Qualifications: cc; CPRT 958, 1927; 2COCP 223, 1930; 1COCP 226, 1931 - amateur operator; amateur broadcaster - Electoral Rolls: clerk (Rivervale, WA, 1931); wireless operator (Nedlands, WA, 1936-1958) ===''WRAITH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Edward James Crawford Wraith|Wraith, Edward James Crawford "Jim"]] [https://www.familysearch.org/tree/person/details/KV2C-11D] - 1862(Vic)-1942(Vic) - Early wireless experimenter ===''WRATTEN''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Mervyn James Wratten|Wratten, Mervyn James]] [https://www.familysearch.org/tree/person/details/GZJM-DV8] - 1918(Qld)-1999(Qld) - Licences: 4MW Ipswich (Brassall, 1937-1939; North Ipswich, 1946-1947; Brassall, 1948-1980+); 4LX Gold Coast (Palm Beach, 1956-1969) - Qualifications: cc; AOCP 1932, 1937, No. ?? in Qld - amateur operator; amateur broadcaster; radio clubs (WIAQ, Ipswich ARC); military (WW2, CMF, AIF); employment (Cribb & Foote, manager, radio section); business proprietor (Avon Theatre) - Electoral Rolls: shop assistant (Brassall, Qld, 1943-1977; North Ipswich, Qld, 1980) ===''WRAY''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ronald Milroy Percy Wray|Wray, Ronald Milroy Percy]] [https://www.familysearch.org/tree/person/details/G8H3-QYM] - 1909(Vic)-1963(NSW) - Licences: 2WX Sydney (Hurstville, 1929-1961) - Qualifications: AOCP 472, 1929, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: Nil identified ===''WREFORD''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Roger Norman Wreford|Wreford, Roger Norman]] [https://www.familysearch.org/tree/person/details/GX22-N2X] - 1909(WA)-1990(SA) - Licences: 2ADC Broken Hill (1936-1937); 5RW Adelaide (Blackwood, 1938-1939; Mitcham, 1947-1954; South Brighton, 1955-1960; Crafers, 1965-1980+) - Qualifications: cc; AOCP 1714, 1936, NSW - amateur operator; amateur broadcaster - Relationships: Brother of 5DW-6IW Arthur Franklin Wreford - Electoral Rolls: bank clerk (Broken Hill, NSW, 1935-1936; Blackwood, SA, 1939; Mitcham, SA, 1941-1943) * [[/Arthur Franklin Wreford|Wreford, Arthur Franklin]] [https://www.familysearch.org/tree/person/details/G3V1-92S] - 1898(WA)-19??(???) - Licences: 5DW Adelaide (Kensington Gardens, 1937-1939; Cumberland, 1947-1954); 6IW Perth (Armadale, 1955-1969) - Qualifications: cc; AOCP 2037, 1937, SA; 2COCP 452, 1941 - amateur operator; amateur broadcaster; WW1 - Relationships: Brother of 2ADC-5RW Roger Norman Wreford - Electoral Rolls: bank clerk (Kensington Gardens, SA, 1939); mechanic (Crystal Brook, SA, 1941; Cumberland, SA, 1943); civil servant (Gosnells, WA, 1954); technician (Armadale, WA, 1958) - Links: [https://discoveringanzacs.naa.gov.au/browse/person/133040 NAA] ===''WRIEDE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/George Sjoberg Albert Wriede|Wriede, George Sjoberg Albert]] [https://www.familysearch.org/tree/person/details/LKG2-VK8] - 1900(Qld)-1971(Qld) - Licences: 4DJ Receive Caboolture (1923) - Qualifications: cc; Nil yet identified - amateur receiver - Electoral Rolls: railway employee (Cooroy, 1921; Miriam Vale, 1925-1958); retired (Gladstone, 1963) ===''WRIGHT''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert Edward Wright|Wright, Albert Edward]] - 19??(???)-19??(???) - Licences: 2SS Receive Scarborough (1923); 2SS Scarborough (1924-1925); 2SS Coledale (1926-1933); 2SS Coolah (1933); 2SE Scarborough (1935-1936); 2SE Louth/Bourke (1937-1938); 2SE Walgett (1939); 2SE Willow Tree (1946); 2SE Stanmore (1947-1950); 2SE Sydney (Guildford, 1954-1961); 2SE Quirindi (1965) - Qualifications: cc; AOCP 118, 1925, No. ?? in NSW - amateur operator; amateur broadcaster - Comment: several contemporaneous Albert Edward Wrights in NSW, needs specific data to identify - Electoral Rolls: Nil yet identified * [[/A. W. H. Wright|Wright, A. W. H. "Bill"]] - 19??(???)-19??(???) - 5BW Adelaide, 3AAW, 4TU Garbutt (-1950+, amateur operator (AOCP ??, 19??, No. ?? in Qld), amateur broadcaster * [[/Collis Page Wright|Wright, Collis Page]] [https://www.familysearch.org/tree/person/details/GD1P-P9L] - 1912(Tas)-2004(Tas) - Licences: 7LZ Launceston (1933-1980+) - Qualifications: cc; AOCP 1099, 1933, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: draper's assistant (Launceston, 1936-1937); salesman (Launceston, 1943); draper (Launceston, 1949-1968) * [[/Eric John Wright|Wright, Eric John]] [https://www.familysearch.org/tree/person/details/GXHG-P2G] - 1904(Qld)-1967(Qld) - Licences: 4DY Brisbane (Annerley, 1936-1939; Windsor, 1947; Buranda, 1948; Annerley, 1954; Buranda, 1955-1956; Ekibin, 1960-1965) - Qualifications: cc; AOCP 1816, 1936, Qld; 3COCP 1471, 1953 - amateur operator; amateur broadcaster - Electoral Rolls: turner (Annerley, Qld, 1937-1943; Annerley, Qld, 1949); waterside worker (Ekibin, Qld, 1963) * [[/Frederick Harold Wright|Wright, Frederick Harold]] [https://www.familysearch.org/tree/person/details/GF95-LW1] - 1910(Eng)-1972(WA) - Licences: 6FR Perth (Buckland Hill, 1936-1937; Mosman Park, 1938-1939, 1947-1960) - Qualifications: cc; AOCP 1809, 1936, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: printer (Buckland Hill, WA, 1936; Mosman Park, WA, 1943-1963) * [[/William Henry Hilsdon Wright|Wright, William Henry Hilsdon]] [https://www.familysearch.org/tree/person/details/GDVF-RKL] - 1905(Qld)-1967(Qld) - Licences: 4FA Toowoomba (1924) - Qualifications: cc; Nil yet identified - amateur operator; amateur broadcaster - Electoral Rolls: school teacher (Murrays Creek, 1930; Ballandean, 1937-1949); teacher (Toowoomba, 1954-1963) ===''WYLE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Albert John Hemingway Wyle|Wyle, Albert John Hemingway]] [https://www.familysearch.org/tree/person/details/GF3J-6L7] - 1913(WA)-1990(WA) - Licences: 6BW Perth (Shenton Park, 1937-1939; Nedlands, 1947-1980+) - Qualifications: cc; AOCP 1865, 1937, WA - amateur operator; amateur broadcaster - Electoral Rolls: radio salesman (Nedlands, WA, 1943-1968); salesman (Dalkeith, WA, 1972-1980) ===''WYNNE''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Agar Wynne|Wynne, Agar]] [https://www.familysearch.org/tree/person/details/LZ4J-6CN] - 1850(Eng)-1934(Vic) - senior federal politician (Postmaster-General, 1913-1914) * [[/Alfred Percy Wynne|Wynne, Alfred Percy]] [https://www.familysearch.org/tree/person/details/L858-Q52] - 1885(Qld)-1966(Qld) - proprietor music business (Wynne's Music, Maryborough), proprietor broadcasting station (4MB Maryborough) - Electoral Rolls: piano tuner (Paddington, Qld, 1908; Mooloolah, Qld, 1909); commercial traveller (Mooloolah, Qld, 1912); piano tuner (Maryborough, Qld, 1913); salesman (Brisbane, Qld, 1916-1917; Mooloolah, Qld, 1919; Maryborough, Qld, 1919-1925); music store proprietor (Maryborough, Qld, 1928-1949); business manager (Maryborough, Qld, 1963) =='''X'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld -amateur operator, amateur broadcaster - Electoral Rolls: --> =='''Y'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''YATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Kenneth Gordon Yates|Yates, Kenneth Gordon]] [https://www.familysearch.org/tree/person/details/GXRW-CJ3] - 1910(SA)-2000(SA) - Licences: 5RP Adelaide (Cottonville, 1939, 1947-1954; Westbourne Park, 1955-1980+) - Qualifications: cc; AOCP 2371, 1939, SA - amateur operator; amateur broadcaster - Electoral Rolls: toolmaker (Cottonville, SA, 1939-1943) * [[/Reginald Colin Yates|Yates, Reginald Colin]] [https://www.familysearch.org/tree/person/details/GXRW-QX6] - 1914(SA)-1984(NSW) - Licences: 5RY Wyalla (1935-1937); 2AGZ Wollongong (1938-1939, 1947); 2AGZ Sydney (Mosman, 1948-1950); 2AGZ Broken Hill (1954-1957); 2AGZ Newcastle (Hamilton, 1958-1961; Charlestown, 1965-1980) - Qualifications: cc; AOCP 1474, 1935, SA - amateur operator; amateur broadcaster - Electoral Rolls: engineer (Wollongong, NSW, 1943); electrical engineer (Mosman, NSW, 1949); engineer (Wollongong, NSW, 1954); chartered electrical engineer (Merewether, NSW, 1958); professional engineer (Charlestown, NSW, 1968-1980) ===''YEATES''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Henry Melville Yeates|Yeates, Henry Melville]] [https://www.familysearch.org/tree/person/details/G698-PXG] - 1912(Tas)-1980(???) - Licences: 7HY Launceston (1936-1939, 1948-1956) - Qualifications: cc; AOCP 1621, 1936, No. ?? in Tas - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: mechanic (Launceston, 1936-1937); electrical contractor (Launceston, 1949-1954); salesman (Mosman, NSW, 1958-1977) ===''YORSTON''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Ernest Sutherland Yorston|Yorston, Ernest Sutherland]] [https://www.familysearch.org/tree/person/details/GZY8-46D] - 1909(Vic)-1971(Vic) - Licences: 3ES Melbourne (Caulfield, 1926-1939) - Qualifications: AOCP 299, 1926, No. ?? in Vic - amateur operator, amateur broadcaster, WW2 - Electoral Rolls: clerk (Caulfield, 1931-1937); sales (Caulfield, 1942; Elsternwick, 1949); manufacturer (Caulfield, 1954-1963); director (Oakleigh, 1967-1968) ===''YOUNG''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/Crawford Addison Young|Young, Crawford Addison]] [https://www.familysearch.org/tree/person/details/GF3C-DQT] - 1914(WA)-1971(WA) - Licences: 6CY Perth (Fremantle, 1934-1939, 1947-1969) - Qualifications: cc; AOCP 1265, 1934, WA - amateur operator; amateur broadcaster; WW2 - Electoral Rolls: electrician (Fremantle, WA, 1936-1937; South Fremantle, WA, 1943-1968) * [[/Ivan Harold Young|Young, Ivan Harold]] [https://www.familysearch.org/tree/person/details/L118-BVF] - 1910(Qld)-2000(Qld) - Licences: 4YG Brisbane (Albion) (1930-1939); 4YH Brisbane (Mitchelton) (1969-1980+) - Qualifications: cc; AOCP 708, 1930, No. ?? in Qld; BOCP 315, 1940 - amateur operator; amateur broadcaster; radio technician (Mission Control Station, Thursday Island) - Electoral Rolls: nil (Albion, 1931-1937); public servant (Newmarket, 1943; Mitchelton, 1949-1980) * [[/James Wolstenholme Young|Young, James Wolstenholme]] [https://www.familysearch.org/tree/person/details/L2TQ-Z2R] - 1909(NSW)-1995(NSW) - Licences: 2JY Sydney (Turramurra, 1925-1934; Roseville, 1938-1939); 2JY Katoomba (1946); 2JY Sydney (Mona Vale, 1947-1948; Willoughby, 1950-1961; Middle Cove, 1965-1980) - Qualifications: AOCP 189, 1925, No. ?? in NSW - amateur operator, amateur broadcaster - Electoral Rolls: articled clerk (Turramurra, 1932-1934), solicitor (Roseville, 1937; Katoomba, 1943; Willoughby, 1954-1977) * [[/John William Young|Young, John William]] [https://www.familysearch.org/tree/person/details/L6RN-2XX] - 1906(Qld)-1981(Qld) - Licences: 4JY Brisbane (Rosalie, 1931; Sandgate, 1933; Rosalie, 1938; Coorparoo, 1946-1980+) - Qualifications: cc; AOCP 752, 1931, No. ?? in Qld - amateur operator, amateur broadcaster - Electoral Rolls: storeman (Rosalie, 1931); clerk (Sandgate, 1936); storeman (Rosalie, 1937; Coorparoo, 1943-1963); commercial traveller (Coorparoo, 1968-1980) * [[/William Anderson Young|Young, William Anderson]] [https://www.familysearch.org/tree/person/details/G89P-B3K] - 1897(Sct)-1956(Qld) - Licences: 4WA Brisbane (West End, 1927-1931) - Qualifications: cc; AOCP 330, 1927, No. 34 in Qld - amateur operator, amateur broadcaster - Electoral Rolls: boot employee (West End, 1925-1937); bootmaker (Ashgrove, 1943-1954) =='''Z'''== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> ===''ZECH''=== <!-- * [[/Robert Browne|Browne, Robert "Bob"]] - 19??(???)-19??(???) - Licences: 4?? Brisbane - Qualifications: AOCP ??, 19??, No. ?? in Qld - amateur operator; amateur broadcaster - Electoral Rolls: --> * [[/William James Zech|Zech, William James]] [https://www.familysearch.org/tree/person/details/GZDZ-YJG] - 1893(Eng)-1973(NSW) - Licences: XABQ Sydney (Annandale, 1912-1914), 2DL Sydney (Annandale, 1922, Receive), 2WZ Sydney (Annandale, 1925-1927; Ashfield, 1928-1930; Stanmore, 1933-1934), 2ACP Sydney (Enmore, 1937; Como, 1938), 2ACP Katoomba 1939 & 1946-1975) - Qualifications: CPRTelephony 424; no record of AOCP - early wireless experimenter, ship wireless operator, amateur operator, amateur broadcaster - Electoral Rolls: {{BookCat}} 23aavyn5quw314wrnylv6avzf6mk3w8 History of Tennessee/WWII and Post-War Tennessee (1942-present) 0 411305 4094968 4042607 2022-08-19T15:17:10Z Wozal 3399186 Vanderbuilt -> Vanderbilt wikitext text/x-wiki ==War Effort in Tennessee== America’s entrance into the allied war effort was marked by a national crisis. The events at Pearl Harbor brought America into the Second World War at a critical time, and on a large scale from coast-to-coast. Not to be overlooked are the contributions made by Tennesseans, both on the battlefields and on the home front. One of the lesser known ways Tennesseans helped the war effort was in the production of the atomic bomb at Oak Ridge. ===Oak Ridge and Atomic Bomb Production=== The first occurrence of atomic fission was in Germany in 1939 by Otto Hahn and Fritz Strassmannn. The bombardment of uranium atoms with neutrons resulted in an outcome unlike that of other elements. The nuclei of most elements change somewhat during neutron bombardment, but the nuclei change significantly with uranium, breaking approximately into two equal pieces. As a result of this process, massive amounts of energy were released and proof of a new energy source could be harnessed. Additionally, the process of fission under the right circumstances could result in a chain reaction leading to continuous emission of energy. American governmental support to further research into uranium began in February of 1940, and by 1942, enough research had been demonstrated that a large scale bomb was possible. Concurrently, General Leslie Groves had approved Oak Ridge, Tennessee as a site to advance nuclear research and was established as the headquarters for the famous Manhattan Project. [[File:K25 circa 1945.jpg|thumb|Aerial view of the plant in Oak Ridge, Tennessee]] Oak Ridge was to become the home of the uranium enrichment, and pilot plutonium plants for the project. Located just west of Knoxville, Oak Ridge was tasked with producing the uranium isotope U-235, critical for the creation of an atomic bomb. The acquisition of 59,000 acres was considered necessary for the project and displaced approximately 1000 families in the region. The location was isolated enough to maintain its confidentiality while also providing enough of a labor force from Knoxville, a population of approximately 111,000. Oak Ridge was initially planned to have a residential population of 13,000, but by 1943 estimates, the population reached as high as 42,000. By the spring of 1945, the population had peaked at 75,000 people and by the end of World War Two, Oak Ridge was the fifth largest city in Tennessee and “was consuming one-seventh of all the power being produced in the nation”. At its peak, Oak Ridge employed 90,000 workers and had a cost of $1,106,393,00. On July 25th, 1945, the last shipment of Uranium 235 left Oak Ridge becoming the bomb code named “Little Boy”. This bomb was dropped over the manufacturing city of Hiroshima on August 6th 1945. It is estimated that 70,000 were killed instantly from the blast and estimates of the death toll five years later reached 200,000 due to radiation exposure. Three days after the detonation of "Little Boy", on the 9th of August, the plutonium bomb code named “Fatman” was dropped on Nagasaki killing approximately 40,000 people, with a death count reaching 140,000 by some estimates. The surrender of Japan came on August 14th, and the official ending World War Two came not long after on September 2nd, 1945. This solidified the beginning of the atomic age and placed the United States at the top as a nuclear superpower. <gallery mode="packed" heights="300px"> File:Little boy.jpg||Little Boy File:Fat_man.jpg|Fat Man </gallery> ===On the Home Front=== [[File:Victory-garden.jpg|thumb]] Throughout World War Two, over 300,000 Tennesseans served in the armed forces. Over 5,731 Tennesseans lost their lives fighting for their country. Some notable Tennesseans to fight include General Frank Maxwell Andrews, who replaced Dwight D. Eisenhower as the commander of the United States European Theater of Operations. At the time of his death, he was ranked as Commanding General, the highest-ranking Ally to be killed. Others like General Clifton B. Cates and Henrietta Hickman Morgan fought in the Pacific theater with the Marines and the Navy, respectively. Some of the training camps located in Tennessee included Camp Campbell, Camp Forrest, and at Camp Tyson. Furthermore, several small air bases across the state trained pilots. Hundreds of thousands of soldiers trained at these camps throughout the war and were also used to house thousands of Axis prisoners. Tennessee, like many other states, changed its industrial facilities to support the international war effort. Tennessee had been previously been considered a predominantly agricultural-based economy. During the war, this shifted to an industrial-based economy with the development of Oak Ridge. Factories in Chattanooga, Knoxville and Memphis were also altered to help accommodate the production of war materials. Twenty nine completely new industries sprouted in Tennessee in just 1943, including companies like Rohm and Haas, which produced Plexiglas for airplanes. The rapid expansion of industrial work contributed to the broadening of labor supply. Women in the workplace increased all across America as a result of the war effort and their impact is not to be overlooked. During the War, “over six million women took wartime jobs in factories or farms, three million women volunteered with the Red Cross, and over 200,000 women served in the military." In Tennessee, hundreds of factories were now employing women, one example being the Vultee Aircraft Plant in Nashville where observation planes, dive bombers, and other fighters were built. Approximately one-third of the wartime employees in this plant were women. Another way Tennesseans contributed to the effort from home was in the creation of “Victory Gardens." These homegrown foods were either used to help minimize Tennesseans use of war rations or to be preserved and sent to the front lines. Typically female-dominated skills such as cooking, canning, preserving food, as well as sewing, proved incredibly important in supplying the essential goods for the war. The war effort had changed the Tennessean, at home and abroad, resulting in a permanent change in how the Tennessean economy functioned. Supplying enough power to radically industrialize the state was a problem solved by new infrastructure. From 1940 to 1945, seven dams were constructed as well as a steam-powered generator to help meet the power needs of these factories. This influx of development changed the pattern of the traditionally agriculture-based economy before World War Two into an industrialized, manufacturing focused Tennessee post-war. ===Medal of Honor Recipients=== [[File:Medal of Honor U.S.Army.jpg|thumb|U.S. Army Medal of Honor]] Of the 300,000 Tennesseans who served in World War II, around 5700 would never make it back to their home state. Six of these soldiers, however, distinguished themselves enough to be worthy of receiving the highest award the military has to offer: the medal of honor. Of these six, Charles H. Coolridge is the only surviving recipient as of 2019. Charles H. Coolridge was born on August 4th, 1921 in Signal Mountain Tennessee. After being drafted into the U.S. army in 1942, he was first sent to Africa where he served for two years and then was moved to France in 1944 where he would earn his medal of honor. Coolridge was a machine gun operator whose orders were to hold a hill of strategic importance near the German border. As there was no officer present, Coolridge assumed command of the allied forces present, many of them being new recruits having never seen combat before. Over four days, the hill was attacked constantly by German forces trying to retake lost ground. Under Coolridges’ strong leadership they managed to hold the hill until the Germans attacked with tanks on the fourth day. Prior to the final attack, the Germans had attacked with almost no vigor or determination but that would change on October 27th. On this day the Germans made a strong push supported by two tanks and managed to partially breakthrough. In an attempt to stop the advance Coolridge crawled within 30 yards of one of the tanks and attempted to use a bazooka to destroy it. However, the bazooka malfunctioned leaving Coolridge in an extremely vulnerable position. He then held this position for a short time until calling for a retreat and conducting an extremely organized withdrawal with him being the last one to leave the hill. He was awarded the medal of honor for both his strong leadership and fighting as long as possible. A second Tennessean to receive the medal of honor, Troy McGill was fighting in the Los Negros Islands off the coast of Papa New Guinea in March of 1944. On the morning of March, the 4th McGill and eight other men were defending a small ridge against Japanese forces. A group of 200 Japanese soldiers then attacked the ridge managing to kill or injure 6 of McGill’s men in the process. At this point, McGill ordered his final soldier to retreats stating that he would hold the ridge and give him time to escape. He then fired upon the enemy until he had ran out of ammunition and then waited for the enemy to approach. Once they were within 5 yards of his position he lept from his foxhole and managed to club an enemy soldier to death with his rifle before being killed himself. He was 29. When allied forces retook the ridge they found 105 enemy soldiers littering the surrounding forest. Elbert L. Kinser was born in the town of Greensville, Tenessee in October of 1922 and was enlisted into the marine corps in December of 1942. In 1943 he was deployed to the pacific front on the island of Okinawa. Kinser was in leading a rifle platoon when they found themselves engaged in a grenade battle with the enemy. One Japanese grenade was thrown into Kinser’s immediate area and in an attempt to save his men he threw himself on top of it. When the grenade detonated Kinser’s body took the brunt of the force from the explosion saving some of his men from also being hit but killing him in the process. He was 22. He was later posthumously awarded the medal of honor for sacrificing himself to save his men. [[File:John H Willis.jpg|left|thumb|John Harlan Willis]] John Harlan Willis was born in Columbia, Tennessee in June of 1921. Willis was a U.S. Navy medic and in the year 195 was deployed to the pacific front to fight on Iwo Jima. In the process of fighting, he was hit by shrapnel from a Japanese grenade and subsequently ordered to fall back into the field hospital to get treatment for his wounds. He chooses not to follow that order and instead remain on the frontlines treating his fellow soldiers. At this point in the battle, the Japanese started to attack his position with grenades and Willis began to throw them back before they detonated. Willis managed to throw back eight grenades successfully but the ninth grenade he attempted to throw back detonated in his hand killing him. He was 23. Willis was posthumously awarded the medal of honor for choosing to stay at the front and treat his fellow soldiers along with throwing back enemy grenades. Raymond Cooley was a platoon guide fighting in the Philippine islands in February of 1944. He and his squad were ordered to attack two enemy machine-gun positions. Cooley advanced within 20 yards of an enemy machine gun nest and destroyed it by throwing a hand grenade into it. He then attempted the same thing on a different machine gun nest arming a handful of grenades to throw in. Six enemy combatants then rushed out towards him leaving him with a handful of armed grenades and nowhere to throw them. He then dove onto the armed grenades to save the friendly soldiers by his side. Miraculously he survived this ordeal but was severely wounded. Just two years after the end of the war he was suffering from crippling pain from these wounds and resorted to various substances to help him cope. He died at the age of 30 in a car accident while driving under the influence. The highway he died on was later changed to be named after him to honor what he did and the suffering he endured because of the wounds he got during the war. =Tourism= ===Nashville and Country Music=== Today, if the average person were to travel to Nashville, Tennessee they would find that it lives up to its name as the capital of country music. Additionally, Tennessee’s largest city is the destination where any aspiring country musician envisions their career taking off. In the last fifty years, the overall landscape of the city has completely changed to one of the most influential cities in the world for country music stars. Nashville has become a hotspot for tourism in Tennessee due to the emergence of the country music industry and the economic growth that is associated with a boom in the industry. Over 11 million people per year descend on Nashville to take in the sights and sounds of the talent-rich record labels and their signed artists. The decision by the record labels to centralize their main recording outlets to Nashville was the most important driver in initiating the growth of the city’s musical identity. The 1990’s saw the growth of crossover artists, the people who turned country music from its stereotypical “hillbilly” nature into a mainstream popular genre of music, artists such as Garth Brooks, Shania Twain, The Dixie Chicks, and another Tennessee born musician Billy Ray Cyrus with his hit song “Achy Breaky Heart” changed this perception of country music which has helped Nashville gain world notoriety and transform country into the largest growing genre in the United States . Nashville has embraced being the so-called “Music City USA” by taking a focus on tourism growth and opportunities. Nashville in the 1950s and '60s saw the beginnings of the country music movement when wealthy entrepreneurs believed that they could establish themselves as titans in the industry and created a so-called Music Row, an area in the 16-block downtown core with densely populated recording studios and performance spaces along with the budding business of agencies. These entrepreneurs can be credited with paving the way for today’s country music stars. In the early boom of country music, Fellow city, Branson, Missouri would piggyback off of the success in Nashville and Tennessee in general, attracting 4 million tourists per year while only having a population of four thousand. The evolution of country music in the Tennessee area is responsible for almost 15,000 local jobs and accounts for almost $6.4 billion in economic impact for the city. By 1995, there were 175 recording studios in the city and roughly 25,000 Nashvillians were employed in the music industry. A large contributing factor to the growth of tourism in Nashville is linked to the racial passivity that Nashville’s music industry radiates. Nashville was a main site for civil rights movements in the 1960s and because of this, the city took advantage of government funding to gentrify some lower quality areas of the city. This action further hit the point that Nashville and the country music genre as a whole do not show any racial bias in the community. Nashville prides itself on creating music for “everyday folk” and not particularly exiling anyone from the community of fans of country music. While the exposure that the city offers to gain popularity was enough to draw in many artists to try and “make it”, the track record of Nashville in making self-employed artists wealthy also draws a big crowd. In 2003, self-employed Nashville performers accounted for $290.7 million in revenue. Additionally, outside of the self-employed performers, approximately $722 million is paid in wages annually to everyone working in the music industry with the lowest average annual salary sitting at $40,000, a livable American wage. Gaylord entertainment company is the most influential tourism music business in Nashville and owns many different iconic parts of country music lore including the Grand Ole Opry, Opryland and other hotels. This company is responsible for $1.8 billion in the Nashville economy. Furthermore, the industry of country music has also birthed many different businesses that draw many different consumers to the area such as souvenir shops, organized group tours and travel packages that intertwine the country music experience with other core tourist businesses. The birth of many local businesses was dependent on this type of traveller and the market for such locations has never been in higher demand. For instance, the Wildhorse Saloon is a 3,300 sq. ft bar in downtown Nashville that remains operational due to the country music industry, partnering with many different artists to offer frequent performances and an overall environment that is welcoming to visitors. Likewise, the Country Music Hall of Fame also draws tourists who want to see the rich history of the industry and city in general. Those who visit the museum can see inside what a real recording studio looks like. Finally, the Grand Ole Opry is a staple in the history of country music dating back all the way to 1927. The Opry still broadcasts live every Friday and Saturday night and has even become so influential that The Nashville Network television station was created to keep up with the demand for the Opry show. The 4,400-seat venue is the pinnacle of country music in the area. Overall the city of Nashville has catered to the casual and intense country music fan by offering all ranges of experiences to any tourist visiting the city. Whether the traveller wants to go to the downtown core and visit some bars and nightclubs with performances from the approximately 20,000 members of the country music industry or they want to fully immerse themselves by taking tours of the Country Music Hall of Fame, catching a radio show at the Grand Ole Opry or travelling down Music Row to get an idea of the stranglehold country has on the city. Nashville has a booming tourism sector and they have the ever-growing popularity of country music to thank. ===Memphis=== Located in southwestern Tennessee, Memphis is Tennessee’s second-largest city and a major source for tourism within the state. Memphis’ unique location as a crossroads situated on the Mississippi River and the in the middle of several important locations such as St. Louis and Chicago in the north, Texas in the west and New Orleans in the south means Memphis has historically been a major hub for visitors passing through or venturing into the city. Furthermore, Memphis has a geographical advantage by being located within a 12-hour drive from 70 percent of the American population. This proximity to a wide range of Americans benefits the city as tourism trends show people aged between 18 and 24 opt to take shorter, more frequent trips to locations closer to home than their parents before them. For these reasons, it is clear that due to its geography and location, Memphis always had the potential to be a tourism powerhouse, not just within Tennessee, but also within the country. Historically, Memphis’ large African American population has led to complex inter-racial relations that have greatly impacted the history, music, and culture of the city. After all, it is here at the Lorraine Motel in Memphis, where Martin Luther King Jr. was fatally shot and killed. The site is now the National Civil Rights Museum, displaying artifacts from the civil rights movement holding pieces from as early as the famous underground railroad. African Americans were also vital in establishing the blues, rock n roll, and soul scene in Memphis, and it is here where acts such as Earth, Wind & Fire, Aretha Franklin, Booker T and more got their big break with STAX records. Currently, the 17,000 square ft STAX museum resides on the original site of the legendary STAX record company and contains over 200 artifacts from their extraordinary musicians. With such a large impact on such an important city, it is easy to see how thousands of African Americans each year make the pilgrimage to Memphis as part of what has become known as an African-American tourist network. [[File:Shelby County Tennessee Incorporated and Unincorporated areas Memphis Highlighted 4748000.svg|thumb|Mephis Tennessee higlighted]] Music is another driver of tourism in Memphis, especially since so-called “music tourism” is a rapidly growing subsector of the tourism industry. The previously mentioned blues, rock n roll, and soul have all been influenced by Memphis in one way or another. Historically, Sam Phillips’ Sun Studio brought fame to many acts including the likes of Johnny Cash, Roy Orbison, and Elvis Presley. Music in Memphis is very versatile, signposts are located at appropriate points for educational purposes, relevant academic debates. As for leisure, Memphis is home to six major music festivals. The Memphis in May festival, in particular, is a one-month long celebration in May that salutes Memphis music, people and food at Tommy Lee Park on the Mississippi River. Barbeque is king in Memphis with regards to food, with many back alley and hole in the wall restaurants serving up classic southern staples such as ribs, fried chicken, catfish and more. However, the largest of all the Memphis festivals is Elvis Week which attracts 75,000 visitors to the city. Elvis Presley has had an unparalleled influence on the city of Memphis with 700,000 people annually visiting his 14 acre Graceland estate, making it the second most-visited house in the country behind only the White House. The land itself was purchased by Elvis for $100,000 in 1957 at the age of 22 and is located in one of Memphis’ most prestigious neighbourhoods. Elvis purchased the land for his family and friends and often sought refuge on the estate. In 2006, Graceland was made a national historic landmark, and it’s contribution to the Memphis economy is estimated to be around 300-400 million USD per year creating an extra 4,000 to 6,000 jobs in the local economy. Beale Street in Memphis is another massive tourist destination in the city. Originally located in a largely African American neighborhood, Beale Street was deemed undesirable and was rebuilt in the late 1970s and 1980s, the once discarded street is now a national historic landmark. While these changes brought vitality back into the area, the impoverished residents were displaced due to residential property dynamics, meaning many African American residents that have historically called the neighborhood home, were now forced to relocate due to the gentrification spurred by the urban renewal and cultural tourism projects. However, seeing an estimated 4.2 million visitors annually, Beale Street is currently the second most visited street in America trailing only Bourbon Street in New Orleans. Some attractions located on Beale Street include the Memphis Rock ‘n’ Soul Museum, the FedEx Forum and BB King Blues Bar, among others. Additional key sites in Memphis include the Memphis Zoo, home to over 400 animals and filled with Egyptian decorations and the Peabody Hotel. The Peabody Hotel is famous for it’s 5 mallard ducks that march down a red carpet from the elevator to the lobby’s Italian marble fountain every day at 11:00 a.m., where they play to music by John Philip Sousa until 5:00 p.m., when they waddle back on the carpet to the elevator and are escorted to their penthouse suite. The Memphis Pyramid is another iconic building in the city, towering 32 storeys and facing the Mississippi River. Originally built as an arena, in 2015, the building was repurposed as a Bass Pro Shops Megastore. Overall, Memphis sees an average of 9 million tourists annually, which brings $2.5 billion USD into the city’s economy. Roughly 49,300 jobs were attributed to tourism in the Memphis metropolitan area, around 11 percent of the population (currently estimated to be approximately 680,000). Furthermore, when considering Memphis’ history, geography, and culture and comparing current and projected tourism trends, it is clear that Memphis will continue to be a tourism powerhouse, not just for the state of Tennessee, but also nationally. =Civil Rights Protests and Actions= The Civil Rights Movement took place in the United States beginning in the late 1940s and continued until the end of the 1960s. The goal of the movement was to fight against the racial segregation and discrimination that African Americans faced across the country, but specifically in the southern states that had been a part of the Confederacy in the mid and late 1800s. Tennessee had been a part of the Confederacy, and racial discrimination was still very much part of everyday life in Tennessee. People who were black were not allowed to fully participate in society. Public facilities, such as restaurants, parks or theaters in some cases did not allow blacks inside, and if they were, these groups were confined to special areas. On public transportation, they had to ride at the back, and if the white-only seats became full, they must yield their seat to white citizens. Following World War II, where African Americans fought against fascism and for freedom, many were very discontent with a life of inequality. Thus, African Americans began to try and change the laws which restricted their freedom, and the civil rights movement was born. Tennessee was at the forefront of this movement. ==February 25th 1946== One of the first postwar outbreaks of violence requiring legal defense was that of the residents of Columbia, Tennessee on February 25th, 1946. The violence sprung from a fistfight between two WWII veterans: one black and one white. The fistfight caused the violence to spread, gathering a mob of whites seeking to ransack the black neighborhood and business district. The black neighborhood armed itself and warned whites not to enter. Four white policemen entered anyway after noticing several streetlights were shot out, causing them to be shot down by African Americans in the neighborhood. A fight ensued, eventually, the Governor was forced to call on the national guard to break up the festivities. Twenty-five black men were charged as a result. Looby and colleagues defended twenty-three African Americans in litigation, winning acquittals for all of them. ==Influence of the Highlander Folk School (1950-61)== The Highlander Folk School, founded in 1932 in Monteagle, Tennessee, was originally focused on labor relations until volatile race relations prompted a shift toward issues of segregation in 1950. Before then, Highlander concentrated on organizing and training the unemployed and working people through workshops to help ordinary people gain knowledge. Strained state relations after WWII brought allegations that the center was spreading communism across the south. The founder and many school allies denied the claim. Highlander soon realized that the labor movement required confronting racism and segregation, which prompted opposition leaders to campaign against Highlander and name it a communist school in an effort to shut it down. Almost a year before [[w:Brown_v._Board_of_Education|Brown vs. The Board of Education]], Highlander was holding workshops to prepare for school integration. In 1954, [[w:Septima_Poinsette_Clark|Septima Clark]], known as Queen mother of the Civil Rights Movement, attended Highlander and joined in discussions regarding the inability of African Americans to vote due to voting law restrictions requiring voters to pass so-called literacy tests. Then in 1955, [[w:Rosa_Parks|Rosa Parks]] attended desegregation workshops at Highlander, which may have empowered her to take a stand against segregated bus laws. Highlander later hired Septima Clark to direct the integration workshops. When [[w:Clinton_High_School_(Clinton,_Tennessee)|Clinton High School]] struggled to integrate their schools, she brought the African American students to Highlander for a weekend retreat. The Georgia Education Commission criticized Highlander's 25th anniversary Labor Day celebration claiming that the school was communist. A school raid in 1959 resulted in four staff members being charged with possession of alcohol, drunkenness, and resisting arrest. Highlander didn't flinch and instead began a Youth Project where white and black students participated in sessions about school integration. Then, in 1961, the Tennessee Supreme Court revoked Highlander's charter and ordered that the school be closed. ==Impact of Brown v. Board of Education (1954)== This landmark decision declared segregation in schools to be unconstitutional. Under the leadership of Governor Earl Warren, the Supreme Court determined that separate educational facilities were unequal and that the “separate but equal” doctrine had no place in public education. Segregationists across Tennessee condemned the decision, but Tennessee officials were not willing to do the same. Officials, such as Mayor Ben West, were described to display “stoic acceptance” of the decision. In September 1955, a new lawsuit was brought forth, to enforce integration at Tennessee schools. Alfred Z. Kelley, a Tennessee father, filed a class-action suit, Robert W. Kelley et al., v. Board of Education of Nashville, demanding open admission to high schools on behalf of his son, Robert W. Kelley. The plaintiffs won, causing the Nashville Plan to come to fruition. The Nashville Plan called for the desegregation of one grade per year, beginning with the first grade in 1957. ==Registration of Black Voters== Ever since the late 1800s, black voters in the South found a number of barriers to voting, including grandfather clauses, poll taxes, literacy tests, and understanding clauses. Tennessee stood out as one southern state with fewer barriers placed on African American voters. In the 1940s and 1950s, African Americans in Memphis and Nashville had begun facilitating voter registration drives, often backed by public officials. Tennessee also repealed the poll tax in 1953, ahead of federal civil rights legislation. Tennessee bragged a 62.7% registration rate of their African American voters by 1958. ==Tent City== [[File:Negro tent camp - NARA - 281472.jpg|thumb|Negro tent camp - NARA - 281472]] Despite Tennessee’s record of positive voting registration among the black community, two counties stood in stark contrast. Haywood and Fayette counties, both with large black populations, faced legal action from the Eisenhower administration to grant the people access to vote. When black citizens presented themselves to register to vote, local officials responded by declining to extend credits and called in their loans. Soon, about 700 sharecropping families found themselves homeless and living in what became known as Tent City. Tent City drew sympathy from out-of-state, with several organizations demanding justice for the Haywood and Fayette citizens. ==1960 Sit-Ins== In early 1960 in North Carolina, four black students staged a sit-in to protest segregation at a lunch counter in downtown Greensboro. The trend of sit-ins spread across the south, many of them experiencing success in Tennessee. Students from Knoxville College planned their own sit-ins at lunch counters in the city. Executives from the counters explained that the counters could not be desegregated without approval from their head office. In an unprecedented move, Mayor John Duncan, along with two students and two members of the city’s chamber of commerce, went to New York to confront head office executives on the issue of desegregation. Sit-ins began in Memphis in the spring of 1960. Black students from LeMoyne College targeted public libraries rather than lunch counters. By early summer, both lunch counters and public libraries were desegregated in Tennessee. ==End of Segregation== With the end of World War II, the increase of civil rights activities within black communities was at an all-time high. This increase would later be to thank for the abolition of the [[w:Jim Crow laws|Jim Crow laws]] that gave permission to whites to segregate African Americans. A number of important dates, movements, and people contributed to the removal of these laws and they all came alongside the Civil Rights Movement. Notable contributions include: - In 1948, President Harry Truman ordered integration in the military. - In 1954, the Supreme Court ruled that educational segregation was unconstitutional. - In 1964, President Lyndon B. Johnson signed the Civil Rights Act that led to the end of the legal discrimination and segregation that had been created by the Jim Crow laws. [[File: Lyndon Johnson signing Civil Rights Act, July 2, 1964.jpg|thumb|Lyndon Johnson signing Civil Rights Act, July 2, 1964]] - In 1965, the Voting Rights Act ended any efforts that had been made to keep minorities from voting, this included African Americans. - In 1968, the Fair Housing Act ended discrimination in renting and selling homes. With the help of these civil rights movements, the Jim Crow laws and customs were no longer in legal action. ==The Assassination of Dr. Martin Luther King Jr.== [[File:Martin-Luther-King-1964-leaning-on-a-lectern.jpg|thumb|Martin Luther King leaning on a lectern, 1964]] Dr. Martin Luther King Jr. was assassinated by James Earl Ray on Thursday, April 4, 1968, in Memphis Tennessee. Dr. Martin Luther King Jr. was an American Christian Minister, founder of the Southern Christian Leadership Conference, and a social advocate who became the most prominent leader of the civil rights movement in the United States of America. Through the efforts of non-violent protests and inspirational speeches, Dr. King helped abolish the legal segregation of African Americans in the south and other parts of the United States. Dr. Martin Luther King Jr. was one of the most well-known civil rights activists until his assassination by James Earl Ray on Thursday, April 4, 1968, in Memphis Tennessee. While standing on the second-floor balcony of room 306 at the Lorraine Motel in Memphis Tennessee, King was wounded by a gunshot at 6:01 pm. By 6:15 pm, unconscious King arrived at St. Joseph Hospital, where he was given oxygen and a blood transfusion as he had a palpable heartbeat and radial pulse. Shortly after his arrival, his breathing stopped and doctors performed a tracheotomy. Following this procedure, King’s cardiac monitor indicated a little to no heart function, so doctors injected him with intracardiac adrenaline and began cardiac massage. Due to the total loss of spinal cord fluid in his lower neck, lack of vital signs and heart function, King was proclaimed dead at 7:05 pm by general surgeon Dr. Jerry Barrasso. [[File:Tn-mlk2.jpg|left|thumb|Lorraine Motel in Memphis Tennessee]] An autopsy was performed by Shelby County Medical examiner Dr. Jerry T. Francisco at 10:45 pm on the day of his death. The findings from the autopsy were submitted and became a public document under Tennessee law, on April 11, 1968. Following this submission, many critics of the investigation questioned the accuracy and thoroughness of the report. To address these concerns, a panel of expert forensic pathologists were convened by the committee to review the treatment that Dr. King received and the procedures and conclusions that were made in the autopsy report. The panel extensively analyzed the report and all relevant evidence that pertained to the assassination. It was concluded that the initial findings from the first autopsy were generally accurate and that King died from a single gunshot wound caused by a bullet that entered the right side of the face approximately an inch to the right and a half-inch below the mouth. [[File:James Earl Ray poster.jpg|thumb|James Earl Ray poster]] Fifteen days after King’s assassination, his murder was identified by three latent fingerprints that were found at the crime scene. His murderer's name was James Earl Ray, an escaped convict who was serving a life sentence for robbery at the Missouri State Penitentiary. Ray fired the gunshot from the bathroom window at the back of a rooming-house at 422 ½ South Street in Memphis. There was substantial evidence that confirmed Ray's actions and he pleaded guilty for the assassination of King. Ray was sentenced to 99 years at the state penitentiary. Martin Luther King traveled to Memphis following the tragic death of two African-American sanitation workers. The incident took place on February 1, 1968, when the two workers were killed in the back of a garbage truck due to a malfunction in the truck’s compactor as they were trying to seek shelter from the rain. The death of these two men ignited protests and violent riots as their fellow workers demanded better working conditions, an increase in wages, and acknowledgment of their union. Before his assassination, King journeyed to Memphis to make plans for a peaceful march in support of this cause. Once news broke out the assassination of Martin Luther King, an intensive manhunt was conducted in the city of Memphis. Many cities around the country also broke out in violence, and many national leaders including President Lyndon Johnson had to urge the nation to remain calm and refrain from acting out in violence. King’s funeral was held on April 9, 1968, in Atlanta Georgia. More than 50,000 people from all around the country made their way into the state to say their final farewells to their fallen heroes. Many institutions like banks, schools, and stores were closed to honor King, and the Mayor of Atlanta also declared that this day would be called “Black Tuesday,” an official mourning day for the city. The funeral began at 10:30 am Eastern Standard time, at the Ebenezer Baptist Church. This service was private and only limited to family, members of the Southern Christian Leadership Conference, distinguished guests, and members of the congregation. A public service was also held at 2:00 pm at Morehouse College. Both services were broadcasted on the radio and on television on three national networks. A peaceful march was held and mourners walked a 3 ½ mile route throughout downtown Atlanta starting at the church where the private service was held. ==Tennessee's Notable Figures In the Civil Rights Movement == ===Maxine Smith=== Smith was denied entry into the all-white Memphis State University in 1957. Smith consequently sued the university, and, two years later was credited with paving the way for integration at the university. In 1959, the first African-American students, known as the Memphis Eight, enrolled at the university. Smith was at the forefront of educational integration in Memphis, as the executive secretary of the Memphis branch of the NAACP. Maxine Smith would later serve as the first African American on the Board of Education and serve two terms as their President. ===Alexander Looby and Avon N. Williams Jr.=== This pair was the most prominent civil rights attorneys in the post-war era. With the exception of a few, Looby and Williams Jr. undertook dozens of lawsuits targeting racism in Tennessee. Looby and Williams Jr. championed school desegregation, as well as racial discrimination in employment and public accommodations. The two attorneys worked very hard to clear a host of students who had been charged and wrongfully arrested because they were taking part in the Nashville sit-ins to protest the racial segregation in the state of Tennessee. Due to the work that Alexander Looby did working with the students who participated in the sit-ins, on the morning of April 19, 1960, Alexander Looby's house was bombed and destroyed in a racially motivated attack. Looby and his wife were in the house sleeping at the time but were left unharmed, the police were not able to find the suspects who committed the racially motivated attack. Looby had a very impressive political and law career, and he used his positions to fight for racial rights and desegregation. = Shift from Democratic to Republican Dominance = Today, the Republican Party is the dominant political party in the Southern United States, and Tennessee is not an exception to this. However, it was not always this way, as prior to the 1960s, the South was better known as a Democrat stronghold. In 1863, when Abraham Lincoln made the Emancipation Proclamation, and abolished slavery in the United States of America, he was a member of the Republican Party. === Early Rise of The Democratic Party === [[File:BarryGoldwater.png|thumb|Presidential Candidate Barry Goldwater]] The Democratic Party, after the “Reconstruction” ended in 1877, was originally intended to be a party focused on maintaining as much of the countries past traditions. These traditions typically meant maintaining white supremacy and disenfranchising the newly freed African-Americans. Due to this stance on the racial divide, the Southern states were an overwhelmingly Democratic stronghold, and this lasted for almost a century, slowly beginning to change in the 1950s and 1960s. This may seem odd, seeing as the Republican Party today is widely associated with the Southern states and white America, but there was a time when a Southerner would never consider supporting the party of Abraham Lincoln. The question that therefore arises, is what occurred during the 1960s that led to such a dramatic switch in Southern and Tennessee support from the Democrat Party to the Republican Party, and has led to Republican dominance that has lasted to this day.   The Southern United States during the 20<sup>th</sup> century is often associated with racial divide, stemming from the decision of the 11 states that seceded from the Union and formed the Confederacy in an attempt to fight the abolishment of slavery. Tennessee is of course one of these states and therefore has also found the historical political support of it’s people closely tied to the division of race. This principle can be seen as the shift from Democratic to Republican support in the South began in the year 1964, which is notable for multiple reasons, first and foremost being the year in which the Civil Rights Act was instituted. The year 1964 was also the first presidential election in which the Democratic Party actively brought African-Americans into the race, and also coincided with the Republican presidential candidate, Barry Goldwater, publicly alienating African-Americans with “implicitly racial comments”. These factors led to an opposite movement of support for the two parties as African-American support for the Democrat’s jumped in 1964 while the white population’s support for the Democrat’s fell to nearly 20% by the year 1972. === The Southern Strategy === The Republican Party continued to change the narrative on which party the Southern population would give their support to, as in 1968, Richard Nixon’s administration embarked upon a “Southern Strategy” aimed to increase Republican support in the South. The “Southern Strategy” was focused on the opposition of desegregation of school’s that had begun after the ''Brown v Board of Education'' (1954) decision by the Supreme Court, which ruled that the segregation of public schools by race was unconstitutional. After this decision, in 1968, the executive branch of the government, led by Richard Nixon, decided to get involved in the public education of the country as he viewed it as a way to gain a political advantage. The “Southern Strategy” has further been used to some extent by other presidents such as Ronald Reagan, George H.W. Bush and George W. Bush. The strategy thus far has been a resounding success in the South at not just shifting the region from a Democratic to a Republican stronghold, but also in maintaining this hold to the present day. Tennessee specifically voting for a Republican candidate 10 out of the 13 general elections held since the implementation of the “Southern Strategy” in 1968. Only 3 out of the last 13 general elections saw Tennessee supporting a Democratic candidate, these elections taking place in 1976, 1992, and 1996, and it is interesting to note that Tennessee supported the Democratic candidate in two straight elections, both being Bill Clinton. Despite the world being much more accepting and desegregated today, it is clear to see that a deep divide between races in Tennessee and the rest of the South rooted in long past prejudices have a strong and lasting impact on the politics of today. The party that was at one time the champion of the emancipation proclamation and the furthest party from consideration for most of the South and Tennessee, turned into the champion of segregation and white supremacy in the early 1960s.    =Post-War Economic Changes and Development= Tennessee played a large role in World War II and took pride in it. They sent out 300,000 soldiers but they had a few military bases, namely airfield grounds. The war forced Tennessee to switch up their way of life and adopt the industrial lifestyle, to move from farming to factories. Once the war was over, Tennessee continued this culture and improved on it. With all the mass immigrations the population rose and helped shape the economy and state we see today. ===Population Growth=== In early 1946 Tennessee had fully reconverted from the war and began seeing major changes to their state. There were massive population increases in various cities and counties around Tennessee. Shelby County saw their population increase from 358,000 – 482,000 1940-1950. Many other cities experienced these population growths which created expansion. The biggest impact of the war was that it accelerated the expansion of the state's industry. Before the war, Tennessee had been hit hard with floods and poverty. However, the new industries and businesses created from the war had brought prosperity and along came people. Tennessee saw its lowest migration patterns between 1940 and 1950 since the depression. Meaning very few people left the state while many migrated into it. ===Industrial Affect=== Before the war, Tennessee was in the beginning stages of transitioning from mainly an agricultural economy to an industrial economy. The war had a huge role in helping this transition. During the war, they couldn’t have everyone farming as they needed workers to make whatever the army needed, like guns, ammo, and planes. This pushed Tennessee’s culture to become more industrial and move away from agriculture. Between the years of 1940 to 1950, they lost 256,000 in farm population, by 1960 the farm population decreased to 560,000 compared to 1,272,000 in 1940. The changes in industries were just as crazy. “Charles Foreman forecasted 50-60% increase post-war employment over 1940”. They created a lot more plants and extensions, the industries doubled. Employment in the manufacturing sector increased by 22,000 from 1940 to 1953. By 1953 there were more than 800 plants in Memphis compared to just 400 in 1940. Their manufacturing and production sector had 2 billion dollars in 1947, which doubles Tennessee pre-war. They spent 1.75 million dollars investing in 700 new industries between the years of 1945 and 1948. All this new business made the economy begin to flourish but also pushed the development of the state. Dams were built to help create enough energy for increased factory production. The TVA built 16 dams between 1933 to 1944, in order to create enough electricity to support the factories, paving the way for post-war industrialization. In 1946 they began building pipelines to help maintain the increased population and number of factories. This is the foundation for the development of Tennessee that we see today. ===Wage and Income Increases=== World War II changed a lot of things for a lot of people, whether they liked it or not. Sending 300,000 people overseas to go to war, not only depletes the population but also affects the families of the soldiers. With the war lasting as long as it did, the people who survived missed a lot. Many of the soldiers were young men who would be in college, that’s when they made the GI bill of rights. It was made for the reemployment of veterans as well as lower interest rates and education. It worked very well for veterans, in 1944 95% of war veterans found jobs. UT (University of Tennessee) at one point had 8,700 students of those students 5,000 were veterans. Veterans were not the only ones helped by the end of the war. Personal income saw huge increases, in 1940 it was at 650 million in total this increased to over two billion in 1950. Per capita, personal income went from an annual income of 339 in 1940 to 994 in 1950. Men saw hourly wages increase by 52% and women 57% from 1939 to 1944. Women’s employment really began because of the wars but after World War II it really began. Nashville’s women employment increased by 49% in 1945 since 1940. ===Oak Ridge=== In World War II, the government was doing research on very radioactive and dangerous chemicals, in order to build what would be known as the atomic bomb. First, they needed an area for this, that area is Oak Ridge, and Monsanto ran it. Once the war ended the government decided to decline Monsanto’s contract to keep them in charge and instead turned the space into a biology research center. They studied the best ways of detecting radiation, photosynthesis experiments on how energy is transferred and much more. They brought scientists from around the world to work in the area, however, they had problems with the area not being too caring about biology. Hollaender the main scientist in charge really turned that around. In 1949, 220 people from out of town came to their biology information meetings held by Hollaender, and the meetings only grew in popularity. [[File:K-25_(7609929206).jpg|center|Oak Ridge]] ===Sports=== Tennessee has a rich history when it comes to sports. Tennessee is home to 3 major sports franchises, the Nashville Predators of the NHL, the Memphis Grizzlies of the NBA, and the Tennessee Titans in the NFL. They are also home to many secondary leagues in soccer, baseball and other sports and are home to many college sports team including the Tennessee Volunteers and the Vanderbilt Commodores. There will also be a Major League Soccer expansion franchise in Nashville in the 2020 season. The Nashville Predators have played in the National Hockey League since the 1998-1999 season. They have had two coaches in their team history, Barry Trotz from 1998-2014, and Peter Lavilotte from 2014-present. They have had seven captains in team history, their current one being defenceman Roman Josi. They have had a history of developing good defenceman in their organization, including Josi, Ryan Ellis, Mathias Ekhlom, and former captains Shea Weber (the current captain of the Montreal Canadiens) and Kimmo Timonnen. P.K Subban also use to play for the Predators before being traded to the Devils in the 2019 off-season. They have been a perennial playoff team, lead by their defence and goaltender Pekka Rinne. Their franchise leading point scorer is David Legwand, with 210 goals and 356 assists for 556 points. Legwand also has the most games played in team history. Rinne leads all goaltenders in team history in wins with 347, more than double Thomas Vokoun who is second with 160 wins. Their General Manager since their inception in the 90s has been David Poile who became the winningest coach in league history when he recorded his 1320th win as a general manager. The Predators have one Stanley Cup finals appearance, which occurred back in the 2016-17 season, but they ultimately lost to the Pittsburgh Penguins. Thus they are still seeking their first championship to this day. The Memphis Grizzlies, formerly the Vancouver Grizzlies have been an NBA franchise since 1995, but have been located in Memphis since 2001. They have had 6 general managers in team history, the first being Stu Jackson, and their current GM being Jason Wexler. They have also had 13 different head coaches in team history, with the first being Brian Winters and the current one being Taylor Jenkins. They have made it to the playoffs on 10 different occasions in team history, including 7 consecutive appearances from 2010 to 2017. In the 2012-2013 season, they made it to the Western Conference Finals, but got swept in 4 games by the San Antonio Spurs. They were lead by several key players that year including Zach Randolph, Marc Gasol and Mike Conley. Conley hold the franchise record in points and assists were Gasol holds the franchise record for minutes played and rebounds. Following the 2017 season, the Grizzlies began to decline as their key players aged, and they rapidly fell down the standings. They eventually traded both Gasol and Conley. In the 2019 NBA draft, they had the second overall pick, selecting point guard Ja Morant. With Morant and a young core behind them, the Grizzlies are poised to once again contend for a playoff spot. The Tennessee Titans, formerly known as the Houston Oilers and Tennessee Oilers, have been around since the 1960s. They played in the American Football league, and won the first two league titles, but joined the National Football League as part of the AFL-NFL merger in 1970. Despite winning those two league titles, they have yet to win a Super Bowl and thus have yet to win an NFL Championship. They now compete in the AFC South division. They have had 18 head coaches in team history, the first being Lou Rymkus, and the current one being Mike Vrabel. There most winningest coach however, is Jeff Fischer, with 142 career wins as head coach. There franchise passing leader in passing yards and touchdowns is quarterback Warren Moon who played for the Titans for nearly a decade between 1984 and 1993. There franchise leader in rushing yards is Eddie George, with over 10,000. Ernest Givins is the franchise leader in receiving yards with nearly 8,000, most of those receptions were throws from Moon, whom he played with for the majority of his time with the Titans. Despite not winning a Super Bowl, the Titans came awfully close in 2001, when they competed in the Super Bowl against the St. Louis Rams. they were led by quarterback Steve McNair to a 13-3 record in the regular season, but ultimately lost in the finals by a score of 23-16. The Titans have not made the playoffs since 2017, but are on the bubble of making it this season. [[File:Steve McNair 2006 (cropped).jpg|thumb|Steve McNair, former quarterback for the Titans]] Tennessee is also home to the college sports rivalry of Vanderbilt and the Tennessee Volunteers. This rivalry is predominantly in college football, where the two teams have met over 112 times, dating as far back as to 1892. They are both founding members of the Southeastern Conference. Tennessee leads the all-time series with a record of 75-33-5, although Vanderbilt has won their last three meetings against Tennessee. The two teams have played in some very notable games against one another, including a scoreless tie in the 1930s. Another well-known game in the rivalry when Jay Cutler lead the Commodores to a victory over Tennessee, snapping a 23 year losing streak against the Volunteers. The history between the two teams is some of the richest in all of college sports. Tennessee has a rich sports history in general. They have 3 major sports teams in the Nashville Predators of the NHL, the Memphis Grizzlies of the NBA and the Tennessee Titans of the NFL, They are also home to the college sports rivalry of the Vanderbilt Commodores and Tennessee Volunteers. While none of their 3 major sports team has yet to win a championship in their respective leagues, the Titans, Grizzlies and Predators continue to be competitive teams in search of those championships. {{Status|100%}} {{BookCat}} mvoe9ebhdg9ixmft1dhdxwoyw3gvong User:Djm-leighpark 2 417722 4095029 3708095 2022-08-20T04:09:20Z Djm-leighpark 3127367 Notify about Deirge Ó Dhaoinebeaga wikitext text/x-wiki Alt.Accounts: (1) I have another account from about 10 years {{User|bigdelboy}} that never did anything until January 2020 when I resurrected it to circumvent a self-enforced wikibreak from my own account. It might use it for bots or bulk stuff ... and this is possible for bulk transwiki stuff on Wikibooks should I ever get involved in that. (2) I have a further account {{User|Djm-mobile}} for ''on-the-road'' use on less secure devices ... notably the Parkie library where HCC's IP's are typically blocked and anon edits are not possible. (3): From summer 2022 I have an additional alt. account {{User|Deirge Ó Dhaoinebeaga}} that works on [[:ga:Príomhleathanach|Vicipéid]] in the Gaeilge langauge. Deirge also does some contributions to language independent central wikis such as commons and wikidata in areas related to Ireland. It is possible images upload by Deirge might be relevant to a book here, namely Haymaking. cl445xxb28um64cnnu0dmv4n700brsn User:Bigdelboy 2 417724 4095030 3719665 2022-08-20T04:26:08Z Bigdelboy 3301666 Updates: Primarty reason was to declare alt account Deirge Ó Dhaoinebeaga but have updated other stuff as well. wikitext text/x-wiki Alt.Accounts: My main account is {{User|Djm-leighpark}} (1) This account {{User|Bigdelboy}} never did anything until January 2020 when I resurrected it to circumvent a self-enforced wikibreak from my own account. I might use it for bots or bulk stuff ... and this is possible for bulk transwiki stuff on Wikibooks should I ever get involved in that. (2) I have a further account {{User|Djm-mobile}} for ''on-the-road'' use on less secure devices ... notably the Parkie library where HCC's IP's are typically blocked and anon edits are not possible. (3): From summer 2022 I have an additional alt. account {{User|Deirge Ó Dhaoinebeaga}} that works on [[:ga:Príomhleathanach|Vicipéid]] in the Gaeilge langauge. Deirge also does some contributions to language independent central wikis such as commons and wikidata in areas related to Ireland. In case anyone wonders why the pace on [[Character Encodings]] appears to have slowed there are tow basic reasons. One is I am doing prods and tests on the development of this book and coming up to and back up to speed on some languages and tools, the other is to complete the support templates I made a big push at possible RL consequence of an ex-havenpool RM confronting me over the need to sort out some women's dresses and underwear ... at least he want a para. Be assured I am trying stuff, albeit not at that previous pace; and this may not be obvious on WikiBook edit history. I would still hope expect to see a big push at some point but am somewhat disillusioned at the whole mess. It is also possible morse may assist in determining that book structure is right ... but I am becoming reluctant to follow through with that initative. Thankyou. The situation with the Character Encodings has gone badly. my requirements to retain the page in situ for 3 months have not been met so I am withdrawing from the project. I am probably willing to consider answering any questions to anyone wishing to continue with the project but I will not be assisting with imports of code pages for them. It may be argued I no longer have need for the importer privilege and I will not oppose anyone requesting its removal. That said I may not be averse to consider assisting anyone requiring a page imported<s>, But I may need to be contacted on my main account on the English WikiPedia.</s> As I may be able response on the English Wikipedia currently in practice the best ways of contacting me currently is likely a talk page message on [[User talk:Djm-leighpark]] or a message at [[:m:User talk:Deirge Ó Dhaoinebeaga]] as I am more regularly logged into those account and will get a message from another Wiki. Thankyou. 9pq1r9sxalceqs7pl6tfmgb16nqv9xc Dark and Light/SOG Errors 0 428581 4094964 3947576 2022-08-19T13:49:59Z Kaltenmeyer 715252 typos wikitext text/x-wiki __TOC__ == SOG Errors (Build 0.88.92) == The current release of the Dark and Light client, SOG is currently at build version '''0.88.92'''. Here is a (semi) complete list of all current know errors, bugs, and exploits, official communications on them, and how to work-around or fix them. === I get the message "Report: Sorry, DarkAndLight Gamer Server is not opened yet. Please, try again later. # Server down #" === We know for certain now that this error is related to a serious error or bug with the '''User Authentication server'''. Contrary to the message text, this means that the game server is up and working, but no new logins are allowed. (That's why DnL Launcher application shows the "Game server status" as green.) This problem is similar to the [[Dark and Light/SOG Errors#"Loop Connect" error|"Loop Connect" error]] but does not require an application crash to shut down the SOG client. The only way around this error is to attempt to connect again at a later time. === After the splash screen the screen goes black and then it says I'm disconnected === *Solution by Dionesios I was running a Norton virus scan utility and this kept happening. I was able to change some settings having to do with the blocking of IRC and TCP and it then let me in. If you are not running a firewall or virus scan program (including the windows fire wall) check to make sure your isp does not use one automatically or that you are not getting your connection from behind a router. See the Router section. === I can't hear any sound in the game === *Solution by Liam115 Update your soundcard drivers.if a driver upgrade doesn't fix it, go to start menu, click the run button, then type in dxdiag when it's fully loaded go to the sound tab turn down direct sound acceleration 1 noth to standard acceleration. === Why don't I hear any combat sounds when I play SOG? === *Solution by Pizza the Hutt The combat sounds are in fact in the game and working. The default volume settings on the music are likely drowning out your combat sounds. Open the preferences menu, then the audio sub-menu to adjust the sliders to your desired level. === "Loop Connect" error === This is the notorious "Loop Connect" error. The cause of this bug is unknown. It likely has to do with too many users attempting connections at the same time. AD has mentioned that there is no official cap to the servers, so this is supposedly a bug rather than an internal limitation. *Solution by Malfedor There's no fix yet, only a work-around to remove yourself from the loop. #Press ''[CTRL] [ALT] [DEL]'' keys to shut down the SOG client. Note: Constantly "hammering" the server by attempting to reconnect after you get this error will likely only wind up causing other users to experience this error as well. The best solution is to simply try connecting again at a later time. === I get the message "The maximum number of connection[s] is reached" === This is the [[Dark and Light/SOG Errors#"Loop Connect" error|"Loop Connect" error]]. Edited by sarsons, it seems there is a temporary cap on connections. Ticket Info Regarding this error:- <pre> Hello, Thanks for your email. This message indicates that the zone you are trying to log into is very crowded, and we have to temporarily restrict the access in order to keep reasonable server performances in this starter areas. Please try to connect again later, as the population will have spread out. Apologies for this inconvenience. Regards, Damien - Dark and Light support team ==================== Ticket Details Ticket ID: PMR-629338 Department: DnL Tech Priority: Medium Status: Open ==================== </pre> They are temp restricting connections to the log in server to make the game server more stable for the players already playing. seems like a logical plan to me. However the balance between restricting logins and a huge persistent world supposedly harboring several thousand concurrent players has yet to be achieved. === I get the message "Cannot open actual domain information hasn't been sent from the network" === This is the [[Dark and Light/SOG Errors#I_get_the_message_.22We_are_unable_to_locate_your_character.27s_home_on_the_server._Please_contact_DnL_support.22|"We are unable to locate your character's home on server" error]]. === I get a message with "Microsoft Visual C++ Runtime Library" === This is a ubiquitous error. There are many solutions listed here. *Solution by DSHkrugar if you encounter this error before the character selection screen, try the below tips. if you experience it during the loading screen after character selection, you are actually facing a [[Dark_and_Light/SOG_Errors#I_can.27t_login_with_one_or_all_of_my_characters| different problem]]. *Solution by Holysin #Go here and download/install tihs codex http://www.free-codecs.com/Indeo_Codec_download.htm #Delete DnL.ini Do a search if you cant find it. #Run the launcher and login with your forum info. #Have fun playing SoG! *Solution by Liam115 Delete dnl.ini and dnl.cfg in the SOG folder and run it with full-check again PS:If you can't see your files you need to make it so that you can. there are hidden files all over your computer. To make the .ini files visible you need to go to the folder: C:\program files\Dark and Light\Launcher\SOG(or where you put it) Once in the folder go to Tools/Folder Options and click on the "View" tab. You'll see an option to make all files visible. *Solution by Nemodain Edit your Dnl.ini file to adjust your sound before you get in game. If I set mine to all 0(zeros) I crash with dnlg error immediately, so I tweaked it till I had a setting that kept me in game the longest..which was about 10 mins. here is what I have now.. <pre> [Audio] Enable audio=1 Enable music=0 Always use Windows default audio device=1 Audio device set by user=0 General volume=75.00 Ambiant volume=75.00 Music volume=75.00 Enable Environmental Audio=0 </pre> So adjust yours till you have the longest time without error. Then goto your SoG folder..look for Profile folder go into it. Inside Profile look for Defaultplayer_settings. Its an XML file. Open the XML file, I had to allow activeX controls as I got a popup blocking it. Right click XML file then click source. Should open a notepad that you can edit in. Scroll down and look for Roads and Transport..set them to false, they are true by default. I set all displaychannels to flase except AVpos. Looks like this... <pre> <DisplayChannels> <Rivers> false </Rivers> <Objects> false </Objects> <Algs> false </Algs> <Roads> true </Roads> <==set to false <Transports> true </Transports> <==set to false <Towns> false </Towns> <Places> false </Places> <Fortresses> false </Fortresses> <Towers> false </Towers> <AvPos> true </AvPos> <AvQuest> false </AvQuest> <AvEnemy> false </AvEnemy> <AvFriend> false </AvFriend> <AvNeutral> false </AvNeutral> <AvWanted> false </AvWanted> <AvLvlFXP> false </AvLvlFXP> <ItDIPos> false </ItDIPos> <ItDIName> false </ItDIName> <ItTPos> false </ItTPos> <ItTName> false </ItTName> <ItEXPos> false </ItEXPos> <ItEXName> false </ItEXName> </pre> There is another line down further just like this one, I set them to false also. I know this is the same work around posted in here about unchecking roads and trans, but that did not work for me.This however did work for me as well as 2 other people. If you are having the Dnlg error after logging into game and would like to try this please do and post results here. The xml will update after you log anyway so don't worry about what you change. It did however let me stay in game for over and hour without the error. *Solution by Hafoc In the SoG install directory there is a file called EAXAC3.dll with the file version of 1.1.3.0, the latest that I have installed from Creative is 1.1.2.0 so I copied this from my Audigy install (located in Windows\System32) into the SoG folder and it seems to have fixed the problem. Might just be coincidence, so that's why I haven't posted it into the forums yet. So far I've had a couple of hours with out crash, so looks promising. === The "No Such User" error === This is a common error. Here a two possible solutions. *Solution by |Darky| For all those that still get the no such user error, all you have to do is go to http://www.darkandlight.net/sog and click on lost password. You will get a new password mailed then and instead of your username you get told a number, which you have to use as your login name and then it works. You have to use your old password tho for the game until the next database synchronisation. !!30.12.2005: It seems that this solution doesn't work anymore - you don't get any number that you can use instead of your username *Solution by Liam 115 Check if you input the error account or password. (Or try this:Change your forum password to the same one you first created when making an account.OR change it to the same password you had when you were ordering pioneer key / getting your free key.) === I get a message with the word "Decompression" in it === There are two possibilities: *Message from AD Support this means one of the game files is corrupted. *Solution by Liam115 Run the client with "full-check" enabled again. === I get a message with words like "gl_ARB_multitexture, gl_ARB_texture_evn_combine, gl_ext_secondary_color error" === *Solution by Liam115 Download the Indeo drivers (3-pack) (http://www.free-codecs.com/Indeo_Codec_download.htm), get the latest graphics card drivers and make sure you have DirectX 9.0c. *Addendum by DSHkrugar you may need to reboot your computer after installing the drivers *By Omack If your game worked fine earlier it may just be a problem with your openGL and you just need a reboot. === Monitor displays a "Out Of Range" or "No Signal" message, or screen goes black === *Solution by Liam115 Update your monitor or graphic card drivers. === I get the message "#LOGIN_CUSTOM_DEFINE_ERROR#" === *Solution by Liam115 This is that the login server is down, you may also get this error if you where disconnected suddenly and it might work if you re-try in a few minutes *Solution by Xyld This just means that the login server is down or having problems. Just keep trying. There is nothing on your end to fix. === I get the message "We are unable to locate your character's home on the server. Please contact DnL support" === *Message from DnL Support This means the user database is unreachable so you cannot login before the next server reboot. We apologize for the inconvenience. === For Dual monitors, SOG doesn't launch on the screen set as main screen on the properties === *Solution by DnL Support the dnl.ini file contains a variable in the section [Graphic] named "Monitor number". You'll have to change this variable to 0, 1 ... according to the monitor you want to use to play the game. *Solution by Xyld Best bet is to log in using a full integrity check. Happens to me all the time and this works every time so far === I'm not able to interact at all in the game === *Solution by Neoo to fix it just type /gate and it will fix the error. *Solution by Xyld This one SUCKS. There is no other way to put it. Had this happen right after a server crash. So far the only solution is to delete that character and start over. Sorry all. But it did solve the problem. Try all other options first, including a full system reboot, possibly a reinstall, and a full integrity check. This is a last resort. *Addendum by Sika I would advise you to wait for the next server reboot if you don't want to delete your character.. but this can take some time. It's up to you while we are waiting for the devs to fix this. === I keep getting "Incorrect User Name" / "...Password" errors === *Solution by Liam115 If your username contains special characters ,just type in your username without them.if you have recently changed your password try the previous password instead, if this does not work you will need to contact Customer Support === I can't login with one or all of my characters === *Solution by Jodh and Psycron Go to C:\Games\SoG\Launcher\SOG\Profile\'''USERNAME'''\Soic and delete ks.dat <sup>(Where '''USERNAME''' is your character's name.)</sup> Notice that this worked on my level 19 character so it is a viable and working solution for some problems. Also notice that this did not work on my level 16 wizard, so even tho the crashes are the same, they are not caused by the same thing. *Addendum by DSHkrugar the ks.dat trick fixes most of "crashes during load screen after char selection" but at least for me the problem is reappearing after each logout. you might want to create a .bat file to automatically delete these files before you start the patcher/game. *Addendum by Spiralhammy If it did not fix your character its possible you have the bag bug. Tried to move an empty bag into another bag without expanding the second bag into its little squares, and dragging the new bag into one of those squares. This causes a character crash, and as of yet there is no fix, the character cant be used. Server restarts will not fix this. *Addendum by Zerkz This usually either means your character is corrupted, meaning that he is bugged to the point of having no skills, usually caused by bags or such. === I get an error with the word "msxml4.0" in it === *Solution by Liam115 Download msxml4.0 here : [http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en] === I get an error with the word "patcher.exe" in it === *Solution by Liam115 (Note: this may not work!) This is common on AMD processors Open control panel #System #Advanced tab #Settings button (in performance box) #Data excecution prevention tab #Press "Add" #Find and select 'patcher.exe' === I have a problem while getting a file from the server using the client patcher === *Solution by Liam115 Are you running a Firewall/Broadband router? You will need to open/foward the Port 20013 === I'm having Linksys (and other) Router problems === *Solution by Xyld Make sure you have the firmware updated. Go to the support page of your router website and there should be a download for it with instructions. This helps a lot. *Solution by Dionesios Port blocking has been an issue for some people. SoG uses ports 20013 and 6666 according to a post on the mmorpg boards (supposedly taken from a ticket the poster submited on the problem). http://www.portforward.com is an excelent site to check for help forwarding ports if you do not know how. === The patcher redownloading the entire game === *Solution by Nagroth If the patcher starts re-downloading the entire 1.4Gb filepack, then you installed in the wrong folder...the default location should be ...\Dark and Light\Launcher\SOG\ *Solution by andathol On the main launcher screen, click 'Installation Directory' under options, then click on the '...' button. A dialog should come up, allowing you to choose which folder your SoG install is in. *Addendum by DSHkrugar if the patcher tries to download one of the bigger files (mostly .npz), there normally is something amiss. if you are sure the patcher knows where the game is installed (see above solutions for that) and it still tries to download entire files, you might want to extract your SOG.exe into a temporary folder, copy the files in question to your game installation folder and run the full integrity check again. *Addendum by Dionesios Also understand that the game automatically checks all the files for corruption. Several of my friends missinterpreted this as the patcher trying to re-download or re-install the game. To stop this simply hit ignore integrity check on the page that shows server status. === DNLG.exe Error, before character creation === This is an issue with your graphic cards OpenGL version. Cards that do not support OpenGL version 1.5 or higher will recieve this dnlg.exe error after the splash screen and before character creation every time, and you will not be able to get past it. Driver updates will not solve this issue. You must have a card that supports OpenGL 1.5 or higher. This dnlg.exe error has nothing to do with the one people receive in game. == Performance (Build 0.88.92) == Here are some technical tricks to make your experience with SOG easier and more efficient. === How can I increase the stability of SOG? === *Solutions by Pizza the Hutt #As with all games, make sure you are running as little as possible when you enter the game. Hit ctrl+alt+delete to view a list of the currently running processes. Typically, if you have any more than 40-45 running right after start-up you have some kind of spyware on your machine and should run a scan. Security Suites will typically run 5-9 processes depending on which features are installed and active. Also, take a look at the startup tab and look for obvious names. Real Player and Quick Time love to add themselves to the start-up folder. Do you really need those programs running in the background? While removing the processes will not in any way guarantee crash free gaming, it just might help a tiny bit. #If you have never done so, run DXdiag and conduct all of the tests located within just to be absolutely sure your hardware can handle the latest graphics and sound technologies. To do this: 1. click start -> Run -> type in: dxdiag -> click "OK" -> ensure that the system information is close to the listed specs of your machine (rarely windows hardware profiles can become corrupt... sometimes, if the recovery is partially successful, hardware specs may not be reported accurately. If you KNOW you have 1 Gig of Ram and DXdiag says you have 256MB... contact your tech support or consult the Microsoft KB). Go through each tab and conduct the tests following the on-screen prompts. It is always nice to be sure the problem is not on your machine. #Many players have reported that there is less lag and better stability once off of the starting island. Try to expedite your passage to these areas for better gameplay. #Almost any game or online service relies on a series of scripts (files that list a series of actions for the computer to take). Anti-virus software searches for scripts and you anti-virus program may see some of these scripts as malicious and end the process causing your crash. I have noticed slightly more reliable gameplay (in all games) with anti-virus programs disabled. === How can I increase the FPS === *Solution by Seemoe You wont get past 25fps because I believe there is a cap for some reason. But I gained about 5-10 fps doing this. #Locate DnL.ini in C:\Program Files\Dark and Light\Launcher\SOG #Open it with notepad and edit the settings under [Graphic] it so it looks like this: <pre> Hardware lighting=0 Terrain quality (engine mode 1 to 6)=1 Monitor number=0 Full screen mode=1 Resolution X axis=1024 Resolution Y axis=768 Monitor frequency=60 Windowed resolution X axis=768 Windowed resolution Y axis=768 Shader Quality (0: low, 1: medium, 2: high)=0 Fog quality (0: Fastest, 1: Nicest)=0 Multi sample filter quality (0: Fastest, 1: Nicest)=0 Line smooth quality (0: Fastest, 1: Nicest)=0 Perspective correction quality (0: Fastest, 1: Nicest)=0 Point smooth quality (0: Fastest, 1: Nicest)=0 Polygon smooth quality (0: Fastest, 1: Nicest)=0 Cinemascope size=20 MultiSample amount=0 Anisotropy=0</pre> #Close it and make sure you save changes. #Now right-click on DnL.ini and go Properties. Tick 'Read-Only' and apply. #Load up DnL -This is designed to boost your FPS and in turn will make your game look worse visually. -If you wish, you can change Resolution X and Resolution Y settings to 800 and 600 respectively. This will give you 800x600 resolution but the GUI will still be in 1024x768 mode and will be squished/cut off *Solution by TheVman If anyone else is ''Still'' having performance woes on systems that they shouldn't I'd like to recommend another tweak that I noticed gave me another 2 fps. In the DnL.ini file, under Audio, there's an entry for: Enable Environmental Audio=1 Which is set by default. Change that to: Enable Environmental Audio=0 and you might see another small boost. *Solution by Nagroth Someone was having bad fps and I noticed they used a 128 mb video card... I think specs recommends 256mb card (which is what I have). Look into possibly buying a new one with 256 or even 512 video ram. I'm only running a 2.4 ghz, have 1Gb system RAM and 256mb nVidea chipset, and get pretty good fps except when the immediate area is crowded. *Solution by Halberd Well, you can also kill any physical memory sucking apps you have running in the background such as anti-virus... firewalls... bluetooth managers... anything that's eating up memory. I used theeldergeek to get info on services I didn't need running... and frankly my system hasn't even hiccuped since my last reinstall (I low-level format my drive and restore it to base config from a ghost image) about 6 months ago. I'm sure I could run it for a few years and see very few... but I just perfer a fast responding system. By disabling all the "pretty" effects of windows XP can also give you a slight performance boost too. Turning off shaders, not using compressed textures, disabling lightly... that all helps too. ---- *Solution by Seadog, edited by DSHkrugar Try this set up, someone posted this on the forum and it worked great for me. Huge FPS boost and world still looks good. Note: This is not for top end computer systems but all are welcome to try it. Note: Make sure you save your original DnL.ini #Locate DnL.ini in C:\Program Files\Dark and Light\Launcher\SOG #Open it with notepad and compare the settings <pre> <Common> [Config] Current configuration name=Default <Default> [Program] Process priority class=64 //you can try setting this to 128, i hear that works ok also. Language=Datas\Texts\English.txt Languages directory=Datas\Texts\ Help directory=Datas\Texts\help\ [Graphic] Hardware lighting=1 Terrain quality (engine mode 1 to 6)=1 Monitor number=0 Full screen mode=1 Resolution X axis=1280 Resolution Y axis=1024 Monitor frequency=75 Windowed resolution X axis=768 Windowed resolution Y axis=768 Shader Quality (0: low, 1: medium, 2: high)=1 Fog quality (0: Fastest, 1: Nicest)=1 Multi sample filter quality (0: Fastest, 1: Nicest)=1 Line smooth quality (0: Fastest, 1: Nicest)=1 Perspective correction quality (0: Fastest, 1: Nicest)=1 Point smooth quality (0: Fastest, 1: Nicest)=1 Polygon smooth quality (0: Fastest, 1: Nicest)=1 Cinemascope size=0 MultiSample amount=2 Anisotropy=1 [Audio] Enable audio=0 //you can re enable audio from inside the game. Enable music=0 Always use Windows default audio device=1 Audio device set by user=0 General volume=25.57 Ambiant volume=21.92 Music volume=18.26 Enable Environmental Audio=0</pre> Note: Audio is disabled, you can enable it from inside the game. Try this, it worked great for me. I used to run it in lowest resolution with everything turned off, and it ran like crap. With this updated DnL.ini file i run max resolution and the game runs great ;) /edit (DSHkrugar): "Process priority class=256" changed to "Process priority class=64". setting a game process to "256 / Real Time" priority is possible, but hardly recommended for the general public because the system will become completely unresponsive if the game hangs and all other open programs will be nearly completely unusable. setting it to "64 / Higher Than Normal" priority will get the job done just fine while you still can alt-tab to instant messengers or browsers and use them without any problems. === Tips to ATI Users === *Tips by Liam115 Solution:Check your ATI control panel settings,and if you were forcing Anti-Aliasing and anisotropic filtering. Change those settings to 'Let the application decide'. It may help. === General Tips === *Tips by Nagroth It's a good idea to make sure windows is up-to-date before you install the game, as well as any video card updates. Also check for motherboard updates, many of the odd errors may be machine-specific. Finally, see if there is anything posted about configuring your BIOS settings on your motherboard's site. Sometimes you have to fiddle with your settings when using various video cards. {{BookCat}} 84pl7sqsxjak7cgzprthjhnebayopzv User talk:Olddog55 3 443442 4094986 4040405 2022-08-19T17:00:44Z Olddog55 3381950 Replaced content with "Welcome, Olddog55! 05:08, 15 March 2022 (UTC)" wikitext text/x-wiki Welcome, Olddog55! 05:08, 15 March 2022 (UTC) jymhkjle7bpe43e2ks0jffgjsygodrm 4095034 4094986 2022-08-20T05:11:04Z SHB2000 3332924 [[WB:REVERT|Reverted]] edits by [[Special:Contributions/Olddog55|Olddog55]] ([[User talk:Olddog55|talk]]) to last version by Xania wikitext text/x-wiki Welcome, Olddog55! {| style="background:white; border:1px solid #abd5f5;; padding:0px; border-spacing:0px; color: #000000;" ! style="background:#d0e5f5; color: #000000;" | [[Wikibooks:Welcome|Getting started]] with Wikibooks |- | style="padding:5px;" | * Wikibooks is a collection of open-source textbooks. Find out [[WB:WIW|what this means]]. * To sign your name (on discussion pages), use four tildes, like this: &#126;&#126;&#126;&#126; * Learn how to [[Using Wikibooks|use Wikibooks]] and learn more about the community. * [[WB:CCO|Explore]], [[Wikibooks:Be bold|be bold]], and have fun! |} If you have any questions, you can ask in the [[Wikibooks:Reading room/Assistance|assistance reading room]] or possibly contact me personally. --[[User:Xania|Xania]] [[Image:Flag_of_the_Isle_of_Mann.svg|15px]][[Image:Flag_of_Ukraine.svg|15px]][[User talk:Xania|<sup>talk</sup>]] 05:08, 15 March 2022 (UTC) knjmrp02l6e0xrw4uidjzp6xwzhjbyj Canadian Refugee Procedure/110-111 - Appeal to Refugee Appeal Division 0 443446 4095005 4094372 2022-08-19T21:43:53Z Refcanimm 3267488 /* IRPA Section 110(4)-(5): Evidence that may be presented */ wikitext text/x-wiki == IRPA Sections 110-111: Appeal to Refugee Appeal Division == Sections 110 and 111 of the ''Immigration and Refugee Protection Act'' read:<pre>Appeal to Refugee Appeal Division Appeal 110 (1) Subject to subsections (1.1) and (2), a person or the Minister may appeal, in accordance with the rules of the Board, on a question of law, of fact or of mixed law and fact, to the Refugee Appeal Division against a decision of the Refugee Protection Division to allow or reject the person’s claim for refugee protection. Notice of appeal (1.1) The Minister may satisfy any requirement respecting the manner in which an appeal is filed and perfected by submitting a notice of appeal and any supporting documents. Restriction on appeals (2) No appeal may be made in respect of any of the following: (a) a decision of the Refugee Protection Division allowing or rejecting the claim for refugee protection of a designated foreign national; (b) a determination that a refugee protection claim has been withdrawn or abandoned; (c) a decision of the Refugee Protection Division rejecting a claim for refugee protection that states that the claim has no credible basis or is manifestly unfounded; (d) subject to the regulations, a decision of the Refugee Protection Division in respect of a claim for refugee protection if (i) the foreign national who makes the claim came directly or indirectly to Canada from a country that is, on the day on which their claim is made, designated by regulations made under subsection 102(1) and that is a party to an agreement referred to in paragraph 102(2)(d), and (ii) the claim — by virtue of regulations made under paragraph 102(1)(c) — is not ineligible under paragraph 101(1)(e) to be referred to the Refugee Protection Division; (d.1) a decision of the Refugee Protection Division allowing or rejecting a claim for refugee protection made by a foreign national who is a national of a country that was, on the day on which the decision was made, a country designated under subsection 109.1(1); (e) a decision of the Refugee Protection Division allowing or rejecting an application by the Minister for a determination that refugee protection has ceased; (f) a decision of the Refugee Protection Division allowing or rejecting an application by the Minister to vacate a decision to allow a claim for refugee protection. Making of appeal (2.1) The appeal must be filed and perfected within the time limits set out in the regulations.</pre> == IRPA Section 110(3): Procedure == <pre>Procedure (3) Subject to subsections (3.1), (4) and (6), the Refugee Appeal Division must proceed without a hearing, on the basis of the record of the proceedings of the Refugee Protection Division, and may accept documentary evidence and written submissions from the Minister and the person who is the subject of the appeal and, in the case of a matter that is conducted before a panel of three members, written submissions from a representative or agent of the United Nations High Commissioner for Refugees and any other person described in the rules of the Board.</pre> === In the case of a matter that is conducted before a panel of three members, the RAD may accept documentary evidence and written submissions from UNHCR === IRPA section 110(3) provides that in the case of a matter that is conducted before a panel of three members, the Refugee Appeal Division may accept documentary evidence from a representative or agent of the United Nations High Commissioner for Refugees. But see RAD Rule 45, which provides that the UNHCR's written submissions must not raise new issues: [[Canadian Refugee Procedure/RAD Rules Part 3 - Rules Applicable to All Appeals#RAD Rule 45: UNHCR providing written submissions in an appeal conducted by a three-member panel]]. == IRPA Section 110(3.1): Time limit for making a decision == <pre>Time limits (3.1) Unless a hearing is held under subsection (6), the Refugee Appeal Division must make a decision within the time limits set out in the regulations.</pre> == IRPA Section 110(4)-(5): Evidence that may be presented == <pre>Evidence that may be presented (4) On appeal, the person who is the subject of the appeal may present only evidence that arose after the rejection of their claim or that was not reasonably available, or that the person could not reasonably have been expected in the circumstances to have presented, at the time of the rejection. Exception (5) Subsection (4) does not apply in respect of evidence that is presented in response to evidence presented by the Minister.</pre> === What is "evidence" and how is evidence distinct from other types of documents such as legal authorities? === On appeal, the person who is the subject of the appeal may present only evidence that meets the criteria stipulated above. This invites the question "what is 'evidence' and how is evidence distinct from other types of documents such as legal authorities?". For an exploration of this question, see: [[Canadian Refugee Procedure/RAD Rules Part 1 - Rules Applicable to Appeals Made by a Person Who Is the Subject of an Appeal#Rule 3(3)(f): Legal authorities are to be distinguished from evidence that an appellants wants to rely on]]. === Criteria for presenting new evidence === Subsection 110(4) of the ''Immigration and Refugee Protection Act'' limits the admission of new evidence on appeal to the following three circumstances where the evidence: i) arose after the rejection of the claim; ii) was not reasonably available at the time of the rejection of the claim; or iii) could not have reasonably been expected to be presented at the time of the rejection of the claim.<ref>''Soto v. Canada (Citizenship and Immigration),'' 2022 FC 665 (CanLII), at para 18, <https://canlii.ca/t/jp4rk#par18>, retrieved on 2022-06-03.</ref> The Federal Court of Appeal has held that these statutory conditions “leave no room for discretion on the part of the RAD” and must “be narrowly interpreted”.<ref>''Canada (Citizenship and Immigration) v Singh'', 2016 FCA 96 at paras 38-49.</ref> This is so as “the role of the RAD is not to provide an opportunity to complete a deficient record submitted before the RPD”.<ref>''Canada (Citizenship and Immigration) v Singh'', 2016 FCA 96.</ref> The onus is on the applicants to convince the RAD that their new evidence is admissible.<ref>''Abdi v Canada (Citizenship and Immigration)'', 2019 FC 54 at para 24.</ref> According to ''Rule'' 3(3)(g)(iii) of the ''RAD Rules'', appellants must submit a memorandum that includes full and detailed submissions regarding how any documentary evidence they wish to rely on meets the requirements set out in subsection 110(4) of the ''Act''. A consideration of each of these grounds for admitting new evidence follows: * <u>Did the evidence arise after the rejection of the claim?</u> The newness of a piece of evidence cannot be tested solely by the date on which the document was created. What is important is the event or circumstance sought to be proved by the documentary evidence.<ref>''Chirivi v. Canada (Citizenship and Immigration),'' 2015 FC 1114 (CanLII), at para 39, <https://canlii.ca/t/gngzz#par39>, retrieved on 2022-08-04.</ref> * <u>Was the evidence not reasonably available at the time of the rejection of the claim?</u> Applicants bear the burden of putting their best foot forward and that they may not submit new evidence whenever they are surprised by an outcome.<ref>''Marin v Canada (MCI)'', 2016 FC 847 at paras 26-27.</ref> Factors to consider include: ** ''Did the Appellant request leave to provide post-hearing submissions to the RPD?'' The courts have noted that nothing prevents a party from requesting an opportunity to provide post-hearing submissions, and where they did not do so at the RPD, this is relevant to this analysis.<ref>''Gabane v. Canada (Citizenship and Immigration),'' 2022 FC 735 (CanLII), at para 16, <https://canlii.ca/t/jp9gx#par16>, retrieved on 2022-07-07.</ref> ** ''Did the RPD reserve its decision, and if so how much time passed prior to it being rendered?'' When looking at the amount of time that elapsed between an RPD hearing and a panel of the RPD rendering a decision, to assess whether that duration was quick and meant that an applicant could not have reasonably submitted documents during that time period, the court in ''Aregbesola v. Canada'' noted that a 34-day timespan could not be considered "quick" in that case where country condition documents from the internet were at issue.<ref>''Canada (Citizenship and Immigration) v. Aregbesola,'' 2022 FC 820 (CanLII), at para 12, <https://canlii.ca/t/jpl53#par12>, retrieved on 2022-06-27.</ref> ** ''Did the Appellant provide an explanation about how they were eventually able to obtain the documents?'' In a case where evidence pre-dated the RPD's decision, but the Appellants maintain that they could not have reasonably presented the evidence sooner because of an inability to obtain help in securing the documents, the court held that "it was reasonable for the RAD to expect some explanation about how the Applicants were eventually able to obtain the documents."<ref>''Ali v. Canada (Citizenship and Immigration),'' 2022 FC 1166 (CanLII), at para 30, <https://canlii.ca/t/jr9w5#par30>, retrieved on 2022-08-19.</ref> Absent a proper explanation, the court held in ''Ali v. Canada'' that it was reasonable to conclude that the documents could have been obtained and provided to the RPD sooner. * <u>Was the evidence that which the person could not reasonably have been expected in the circumstances to have presented at the time of the rejection?</u> In answering this question, a panel should look at whether an appellant should have anticipated that the issue in question would have arisen at the hearing.<ref>''Shafi v. Canada (Minister of Citizenship and Immigration),'' 2005 FC 714 (CanLII), at para 14, <https://canlii.ca/t/1kx10#par14>, retrieved on 2022-08-04.</ref> The French version of subsection 110(4) does not use “reasonably have been expected” but rather the equivalent of “normally have been expected”.<ref>''Singh v. Canada (Citizenship and Immigration),'' 2014 FC 1022 (CanLII), [2015] 3 FCR 587, at para 51, <https://canlii.ca/t/gf3rl#par51>, retrieved on 2022-08-04.</ref> The fact that an applicant was self-represented and did not speak the language of the proceedings (English or French) does not itself establish that they could not reasonably in the circumstances have been expected to have presented the documents, for example where they were public documents that pre-dated the RPD decision.<ref>''Mauricio Berrios v. Canada (Citizenship and Immigration),'' 2021 FC 739 (CanLII), at para 35, <https://canlii.ca/t/jgzz4#par35>, retrieved on 2022-08-15.</ref> In addition to the express statutory requirements in the statutory provision above, the RAD must ensure that the implied conditions of admissibility laid out by the Federal Court of Appeal are fulfilled, specifically credibility, relevance, and newness.<ref name=":1">''Canada (Citizenship and Immigration) v Singh'', 2016 FCA 96, at paras 34-38.</ref> More information: * <u>Newness:</u> Is the evidence new in the sense that it is capable of: (a) proving the current state of affairs in the country of removal or an event that occurred or a circumstance that arose after the hearing in the RPD, or (b) proving a fact that was unknown to the refugee claimant at the time of the RPD hearing, or (c) contradicting a finding of fact by the RPD (including a credibility finding)? If not, the evidence need not be considered.<ref>''Yansane v. Canada (Citizenship and Immigration),'' 2009 FC 75 (CanLII), at para 17, <https://canlii.ca/t/23182#par17>, retrieved on 2022-08-04.</ref> * <u>Credibility:</u> Is the evidence credible, considering its source and the circumstances in which it came into existence? If not, the evidence need not be considered.<ref>''Singh v. Canada (Citizenship and Immigration),'' 2014 FC 1022 (CanLII), [2015] 3 FCR 587, at para 46, <https://canlii.ca/t/gf3rl#par46>, retrieved on 2022-08-04.</ref> * </q></q><u>Relevance:</u> In determining the relevance of the new evidence, the RAD is required to determine whether the evidence was “capable of proving or disproving a fact that is relevant to the claim</q> for protection”</q>.<ref name=":1" /> In this way, relevancy is to be assessed relative to the determinative issues that are outstanding for the claim.<ref>''Marku v. Canada (Citizenship and Immigration),'' 2022 FC 255 (CanLII), at para 26, <https://canlii.ca/t/jmzng#par26>, retrieved on 2022-08-02.</ref> For example, in ''Asim v. Canada'' the court upheld a RAD decision which had rejected a doctor’s letter as not relevant because the letter did not provide any specific information on how the applicant’s condition could have affected his testimony.<ref>''Asim v. Canada (Citizenship and Immigration),'' 2022 FC 517 (CanLII), at para 19, <https://canlii.ca/t/jnq4m#par19>, retrieved on 2022-05-04.</ref> In that case, the determinative issue was the claimant's credibility and the RAD properly rejected the letter as not relevant because it prove or disprove the credibility findings of the RPD. The additional requirements from ''Canada v. Singh'' do not need to be weighed against the statutory ones; if the new evidence does not meet the statutory requirements for admission in s. 110(4), </q>there is no need to consider the further constraints at common law.<ref>''Soto v. Canada (Citizenship and Immigration),'' 2022 FC 665 (CanLII), at para 19, <https://canlii.ca/t/jp4rk#par19>, retrieved on 2022-06-03.</ref> == IRPA Section 110(6): Hearings == <pre>Hearing (6) The Refugee Appeal Division may hold a hearing if, in its opinion, there is documentary evidence referred to in subsection (3) (a) that raises a serious issue with respect to the credibility of the person who is the subject of the appeal; (b) that is central to the decision with respect to the refugee protection claim; and (c) that, if accepted, would justify allowing or rejecting the refugee protection claim.</pre> === The RAD must exercise its discretion about whether to hold a hearing where the criteria in s. 110(6) are met, regardless of whether a party has requested a hearing === The RAD Rules put the onus on applicants to inform the RAD why they are requesting an oral hearing and to provide “full and detailed submissions” supporting this request.<ref>''Sisay Teka v. Canada (Immigration, Refugees and Citizenship),'' 2018 FC 314 (CanLII), at para 23, <https://canlii.ca/t/hr3pj#par23>, retrieved on 2022-05-05.</ref> That said, while the RAD rules allow an appellant to request a hearing, IRPA does not actually impose a burden either to request, or to satisfy the RAD that the circumstances merit, an oral hearing.<ref name=":2" /> The onus rests with the RAD to consider and apply the statutory criteria reasonably.<ref>''Horvath v. Canada (Citizenship and Immigration),'' 2018 CF 147 (CanLII), at para 18, <https://canlii.ca/t/hqbkx#par18>, retrieved on 2022-05-05.</ref> The RAD's reasons should show how it conducted a meaningful analysis of the criteria in subsection 110(6) and determined whether or not to hold an oral hearing.<ref>''Tchangoue v Canada (Minister of Citizenship and Immigration)'', 2016 FC 334, paras. 17-18.</ref> While this is a discretionary provision,<ref>''Abdulai v. Canada (Citizenship and Immigration),'' 2022 FC 173 (CanLII), at para 56, <https://canlii.ca/t/jmbdm#par56>, retrieved on 2022-05-06.</ref> and oral hearings at the RAD are relatively unusual,<ref>''X (Re),'' 2021 CanLII 121216 (CA IRB), at para 20, <https://canlii.ca/t/jkwvh#par20>, retrieved on 2022-05-16.</ref> a hearing must generally be held where these statutory requirements are met.<ref>''Idugboe v. Canada (Citizenship and Immigration),'' 2020 FC 334 (CanLII), at para 33, <https://canlii.ca/t/j5q81#par33>, retrieved on 2022-05-05.</ref> While the RAD retains discretion to (not) hold a hearing under subsection 110(6), it will need to exercise that discretion reasonably in the circumstances.<ref>''Mofreh v Canada (Immigration, Refugees and Citizenship)'', 2019 FC 97 at paras 26-27.</ref> The Federal Could has concluded that “an oral hearing [will] generally be required where the statutory criteria have been satisfied” (''Zhuo v Canada'').<ref>''Zhuo v Canada (Minister of Citizenship and Immigration)'', 2015 FC 911, para. 9.</ref> Not exercising that discretion to hold an oral hearing simply because neither party requested a hearing does not meet the threshold of reasonableness.<ref name=":2">''Zhuo v Canada (Minister of Citizenship and Immigration)'', 2015 FC 911, para. 11.</ref> === Interpretation of the section 110(6) criteria === Section 110(6) of the IRPA provides that the Refugee Appeal Division may hold a hearing if, in its opinion, there is documentary evidence referred to in subsection (3) that meets the following three-part conjunctive test. The presumption, according to this statutory provision, is that there will be no oral hearing unless all three criteria under the tripartite test in subsection 110(6) are met as well as the conditions under subsection 110(4).<ref>''Ketchen v. Canada (Citizenship and Immigration),'' 2016 FC 388 (CanLII), at para 33, <https://canlii.ca/t/gphgd#par33>, retrieved on 2022-05-05.</ref> * <u>(a) that raises a serious issue with respect to the credibility of the person who is the subject of the appeal.</u> When approaching this question, a panel can consider whether the new evidence will alter credibility findings or “justify a reassessment of the overall credibility of the applicant”?<ref>''Gedara v. Canada (Citizenship and Immigration),'' 2021 FC 1023 (CanLII), at para 48, <https://canlii.ca/t/jjf5q#par48>, retrieved on 2022-05-06.</ref> Furthermore, the documentary evidence must raise a serious issue with the respect to the credibility of the ''person'' who is the subject of the appeal; a hearing should not be held merely to assess the credibility of the evidence itself if that evidence does not raise a serious issue with respect to the person's credibility. In the words of ''A.B. v. Canada'', the RAD is not required to hold an oral hearing to assess the credibility of new evidence—it is when otherwise credible and admitted evidence raises a serious issue with respect to the general credibility of the applicant that the determination of an oral hearing becomes relevant.<ref>''A.B. v. Canada (Citizenship and Immigration),'' 2020 FC 61 (CanLII), at para 17, <https://canlii.ca/t/j50l4#par17>, retrieved on 2022-05-06.</ref> In approaching this question, a panel can consider the following questions: ** ''Do credibility questions emerge from the evidence, or only questions regarding the weight and/or sufficiency of the new evidence?'' Section 110(6) requires that, before a hearing can be held, new documentary evidence must raise a serious issue with respect to the credibility of the person who is the subject of the appeal. Where the RAD does not have credibility concerns as a result of the evidence, but rather concerns about the evidence's weight, the criteria of s. 110(6) will not met.<ref>''Adera v. Canada (Citizenship and Immigration),'' 2016 FC 871 (CanLII), at para 57, <https://canlii.ca/t/gsp11#par57>, retrieved on 2022-05-05.</ref> Similarly, where the RAD does not raise any "new" serious issues with respect to the credibility of the applicant, but instead bases its decision on a lack of sufficient evidence to prove the applicant's claim (e.g. the applicant's identity), then a hearing is not available.<ref>''Abdi v. Canada (Citizenship and Immigration),'' 2020 FC 172 (CanLII), at paras 63-65, <https://canlii.ca/t/j51j4#par65>, retrieved on 2022-05-06.</ref> ** ''Is there already similar evidence in the record?'' Panels have generally considered whether there was already similar evidence in the record. If so, then the new, additional, evidence will generally not ''raise'' a serious issue with respect to credibility.<ref>''Pestova v. Canada (Citizenship and Immigration),'' 2016 FC 1024 (CanLII), at para 24, <https://canlii.ca/t/h4vbf#par24>, retrieved on 2022-05-05.</ref> ** ''Is the new evidence clearly credible or not credible?'' The RAD should not convene an oral hearing when the evidence does not raise a serious issue with respect to credibility. If, considering the evidence, the claim is clearly credible or not credible, then a hearing need not be convened. For example, if the RAD has an analytical foundation for disbelieving the new evidence, then it need not be accepted as per the ''Singh v. Canada'' criteria, and as a result, a hearing need not be held.<ref name=":3">''Canada (Citizenship and Immigration) v. Singh,'' 2016 FCA 96 (CanLII), [2016] 4 FCR 230, <https://canlii.ca/t/gp31b>, retrieved on 2022-05-06.</ref> As the court held in ''Ajaguna v. Canada,'' the RAD is not required to accept every story that a third party may be prepared to submit, however fanciful it may be.<ref>''Ajaguna v. Canada (Citizenship and Immigration),'' 2021 FC 556 (CanLII), at para 15, <https://canlii.ca/t/jgwj1#par15>, retrieved on 2022-05-05.</ref> Conversely, if the new evidence does not raise a serious issue with respect to the credibility of the person because the evidence and claim are clearly credible, the evidence need not be further tested, and the claim can consequently be accepted forthwith, then convening a hearing will not be necessary. * <u>(b) that is central to the decision with respect to the refugee protection claim.</u> When considering this branch of the test, panels have considered the following questions: ** ''Is the evidence central to the RPD's decision, or an aspect thereof?'' The court notes that this criterion requires not that the new evidence be "central to the claim" but instead "central to the decision".<ref>''Onyeme v. Canada (Citizenship and Immigration),'' 2018 FC 1243 (CanLII), at para 35, <https://canlii.ca/t/hwk5b#par35>, retrieved on 2022-05-06.</ref> As such, evidence which is central to the claim but on a point that was not at issue in the decision or reasons, would not be "central to the decision". ** ''Is the evidence central with respect to one of the elements that has or needs to be proven to receive refugee protection?'' This can be considered a materiality requirement; evidence is material if it could reasonably be expected to have affected the result of the RPD’s decision.<ref>''Yurtsever v Canada (Citizenship and Immigration)'', 2020 FC 312 at para 15.</ref> An example of a situation that would meet this criterion, but not the next, is where a claim was rejected on the basis of identity and IFA. New evidence related to identity would be central to the decision with respect to the refugee protection claim, even if, if accepted, it would not, in itself, justify allowing or rejecting the refugee protection claim. * <u>(c) that, if accepted, would justify allowing or rejecting the refugee protection claim.</u> When considering this branch of the test, panels have considered the following questions: ** ''Does the evidence relate to a determinative issue?'' In assessing this criterion, the RAD should look at the determinative issue(s) and whether the findings would be affected by the new evidence. See, for example, ''Idugboe v. Canada'': "The evidence that was rejected on credibility grounds spoke to new instances of threats and attacks, none of which would have affected the determinative IFA issue. While the evidence arguably speaks to the motivation of Mr. Idugboe’s family to find the Idugboes on their return, the IFA determination was based on a variety of factors, including their means and ability to locate the Idugboes in Port Harcourt, none of which was affected by this newly tendered evidence."<ref>''Idugboe v. Canada (Citizenship and Immigration),'' 2020 FC 334 (CanLII), at para 43, <https://canlii.ca/t/j5q81#par43>, retrieved on 2022-05-05.</ref> ** ''Do the documents raise a new issue that could justify granting protection?'' Where the new evidence that has been tendered raises a new issue that could justify granting protection, for example a ''sur place'' claim, then this will indicate that this criterion is met.<ref>''Ajaj v. Canada (Citizenship and Immigration),'' 2016 FC 674 (CanLII), at para 22, <https://canlii.ca/t/gsct8#par22>, retrieved on 2022-05-05.</ref> ** ''Should the evidence be accorded sufficient weight such that it could justify allowing or rejecting the claim?'' When making this determination, it is proper to consider the weight of the evidence that has been tendered; where new evidence has been admitted, but has been assigned very little weight such that it is insufficient to overcome previous negative credibility findings, then this may properly indicate that the new evidence which was accepted could not justify allowing the claim and the conditions in this subsection are thereby not met.<ref>''Oluwakemi v. Canada (Citizenship and Immigration),'' 2016 FC 973 (CanLII), at para 6, <https://canlii.ca/t/gtzw0#par6>, retrieved on 2022-05-05.</ref> === Ability to conduct a ''voir dire'' to determine whether evidence will be admitted === The general practice of the RAD is to hold an oral hearing only after documentary evidence is already accepted as new evidence. An oral hearing in the nature of a ''voir dire'', where a hearing is held in order to determine whether the documentary evidence ought to be admitted into evidence, is not generally held at the RAD, but as observed by RAD Member Rita Aggarwala, it may be.<ref>''X (Re),'' 2021 CanLII 121216 (CA IRB), at para 19, <https://canlii.ca/t/jkwvh#par19>, retrieved on 2022-05-16.</ref> As stated in ''Mohamed v. Canada'', there is no question that the RAD may only convene an oral hear where evidence meets the criteria of s. 110(4) of the Act: "subsection 110(6) permits the RAD to hold an oral hearing where, in its opinion, “there is documentary evidence referred to in subsection (3)” that meets the criteria in paragraphs (''a''), (''b''), and (''c''). The subsection thus only applies in circumstances where it determines there ''is'' evidence referred to in subsection 110(3). Such documentary evidence may only be filed by the claimant if they establish it meets the requirements of subsection 110(4). In other words, the RAD must determine whether there is evidence that meets the requirements of subsection 110(4) before conducting the subsection 110(6) assessment of whether that evidence (a) raises a serious issue of credibility, (b) is central to the decision on the refugee protection claim, and (c) would justify allowing or rejecting the claim."<ref>''Mohamed v. Canada (Citizenship and Immigration),'' 2020 FC 1145 (CanLII), at para 21, <https://canlii.ca/t/jc40l#par21>, retrieved on 2022-05-06.</ref> A question arises, however, about wheter evidence must in ever case meet the ''Canada v. Singh'' criteria,<ref name=":3" /> including being judged to be credible, prior to an oral hearing being held. The better view of this matter is "no". This is so for several reasons, including the text of s. 110(6)(c) of the IRPA which implies that the decision about whether to admit the evidence or not need not be made at the time of the oral hearing, as that criterion is to be evaluated "à supposer qu’ils soient admis", i.e. "supposing they [the new documents] are admitted", employing the subjunctive mood for the verb être, which implies uncertainty and indeterminacy. But see the following conflicting statements: the Federal Court has stated that the RAD can only hold an oral hearing after it decides to admit new evidence: "the RAD could not have held an oral hearing about whether to admit the new evidence—it had to have admitted the new evidence in order to have the statutory authority to hold an oral hearing."<ref>''Homauoni v. Canada (Citizenship and Immigration),'' 2021 FC 1403 (CanLII), at paras 38-39, <https://canlii.ca/t/jl9md#par38>, retrieved on 2022-05-06.</ref> Similarly, in ''Limones Munoz v. Canada'' the court commented that "there must be a link between the documentary evidence admitted and the three elements listed in [section 110(6)]", indicating that the documentary evidence must have been admitted in order for a hearing to be convened.<ref>''Limones Munoz v. Canada (Immigration, Refugees and Citizenship),'' 2020 FC 1051 (CanLII), at para 35, <https://canlii.ca/t/jbxx4#par35>, retrieved on 2022-05-06.</ref> == IRPA Section 111: Decision and Referrals == <pre>Decision 111 (1) After considering the appeal, the Refugee Appeal Division shall make one of the following decisions: (a) confirm the determination of the Refugee Protection Division; (b) set aside the determination and substitute a determination that, in its opinion, should have been made; or (c) refer the matter to the Refugee Protection Division for re-determination, giving the directions to the Refugee Protection Division that it considers appropriate. (1.1) [Repealed, 2012, c. 17, s. 37] Referrals (2) The Refugee Appeal Division may make the referral described in paragraph (1)(c) only if it is of the opinion that (a) the decision of the Refugee Protection Division is wrong in law, in fact or in mixed law and fact; and (b) it cannot make a decision under paragraph 111(1)(a) or (b) without hearing evidence that was presented to the Refugee Protection Division.</pre> === IRPA 111(1)(c): the Refugee Appeal Division may refer the matter to the Refugee Protection Division for re-determination in specified circumstances === Section 111(1)(c) of the IRPA provides that after considering an appeal, the Refugee Appeal Division may refer a matter to the Refugee Protection Division for redetermination. Such remittals to the RPD are to follow the process set out in the IRB ''Policy on Redeterminations Ordered by the Refugee Appeal Division''.<ref>Immigration and Refugee Board of Canada, ''Policy on Redeterminations Ordered by the Refugee Appeal Division,'' September 9, 2014, <https://irb.gc.ca/en/legal-policy/policies/Pages/PolRpdSprRedetExam.aspx> (Accessed April 27, 2022).</ref> That said, as per IRPA s. 111(2), the Refugee Appeal Division may refer a matter to the RPD only if it is of the opinion that (a) the RPD decision was incorrect in fact, law or both, and (ii) the RAD cannot make its own determination of the issue on appeal without hearing evidence that was presented to the RPD. Where, for example, the RAD does not articulate why the RPD decision was incorrect in fact, law, or both, but simply notes that new evidence has been adduced on appeal that does not contradict any existing factual findings, then the RAD may not remit the case to the RPD.<ref>''Canada (Citizenship and Immigration) v. Denis,'' 2022 FC 552 (CanLII), at para 18, <https://canlii.ca/t/jnrrk#par18>, retrieved on 2022-05-13.</ref> === IRPA 111(1)(c): the Refugee Appeal Division may give the directions to the Refugee Protection Division that it considers appropriate when referring a matter for re-determination === Section 111(1)(c) of the IRPA provides that after considering an appeal, the Refugee Appeal Division may refer a matter to the Refugee Protection Division for redetermination, giving the directions to the Refugee Protection Division that it considers appropriate. There are any number of such directions that can be provided, including that: * The matter is to be heard by the same RPD panel as initially heard the claim, if at all possible.<ref name=":0">''X (Re),'' 2013 CanLII 76391 (CA IRB), at para 66, <https://canlii.ca/t/g23dh#par66>, retrieved on 2022-04-28.</ref> * In hearing and deciding the claim, the RPD is to consider only specific evidence that relates to the reasons why the matter is being remitted and the panel is to accept the findings of the first RPD panel unless those findings are disturbed by the new evidence.<ref name=":0" /> == References == <references /> {{BookCat}} 3j5niwih10lrbqjyzh8vnny88cn9um7 United States Postage Meter Stamp Catalog/GROUP PPS – Private Parcel Service stamps 0 445124 4095021 4094867 2022-08-20T00:43:02Z Boris1951zz 3378369 /* GROUP PPS: Private Parcel Service stamps */ wikitext text/x-wiki == <font size="5"><font color="#1F75FE">'''GROUP PPS: Private Parcel Service stamps'''</font></font> == [[United States Postage Meter Stamp Catalog|<font size="2">''<u>Click here to return to the United States Postage Meter Stamp Catalog</u>''</font>]]<div style="font-size:medium;"> Private Parcel Service indicia are created by companies such as UPS to indicate prepayment of delivery charges.<div style="color:08457E;"></div></div> ---- ====<font size=4><font color=#2a3439>Sub-group PPS-A: Indicia from UPS (United Parcel Service)</font></font>==== <font size=3><font color=black> (MSSB 98 (1965)) "United Parcel Service was founded in Seattle, Washington in 1907 . Today, UPS operates a common carrier service In all or parts of 29 states plus the District of Columbia . Intrastate and interstate service is offered by UPS over broad areas. "UPS picks up and delivers packages up to 50 pounds in weight and up to 108 inches in length and girth combined . in all areas it is authorized to serve, UPS provides complete coverage . It will pick up at any point and deliver to any point. "Note : What you refer to as "meters" we designate as UPS Parcel Registers. Also, what you term as "meter stamps" we call UPS Parcel Register Tapes. "Shipper number designations and district prefixes are assigned by the Systems Department in New York. "Large shippers are not required to use UPS Parcel Registers . However, use of one is considered a big timesaver for a shipper sending approximately 100 or more parcels a week. "Customers using UPS Parcel Registers are billed weekly according to the readings taken from the registers . The customer reads the Parcel Register daily . Inc UPS driver checks the reading. "Pitney-Bowes and Postaiia parcel registers are rented to the customers. NCR parcel registers can be purchased . The base portion of the register is bought by the customer . UPS and the manufacturer both hold keys for the parcel registers ." Reference: :::1965-77. "'''Meter Stamp Society Bulletin'''" :::1984-88. Roscoe, Ernest J "'''United Parcel Service'''" "''The Stamp Collector''" :::c1990?. Hawkins, Joel A "'''United Parcel Service'''" :::1995. Hawkins, Joel A "'''Package Delivery Service'''" A Catalog of United Parcel Service (UPS) and other Package Delivery Service Parcel Register Indicia </font></font> <br><br><br><br> ---- '''PPS-A01. Pitney Bowes "RF"''', c1958. <font size=1><font color=blue>''Hawkins Type '''A(A)1''' in 1995 edition''.</font></font>[[File: PPS-A1.1.png|right|325px]] '''PPS-A01.1 ''' Earliest known use 22 Oct 1958. :"''' UNITED PARCEL SERVICE'''" across the top, "DEPENDABLE DELIVERY" centered on shield below : V/F: {{space|4}} <font size=4>'''≋</font> 00: '''{{space|4}} ::: 001367 ::: 001868 {{space|4}} NEW YORK [RRRR] ---- '''PPS-A02. Pitney Bowes "RF"''', c1959. : Size of indicium is 46 x 22 mm. : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> <font size=1><font color=blue>''Hawkins Type '''A(B)1''' in 1995 edition''.</font></font> '''PPS-A02.1''' Earliest known use 19 Jan 1959.[[File: PPS-A2.1.png|right|325px]] : On '''PPS-A02.1''', the words '''UNITED'''/''' PARCEL'''/'''SERVICE''' are 12 mm wide : The portion with the rectangular border is printed by the meter die and the UNITED/PARCEL/SERVICE is on a slug. : Town name at the base of UNITED/PARCEL/SERVICE. : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30001 {{space|4}} CHICAGO ::: 30007 {{space|4}} CHICAGO ::: 30013 {{space|4}}NEW YORK ::: 30023 ::: 30026 ::: 30067 {{space|4}} NEW YORK ::: 30228 '''PPS-A02.1(a)''' Special commemorative slogan [[File: 22050701UPSScoutSlogan.png|right|350px]] :::"''' EXPLORING!/THE NEW PROGRAM/FOR BOYS OF/HIGH SCHOOL AGE/BOY SCOUTS OF AMERICA'''" ::: 30007 {{space|4}} CHICAGO <font size=1><font color=blue>''Hawkins Type '''A(B)2''' in 1995 edition''.</font></font> '''PPS-A02.2'''[[File: PPS-A2.2.png|right|325px]] : On '''PPS-A02.2''', the words '''UNITED'''/''' PARCEL'''/'''SERVICE''' are 15 mm wide : The portion with the rectangular border is printed by the meter die and the UNITED/PARCEL/SERVICE is on a slug. : Town name at the base of UNITED/PARCEL/SERVICE. : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30059 {{space|4}} LOS ANGELES ::: 30071 {{space|4}}CINCINNATI ::: 30123 {{space|4}} CLEVELAND ::: 30246 {{space|4}} PENNA ::: 30336 {{space|4}} NEW YORK <font size=1><font color=blue>''Hawkins Type '''A(B)3''' in 1995 edition''.</font></font> '''PPS-A02.3'''[[File: PPS-A2.3.png|right|325px]] : On '''PPS-A02.3''', the abbreviation '''U'''/'''P'''/'''S''' is stacked. : The portion with the rectangular border is printed by the meter die and the U/P/S is on a slug. : State abbreviation or town name stacked to the left of '''U P S'''. : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30236 {{space|4}} CHICAGO ::: 30356 {{space|4}} N J <font size=1><font color=blue>''Hawkins Type '''A(B)4''' in 1995 edition''.</font></font> '''PPS-A02.4'''[[File: PPS-A2.4.png|right|325px]] : On '''PPS-A02.4''', there is no company identification : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30056 ::: 30306 ::: 30355 ::: 30356 ---- '''PPS-A03. Pitney Bowes "RF"''', c1959 : Size of indicium is 59 X 21 mm. : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> <font size=1><font color=blue>''Hawkins Type '''A(C)1''' in 1995 edition''.</font></font> '''PPS-A03.1''' [[File: PPS-A3.1.png|right|325px]] : ID# in 30000,31000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) :: 30754 :: 31086 <font size=1><font color=blue>''Hawkins Type '''A(C)2a''' in 1995 edition''.</font></font> '''PPS-A03.2''' : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 31020 ---- '''PPS-A04. Pitney Bowes "RF"''', c1959 : Size of indicium is 59 X 21 mm. : Date with parallel lines above and below : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> '''PPS-A04.1'''[[File: PPS-A3.33.png|right|325px]] : ID# in 31000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 31408 <font size=1><font color=blue>''Hawkins Type '''A(C)2b''' in 1995 edition''.</font></font> ''''PPS-A04.2''' [[File: PPS-A3.3.png|right|325px]] : ID# in 31000 series : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 31477 ::: 31615 ::: 31616 ::: 31650 ---- <font size=1><font color=blue>''Hawkins Type '''A(C)3''' in 1995 edition''.</font></font> '''PPS-A05. Pitney Bowes "5208"''', : Longer indicium : Parallel lines above and below date : Larger box around denomination : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> '''PPS-A05.1'''[[File: PPS-A5.1.png|right|325px]] : ID# in 35000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ---- '''PPS-A06. Pitney Bowes "RF"''', : <font size=2><font color=#FE2EF7> "''Reference: MSSB 99(1965)''".</font></font> <font size=1><font color=blue>''Hawkins Type '''A(D)1''' in 1995 edition''.</font></font> '''PPS-A06.1'''[[File: PPS-A6.1.png|right|325px]] : Line across the top of the indicium : ID# in 31000, 32000, 33000, 34000 series : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 32100 {{space|4}}CT. 615 {{space|4}} 18-977 ::: 32292 ::: 33367 {{space|4}} MD {{space|4}}292-944 [[File: PPS-A06.1b.png|right|325px]] ::: 33417 {{space|4}} KA 2820 {{space|4}} 6-90-066 {{space|4}} Lenexa ::: 33484 {{space|4}} IL2317 {{space|4}}6-29-568 {{space|4}} Peoria ::: 34572 {{space|4}} NJ{{space|4}} 6-63-493 {{space|4}} Paramus '''PPS-A06.1-a'''<font size=1><font color=red>(RRRR)</font></font>[[File: PPS-A06.1-aA.png|right|325px]] : "'''COMMON / CARRIER'''" omitted : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 37340 ::: 37667 {{space|4}} NC 1428 {{space|4}} 2-10-683 ::: 37747 '''PPS-A06.1-b'''<font size=1><font color=red>(RRR)</font></font>[[File: PPS-A06.1-b.png|right|325px]] : With "'''U/P/S'''" and "'''N/J'''" arranged vertically to the left of the date. : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 34209 {{space|4}} NJ R-767 {{space|4}} 0-68-951 {{space|4}} SECAUCUS '''PPS-A06.2'''[[File: PPS-A06.2C.png|right|325px]] : No line across the top of the indicium : ID# in 32000, 33000, 34000, 38000 series : ID# in 40000, 41000, 42000, 43000, 44000, 46000 series : ID# in 66000, 67000, 68000, 69000 series : ID# in 90000, 91000, 92000 series : ID# in 4000000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 33566 ::: 41158 {{space|6}}MN {{space|4}} 5-60-502{{space|4}} MINNEAPOLIS ::: 43256 {{space|6}} CT {{space|4}}0-47-220 ::: 66096 ::: 66405 {{space|6}} NC {{space|4}} 2-13-613 ::: 67765 ::: 90241 ::: 4002033 {{space|4}} IN {{space|4}} 524-354 '''PPS-A06.2-a''' : No line across the top of the indicium : Without F/V ::: 69706 ::: 69709 ::: 69711 ::: 69713 ---- <font size=1><font color=blue>''Hawkins Type '''A(E)1''' in 1995 edition''.</font></font> '''PPS-A07. Pitney Bowes Model 5301 Parcel Register on Model 5400 or 5500.''' : Similar to PPS-A06, the shield and package logo slightly smaller. : Indicium measures 49 X 18 mm. '''PPS-A07.1'''[[File: PPS-A07.1.png|right|325px]] : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. : ID# in 35000, 36000, 37000, 38000, 39000 series : ID# in 45000, 46000, 47000, 48000, 49000 series : ID# in 61000, 62000, 63000, 64000, 65000 series : ID# in 70000, 71000 series : ID# in 90000, 93000, 94000, 95000, 96000, 97000, 98000, 99000 series : ID# in 101000 series : ID# in 4100000 series : Known usage: ::: 61379 {{space|4}} MD {{space|4}} 2-91-518 {{space|4}} BALTIMORE ::: 93146 ::: 97871 {{space|4}} MA {{space|4}} 054-952 {{space|4}} [ANDOVER] '''PPS-A07.1-a''' <font size=1><font color=red>(RRR)</font></font> : "'''COMMON / CARRIER'''" omitted : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 36248 '''PPS-A07.1-b''' <font size=1><font color=red>(RRR)</font></font> [[File: PPS-A07.1-b.png|right|325px]] : Canadian style date : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 101610 {{space|4}} Michigan '''PPS-A07.1-c''' <font size=1><font color=red>(R)</font></font> [[File: PPS-A07.1-c.png|right|325px]] : With "ten-dollar" figure as single wheel : V/F: {{space|4}} <font size=4>''' 00.00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 4101320 {{space|4}} CA {{space|4}} 919-246 '''PPS-A07.2''' <font size=1><font color=red>(RRRR)</font></font>[[File: PPS-A07.2.png|right|500px]] : With an '''"X"''' in the Customer Identification Number. : (NOTE: This "X" signifies the machine was a public use as opposed to private) : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 46953 ::: 47205 {{space|4}} KY 1480 {{space|4}} CTR 1-20-X80 ::: 61061 ---- <font size=1><font color=blue>''Hawkins Type '''A(F)1''' in 1995 edition''.</font></font> '''PPS-A08.''' Pitney Bowes (model unknown) Earliest known use 22 Jan 1973 : "'''UNITED PARCEL SERVICE'''" across top of indicium. : Two horizontal rows of two dots to left of indicium. : Indicium measures 49 X 18 mm. '''PPS-A08.1-a'''[[File: PPS-A08.1-a.png|right|325px]] : short date box, long dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 70286 '''PPS-A08.1-b''' [[File: PPS-A08.1-b.png|right|325px]] : short date box, short dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 70310 ::: 70798 ::: 71926 '''PPS-A08.2-a''' : tall date box, long dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. '''PPS-A08.2-b'''[[File: PPS-A08.2-b.png|right|325px]] : tall date box, short dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 74751 ---- <font size=1><font color=blue>''Hawkins Type '''A(G)1''' in 1995 edition''.</font></font> '''PPS-A09.''' Pitney Bowes (model 5344) Earliest known use 19 Jan 1982 : "'''UNITED PARCEL SERVICE'''" across top of indicium. : Two horizontal rows of two dots to left of indicium. : Indicium measures 49 X 18 mm. '''PPS-A09.1'''[[File: PPS-A09.1B.png|right|325px]] : ID# placed above date box. : ID# in 6200000, 6210000, 6220000 series : V/F: {{space|4}} <font size=4>'''≋</font>00.00 '''{{space|4}} Triad closely stacked. ::: 6206359 '''PPS-A09.1-a''' <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A09.1-a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''≋</font>0.000 '''{{space|4}} Triad closely stacked. Assembly error. ::: 6218059 '''PPS-A09.2'''[[File: PPS-A09.2.png|right|325px]] : ID# in 6200000, 6210000, 6220000 series : V/F: {{space|4}} <font size=4>'''≋</font>00.00 '''{{space|4}} Triad widely stacked. ---- <font size=1><font color=blue>''Hawkins Type '''A(H)1''' in 1995 edition''.</font></font> '''PPS-A10.''' Pitney Bowes Register Model 5712 "Touchmatic Parcel Register" on Model 5840 mailing machine. Earliest known use 19 Mar 1971[[File: PPS-A10.png|right|325px]] : Date to left of UPS shield : "'''COMMON / CARRIER'''" below shield : ID# in 1900000 series in upper right corner : V/F: {{space|4}} <font size=4>'''≋</font>0.00 '''{{space|4}} Triad widely stacked. ---- <font size=1><font color=blue>''Hawkins Type '''A(H)2''' in 1995 edition''.</font></font> '''PPS-A11.''' Pitney Bowes Register Model 5712 "Touchmatic Parcel Register" on Model 5840 mailing machine. Earliest known use 13 Dec 1974 [RRR][[File: PPS-A11.png|right|325px]] : Date to left of UPS shield within single circle townmark. : "'''COMMON / CARRIER'''" below shield : ID# in 1900000 series in upper right corner, 1900172 and 1902011 only numbers known : V/F: {{space|4}} <font size=4>'''≋</font>0.00 '''{{space|4}} Triad widely stacked. ::: 1900172 San Diego ::: 1092011 ---- ---- <font size=1><font color=blue>''Hawkins Type '''B(A)''' in 1995 edition''.</font></font> '''PPS-A12''' National Cash Register (NCR). : Square shaped, dimensions will vary '''PPS-A12(01)''' National Cash Register (NCR).<font size=2><font color=red>('''RRR''')</font></font> : Town name followed by "'''UPS'''" and machine number : Date at top : Denomination with line below : below line "this package delivered by/UNITED PARCEL / SERVICE" : Color: Purple print on light yellow paper : Color: Purple print on goldenrod paper : Color: Purple print on salmon pink paper '''PPS-A12(01)a.''' : V/F: {{space|4}} <font size=4>'''</font>.00 '''{{space|4}} '''PPS-A12(01)b.''' [[File: PPS-A12.png|right|300px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} :::110 CHICAGO, ILL '''PPS-A12(01)c.''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A12(02)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Town name followed by machine number : Date at top : "'''UNITED / PARCEL / SERVICE'''" followed by eight lines : Color: Purple print on salmon pink paper : Color: Purple print on orange-brownish red paper '''PPS-A12(02)a.''' [[File: PPS-A12(02)a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} '''PPS-A12(02)b.''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A12(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : machine number only : Date at top : "'''UNITED / PARCEL / SERVICE'''" followed by eight lines ---- '''PPS-A12(04)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A12(03).png|right|325px]] : Date at top : "'''UNITED / PARCEL / SERVICE'''" immediately above denomination : Color: Purple print on salmon-pink paper : Color: Purple print on orangish-brown paper ---- '''PPS-A13(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Date at top : "'''UPS'''" Sans Serif font immediately above denomination : Color: Purple print on white paper : Color: Purple print on salmon pink paper : Color: Purple print on goldenrod paper : Color: Purple print on gray paper : Color: Purple print on rose pink paper '''PPS-A13(01)a'''[[File: PPS-A13(01).png|right|325px]] : F/V .00 '''PPS-A13(01)a''' : F/V -.00 '''PPS-A13(01)a''' : F/V -0.00 ---- '''PPS-A13(02)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A13(02).png|right|325px]] : Date at top : "'''UPS'''" Serif font immediately above denomination ---- '''PPS-A13(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A13(03).png|right|325px]] : Date at top : "'''UPS'''" San Serif font preceded and followed by dashes, immediately above denomination : F/V -0.00 : Color: Purple print on goldenrod paper : Color: Purple print on white paper : Color: Purple print on yellow paper ---- '''PPS-A14(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Date at top : "'''UPS'''" Sans Serif font twice with local data between, immediately above denomination : Gripper marks can be seen on upper left : Color: Purple on goldenrod yellow paper : Color: Purple on canary yellow paper : Color: Purple on white paper : Color: One bicolor register known '''PPS-A14(01)a'''[[File: PPS-A14(01)a2.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Known usage: ::: NY-A717 1-59-386 ::: PA-1018 1-74-593 '''PPS-A14(01)b''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A14(01)c''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} '''PPS-A14(01)d''' : V/F: {{space|4}} <font size=4>'''</font>--0.00 '''{{space|4}} ---- '''PPS-A14(02)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A14(02)AA.png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font twice with local data between, immediately above denomination : Delivery message at bottom: "'''IF RECEIVER IS NOT / AVAILABLE - DELIVER AND / USE RELEASE No. 718'''" : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A14(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : Date at top : "'''UPS---UPS'''" at center below date : Gripper marks can be seen vertically on the left side : Color: Purple print on yellow paper : Color: Purple print on goldenrod paper '''PPS-A14(03)a''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} '''PPS-A14(03)b''' [[File: PPS-A14(02)B.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>nil '''{{space|4}} \ ---- '''PPS-A14(04)''' National Cash Register (NCR). : Date at top : "'''UPS'''" Sans Serif font with local data either side, immediately above denomination : Gripper marks can be seen on upper left : Color: Purple on goldenrod yellow paper : Color: Purple on white paper '''PPS-A14(04)a'''[[File: PPS-A14(02)a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} '''PPS-A14(04)b''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A14(04)c''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A14(05)''' National Cash Register (NCR). : Date at top : "'''UPS'''" Sans Serif font with local data either side, immediately below denomination : Gripper marks can be seen on upper left : Color: Purple on goldenrod yellow paper : Color: Purple on white paper '''PPS-A14(05)a'''[[File: PPS-A14(03)a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} '''PPS-A14(05)b''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A14(05)c''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A14(06)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A14(06).png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font either side of state abbreviation, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on white paper ---- ---- '''PPS-A15''' National Cash Register (NCR). <font size=2><font color=red>('''RRRR''')</font></font> [[File: PPS-A15.png|right|325px]] : Date at top : "'''THANK YOU'''" at the center above denomination : UPS shield package logo at bottom left : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Colors: Purple print on white paper ---- ---- '''PPS-A16''' National Cash Register (NCR). ---- '''PPS-A16(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A16(01).png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font followed by state abbreviation, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A16(02)''' National Cash Register (NCR). <font size=2><font color=red>('''RRRR''')</font></font> [[File: PPS-A16(02).png|right|325px]] : Date at top : "'''DRIVER SHEET THIS NUMBER'''" : "'''UPS'''" Sans Serif font followed by state abbreviation, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} in red : Color: Purple on goldenrod paper ---- '''PPS-A16(03)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(03).png|right|325px]] : Date at top : User's address and customer identification number at the bottom : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Color: Purple on yellow paper - ---- '''PPS-A16(04)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A16(04).png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font followed by state abbreviation and parcel post zone number, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- ---- '''PPS-A17''' National Cash Register (NCR). ---- '''PPS-A17(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(01).png|right|325px]] : Date at top : below date, State abbreviation and customer identification number : gripper marks can be seen vertically at left : Box with "'''LOCAL RETURN ADDRESS'''" at bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on white paper : Color: Purple on goldenrod paper ---- '''PPS-A17(02)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(02).png|right|325px]] : Date at top : Delivery charges across the middle : Color: Purple on white paper : Color: Purple on yellow paper : Color: Purple on goldenrod paper : Color: Purple on salmon paper '''PPS-A17(02)a''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A17(02)b''' : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} ---- '''PPS-A17(04)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(04).png|right|325px]] : Date at top : User's address and customer identification number at the bottom : Beneath is "'''UPS'''" both sides state abreviation : At bottom "'''CLERK AMOUNT TRANS NO.'''" : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on yello paper ---- '''PPS-A17(05)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(05).png|right|325px]] : Date at top : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A17(06)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(06).png|right|325px]] : Date at top : "'''-1974'''" : "'''CLERK AMOUNT TRANS NO.'''" beneath horizontal line : At bottom is "'''N.E.'''" in large letters : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Bicolor IMPRINT : Color: Purple on GOLDENROD paper ---- '''PPS-A17(07)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Date at top : Customer identification number appears at the bottom preceded by state abbreviation : Color: Purple on white paper : Color: Purple on yellow paper : Color: Purple on goldenrod paper '''PPS-A17(07)a'''[[File: PPS-A17(07).png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A17(07)b''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} - ---- '''PPS-A17(08)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(08).png|right|325px]] : small customer identification number at top : User's anme and address appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A17(09)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(09).png|right|325px]] : Date at top : Customer identification number preceded by state abbreviation appears below date : V/F: {{space|4}} <font size=4>'''</font>0000.00 -ADULTS'''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A17(11)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A16(03).png|right|325px]] : Date at top : state abbreviation followed by customer identification number , immediately below denomination : Box with "'''LOCAL RETURN ADDRESS'''" AT BOTTOM : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Color: Purple on GOLDENROD paper ---- ---- '''PPS-A18''' National Cash Register (NCR). : Rectangular label with UPS shield and package logo at top. ---- '''PPS-A18(01)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(01).png|right|325px]] : Date at center : Above date is the customer identification number : gripper marks can be seen vertically at left : "'''LOCAL RETURN ADDRESS'''" at bottom : Below that "'''CLERK AMOUNT TRANS NO.'''" : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on white paper ---- '''PPS-A18(02)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : Date at center : Above date is V/F : Below date is the customer identification number : Box with "'''LOCAL RETURN ADDRESS'''" at bottom : Below that "'''CLERK AMOUNT TRANS NO.'''" : Color: Purple on white paper : Color: Purple on goldenrod paper : Color: Purple on pale yellow paper '''PPS-A18(02)a''' : V/F: {{space|4}} <font size=4>'''</font>-.00'''{{space|4}} '''PPS-A18(02)b'''[[File: PPS-A18(02)b.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-0.00'''{{space|4}} '''PPS-A18(02)c'''[[File: PPS-A18(02)c.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>0.00'''{{space|4}} '''PPS-A18(02)d''' : V/F: {{space|4}} <font size=4>'''</font>00.00'''{{space|4}} '''PPS-A18(02)e''' : V/F: {{space|4}} <font size=4>'''</font>--0.00'''{{space|4}} ---- '''PPS-A18(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(03).png|right|325px]] : As '''PPS-A18(02)''' : "'''LOCAL RETURN ADDRESS'''" at bottom without box ---- '''PPS-A18(04)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(04).png|right|325px]] : As '''PPS-A18(02)''' : Without "'''LOCAL RETURN ADDRESS'''" at bottom ---- '''PPS-A18(05)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(05).png|right|325px]] : As '''PPS-A18(02)''' : User's return address is replaced with "'''IF RECEIVED IS NOT / AVAILABLE - DELIVER AND / USE RELEASE NO. ____'''" ---- '''PPS-A18(06)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : As '''PPS-A18(02)''' : Box with "'''LOCAL RETURN ADDRESS'''" at bottom does not include Company name, only address. '''PPS-A18(06)a''' : V/F: {{space|4}} <font size=4>'''</font>-.00'''{{space|4}} '''PPS-A18(06)b''' : V/F: {{space|4}} <font size=4>'''</font>-0.00'''{{space|4}} '''PPS-A18(06)c''' : V/F: {{space|4}} <font size=4>'''</font>0.00'''{{space|4}} [[File: PPS-A18(06).png|right|325px]] '''PPS-A18(06)d''' : V/F: {{space|4}} <font size=4>'''</font>--0.00'''{{space|4}} ---- '''PPS-A18(07)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(07).png|right|325px]] : As '''PPS-A18(06)''' : No box around return address ---- '''PPS-A18(08)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(08).png|right|325px]] : As '''PPS-A18(02)''' : Without box containing local return address at bottom : Color: Purple on goldenrod paper : Color: Light blue on yellow paper ---- '''PPS-A18(09)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(09).png|right|325px]] : As '''PPS-A18(07)''' : Date at center : Above date is F/V : Above F/V "'''Clerk Amount Trans No.'''" : "'''LOCAL RETURN ADDRESS'''" at bottom : Below that "'''CLERK AMOUNT TRANS NO.'''" : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A18(10)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(10).png|right|325px]] : Similar to '''PPS-A18(04)''' : Date at center : Above date is F/V : Above box at bottom is "UPS" flanked by state abbreviation : Box with customer identification number at bottom : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-B: Indicia from Rochester Package Delivery</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-C: Indicia from Retail Package Delivery</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-D: Indicia from TNT</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-E: Indicia from Purolator</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-F: Indicia from EFD Package Express</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-G: Indicia from American Messenger Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-H: Indicia from APD</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-I: Indicia from Berkshire Apparel Corporation</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-J: Indicia from Canpar</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-K: Indicia from CMR</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-L: Indicia from Courier Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-M: Indicia from DSI</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-N: Indicia from Hourly</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-O: Indicia from Local Parcel Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-P: Indicia from Maclen Express Co</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-Q: Indicia from Merchants Delivery Company</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-R: Indicia from Parcel Delivery Co</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-S: Indicia from Parcel Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-T: Indicia from Post Par</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-U: Indicia from Spee-Dee Delivery Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-V: Indicia from Metroline</font></font>==== <font size=3><font color=0018A8> {{BookCat}} m1q5c71ebfoq62ub1arykieyg0qum3f 4095024 4095021 2022-08-20T01:03:24Z Boris1951zz 3378369 /* GROUP PPS: Private Parcel Service stamps */ wikitext text/x-wiki == <font size="5"><font color="#1F75FE">'''GROUP PPS: Private Parcel Service stamps'''</font></font> == [[United States Postage Meter Stamp Catalog|<font size="2">''<u>Click here to return to the United States Postage Meter Stamp Catalog</u>''</font>]]<div style="font-size:medium;"> Private Parcel Service indicia are created by companies such as UPS to indicate prepayment of delivery charges.<div style="color:08457E;"></div></div> ---- ====<font size=4><font color=#2a3439>Sub-group PPS-A: Indicia from UPS (United Parcel Service)</font></font>==== <font size=3><font color=black> (MSSB 98 (1965)) "United Parcel Service was founded in Seattle, Washington in 1907 . Today, UPS operates a common carrier service In all or parts of 29 states plus the District of Columbia . Intrastate and interstate service is offered by UPS over broad areas. "UPS picks up and delivers packages up to 50 pounds in weight and up to 108 inches in length and girth combined . in all areas it is authorized to serve, UPS provides complete coverage . It will pick up at any point and deliver to any point. "Note : What you refer to as "meters" we designate as UPS Parcel Registers. Also, what you term as "meter stamps" we call UPS Parcel Register Tapes. "Shipper number designations and district prefixes are assigned by the Systems Department in New York. "Large shippers are not required to use UPS Parcel Registers . However, use of one is considered a big timesaver for a shipper sending approximately 100 or more parcels a week. "Customers using UPS Parcel Registers are billed weekly according to the readings taken from the registers . The customer reads the Parcel Register daily . Inc UPS driver checks the reading. "Pitney-Bowes and Postaiia parcel registers are rented to the customers. NCR parcel registers can be purchased . The base portion of the register is bought by the customer . UPS and the manufacturer both hold keys for the parcel registers ." Reference: :::1965-77. "'''Meter Stamp Society Bulletin'''" :::1984-88. Roscoe, Ernest J "'''United Parcel Service'''" "''The Stamp Collector''" :::c1990?. Hawkins, Joel A "'''United Parcel Service'''" :::1995. Hawkins, Joel A "'''Package Delivery Service'''" A Catalog of United Parcel Service (UPS) and other Package Delivery Service Parcel Register Indicia </font></font> <br><br><br><br> ---- '''PPS-A01. Pitney Bowes "RF"''', c1958. <font size=1><font color=blue>''Hawkins Type '''A(A)1''' in 1995 edition''.</font></font>[[File: PPS-A1.1.png|right|325px]] '''PPS-A01.1 ''' Earliest known use 22 Oct 1958. :"''' UNITED PARCEL SERVICE'''" across the top, "DEPENDABLE DELIVERY" centered on shield below : V/F: {{space|4}} <font size=4>'''≋</font> 00: '''{{space|4}} ::: 001367 ::: 001868 {{space|4}} NEW YORK [RRRR] ---- '''PPS-A02. Pitney Bowes "RF"''', c1959. : Size of indicium is 46 x 22 mm. : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> <font size=1><font color=blue>''Hawkins Type '''A(B)1''' in 1995 edition''.</font></font> '''PPS-A02.1''' Earliest known use 19 Jan 1959.[[File: PPS-A2.1.png|right|325px]] : On '''PPS-A02.1''', the words '''UNITED'''/''' PARCEL'''/'''SERVICE''' are 12 mm wide : The portion with the rectangular border is printed by the meter die and the UNITED/PARCEL/SERVICE is on a slug. : Town name at the base of UNITED/PARCEL/SERVICE. : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30001 {{space|4}} CHICAGO ::: 30007 {{space|4}} CHICAGO ::: 30013 {{space|4}}NEW YORK ::: 30023 ::: 30026 ::: 30067 {{space|4}} NEW YORK ::: 30228 '''PPS-A02.1(a)''' Special commemorative slogan [[File: 22050701UPSScoutSlogan.png|right|350px]] :::"''' EXPLORING!/THE NEW PROGRAM/FOR BOYS OF/HIGH SCHOOL AGE/BOY SCOUTS OF AMERICA'''" ::: 30007 {{space|4}} CHICAGO <font size=1><font color=blue>''Hawkins Type '''A(B)2''' in 1995 edition''.</font></font> '''PPS-A02.2'''[[File: PPS-A2.2.png|right|325px]] : On '''PPS-A02.2''', the words '''UNITED'''/''' PARCEL'''/'''SERVICE''' are 15 mm wide : The portion with the rectangular border is printed by the meter die and the UNITED/PARCEL/SERVICE is on a slug. : Town name at the base of UNITED/PARCEL/SERVICE. : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30059 {{space|4}} LOS ANGELES ::: 30071 {{space|4}}CINCINNATI ::: 30123 {{space|4}} CLEVELAND ::: 30246 {{space|4}} PENNA ::: 30336 {{space|4}} NEW YORK <font size=1><font color=blue>''Hawkins Type '''A(B)3''' in 1995 edition''.</font></font> '''PPS-A02.3'''[[File: PPS-A2.3.png|right|325px]] : On '''PPS-A02.3''', the abbreviation '''U'''/'''P'''/'''S''' is stacked. : The portion with the rectangular border is printed by the meter die and the U/P/S is on a slug. : State abbreviation or town name stacked to the left of '''U P S'''. : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30236 {{space|4}} CHICAGO ::: 30356 {{space|4}} N J <font size=1><font color=blue>''Hawkins Type '''A(B)4''' in 1995 edition''.</font></font> '''PPS-A02.4'''[[File: PPS-A2.4.png|right|325px]] : On '''PPS-A02.4''', there is no company identification : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 30056 ::: 30306 ::: 30355 ::: 30356 ---- '''PPS-A03. Pitney Bowes "RF"''', c1959 : Size of indicium is 59 X 21 mm. : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> <font size=1><font color=blue>''Hawkins Type '''A(C)1''' in 1995 edition''.</font></font> '''PPS-A03.1''' [[File: PPS-A3.1.png|right|325px]] : ID# in 30000,31000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) :: 30754 :: 31086 <font size=1><font color=blue>''Hawkins Type '''A(C)2a''' in 1995 edition''.</font></font> '''PPS-A03.2''' : ID# in 30000 series : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 31020 ---- '''PPS-A04. Pitney Bowes "RF"''', c1959 : Size of indicium is 59 X 21 mm. : Date with parallel lines above and below : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> '''PPS-A04.1'''[[File: PPS-A3.33.png|right|325px]] : ID# in 31000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 31408 <font size=1><font color=blue>''Hawkins Type '''A(C)2b''' in 1995 edition''.</font></font> ''''PPS-A04.2''' [[File: PPS-A3.3.png|right|325px]] : ID# in 31000 series : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 31477 ::: 31615 ::: 31616 ::: 31650 ---- <font size=1><font color=blue>''Hawkins Type '''A(C)3''' in 1995 edition''.</font></font> '''PPS-A05. Pitney Bowes "5208"''', : Longer indicium : Parallel lines above and below date : Larger box around denomination : <font size=2><font color=#FE2EF7> "''Reference: MSSB 98(1965)''".</font></font> '''PPS-A05.1'''[[File: PPS-A5.1.png|right|325px]] : ID# in 35000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ---- '''PPS-A06. Pitney Bowes "RF"''', : <font size=2><font color=#FE2EF7> "''Reference: MSSB 99(1965)''".</font></font> <font size=1><font color=blue>''Hawkins Type '''A(D)1''' in 1995 edition''.</font></font> '''PPS-A06.1'''[[File: PPS-A6.1.png|right|325px]] : Line across the top of the indicium : ID# in 31000, 32000, 33000, 34000 series : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 32100 {{space|4}}CT. 615 {{space|4}} 18-977 ::: 32292 ::: 33367 {{space|4}} MD {{space|4}}292-944 [[File: PPS-A06.1b.png|right|325px]] ::: 33417 {{space|4}} KA 2820 {{space|4}} 6-90-066 {{space|4}} Lenexa ::: 33484 {{space|4}} IL2317 {{space|4}}6-29-568 {{space|4}} Peoria ::: 34572 {{space|4}} NJ{{space|4}} 6-63-493 {{space|4}} Paramus '''PPS-A06.1-a'''{{space|4}}<font size=1><font color=red>('''RRRR''')</font></font>[[File: PPS-A06.1-aA.png|right|325px]] : "'''COMMON / CARRIER'''" omitted : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 37340 ::: 37667 {{space|4}} NC 1428 {{space|4}} 2-10-683 ::: 37747 '''PPS-A06.1-b'''{{space|4}}<font size=1><font color=red>('''RRR''')</font></font>[[File: PPS-A06.1-b.png|right|325px]] : With "'''U/P/S'''" and "'''N/J'''" arranged vertically to the left of the date. : V/F: {{space|4}} <font size=4>'''★</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 34209 {{space|4}} NJ R-767 {{space|4}} 0-68-951 {{space|4}} SECAUCUS '''PPS-A06.2'''[[File: PPS-A06.2C.png|right|325px]] : No line across the top of the indicium : ID# in 32000, 33000, 34000, 38000 series : ID# in 40000, 41000, 42000, 43000, 44000, 46000 series : ID# in 66000, 67000, 68000, 69000 series : ID# in 90000, 91000, 92000 series : ID# in 4000000 series : V/F: {{space|4}} <font size=4>'''≋</font> 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 33566 ::: 41158 {{space|6}}MN {{space|4}} 5-60-502{{space|4}} MINNEAPOLIS ::: 43256 {{space|6}} CT {{space|4}}0-47-220 ::: 66096 ::: 66405 {{space|6}} NC {{space|4}} 2-13-613 ::: 67765 ::: 90241 ::: 4002033 {{space|4}} IN {{space|4}} 524-354 '''PPS-A06.2-a''' : No line across the top of the indicium : Without F/V ::: 69706 ::: 69709 ::: 69711 ::: 69713 ---- <font size=1><font color=blue>''Hawkins Type '''A(E)1''' in 1995 edition''.</font></font> '''PPS-A07. Pitney Bowes Model 5301 Parcel Register on Model 5400 or 5500.''' : Similar to PPS-A06, the shield and package logo slightly smaller. : Indicium measures 49 X 18 mm. '''PPS-A07.1'''[[File: PPS-A07.1.png|right|325px]] : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. : ID# in 35000, 36000, 37000, 38000, 39000 series : ID# in 45000, 46000, 47000, 48000, 49000 series : ID# in 61000, 62000, 63000, 64000, 65000 series : ID# in 70000, 71000 series : ID# in 90000, 93000, 94000, 95000, 96000, 97000, 98000, 99000 series : ID# in 101000 series : ID# in 4100000 series : Known usage: ::: 61379 {{space|4}} MD {{space|4}} 2-91-518 {{space|4}} BALTIMORE ::: 93146 ::: 97871 {{space|4}} MA {{space|4}} 054-952 {{space|4}} [ANDOVER] '''PPS-A07.1-a'''{{space|4}} <font size=1><font color=red>('''RRR''')</font></font> : "'''COMMON / CARRIER'''" omitted : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 36248 '''PPS-A07.1-b''' {{space|4}}<font size=1><font color=red>('''RRR''')</font></font> [[File: PPS-A07.1-b.png|right|325px]] : Canadian style date : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 101610 {{space|4}} Michigan '''PPS-A07.1-c''' {{space|4}}<font size=1><font color=red>('''R''')</font></font> [[File: PPS-A07.1-c.png|right|325px]] : With "ten-dollar" figure as single wheel : V/F: {{space|4}} <font size=4>''' 00.00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) ::: 4101320 {{space|4}} CA {{space|4}} 919-246 '''PPS-A07.2'''{{space|4}} <font size=1><font color=red>('''RRRR''')</font></font>[[File: PPS-A07.2.png|right|500px]] : With an '''"X"''' in the Customer Identification Number. : (NOTE: This "X" signifies the machine was a public use as opposed to private) : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 46953 ::: 47205 {{space|4}} KY 1480 {{space|4}} CTR 1-20-X80 ::: 61061 ---- <font size=1><font color=blue>''Hawkins Type '''A(F)1''' in 1995 edition''.</font></font> '''PPS-A08.''' Pitney Bowes (model unknown) Earliest known use 22 Jan 1973 : "'''UNITED PARCEL SERVICE'''" across top of indicium. : Two horizontal rows of two dots to left of indicium. : Indicium measures 49 X 18 mm. '''PPS-A08.1-a'''[[File: PPS-A08.1-a.png|right|325px]] : short date box, long dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 70286 '''PPS-A08.1-b''' [[File: PPS-A08.1-b.png|right|325px]] : short date box, short dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 70310 ::: 70798 ::: 71926 '''PPS-A08.2-a''' : tall date box, long dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. '''PPS-A08.2-b'''[[File: PPS-A08.2-b.png|right|325px]] : tall date box, short dashes on right : ID# in 70000, 71000, 34000, 72000, 73000 and 75000 series : V/F: {{space|4}} <font size=4>'''[[File:USA meter stamp wide triad symbol.jpg|16px]]</font>. 00 '''{{space|4}} (<font size=2>''small figures, 2-3mm tall''</font>) : Transitioning to a short triad in denominations from $1.00 to $9.99 and no triad from $10.00 on up. ::: 74751 ---- <font size=1><font color=blue>''Hawkins Type '''A(G)1''' in 1995 edition''.</font></font> '''PPS-A09.''' Pitney Bowes (model 5344) Earliest known use 19 Jan 1982 : "'''UNITED PARCEL SERVICE'''" across top of indicium. : Two horizontal rows of two dots to left of indicium. : Indicium measures 49 X 18 mm. '''PPS-A09.1'''[[File: PPS-A09.1B.png|right|325px]] : ID# placed above date box. : ID# in 6200000, 6210000, 6220000 series : V/F: {{space|4}} <font size=4>'''≋</font>00.00 '''{{space|4}} Triad closely stacked. ::: 6206359 '''PPS-A09.1-a''' <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A09.1-a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''≋</font>0.000 '''{{space|4}} Triad closely stacked. Assembly error. ::: 6218059 '''PPS-A09.2'''[[File: PPS-A09.2.png|right|325px]] : ID# in 6200000, 6210000, 6220000 series : V/F: {{space|4}} <font size=4>'''≋</font>00.00 '''{{space|4}} Triad widely stacked. ---- <font size=1><font color=blue>''Hawkins Type '''A(H)1''' in 1995 edition''.</font></font> '''PPS-A10.''' Pitney Bowes Register Model 5712 "Touchmatic Parcel Register" on Model 5840 mailing machine. Earliest known use 19 Mar 1971[[File: PPS-A10.png|right|325px]] : Date to left of UPS shield : "'''COMMON / CARRIER'''" below shield : ID# in 1900000 series in upper right corner : V/F: {{space|4}} <font size=4>'''≋</font>0.00 '''{{space|4}} Triad widely stacked. ---- <font size=1><font color=blue>''Hawkins Type '''A(H)2''' in 1995 edition''.</font></font> '''PPS-A11.''' Pitney Bowes Register Model 5712 "Touchmatic Parcel Register" on Model 5840 mailing machine. Earliest known use 13 Dec 1974 [RRR][[File: PPS-A11.png|right|325px]] : Date to left of UPS shield within single circle townmark. : "'''COMMON / CARRIER'''" below shield : ID# in 1900000 series in upper right corner, 1900172 and 1902011 only numbers known : V/F: {{space|4}} <font size=4>'''≋</font>0.00 '''{{space|4}} Triad widely stacked. ::: 1900172 San Diego ::: 1092011 ---- ---- <font size=1><font color=blue>''Hawkins Type '''B(A)''' in 1995 edition''.</font></font> '''PPS-A12''' National Cash Register (NCR). : Square shaped, dimensions will vary '''PPS-A12(01)''' National Cash Register (NCR).<font size=2><font color=red>('''RRR''')</font></font> : Town name followed by "'''UPS'''" and machine number : Date at top : Denomination with line below : below line "this package delivered by/UNITED PARCEL / SERVICE" : Color: Purple print on light yellow paper : Color: Purple print on goldenrod paper : Color: Purple print on salmon pink paper '''PPS-A12(01)a.''' : V/F: {{space|4}} <font size=4>'''</font>.00 '''{{space|4}} '''PPS-A12(01)b.''' [[File: PPS-A12.png|right|300px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} :::110 CHICAGO, ILL '''PPS-A12(01)c.''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A12(02)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Town name followed by machine number : Date at top : "'''UNITED / PARCEL / SERVICE'''" followed by eight lines : Color: Purple print on salmon pink paper : Color: Purple print on orange-brownish red paper '''PPS-A12(02)a.''' [[File: PPS-A12(02)a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} '''PPS-A12(02)b.''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A12(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : machine number only : Date at top : "'''UNITED / PARCEL / SERVICE'''" followed by eight lines ---- '''PPS-A12(04)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A12(03).png|right|325px]] : Date at top : "'''UNITED / PARCEL / SERVICE'''" immediately above denomination : Color: Purple print on salmon-pink paper : Color: Purple print on orangish-brown paper ---- '''PPS-A13(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Date at top : "'''UPS'''" Sans Serif font immediately above denomination : Color: Purple print on white paper : Color: Purple print on salmon pink paper : Color: Purple print on goldenrod paper : Color: Purple print on gray paper : Color: Purple print on rose pink paper '''PPS-A13(01)a'''[[File: PPS-A13(01).png|right|325px]] : F/V .00 '''PPS-A13(01)a''' : F/V -.00 '''PPS-A13(01)a''' : F/V -0.00 ---- '''PPS-A13(02)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A13(02).png|right|325px]] : Date at top : "'''UPS'''" Serif font immediately above denomination ---- '''PPS-A13(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font>[[File: PPS-A13(03).png|right|325px]] : Date at top : "'''UPS'''" San Serif font preceded and followed by dashes, immediately above denomination : F/V -0.00 : Color: Purple print on goldenrod paper : Color: Purple print on white paper : Color: Purple print on yellow paper ---- '''PPS-A14(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Date at top : "'''UPS'''" Sans Serif font twice with local data between, immediately above denomination : Gripper marks can be seen on upper left : Color: Purple on goldenrod yellow paper : Color: Purple on canary yellow paper : Color: Purple on white paper : Color: One bicolor register known '''PPS-A14(01)a'''[[File: PPS-A14(01)a2.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Known usage: ::: NY-A717 1-59-386 ::: PA-1018 1-74-593 '''PPS-A14(01)b''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A14(01)c''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} '''PPS-A14(01)d''' : V/F: {{space|4}} <font size=4>'''</font>--0.00 '''{{space|4}} ---- '''PPS-A14(02)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A14(02)AA.png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font twice with local data between, immediately above denomination : Delivery message at bottom: "'''IF RECEIVER IS NOT / AVAILABLE - DELIVER AND / USE RELEASE No. 718'''" : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A14(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : Date at top : "'''UPS---UPS'''" at center below date : Gripper marks can be seen vertically on the left side : Color: Purple print on yellow paper : Color: Purple print on goldenrod paper '''PPS-A14(03)a''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} '''PPS-A14(03)b''' [[File: PPS-A14(02)B.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>nil '''{{space|4}} \ ---- '''PPS-A14(04)''' National Cash Register (NCR). : Date at top : "'''UPS'''" Sans Serif font with local data either side, immediately above denomination : Gripper marks can be seen on upper left : Color: Purple on goldenrod yellow paper : Color: Purple on white paper '''PPS-A14(04)a'''[[File: PPS-A14(02)a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} '''PPS-A14(04)b''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A14(04)c''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A14(05)''' National Cash Register (NCR). : Date at top : "'''UPS'''" Sans Serif font with local data either side, immediately below denomination : Gripper marks can be seen on upper left : Color: Purple on goldenrod yellow paper : Color: Purple on white paper '''PPS-A14(05)a'''[[File: PPS-A14(03)a.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} '''PPS-A14(05)b''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A14(05)c''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A14(06)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A14(06).png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font either side of state abbreviation, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on white paper ---- ---- '''PPS-A15''' National Cash Register (NCR). <font size=2><font color=red>('''RRRR''')</font></font> [[File: PPS-A15.png|right|325px]] : Date at top : "'''THANK YOU'''" at the center above denomination : UPS shield package logo at bottom left : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Colors: Purple print on white paper ---- ---- '''PPS-A16''' National Cash Register (NCR). ---- '''PPS-A16(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A16(01).png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font followed by state abbreviation, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A16(02)''' National Cash Register (NCR). <font size=2><font color=red>('''RRRR''')</font></font> [[File: PPS-A16(02).png|right|325px]] : Date at top : "'''DRIVER SHEET THIS NUMBER'''" : "'''UPS'''" Sans Serif font followed by state abbreviation, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} in red : Color: Purple on goldenrod paper ---- '''PPS-A16(03)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(03).png|right|325px]] : Date at top : User's address and customer identification number at the bottom : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Color: Purple on yellow paper - ---- '''PPS-A16(04)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A16(04).png|right|325px]] : Date at top : "'''UPS'''" Sans Serif font followed by state abbreviation and parcel post zone number, immediately below denomination : Customer identification number appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- ---- '''PPS-A17''' National Cash Register (NCR). ---- '''PPS-A17(01)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(01).png|right|325px]] : Date at top : below date, State abbreviation and customer identification number : gripper marks can be seen vertically at left : Box with "'''LOCAL RETURN ADDRESS'''" at bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on white paper : Color: Purple on goldenrod paper ---- '''PPS-A17(02)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(02).png|right|325px]] : Date at top : Delivery charges across the middle : Color: Purple on white paper : Color: Purple on yellow paper : Color: Purple on goldenrod paper : Color: Purple on salmon paper '''PPS-A17(02)a''' : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A17(02)b''' : V/F: {{space|4}} <font size=4>'''</font>-.00 '''{{space|4}} ---- '''PPS-A17(04)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(04).png|right|325px]] : Date at top : User's address and customer identification number at the bottom : Beneath is "'''UPS'''" both sides state abreviation : At bottom "'''CLERK AMOUNT TRANS NO.'''" : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on yello paper ---- '''PPS-A17(05)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(05).png|right|325px]] : Date at top : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A17(06)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(06).png|right|325px]] : Date at top : "'''-1974'''" : "'''CLERK AMOUNT TRANS NO.'''" beneath horizontal line : At bottom is "'''N.E.'''" in large letters : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Bicolor IMPRINT : Color: Purple on GOLDENROD paper ---- '''PPS-A17(07)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> : Date at top : Customer identification number appears at the bottom preceded by state abbreviation : Color: Purple on white paper : Color: Purple on yellow paper : Color: Purple on goldenrod paper '''PPS-A17(07)a'''[[File: PPS-A17(07).png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} '''PPS-A17(07)b''' : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} - ---- '''PPS-A17(08)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(08).png|right|325px]] : small customer identification number at top : User's anme and address appears at the bottom : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A17(09)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A17(09).png|right|325px]] : Date at top : Customer identification number preceded by state abbreviation appears below date : V/F: {{space|4}} <font size=4>'''</font>0000.00 -ADULTS'''{{space|4}} : Color: Purple on goldenrod paper ---- '''PPS-A17(11)''' National Cash Register (NCR). <font size=2><font color=red>('''R''')</font></font> [[File: PPS-A16(03).png|right|325px]] : Date at top : state abbreviation followed by customer identification number , immediately below denomination : Box with "'''LOCAL RETURN ADDRESS'''" AT BOTTOM : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Color: Purple on GOLDENROD paper ---- ---- '''PPS-A18''' National Cash Register (NCR). : Rectangular label with UPS shield and package logo at top. ---- '''PPS-A18(01)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(01).png|right|325px]] : Date at center : Above date is the customer identification number : gripper marks can be seen vertically at left : "'''LOCAL RETURN ADDRESS'''" at bottom : Below that "'''CLERK AMOUNT TRANS NO.'''" : V/F: {{space|4}} <font size=4>'''</font>0.00 '''{{space|4}} : Color: Purple on white paper ---- '''PPS-A18(02)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : Date at center : Above date is V/F : Below date is the customer identification number : Box with "'''LOCAL RETURN ADDRESS'''" at bottom : Below that "'''CLERK AMOUNT TRANS NO.'''" : Color: Purple on white paper : Color: Purple on goldenrod paper : Color: Purple on pale yellow paper '''PPS-A18(02)a''' : V/F: {{space|4}} <font size=4>'''</font>-.00'''{{space|4}} '''PPS-A18(02)b'''[[File: PPS-A18(02)b.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>-0.00'''{{space|4}} '''PPS-A18(02)c'''[[File: PPS-A18(02)c.png|right|325px]] : V/F: {{space|4}} <font size=4>'''</font>0.00'''{{space|4}} '''PPS-A18(02)d''' : V/F: {{space|4}} <font size=4>'''</font>00.00'''{{space|4}} '''PPS-A18(02)e''' : V/F: {{space|4}} <font size=4>'''</font>--0.00'''{{space|4}} ---- '''PPS-A18(03)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(03).png|right|325px]] : As '''PPS-A18(02)''' : "'''LOCAL RETURN ADDRESS'''" at bottom without box ---- '''PPS-A18(04)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(04).png|right|325px]] : As '''PPS-A18(02)''' : Without "'''LOCAL RETURN ADDRESS'''" at bottom ---- '''PPS-A18(05)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(05).png|right|325px]] : As '''PPS-A18(02)''' : User's return address is replaced with "'''IF RECEIVED IS NOT / AVAILABLE - DELIVER AND / USE RELEASE NO. ____'''" ---- '''PPS-A18(06)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> : As '''PPS-A18(02)''' : Box with "'''LOCAL RETURN ADDRESS'''" at bottom does not include Company name, only address. '''PPS-A18(06)a''' : V/F: {{space|4}} <font size=4>'''</font>-.00'''{{space|4}} '''PPS-A18(06)b''' : V/F: {{space|4}} <font size=4>'''</font>-0.00'''{{space|4}} '''PPS-A18(06)c''' : V/F: {{space|4}} <font size=4>'''</font>0.00'''{{space|4}} [[File: PPS-A18(06).png|right|325px]] '''PPS-A18(06)d''' : V/F: {{space|4}} <font size=4>'''</font>--0.00'''{{space|4}} ---- '''PPS-A18(07)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(07).png|right|325px]] : As '''PPS-A18(06)''' : No box around return address ---- '''PPS-A18(08)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(08).png|right|325px]] : As '''PPS-A18(02)''' : Without box containing local return address at bottom : Color: Purple on goldenrod paper : Color: Light blue on yellow paper ---- '''PPS-A18(09)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(09).png|right|325px]] : As '''PPS-A18(07)''' : Date at center : Above date is F/V : Above F/V "'''Clerk Amount Trans No.'''" : "'''LOCAL RETURN ADDRESS'''" at bottom : Below that "'''CLERK AMOUNT TRANS NO.'''" : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} ---- '''PPS-A18(10)''' National Cash Register (NCR). <font size=2><font color=red>('''RRR''')</font></font> [[File: PPS-A18(10).png|right|325px]] : Similar to '''PPS-A18(04)''' : Date at center : Above date is F/V : Above box at bottom is "UPS" flanked by state abbreviation : Box with customer identification number at bottom : V/F: {{space|4}} <font size=4>'''</font>-0.00 '''{{space|4}} : Color: Purple on goldenrod paper ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-B: Indicia from Rochester Package Delivery</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-C: Indicia from Retail Package Delivery</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-D: Indicia from TNT</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-E: Indicia from Purolator</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-F: Indicia from EFD Package Express</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-G: Indicia from American Messenger Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-H: Indicia from APD</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-I: Indicia from Berkshire Apparel Corporation</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-J: Indicia from Canpar</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-K: Indicia from CMR</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-L: Indicia from Courier Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-M: Indicia from DSI</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-N: Indicia from Hourly</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-O: Indicia from Local Parcel Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-P: Indicia from Maclen Express Co</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-Q: Indicia from Merchants Delivery Company</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-R: Indicia from Parcel Delivery Co</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-S: Indicia from Parcel Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-T: Indicia from Post Par</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-U: Indicia from Spee-Dee Delivery Service</font></font>==== <font size=3><font color=0018A8> ---- ---- ====<font size=4><font color=#2a3439>Sub-group PPS-V: Indicia from Metroline</font></font>==== <font size=3><font color=0018A8> {{BookCat}} m7hahbny83tf6rwnr5isgvx8fi54k3g Cookbook:Nigerian Dodo (Fried Ripe Plantain) 102 447092 4095022 4072645 2022-08-20T00:56:47Z Nostriker 3371989 style, format, language, links wikitext text/x-wiki {{recipe}} [[File:Fried Riped Plantain.jpg|thumb|Fried Riped Plantain]] '''Dodo''' is a Nigerian dish of fried ripe plantain. It is often served with jollof rice, rice and beans, and beans porridge. ==Ingredients== *Ripe [[Cookbook:Plantain|plantain]] *Salt *Ground pepper *[[Cookbook:Vegetable oil|Vegetable oil]] ==Procedure== #Cut ripe plantains into small pieces. Toss with salt and pepper to taste. #Heat several inches in a frying pan. Add the plantain pieces, and deep fry until all sides are golden brown. #Serve with jollof rice or bean porridge. 3ci4dwj0rn2sa1330cz9f6ubjieatmy User talk:3MMPEYTON 3 447393 4094971 4094854 2022-08-19T15:55:37Z 3MMPEYTON 3393808 /* Why Create Vampires? */ Added two paragraphs wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! Characteristics |- | Pale / Deadly pale || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || Predator personality |- | Thin || Alpha Male type |- | Black hair / Brown Hair || |- | Re-animated corpse with failing body issues. || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of his motives, the methods are of drugging [poisoning] the victim, <br> often leading to the innocent person getting buried alive, and / or having their graves rob by grave-robbers interested in robbing <br> the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. a89vj18m71gerof08l3o1qh6lgwz2uq 4094972 4094971 2022-08-19T15:58:27Z 3MMPEYTON 3393808 /* Why Create Vampires? */ Fixed tense-change typo wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! Characteristics |- | Pale / Deadly pale || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || Predator personality |- | Thin || Alpha Male type |- | Black hair / Brown Hair || |- | Re-animated corpse with failing body issues. || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leading to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. sgqm1ih5kln4o8ojo3r6ghzpzjtgsfh 4094973 4094972 2022-08-19T15:59:14Z 3MMPEYTON 3393808 /* Why Create Vampires? */ Fixed tense-change typo wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! Characteristics |- | Pale / Deadly pale || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || Predator personality |- | Thin || Alpha Male type |- | Black hair / Brown Hair || |- | Re-animated corpse with failing body issues. || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. aub1n0qkz17ewti39zcxivt1gjc7vl0 4094974 4094973 2022-08-19T16:06:04Z 3MMPEYTON 3393808 /* Why Create Vampires? */ added Tip and more info into table. wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! Characteristics |- | Pale / Deadly pale || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || Predator personality |- | Thin || Alpha Male type |- | Black hair / Brown Hair || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> Tip: Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. 9tb4g0q55d4i6o8l6z2kstg56rd32cg 4094975 4094974 2022-08-19T16:09:38Z 3MMPEYTON 3393808 /* Why Create Vampires? */ added Tip and more info into table. wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> Tip: Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. qu7bhpw5yfdgwuupv1svid75pfh53p6 4094976 4094975 2022-08-19T16:23:11Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. a9o9noc3o2s6vuo3ij0uked5ui1dsjs 4094977 4094976 2022-08-19T16:27:46Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural |- | Drinking blood |- | Immortality |- | Sunlight Poisoning |- | Heightened senses |- | Morphing |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. on25v492z5gbdtqwc0zxiabodoe7f75 4094980 4094977 2022-08-19T16:37:24Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. tkwjlvp2ookkg0vanocxgzvaphh9wnq 4094981 4094980 2022-08-19T16:43:21Z 3MMPEYTON 3393808 /* Why Create Vampires? */ added source information wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|healthpsychologyconsultancy.wordpress.com]] == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. mvesnpf1onc9db9abro583vtikcgxss 4094982 4094981 2022-08-19T16:47:25Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/]] Reviewed: 8/19/2022 == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. p0etxg609qqyzn0okyka4pf7icxmxac 4094983 4094982 2022-08-19T16:51:20Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/]] Wordpress.com Reviewed: 8/19/2022 <br> [[https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957|https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957]] The Conversation.com == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. b3mtjmyyh87h05zqpzkd6buux3ne9dj 4094984 4094983 2022-08-19T16:53:37Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/]] wordpress.com Reviewed: 8/19/2022 <br> [[https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957|https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957]] theconversation.com == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. cexpxihiv2uhrtu4bow1qzxhcgqd7il 4094985 4094984 2022-08-19T16:59:44Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/]] wordpress.com Reviewed: 8/19/2022 <br> [[https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957|https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957]] theconversation.com [[https://www.dictionary.com/browse/cuspid|https://www.dictionary.com/browse/cuspid]] www.dictionary.com == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. 8pu39k3lkd156vpohv3o0c4zgrct4x8 4094987 4094985 2022-08-19T17:01:10Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/]] wordpress.com Reviewed: 8/19/2022 <br> [[https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957|https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957]] theconversation.com <br> [[https://www.dictionary.com/browse/cuspid|https://www.dictionary.com/browse/cuspid]] www.dictionary.com == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. 6bebz99j0qulgv03xfcieon4a254u5o 4094988 4094987 2022-08-19T17:03:25Z 3MMPEYTON 3393808 /* Why Create Vampires? */ wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/]] wordpress.com Reviewed: 8/19/2022 <br> [[https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957|https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957]] theconversation.com <br> [[https://www.dictionary.com/browse/cuspid|https://www.dictionary.com/browse/cuspid]] www.dictionary.com Thanks [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:03, 19 August 2022 (UTC) == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. 0f2o8fqqti4cybwfeubxupjhnnkyxw2 4094989 4094988 2022-08-19T17:04:06Z 3MMPEYTON 3393808 /* Why Create Vampires? */ added page break wikitext text/x-wiki == Zombie by Margaret Atwood == '''Zombie''' is a poem by the world famous poet Margaret Atwood. Her poem can be found in her book <u>'''Dearly'''</u>, a collection of her new poems. I hope to post a critical essay on 'Zombie' by Margaret Atwood, as a example of critical analysis in Literature. I am certain that I can fairly reprint a few lines from the poem, yet I'm not sure if I can post the entire poem. Any suggestions? Thanks~~ [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 18:04, 25 June 2022 (UTC) <br> There you have it: zombie. <br> Didn't you always suspect? <br> "Poetry is the past <br> that breaks out in our hearts" <br> like a virus, like an infection. <br> <br> The quote within the poem: "Poetry is the past that breaks out in our hearts..." is taken from the poet Rilke. <br> ==NEW EDITS!== NEW TOPIC: [ I left these paragraphs under CREATE VAMPIRES / History and Folklore ] History, meaning inquiry, or knowledge acquired from the past by investigation, may stem from Greek historia, according to Wikipedia. https://en.wikipedia.org/wiki/Portal:History History is related to folklore, yet is essentially different. Folklore are stories about a particular culture, yet Folklore, and similar legends, are told from a subjective perspective, and are not validated by external sources. Folklore and legends are classified as cultural heritage. History is not myth, mainly for reasons that involve telling a story about events that have happened in the past, and then gathering supporting evidence used to validate one's history. The study of History is a major discipline in academic fields. The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. Imaginative young readers today, could greatly benefit from Creative Writing classes offered in many Public High Schools. Creative writing classes are controversial classes in academia, yet in general, helpful to students in public schools. Creative writing programs are developing. In many public schools, creative writing classes are related to Language classes, and Art classes. Creative writing is not a discipline in academic fields. Create Vampire is a free wikibook intended as a guide, and as a non-fictional resource for people fascinated by vampires and similar monsters! TIP: Before creating a vampire character, you could ask yourself if you want your vampire to reflect stories based in Folklore, gathered from events that happened to actual people, or you may prefer to create a vampire from your imagination. Perhaps a imaginary creation who possesses non-human traits? I edited this major paragraph Create Vampires / History and Folklore / Create Vampires?: <BR>CREATE VAMPIRES? In a world where people desire to make a lot of money, in the shortest amount of time. In a world where bank robbery is illegal, yet grave-robbery is not...? In a world populated by individuals who seemed ruled by greed, vampires and other monsters are sometimes spoken into some tangible, often frightening existence. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) If we exist in a world where characters could be spoken into existence, and allowed to linger in unusual fields bound and un-bound... If characters could linger, losing human characteristics and form, linger like ghost populating flat white spaces, if characters could attain atypical motion, yet exist like zombies without the ability to reason, or exist like demons without kindness, or exist like vampires, with constant hunger, sharing kindness with the hungry ghost who linger with desires to be fed, if such empty planes were populated by hungry, unreasoning, lingering atypical creations, mere works of the imagination, would their monster's tale be worthy of note? I hope to add this paragraph [somewhere after "The nature of the vampire shifted from folklore stories..."] The nature of the vampire shifted from folklore stories, that often contained warnings, to mutated stories about pale monsters and occult-ish blood lettings. It is as if the horrific stories about the tragic events that happened to some people, horror stories that were traditionally passed orally from person to person, started to pass culturally from one region to another region, finally emerging (centuries later) from the author's imagination in tangible, written form, vastly distorted, yet eerily relevant, with the mysterious ability to capture the imagination of young readers. <BR>Thanks. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:24, 13 August 2022 (UTC) == I will miss Pi zero. == Although this is a personal response, in no way related to "Create Vampires," I have recently learned of Wikibooks' loss. Pi zero was a great guide, and I will miss his guidance when I am loss on Wikibooks. He was a special person online. Now I wonder who will remind me to avoid ORIGINAL RESEARCH? LOL. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 15:54, 15 August 2022 (UTC) == Why Create Vampires? == I added 5 new paragraphs to a new page: Why Create Vampires? <br> Contributions from Wikibookians interested in these subjects, especially vampires, are welcomed! <br> <br> [new section] What would happen if you woke-up one day with a horrible craving for blood? What if you woke up, then slowly realized that you were invisible, would you get dressed out of habit? What if you woke-up one day both hungry and invisible? What would you do? These are questions writers may consider when approaching fictional narratives. Stories about ghosts, angels, zombies and vampires are popular with modern readers, yet why do people write about vampires? Should you? Perhaps writing creatively about a fascinating subject is a bit of a dream. In order to first figure out what to write, some people may choose to gather together with other writing students to consider and experiment with ideas and techniques of use to other Writers. Classes that encourage creative writing, may encourage exploration of fascinating subjects, such as vampires. Exploration of unusual subjects can be rewarding to the creative spirit! Creative writing is a self-developmental process involving your creativity, using established techniques of the Writer’s craft, shaped by your level of honesty. In creative writing classes, your story is not just your creative expression, each story you take time to write is similar to a window allowing people to share in the communication process. You don’t just share common norms about spelling, grammar, or idiomatic expressions used by normal people, your story can share information about how a group of people reacted to life-altering events, meaning your stories can in a general sense, reflect the society and times you observe and write about. Because every writer is advised to “write what you know,” you may willingly look for safe ways to write what you know, creatively, in a non-factual manner that may not share factual information, yet will express your emotions, or will reflect the feelings of everyone. Creative writing is about telling a story, in a expressive, original manner. Techniques like tone, meaning how to express the right mood, emotional intensity, or level of humor, meaning how we tell the story using the tight tone to a reader who is unable to hear you, or hear the people your story will reflect, may become easier after we have developed better writing skills. Creative writing is a subject about developing better writing skills, and allowing honest expression, often in non-factual, creative ways. [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:27, 15 August 2022 (UTC) Writers who write about the vampires from their imagination maybe following their own personal creative spirit. <br> <br> <br> I WILL SLOWLY ADD MORE INFORMATION TO THIS SECTION [NOT ON MAIN PAGE] Why Create Vampires? / Warning! <br> '''WARNING: <u>Vampires of the imagination in action!</u>''' <br> <br> Giving warnings against vampires of the imagination maybe a useful device writers could explore. <br> Typical vampires of the imagination are not friendly characters, they seem to possess unusual traits and characteristics, they are not popular, <br> almost un-loveable, and very problematic.<BR> <br> {| class="wikitable" |+ COMMON VAMPIRE-IMAGINATION TRAITS + CHARACTERISTICS:<br> |- ! Traits !! !! Characteristics |- | Pale / Deadly pale || || Enjoy isolation / Loner personality |- | Long fangs / Fang-ish teeth || || Predator personality |- | Thin || || Alpha Male type |- | Black hair / Brown Hair || || "Energy Vampire" : Negativity, overly dramatic, hostile rages, complaints and sad stories. |- | Re-animated corpse with failing body issues. || || |} <BR> Vampires of the imagination that seem to be re-animated, walking corpses, some with dominate alpha-male behaviors and sharp cuspids, could be a terror, a monster, or a walking nightmare to a town, or neighborhood. It is easy for Writers to warn their readers against such a vampire [...of the imagination], yet what about vampires with subtle negative energy influences? What of Energy vampires and other less monster-ish vampires of the imagination?<br> <BR> '''Tip:''' Typically, humans have four cuspids in their mouth. Two on the bottom, and two on the top left and right side of the mouth. <BR> These are the sharpest, longest teeth, they have a pointed edge and have been called "vampire teeth" by some Writers.<BR> <br> {| class="wikitable" |+ Supernatural Vampire Traits |- ! Traits that are supernatural !! Mythological Creature |- | Immortality <br>Drinking blood <br> Sunlight Poisoning<br> Heightened senses <br> Morphing || [[File:"Le Vampire".jpg|thumb|"Le Vampire"]] |} <br> Vampire stories found in Eastern European Folklore often warn people against evil characters, or of a evil character [the antagonist] <br> who in a malicious manner seeks to harm innocent people. Regardless of the motive, the methods are of drugging [poisoning] the victim, <br> which often leads to the innocent person getting buried alive, and / or having their graves robbed by grave-robbers interested <br> in robbing the rich. Many Eastern European folk stories have warnings against grave-robbers! <br> <br> Sources: <br> [[https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/|https://healthpsychologyconsultancy.wordpress.com/2012/07/13/the-energy-vampire-personality-type/]] wordpress.com Reviewed: 8/19/2022 <br> [[https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957|https://theconversation.com/five-vampire-traits-that-exist-in-the-natural-world-104957]] theconversation.com <br> [[https://www.dictionary.com/browse/cuspid|https://www.dictionary.com/browse/cuspid]] www.dictionary.com <br> Thanks [[User:3MMPEYTON|3MMPEYTON]] ([[User talk:3MMPEYTON|discuss]] • [[Special:Contributions/3MMPEYTON|contribs]]) 17:03, 19 August 2022 (UTC) == DROPPING MY RACIAL BAGGAGE == <br> MY PERSONAL INFORMATION SEEMS TO BELONG ON MY DISCUSSION PAGE.<br> Dropping My Racial Baggage <br> On my body I have two birthmarks. One is a darker brown than my normally brown body, the other is a yellowish-brown birthmark, lighter than most of my brown body. I always knew my family was blended, we merged and emerged from attractive dark brown and yellowish-brown relatives who could pass as white because of their facial features. Today, I’m sure they could blend with tan Americans, meaning Americans who are a lighter brown in skin complexion and appearance. I always thought my family was most like the family from The Cosby Show, a popular family TV Show. On The Cosby Show, Bill Cosby’s TV father was not embarrassed by the members of his family who came in a range of shades, from dark brown to almost-white. The fact was that families with extended family members felt comfortable, and popular, claiming all the members of their family! This was ideal. Some people wanted to celebrate. The 1980s were diverse and positive times for family Entertainment. As opposed to foreign cultural notions of people checking one of two boxes: black or white, and away from similar subversive cultural norms … black and tan? The composition by Duke Ellington comes to mind… I consider most Americans in a range between dark brown and tan. When people ask me my race, I always say “brown,” because I am a brown woman, or to be technically correct, I am a multi-colored, 4th dimensional woman. Most people do not want to be super-technical (by acknowledging the 4th dimension of space-time), yet people seem to want to live reasonable lives. For example, why can’t the box of 8 colors describe the colors we see when we look at other people? Perhaps crayons’ manufacturers, CRAYOLA, did need to make several flesh colored crayons and market colors that people appear to be, ranging from dark brown to light brown. After watching America’s Top Model, at least 13 seasons, I realized that most people can see beyond the simple “black” or “white” description, yet there are people who will describe a brown, or a tan person as either “black” or “white.” Humans calling people “black” or “white” use to mildly bother me, I remember when I roomed with a Jewish person, (a student who ate pepperoni pizza with few problems), a young woman who re-named me “black” every time I spoke with her, I remember feeling puzzled, then resentful. My third-grade Teacher never labeled me black, the other African-Americans in my High School never left me with the “black” label, nor did a few Native Americans who were called “Asian-Americans,” (…about Native-Americans, I mean we know where America is, but where is Asia?) therefore I was really puzzled. During my “identity growth” years, when I considered the words other people used to label “me,” I was grouped with other teenagers, later, mis-leading college students and other young adults whose mis-labeling of others was either a shameful oversight or ironic (the irony based on previous unexamined cultural biases Americans had failed to question). What is ironic about public expressions of race is the fact that our notions about race are influenced by our culture. For example, in High School, I remember my excitement about the field of Science, a high point after I had read a TIME magazine article that reported Scientist who could trace DNA via. The mitochondrial organelles. What I remember from my Cell Biology books are that the mitochondria are the “power house” of the cell. The article suggested that we could trace our ancestors DNA not just from DNA found in the nucleus, but also through analyzing unique DNA found in the mitochondria. This information made news, in fact, the cover of that TIME magazine was a arty image with a updated image of Adam and Eve. I assume the updated image was to announce the new Science developing to help find our ancestors and discovering our relatives. I remember that I stood in front of my Science class with a issue of TIME magazine in my hand, and I asked the class if they knew “black” people were in the garden of Eden. The arty image on the cover of TIME actually showed people who looked like African-Americans, people with brownish-tan skin, and mid-length curly hair. People in America who looked like the image on the TIME magazine cover were / are called “black” in America. As I gain a greater appreciation for the Arts, especially after I took a few Art appreciation classes, I realize that forcing a racial classification was rude, by asking if the class knew that black people were in the garden of Eden, I exposed my mis-education. It is the ironic mis-education I remember I attached to the arty TIME magazine cover. In my early weeks on my college campus, I would brag about my chosen field: Genetics. Because there was no major in Genetics, I had to settle for a Biology or a Chemistry major. I could take extra classes that focused on Genetics. Other Science students were also interested in Genetics and seemed the types who would follow me into Genetic fields where we would, hopefully, find jobs in Genetics, where we would one day help to cure genetic disorders. That was my teenage dream for my future career. Turns out, reality is less ideal. Although I did find meaningful work later, in a laboratory that studied animal genetics, I basically learned how to use modern Science equipment [a giant lesson needed if Science is to improve our understandings…]. Science equipment is complex, and often, a lack of a good understanding of Science and Technology left Science students with puzzling results… I also worked at a Hospital, and I proudly held a healthy and alert white baby boy whose parents were probably immigrants from China. Technically, I have held white children, and I technically believe that they are a minority, and like other children, small white children should always be protected by adults and by our government. Finally, I use to converse with other students about my hair, or about my complexion [my hair and skin does lighten and darken with sunlight exposure]. Few students believed I needed to allow my hair to be natural, to see the two different hair types (one tight and curly, like a spiral, the other less tight, more wavey), or that my time spent without make-up (concealer) was necessary, yet my time spent without make-up allowed my brown complexion to emerge (in its range of brownness). By studying my genotypic expression, my biological inheritance, my outer surface appeared. I studied myself as I truly would appear without cosmetics, concealers, and hair-straighteners. I did not burn my bra (I did have limits), yet freeing oneself of “surface enhancers” allowed me to feel confident in who I truly was: a healthier, brown woman with black curly hair. I suppose I found myself? Nonsense, how could I ever lose me? I allowed my natural surface appearance to emerge, at least for a brief time in my life. Were college students who were once interested in Genetics as a career path impressed? Probably not. For unknown reasons, the ‘natural’ black chick, or the brown wannabe white-Hippy stereotype seemed to follow me. After exposure to radiation [a safe level] while working in a research laboratory, I did follow a popular “back-to-nature” path where I preferred natural products to “overprocessed” or processes products. My non-racist friends, many blond with sun-kissed brown skin, were typical “white Hippies,” yet I didn’t have to be a wannabe white-Hippy to be a non-racist woman who supported nature, was a Environmentalist, and a supporter of better opportunities for all Americans, regardless of their color, religion or gender! When I went online to share my learnings, gleaned from my factual college experiences, I was treated like a poor black child who couldn’t understand racist online… What? I could look up the definition for racism. [Racism (n): prejudice, discrimination, or antagonism directed against a person or people on the basis of their membership in a particular racial or ethic group, typically one that is a minority or marginalized]. As I understand the concept, racism is a flawed ideology that simplifies reality, forcing complex humans into limited conceptual categories. I was always against individual racist, preferring my own understanding of the situation from Dr. Martin Luther King’s point-of view, as I remember his message, we should judge a man based on his character [his deeds] and not on the color of his skin. To better fight against racism, I got help from Christians. In general, Christians believe that God has a plan for all of humanity. Many Christians believe that all people are the children of God. In the presence of active Christians on campus, I met actual black people, people with dark brown skin that could be mistook for the color black in bright sunlight. Near “black” people, I felt the color brown, there was no other way to describe my skin’s appearance. I was a brown human, which is what I had been saying since the 3rd grade in my public school! Contact with diversity confirmed my truth. Now that I am a Christian, I do not mentally pick-up racist ideology as being somehow above Christian beliefs and values. I do try to sense a person’s character. Realistically, most people in America struggle to raise their children because it is hard to raise good Christians and good citizens. I am done with dragging around “racial baggage,” I see people and choose religious values to pick-up, humanity to champion. o4846yu1xjobpwcz3zjkwr5ut9pemok Oberon/ETH Oberon/Tutorial/Attribution 0 447582 4094979 4082728 2022-08-19T16:35:58Z PeterEasthope 660399 Further improvements. wikitext text/x-wiki {{TextBox|BG=#F0FFF0|These tutorial pages were written by André Fischer (afi) with editorial assistance of [http://www.hannesmarais.com/ Hannes Marais], were hosted at the [[w:ETH Zürich|ETHZ]] and remain under the [[Oberon#Licenses|ETH license]]. Related content is found in the system <i>via</i> Book.Tool. Extended content is also available [[Oberon/books#FiM98|on paper]]. Some tutorial pages are in the [https://web.archive.org/web/20171225160628/http://www.ethoberon.ethz.ch/ethoberon/tutorial WayBack archive].}} {{BookCat}} kjo8y2qlixgh419dhs3duav8xhfzduc How to create gaming video/Recording game video using OBS 0 448324 4094990 4094902 2022-08-19T17:53:23Z RDBury 100013 /* Performance issues */ Start "Using Task Manager" wikitext text/x-wiki == Recording game video using OBS == In this section we'll talk about setting up and using OBS (Open Broadcaster Software) to record your gameplay. OBS is by no means the only option available, but it has a low cost (free) and is very versatile. The versatility has a price though, getting all the different settings correct for your computer and the game you're playing can be challenging. === About OBS === OBS is an open-source and mult-platform program created by OBS Studio, and designed to capture and record video content. It's funded though small donations ([https://www.patreon.com/obsproject their Patreon page]), but they receive larger contributions from companies which indirectly benefit from its existence, such as YouTube, Logitech, Twitch and Facebook. === Basic concepts === There are three sets of configuration settings to learn. Right out of the box most of these are set to default values, or just have placeholders. When you start the program for the first time, an Auto-configuration Wizard starts. The purpose of the wizard to to detect what hardware you have installed and configure OBS to deliver the best performance for your computer. You can skip the wizard, but we strongly recommend that you run it; you can always adjust the settings later. You can also run the wizard any time by selecting Tools→Auto-configuration Wizard from the main menu, or as an option when you create a new profile (see below). In addition to this guide, you should go through the [https://obsproject.com/wiki/OBS-Studio-Quickstart OBS Studio Quickstart] guide, and note the links for additional information such as troubleshooting. ==== Profiles ==== Profiles contain all the nuts and bolts settings having to do with the recording and output of your video. So it includes everything from the mechanism which actually captures the video to the folder where the video file is saved. The details can be technical, very technical, but the fortunately the Auto-configuration Wizard will set things up fairly well except possibly for a few tweaks. The point of multiple profiles is that you can customize OBS for different types of games or other types of video, and save these settings to be re-used over and over. For example, suppose you have games which produce realistic high resolution graphics, and other games that use low resolution pixel graphics, and you also want to record non-game related content, say the contents of a spreadsheet you've been working on. You then might want one profile to record at high resolution, a second profile to record at low resolution, and a third profile to record at high resolution but at a lower frame rate. It's wasteful to record a low resolution game high resolution, since a high resolution recording will not increase the resolution of the original source. Similarly, it's wasteful to record a spreadsheet at high frame rate, since there's little movement or action where people would notice the difference between high and low frame rates. (There is a practical reason for limiting recording resolution and frame rate to only what is needed. The more information you records, the larger the video file size, and the longer it will take to upload to the internet. It could make the difference between an upload taking hours or just twenty minutes. Not only that, but your computer has limited resources, and since your game may already be stretching these limits, it's not a good idea to place any unnecessary burdens on it.) You might also have different profiles for streaming vs. recording. Give each profile a meaningful name, for example "HighRes", "LowRes" and "HighResLowFR", or "Record" and "Stream". Once you have a profile that works well on your computer, you should usually only create a new one by duplicating it instead of starting from scratch. You can do this by selecting Profile→Duplicate from the main menu; this will create a copy of the currently selected profile. When you run the Auto-configuration Wizard, it asks for usage information: streaming, recording, or virtual camera. Since you're reading the guide for recording video, we'll assume recording. You can then set the resolution and frame rate. It's probably best to record at the current screen resolution to start with and use a frame rate of 30 FPS. It's possible to record at 60 FPS, but it's probably not necessary except the most fast-paced action games. As mentioned above, you can always tweak these values and create new profiles which use different values. At this point, the Auto-configuration Wizard will finish and produce a report of the setting it has chosen. It's a good idea to make note of these in case you want to set up a profile from scratch for some reason. Then click "Apply Settings" to save them as your default profile. The default profile is called "Untitled" by default, but again, you should give this a meaningful name. Note that you must have at least one profile in OBS. At this point you may want to make any tweaks that don't affect video quality, for example you can change folder where video files will be saved by selecting File→Settings from the main menu, and entering the desired folder name in the Output tab. Note that these changes are only saved for the current profile; other profiles won't be affected. ==== Scenes ==== Scenes allow you to combine different video sources for recording. With scenes, you can, for example, record the game and a video camera image of yourself as you play. You won't see yourself while you're playing, but it will be recorded in the video. As with profiles, you must have at least one scene in OBS. Out of the box, the only scene is "Scene", but you may want to rename it "Blank" and keep it. The Scenes tab is a dockable tab in the lower left corner by default. The +, -, ∧ and ∨ symbols allow you to add, delete and rearrange the scenes you've created. We recommend you create a separate scene for each game, since scenes often contain game specific information such as the window name. To create a scene for a game, first create a new scene, you might give the scene the same name as the game or some abbreviated version of it. Then start filling in the video sources you'll be recording. For a simple setup, the only source will be the game itself. If you have many scenes collected, you can organize them into scene collections. You might have one collection just for games, and another for non-game scenes. The current collection is displayed with the current profile in the OBS window title. The default collection, out of the box, is "Untitled". ==== Sources ==== A Source is a single video source which you can combine with others to create a scene. There are many types of sources such as games, other programs, video capture devices, and the overall display. To add a game as a source, first start the game, then get to the first screen in full screen mode. Some games can be played in a window, and this can be captured as well, but typically the game prefers to have the full screen. Click the + in the Scenes tab to create the scene, and select Game Capture as the scene type. Click "Create new" in the dialog that pops up. (The radio buttons here are a bit unusual in that the selected option is shown by an empty circle.) Then fill in the name of the source; you may want to include both the name of the game and the word "game" in the source name to signify that it's a Game Capture, that way you can distinguish between window capture and full screen capture. These are alternate ways of capturing the game display, but the Game Capture type is designed just for that and will probably produce the best results. Note that you can use a single source in multiple scenes, which might not be that useful for the game itself, but it could be very useful for a video capture device where you're capturing yourself as you play. That scene would not change from game to game so being able to re-use it would be very helpful. At the bottom of the dialog is a Make Source Visible check box, and you'll probably want that checked so you can preview the game display in OBS. Press OK to bring up the Properties dialog. The Properties dialog contains additional settings you can modify without having to recreate the scene from scratch. For Mode, the default is "Capture any fullscreen application", but we recommend setting it "Capture specific window", and then getting the name of the window from the pull-down control that appears. The default will work, but it's probably safer to be specific about the window name in case you have another full-screen program running (not that that's recommended). At this point you should see a preview of the game display in the properties window. You're probably safe to leave the rest of the settings on the default values. Click OK and you should see the game display in the OBS preview window. You can now add other sources to the scene if desired and save when you're done. === Testing === Once you have a profile created, a scene for a game created, and the game added as a source, it's time to test the setup. First, you should be able to see the game display (along with any other sources you've added) in the OBS preview. But this is only the first part of the test. Close any programs besides the game and OBS, then press the "Start Recording" button in the lower right Controls tab. Switch to the game, and start playing for a few minutes. The main thing is to test whether camera movement and moving objects record smoothly. So move the camera around if possible, and try to get a person or other moving object on screen before stopping the recording. At this point exit the game and exit OBS. Locate the newly create video file and open it with a video player; your video editor should be fine for this but having another option is nice as well. Play the video and look for choppiness in camera movement and in the moving object. Choppiness is an indication that OBS isn't recording all the frames and you'll need to tweak the settings to try to resolve the issue. You should also open the file in your video editor to make sure there are no issues there. === Performance issues === Unfortunately, using the default settings for everything may not produce the best, or even acceptable, results. The first possible issue is that your computer simply does not have the processing power to handle both the game and OBS running separately. However, the OBS footprint is relatively small, so if the game runs acceptably without OBS then problems are most likely because the game and OBS aren't working well together. Note that it may be the case that the game appears to be running well while you're recording it, but when you review the recording you can tell there are issues. A typical symptom is jumpy movements signalling that OBS not recording changes to the screen as fast as the game is making them, so the effective frame rate is dropping below the the threshold needed for your eyes to see motion rather than a series of still images. Much of the following discussion applies only to Windows, though the concepts involved may be useful for other operating systems. There are two types of resources you need to consider. First the CPU does most of the ordinary calculations needed for the game. The GPU performs the graphics processing, so it does the work of laying out the landscape on the screen, applying textures, etc. Most modern games rely heavily on the GPU, and this is needed by OBS as well. (OBS uses the GPU to process the scene and encode the result into the selected file format.) So if there is a conflict then the bottleneck is probably in the GPU. Besides the game and OBS, your operating system also uses resources, so there are actually three entities competing for the same resources, and unless they share nicely, problems are inevitable. Fortunately the operating system's load on the GPU is small, and it would normally not be the source of the problem unless the CPU is the bottleneck. We're assuming here that you don't have any other programs running other than your game and OBS; if you have a browser or a second game running then obviously the performance of OBS will be impacted. ==== Using Task Manager ==== One way to get a peek into how your computer's resources are being used is to open Task Manager. Start the game, then press Ctrl-Alt-Del to open Task Manager. Task Manager lists resource usage in five categories: CPU, Memory, Disk, Network, GPU. One thing to keep in mind here is that Task Manager uses its own share of resources when it's running, but we're going to assume that that share is relatively small compared to everything else. If GPU is the bottleneck, then the total GPU usage will be near 100%. Click the top of the column to sort tasks according to GPU use, and the game will probably be at the top. The GPU itself generally has different engines within it specialized for different tasks, and your computer may actually have more than one GPU, so it may not be a matter of overall usage but how the various tasks are being shared. (more to be filled in) {{BookCat}} 1s7fdwc0wgokbxjsmf4itnkt6geife8 4094995 4094990 2022-08-19T18:58:08Z RDBury 100013 /* Sources */ Windowed games wikitext text/x-wiki == Recording game video using OBS == In this section we'll talk about setting up and using OBS (Open Broadcaster Software) to record your gameplay. OBS is by no means the only option available, but it has a low cost (free) and is very versatile. The versatility has a price though, getting all the different settings correct for your computer and the game you're playing can be challenging. === About OBS === OBS is an open-source and mult-platform program created by OBS Studio, and designed to capture and record video content. It's funded though small donations ([https://www.patreon.com/obsproject their Patreon page]), but they receive larger contributions from companies which indirectly benefit from its existence, such as YouTube, Logitech, Twitch and Facebook. === Basic concepts === There are three sets of configuration settings to learn. Right out of the box most of these are set to default values, or just have placeholders. When you start the program for the first time, an Auto-configuration Wizard starts. The purpose of the wizard to to detect what hardware you have installed and configure OBS to deliver the best performance for your computer. You can skip the wizard, but we strongly recommend that you run it; you can always adjust the settings later. You can also run the wizard any time by selecting Tools→Auto-configuration Wizard from the main menu, or as an option when you create a new profile (see below). In addition to this guide, you should go through the [https://obsproject.com/wiki/OBS-Studio-Quickstart OBS Studio Quickstart] guide, and note the links for additional information such as troubleshooting. ==== Profiles ==== Profiles contain all the nuts and bolts settings having to do with the recording and output of your video. So it includes everything from the mechanism which actually captures the video to the folder where the video file is saved. The details can be technical, very technical, but the fortunately the Auto-configuration Wizard will set things up fairly well except possibly for a few tweaks. The point of multiple profiles is that you can customize OBS for different types of games or other types of video, and save these settings to be re-used over and over. For example, suppose you have games which produce realistic high resolution graphics, and other games that use low resolution pixel graphics, and you also want to record non-game related content, say the contents of a spreadsheet you've been working on. You then might want one profile to record at high resolution, a second profile to record at low resolution, and a third profile to record at high resolution but at a lower frame rate. It's wasteful to record a low resolution game high resolution, since a high resolution recording will not increase the resolution of the original source. Similarly, it's wasteful to record a spreadsheet at high frame rate, since there's little movement or action where people would notice the difference between high and low frame rates. (There is a practical reason for limiting recording resolution and frame rate to only what is needed. The more information you records, the larger the video file size, and the longer it will take to upload to the internet. It could make the difference between an upload taking hours or just twenty minutes. Not only that, but your computer has limited resources, and since your game may already be stretching these limits, it's not a good idea to place any unnecessary burdens on it.) You might also have different profiles for streaming vs. recording. Give each profile a meaningful name, for example "HighRes", "LowRes" and "HighResLowFR", or "Record" and "Stream". Once you have a profile that works well on your computer, you should usually only create a new one by duplicating it instead of starting from scratch. You can do this by selecting Profile→Duplicate from the main menu; this will create a copy of the currently selected profile. When you run the Auto-configuration Wizard, it asks for usage information: streaming, recording, or virtual camera. Since you're reading the guide for recording video, we'll assume recording. You can then set the resolution and frame rate. It's probably best to record at the current screen resolution to start with and use a frame rate of 30 FPS. It's possible to record at 60 FPS, but it's probably not necessary except the most fast-paced action games. As mentioned above, you can always tweak these values and create new profiles which use different values. At this point, the Auto-configuration Wizard will finish and produce a report of the setting it has chosen. It's a good idea to make note of these in case you want to set up a profile from scratch for some reason. Then click "Apply Settings" to save them as your default profile. The default profile is called "Untitled" by default, but again, you should give this a meaningful name. Note that you must have at least one profile in OBS. At this point you may want to make any tweaks that don't affect video quality, for example you can change folder where video files will be saved by selecting File→Settings from the main menu, and entering the desired folder name in the Output tab. Note that these changes are only saved for the current profile; other profiles won't be affected. ==== Scenes ==== Scenes allow you to combine different video sources for recording. With scenes, you can, for example, record the game and a video camera image of yourself as you play. You won't see yourself while you're playing, but it will be recorded in the video. As with profiles, you must have at least one scene in OBS. Out of the box, the only scene is "Scene", but you may want to rename it "Blank" and keep it. The Scenes tab is a dockable tab in the lower left corner by default. The +, -, ∧ and ∨ symbols allow you to add, delete and rearrange the scenes you've created. We recommend you create a separate scene for each game, since scenes often contain game specific information such as the window name. To create a scene for a game, first create a new scene, you might give the scene the same name as the game or some abbreviated version of it. Then start filling in the video sources you'll be recording. For a simple setup, the only source will be the game itself. If you have many scenes collected, you can organize them into scene collections. You might have one collection just for games, and another for non-game scenes. The current collection is displayed with the current profile in the OBS window title. The default collection, out of the box, is "Untitled". ==== Sources ==== A Source is a single video source which you can combine with others to create a scene. There are many types of sources such as games, other programs, video capture devices, and the overall display. To add a game as a source, first start the game, then get to the first screen in full screen mode. Some games can be played in a window, and this can be captured as well, but typically the game prefers to have the full screen. Click the + in the Scenes tab to create the scene, and select Game Capture as the scene type. Click "Create new" in the dialog that pops up. (The radio buttons here are a bit unusual in that the selected option is shown by an empty circle.) Then fill in the name of the source; you may want to include both the name of the game and the word "game" in the source name to signify that it's a Game Capture, that way you can distinguish between window capture and full screen capture. These are alternate ways of capturing the game display, but the Game Capture type is designed just for that and will probably produce the best results. There are a few games which work better using a (borderless) window instead of the full screen, so for these you may want to set the source as a window capture. Note that you can use a single source in multiple scenes, which might not be that useful for the game itself, but it could be very useful for a video capture device where you're capturing yourself as you play. That scene would not change from game to game so being able to re-use it would be very helpful. At the bottom of the dialog is a Make Source Visible check box, and you'll probably want that checked so you can preview the game display in OBS. Press OK to bring up the Properties dialog. The Properties dialog contains additional settings you can modify without having to recreate the scene from scratch. For Mode, the default is "Capture any fullscreen application", but we recommend setting it "Capture specific window", and then getting the name of the window from the pull-down control that appears. The default will work, but it's probably safer to be specific about the window name in case you have another full-screen program running (not that that's recommended). At this point you should see a preview of the game display in the properties window. You're probably safe to leave the rest of the settings on the default values. Click OK and you should see the game display in the OBS preview window. You can now add other sources to the scene if desired and save when you're done. === Testing === Once you have a profile created, a scene for a game created, and the game added as a source, it's time to test the setup. First, you should be able to see the game display (along with any other sources you've added) in the OBS preview. But this is only the first part of the test. Close any programs besides the game and OBS, then press the "Start Recording" button in the lower right Controls tab. Switch to the game, and start playing for a few minutes. The main thing is to test whether camera movement and moving objects record smoothly. So move the camera around if possible, and try to get a person or other moving object on screen before stopping the recording. At this point exit the game and exit OBS. Locate the newly create video file and open it with a video player; your video editor should be fine for this but having another option is nice as well. Play the video and look for choppiness in camera movement and in the moving object. Choppiness is an indication that OBS isn't recording all the frames and you'll need to tweak the settings to try to resolve the issue. You should also open the file in your video editor to make sure there are no issues there. === Performance issues === Unfortunately, using the default settings for everything may not produce the best, or even acceptable, results. The first possible issue is that your computer simply does not have the processing power to handle both the game and OBS running separately. However, the OBS footprint is relatively small, so if the game runs acceptably without OBS then problems are most likely because the game and OBS aren't working well together. Note that it may be the case that the game appears to be running well while you're recording it, but when you review the recording you can tell there are issues. A typical symptom is jumpy movements signalling that OBS not recording changes to the screen as fast as the game is making them, so the effective frame rate is dropping below the the threshold needed for your eyes to see motion rather than a series of still images. Much of the following discussion applies only to Windows, though the concepts involved may be useful for other operating systems. There are two types of resources you need to consider. First the CPU does most of the ordinary calculations needed for the game. The GPU performs the graphics processing, so it does the work of laying out the landscape on the screen, applying textures, etc. Most modern games rely heavily on the GPU, and this is needed by OBS as well. (OBS uses the GPU to process the scene and encode the result into the selected file format.) So if there is a conflict then the bottleneck is probably in the GPU. Besides the game and OBS, your operating system also uses resources, so there are actually three entities competing for the same resources, and unless they share nicely, problems are inevitable. Fortunately the operating system's load on the GPU is small, and it would normally not be the source of the problem unless the CPU is the bottleneck. We're assuming here that you don't have any other programs running other than your game and OBS; if you have a browser or a second game running then obviously the performance of OBS will be impacted. ==== Using Task Manager ==== One way to get a peek into how your computer's resources are being used is to open Task Manager. Start the game, then press Ctrl-Alt-Del to open Task Manager. Task Manager lists resource usage in five categories: CPU, Memory, Disk, Network, GPU. One thing to keep in mind here is that Task Manager uses its own share of resources when it's running, but we're going to assume that that share is relatively small compared to everything else. If GPU is the bottleneck, then the total GPU usage will be near 100%. Click the top of the column to sort tasks according to GPU use, and the game will probably be at the top. The GPU itself generally has different engines within it specialized for different tasks, and your computer may actually have more than one GPU, so it may not be a matter of overall usage but how the various tasks are being shared. (more to be filled in) {{BookCat}} g0skx5xeqtimjl42a8r4vd3zxz7kkxi Exercise as it relates to Disease/Effects of chemotherapy on oxidative stress and exercise tolerance 0 448342 4095023 4094619 2022-08-20T01:00:52Z JackBot 396820 Formatting, [[Special:UncategorizedPages]] wikitext text/x-wiki == What is the background to this research? == * a very brief introduction to what the paper is about, * how the research fills a gap in existing knowledge, * and why it is important == Where is the research from? == * Is the location, or group, in which this research was conducted important to share? * Do the authors of the research have a track-record/reputation in the field? * Are there organisational/sponsorship links that may be a conflict of interest/bias the findings? == What kind of research was this? == * What kind of study was it? Observational, an RCT, a meta-analysis? * Does the level of evidence from these, and other types of studies, differ? == What did the research involve? == * Provide a lay summary of what the participants did in the study? * Was the methodology the best approach? * What limitations exist related to the important measures taken, or other aspects of the methodology (participant recruitment for instance)? == What were the basic results? == * What were the important findings? * How did the researchers interpret the results? * Do they over-emphasis the implications of their findings? == What conclusions can we take from this research? == * Provide your own insights on the conclusion (it may not quite be the same as the authors) * How do the findings align with other research in the area (in particular more recent publications that won't be mentioned in the paper) == Practical advice == * What real-world implications does this research have? Examples might includes: ** criteria for not exercising, ** recommendations on what exercises to do, how to do them, ** recommendations on monitoring and progressing exercises within specific populations, ** considerations for encouraging physical activity within a specific setting, etc * Are there other considerations readers should know about before taking on this practical advice? Perhaps health/safety more information/resources? == Further information/resources == * What further reading may interested readers benefit from? * What website, or online organisations, offer further information/support to groups that are linked to your assignment? * Consider the audience you are pitching this information for - are the links appropriate (e.g. links to research papers are probably not appropriate if the information is for patients, but it may be if it is for other allied health professionals) == References == Add in the references using this code (if you have done the in-text referencing correctly, it will appear here - check the tips on Moodle for details, or of course the help options in wikimedia (or google it) And add code in so this below appears (see Moodle - 2. Creating your page and editing tips - please look on this) {{BookCat}} sa8kjouuura5fb4pwq9p0jk49ibu0um History of wireless telegraphy and broadcasting in Australia/Topical/Stations/6WF Perth/Notes 0 448392 4094957 4094916 2022-08-19T12:30:02Z Samuel.dellit 1387936 /* 1923 07 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF licence announces its registered offices <blockquote>'''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== =====1923 10===== =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== c2hsw2bu8t044geiuth2lhwz2l2j65h 4094958 4094957 2022-08-19T12:35:14Z Samuel.dellit 1387936 /* 1923 07 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== =====1923 10===== =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== 29puhr6606datjcrxx97vkubugemsxf 4094959 4094958 2022-08-19T12:43:23Z Samuel.dellit 1387936 /* 1923 08 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== =====1923 10===== =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== lok8tcujjtsadjxlyxvrb2skln1mugx 4094960 4094959 2022-08-19T13:09:32Z Samuel.dellit 1387936 /* 1923 09 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== f0tmc8a3t1m5saz827m0ip638gxbdoq 4095007 4094960 2022-08-19T21:53:56Z Samuel.dellit 1387936 /* 1922 10 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== empxzy75onddaowqyp1ncdlam9bow3z 4095010 4095007 2022-08-19T22:19:08Z Samuel.dellit 1387936 /* 1923 10 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== At the end of their 1923 annual meeting, Westralian Farmers Ltd quietly announces that not only have they been granted the licence for Western Australia's first broadcasting service, but also that contracts had been signed for the installation of the transmitter <blockquote>'''WESTRALIAN FARMERS LTD. ANNUAL MEETING. CONTINUED EXPANSION OF COMPANY. YEAR'S TURNOVER NEARLY £1,000,000.''' The ninth annual meeting of the Westralian Farmers Ltd. was held on Thursday evening at the registered office of the company, Wellington-street; Mr. C. W. Harper (the chairman) presiding. The accounts for the year ended May 31 last showed receipts £186,180 18s. 7d., compared with £164,288 for the 12 months ended May 31, 1922. The profit at £12,016 was nearly double that for the previous year, but was just a little more than half the amount earned during the twelve months ended May 31, 1921. After providing for redemptions and other contingencies the directors recommended that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company, payable at the registered office, on a date to be fixed by the board. They further recommended that the sum of £5,000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance, £1,604 18s. 1d. be transferred to general reserve. In the balance-sheet the company's assets were given as £278,660 9s., of which land and buildings represented £37,455 6s. 7d.; office furniture, fixtures and fittings, £7,245 3s. 10d.; plant and equipment, £10,050 17s. 8d.; wheat dunnage and roofing, £10,957 3s.; investments, £3,228 1s. 9d.; stocks on hand, £31,282 19s. 8d.; sundry debtors, £145,781 19s. 7d.; charges against future trading, £1,301 0s. 1d.; bills receivable £15,836 13s. 1d.; cash in bank (trust account), £17,212 18s. 9d.; cash on hand and on deposit with State Government; £7,808 5s. On the liabilities side paid-up capital totalled £77,313 15s. 2d.; bonus debentures £8,366; shareholders bonus account, £893 0s. 11d. Other items were reserve account, £11,428 14s. 9d.; provision for outstanding liabilities, £4,221 11s. 9d.; sundry creditors, and deposits on current account, £140,280 12s, 4d.; loans and fixed deposits, £13,208 10s.; bills payable, £519 9s. 1d.; Western Australian bank, £10,412 19s. 1d.; contingent liabilities: Bills under discount, £5,928 6s. The chairman said that during the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which, the sum of £77,312 15s. 2d. had been paid. In addition bonus debentures amounting to £4,232 were issued. The directors were particularly pleased with the response given by farmers generally to the new issue of shares, and contended that the numerous applications received indicated the confidence of the farming community in the Company. Their duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased. The trustees had expressed their entire satisfaction with the manner in which the very responsible duties of handling the wheat had been carried out by the company. As indicated in the previous report the company entered the wool business last year, and presented catalogues at each of the sales arranged by the National Council of Wool Selling Brokers. Although the business done in this direction was small it was conducted in a manner thoroughly satisfactory to clients. The directors considered that the outlook for the coming wool season was exceptionally good, and they anticipated that the department would handle a greatly increased quantity. An agreement had been completed with the Graziers Limited, whereby the company had purchased its assets and goodwill and taken over its business. The Graziers Limited had a very large business in live stock, hides and skins, and it was felt that by the amalgamation the company's stock department would be greatly strengthened both in turnover and the personnel of its staff. Arrangements had also been made to take over the Williams-Narrogin Farmers' Co-op. Co., Ltd., and for the opening of a branch of the Westralian Farmers Limited at Narrogin. A large store had been secured and was being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. It was pleasing to report that legislation dealing with the bonus distribution had now passed both Houses of Parliament, and the company, as well as the local co-operative companies throughout the State were thus enabled to satisfactorily distribute profits as a bonus on trading. He sounded a note of warning regarding the absolute necessity for securing additional capital owing to the continued expansion of the company and its ramifications. Mr. Basil Murray (managing director) analysed the balance sheet and profit and loss account, itemising for the information of the shareholders the respective departmental profits and losses and the method of apportioning administrative and overhead costs. The cash turnover for the year was nearly one million sterling which emphasised the satisfactory position of the company. For every one pound invested, shareholders possessed, on actual figures, 60s. The company was in a sounder position than ever before in its history. Although at one time the company essayed to supply everything from a "needle to an anchor" it subsequently decided to confine its operations owing to its restricted capital, to essentially farmers' lines, and his analysis of the year's operations showed the wisdom of that course. The purchase of the Graziers Limited was, in his opinion, a most effective method of consolidating the live stock and hides and skins business of the company, operating closely in connection with the successfully established wool department. The purchase of the premises known as Eastwoods Limited, adjoining the company's property, in Wellington-street, which would ultimately be required for a machinery show room and workshops, was also a very sound and satisfactory investment on account of the shareholders. Owing to an unfortunate oversight the annual report did not contain any reference to the activities of the fruit department and particularly to its export operations and the satisfactory disposal of fruitgrowers' produce through the London house of the Overseas Farmers' Co-operative Federation, and to the exploiting of the fruit market of the Near East. He announced that the first licence under Commonwealth Government regulations for wireless broadcasting in this State was to be issued to the company and the board had that day signed contracts for the installation on the company's premises of the necessary apparatus. The report and statement of accounts were adopted. Messrs. Warwick, Milne and Tanner were re-elected directors and Mr. Sinclair J. McGibbon was reappointed auditor.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31193792 |title=WESTRALIAN FARMERS LTD. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,673 |location=Western Australia |date=13 October 1923 |accessdate=20 August 2022 |page=9 |via=National Library of Australia}}</ref></blockquote> =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== rrm3wgnouaq8k4c9jd3r08cchcynpmw 4095013 4095010 2022-08-19T22:55:14Z Samuel.dellit 1387936 /* 1923 10 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== At the end of their 1923 annual meeting, Westralian Farmers Ltd quietly announces (Basil Murray, Managing Director) that not only have they been granted the licence for Western Australia's first broadcasting service, but also that contracts had been signed for the installation of the transmitter <blockquote>'''WESTRALIAN FARMERS LTD. ANNUAL MEETING. CONTINUED EXPANSION OF COMPANY. YEAR'S TURNOVER NEARLY £1,000,000.''' The ninth annual meeting of the Westralian Farmers Ltd. was held on Thursday evening at the registered office of the company, Wellington-street; Mr. C. W. Harper (the chairman) presiding. The accounts for the year ended May 31 last showed receipts £186,180 18s. 7d., compared with £164,288 for the 12 months ended May 31, 1922. The profit at £12,016 was nearly double that for the previous year, but was just a little more than half the amount earned during the twelve months ended May 31, 1921. After providing for redemptions and other contingencies the directors recommended that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company, payable at the registered office, on a date to be fixed by the board. They further recommended that the sum of £5,000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance, £1,604 18s. 1d. be transferred to general reserve. In the balance-sheet the company's assets were given as £278,660 9s., of which land and buildings represented £37,455 6s. 7d.; office furniture, fixtures and fittings, £7,245 3s. 10d.; plant and equipment, £10,050 17s. 8d.; wheat dunnage and roofing, £10,957 3s.; investments, £3,228 1s. 9d.; stocks on hand, £31,282 19s. 8d.; sundry debtors, £145,781 19s. 7d.; charges against future trading, £1,301 0s. 1d.; bills receivable £15,836 13s. 1d.; cash in bank (trust account), £17,212 18s. 9d.; cash on hand and on deposit with State Government; £7,808 5s. On the liabilities side paid-up capital totalled £77,313 15s. 2d.; bonus debentures £8,366; shareholders bonus account, £893 0s. 11d. Other items were reserve account, £11,428 14s. 9d.; provision for outstanding liabilities, £4,221 11s. 9d.; sundry creditors, and deposits on current account, £140,280 12s, 4d.; loans and fixed deposits, £13,208 10s.; bills payable, £519 9s. 1d.; Western Australian bank, £10,412 19s. 1d.; contingent liabilities: Bills under discount, £5,928 6s. The chairman said that during the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which, the sum of £77,312 15s. 2d. had been paid. In addition bonus debentures amounting to £4,232 were issued. The directors were particularly pleased with the response given by farmers generally to the new issue of shares, and contended that the numerous applications received indicated the confidence of the farming community in the Company. Their duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased. The trustees had expressed their entire satisfaction with the manner in which the very responsible duties of handling the wheat had been carried out by the company. As indicated in the previous report the company entered the wool business last year, and presented catalogues at each of the sales arranged by the National Council of Wool Selling Brokers. Although the business done in this direction was small it was conducted in a manner thoroughly satisfactory to clients. The directors considered that the outlook for the coming wool season was exceptionally good, and they anticipated that the department would handle a greatly increased quantity. An agreement had been completed with the Graziers Limited, whereby the company had purchased its assets and goodwill and taken over its business. The Graziers Limited had a very large business in live stock, hides and skins, and it was felt that by the amalgamation the company's stock department would be greatly strengthened both in turnover and the personnel of its staff. Arrangements had also been made to take over the Williams-Narrogin Farmers' Co-op. Co., Ltd., and for the opening of a branch of the Westralian Farmers Limited at Narrogin. A large store had been secured and was being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. It was pleasing to report that legislation dealing with the bonus distribution had now passed both Houses of Parliament, and the company, as well as the local co-operative companies throughout the State were thus enabled to satisfactorily distribute profits as a bonus on trading. He sounded a note of warning regarding the absolute necessity for securing additional capital owing to the continued expansion of the company and its ramifications. Mr. '''Basil Murray''' (managing director) analysed the balance sheet and profit and loss account, itemising for the information of the shareholders the respective departmental profits and losses and the method of apportioning administrative and overhead costs. The cash turnover for the year was nearly one million sterling which emphasised the satisfactory position of the company. For every one pound invested, shareholders possessed, on actual figures, 60s. The company was in a sounder position than ever before in its history. Although at one time the company essayed to supply everything from a "needle to an anchor" it subsequently decided to confine its operations owing to its restricted capital, to essentially farmers' lines, and his analysis of the year's operations showed the wisdom of that course. The purchase of the Graziers Limited was, in his opinion, a most effective method of consolidating the live stock and hides and skins business of the company, operating closely in connection with the successfully established wool department. The purchase of the premises known as Eastwoods Limited, adjoining the company's property, in Wellington-street, which would ultimately be required for a machinery show room and workshops, was also a very sound and satisfactory investment on account of the shareholders. Owing to an unfortunate oversight the annual report did not contain any reference to the activities of the fruit department and particularly to its export operations and the satisfactory disposal of fruitgrowers' produce through the London house of the Overseas Farmers' Co-operative Federation, and to the exploiting of the fruit market of the Near East. '''He announced that the first licence under Commonwealth Government regulations for wireless broadcasting in this State was to be issued to the company and the board had that day signed contracts for the installation on the company's premises of the necessary apparatus.''' The report and statement of accounts were adopted. Messrs. Warwick, Milne and Tanner were re-elected directors and Mr. Sinclair J. McGibbon was reappointed auditor.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31193792 |title=WESTRALIAN FARMERS LTD. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,673 |location=Western Australia |date=13 October 1923 |accessdate=20 August 2022 |page=9 |via=National Library of Australia}}</ref></blockquote> =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== opv24z98jg3cq4y5hr8o8oa1v2r9yal 4095016 4095013 2022-08-19T23:20:47Z Samuel.dellit 1387936 /* 1923 10 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== At the end of their 1923 annual meeting, Westralian Farmers Ltd quietly announces (Basil Murray, Managing Director) that not only have they been granted the licence for Western Australia's first broadcasting service, but also that contracts had been signed for the installation of the transmitter <blockquote>'''WESTRALIAN FARMERS LTD. ANNUAL MEETING. CONTINUED EXPANSION OF COMPANY. YEAR'S TURNOVER NEARLY £1,000,000.''' The ninth annual meeting of the Westralian Farmers Ltd. was held on Thursday evening at the registered office of the company, Wellington-street; Mr. C. W. Harper (the chairman) presiding. The accounts for the year ended May 31 last showed receipts £186,180 18s. 7d., compared with £164,288 for the 12 months ended May 31, 1922. The profit at £12,016 was nearly double that for the previous year, but was just a little more than half the amount earned during the twelve months ended May 31, 1921. After providing for redemptions and other contingencies the directors recommended that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company, payable at the registered office, on a date to be fixed by the board. They further recommended that the sum of £5,000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance, £1,604 18s. 1d. be transferred to general reserve. In the balance-sheet the company's assets were given as £278,660 9s., of which land and buildings represented £37,455 6s. 7d.; office furniture, fixtures and fittings, £7,245 3s. 10d.; plant and equipment, £10,050 17s. 8d.; wheat dunnage and roofing, £10,957 3s.; investments, £3,228 1s. 9d.; stocks on hand, £31,282 19s. 8d.; sundry debtors, £145,781 19s. 7d.; charges against future trading, £1,301 0s. 1d.; bills receivable £15,836 13s. 1d.; cash in bank (trust account), £17,212 18s. 9d.; cash on hand and on deposit with State Government; £7,808 5s. On the liabilities side paid-up capital totalled £77,313 15s. 2d.; bonus debentures £8,366; shareholders bonus account, £893 0s. 11d. Other items were reserve account, £11,428 14s. 9d.; provision for outstanding liabilities, £4,221 11s. 9d.; sundry creditors, and deposits on current account, £140,280 12s, 4d.; loans and fixed deposits, £13,208 10s.; bills payable, £519 9s. 1d.; Western Australian bank, £10,412 19s. 1d.; contingent liabilities: Bills under discount, £5,928 6s. The chairman said that during the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which, the sum of £77,312 15s. 2d. had been paid. In addition bonus debentures amounting to £4,232 were issued. The directors were particularly pleased with the response given by farmers generally to the new issue of shares, and contended that the numerous applications received indicated the confidence of the farming community in the Company. Their duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased. The trustees had expressed their entire satisfaction with the manner in which the very responsible duties of handling the wheat had been carried out by the company. As indicated in the previous report the company entered the wool business last year, and presented catalogues at each of the sales arranged by the National Council of Wool Selling Brokers. Although the business done in this direction was small it was conducted in a manner thoroughly satisfactory to clients. The directors considered that the outlook for the coming wool season was exceptionally good, and they anticipated that the department would handle a greatly increased quantity. An agreement had been completed with the Graziers Limited, whereby the company had purchased its assets and goodwill and taken over its business. The Graziers Limited had a very large business in live stock, hides and skins, and it was felt that by the amalgamation the company's stock department would be greatly strengthened both in turnover and the personnel of its staff. Arrangements had also been made to take over the Williams-Narrogin Farmers' Co-op. Co., Ltd., and for the opening of a branch of the Westralian Farmers Limited at Narrogin. A large store had been secured and was being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. It was pleasing to report that legislation dealing with the bonus distribution had now passed both Houses of Parliament, and the company, as well as the local co-operative companies throughout the State were thus enabled to satisfactorily distribute profits as a bonus on trading. He sounded a note of warning regarding the absolute necessity for securing additional capital owing to the continued expansion of the company and its ramifications. Mr. '''Basil Murray''' (managing director) analysed the balance sheet and profit and loss account, itemising for the information of the shareholders the respective departmental profits and losses and the method of apportioning administrative and overhead costs. The cash turnover for the year was nearly one million sterling which emphasised the satisfactory position of the company. For every one pound invested, shareholders possessed, on actual figures, 60s. The company was in a sounder position than ever before in its history. Although at one time the company essayed to supply everything from a "needle to an anchor" it subsequently decided to confine its operations owing to its restricted capital, to essentially farmers' lines, and his analysis of the year's operations showed the wisdom of that course. The purchase of the Graziers Limited was, in his opinion, a most effective method of consolidating the live stock and hides and skins business of the company, operating closely in connection with the successfully established wool department. The purchase of the premises known as Eastwoods Limited, adjoining the company's property, in Wellington-street, which would ultimately be required for a machinery show room and workshops, was also a very sound and satisfactory investment on account of the shareholders. Owing to an unfortunate oversight the annual report did not contain any reference to the activities of the fruit department and particularly to its export operations and the satisfactory disposal of fruitgrowers' produce through the London house of the Overseas Farmers' Co-operative Federation, and to the exploiting of the fruit market of the Near East. '''He announced that the first licence under Commonwealth Government regulations for wireless broadcasting in this State was to be issued to the company and the board had that day signed contracts for the installation on the company's premises of the necessary apparatus.''' The report and statement of accounts were adopted. Messrs. Warwick, Milne and Tanner were re-elected directors and Mr. Sinclair J. McGibbon was reappointed auditor.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31193792 |title=WESTRALIAN FARMERS LTD. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,673 |location=Western Australia |date=13 October 1923 |accessdate=20 August 2022 |page=9 |via=National Library of Australia}}</ref></blockquote> As previous, a less interpretive version of the annual report <blockquote>'''FOR THE MAN ON THE LAND, CONTINUED. WESTRALIAN FARMERS LTD. Directors' Report.''' The full text of the directors' report submitted at the annual general meeting of shareholders of the Westralian Farmers Ltd., held in Perth on the 11th inst., was as follows:— "Your directors have pleasure in submitting this, their ninth annual report, for the financial year ended May 31, 1923. "During the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which the sum of £77,312 15s. 2d. has been paid. In addition, bonus debentures amounting to £4232 were issued. "Your directors are particularly pleased with the response given by farmers generally to the new issue of shares, and contend that the numerous applications received indicate the confidence of the farming community in the company. The profit as disclosed by the balance sheet is £12,016 15s. 11d. After providing for redemptions and other contingencies your directors recommend that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company as at May 31, 1923, payable at the registered office, the date of payment to be left to the discretion of the board. They further recommend that the sum of £5000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance be transferred to general reserve. "Our duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased, the entire responsibility for the care and handling of the wheat being borne by us. The trustees have expressed their entire satisfaction with the manner in which these very responsible duties have been carried out. As indicated in our former report, we entered the wool business last year, and presented catalogues at each of the sales arranged by the national council of wool selling brokers. Although the business done in this direction was small in this our opening season, your directors can state with every confidence that it was conducted in a manner thoroughly satisfactory to all those clients who entrusted their clips to us. The directors consider that the outlook for the coming wool season is exceptionally good, and they anticipate that the department will handle a greatly increased quantity. "An agreement has been completed with the Graziers Limited whereby your company has purchased its assets and goodwill and takes over its business. Your board desires to express its appreciation of the extremely friendly manner in which the directors of the Graziers Limited have dealt with this matter. The Graziers Limited has a very large business in livestock, hides, and skins, and it is felt that by the amalgamation our Stock Department will be greatly strengthened both in turnover and the personnel of its staff. Owners of livestock can therefore rest assured that any business entrusted to us will be efficiently handled. "Arrangements have also been made to take over the Willlams-Narrogin Farmers' Co-op. Co. Ltd, and for the opening of a branch of the Westralian Farmers Limited at Narrogin. It was felt that this important centre required more vigorous organisation than could reasonably be expected from a local co-operative company. A large store has been secured, and is being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. "It is pleasing to be able to further report that legislation dealing with bonus distribution has now passed both Houses of Parliament, and your company, as well as the local co-operative companies throughout the State, are thus enabled to satisfactorily distribute profits as a bonus on trading. "In conclusion, your directors are convinced that the company has progressed on sound and satisfactory lines during the year under review, and is more firmly established than ever throughout the State. They record with keen pleasure their appreciation of the loyal service rendered by the officers and staff, also the generous hospitality extended to the company's representatives during the year by the local co-operative companies and many other friends in the farming community." During the course of the managing director's (Mr. Murray) remarks he announced that he had been advised that in the opinion of the responsible authorities the Westralian farmers Limited was the most suitable applicant for permission to establish a wireless broadcasting system throughout the State, and announced, amidst applause, that the first license in the State under the Commonwealth Government regulations was to be issued to the company. Further announcements would be made at an early date.<ref>{{cite news |url=http://nla.gov.au/nla.news-article58075386 |title=FOR THE MAN ON THE LAND CONTINUED |newspaper=[[Sunday Times (Perth)]] |issue=1345 |location=Western Australia |date=21 October 1923 |accessdate=20 August 2022 |page=5 (Second Section) |via=National Library of Australia}}</ref></blockquote> =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== 3bpe44rxiih2956iwyi1h5ui3b7krc4 4095019 4095016 2022-08-20T00:01:36Z Samuel.dellit 1387936 /* 1923 10 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== At the end of their 1923 annual meeting, Westralian Farmers Ltd quietly announces (Basil Murray, Managing Director) that not only have they been granted the licence for Western Australia's first broadcasting service, but also that contracts had been signed for the installation of the transmitter <blockquote>'''WESTRALIAN FARMERS LTD. ANNUAL MEETING. CONTINUED EXPANSION OF COMPANY. YEAR'S TURNOVER NEARLY £1,000,000.''' The ninth annual meeting of the Westralian Farmers Ltd. was held on Thursday evening at the registered office of the company, Wellington-street; Mr. C. W. Harper (the chairman) presiding. The accounts for the year ended May 31 last showed receipts £186,180 18s. 7d., compared with £164,288 for the 12 months ended May 31, 1922. The profit at £12,016 was nearly double that for the previous year, but was just a little more than half the amount earned during the twelve months ended May 31, 1921. After providing for redemptions and other contingencies the directors recommended that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company, payable at the registered office, on a date to be fixed by the board. They further recommended that the sum of £5,000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance, £1,604 18s. 1d. be transferred to general reserve. In the balance-sheet the company's assets were given as £278,660 9s., of which land and buildings represented £37,455 6s. 7d.; office furniture, fixtures and fittings, £7,245 3s. 10d.; plant and equipment, £10,050 17s. 8d.; wheat dunnage and roofing, £10,957 3s.; investments, £3,228 1s. 9d.; stocks on hand, £31,282 19s. 8d.; sundry debtors, £145,781 19s. 7d.; charges against future trading, £1,301 0s. 1d.; bills receivable £15,836 13s. 1d.; cash in bank (trust account), £17,212 18s. 9d.; cash on hand and on deposit with State Government; £7,808 5s. On the liabilities side paid-up capital totalled £77,313 15s. 2d.; bonus debentures £8,366; shareholders bonus account, £893 0s. 11d. Other items were reserve account, £11,428 14s. 9d.; provision for outstanding liabilities, £4,221 11s. 9d.; sundry creditors, and deposits on current account, £140,280 12s, 4d.; loans and fixed deposits, £13,208 10s.; bills payable, £519 9s. 1d.; Western Australian bank, £10,412 19s. 1d.; contingent liabilities: Bills under discount, £5,928 6s. The chairman said that during the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which, the sum of £77,312 15s. 2d. had been paid. In addition bonus debentures amounting to £4,232 were issued. The directors were particularly pleased with the response given by farmers generally to the new issue of shares, and contended that the numerous applications received indicated the confidence of the farming community in the Company. Their duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased. The trustees had expressed their entire satisfaction with the manner in which the very responsible duties of handling the wheat had been carried out by the company. As indicated in the previous report the company entered the wool business last year, and presented catalogues at each of the sales arranged by the National Council of Wool Selling Brokers. Although the business done in this direction was small it was conducted in a manner thoroughly satisfactory to clients. The directors considered that the outlook for the coming wool season was exceptionally good, and they anticipated that the department would handle a greatly increased quantity. An agreement had been completed with the Graziers Limited, whereby the company had purchased its assets and goodwill and taken over its business. The Graziers Limited had a very large business in live stock, hides and skins, and it was felt that by the amalgamation the company's stock department would be greatly strengthened both in turnover and the personnel of its staff. Arrangements had also been made to take over the Williams-Narrogin Farmers' Co-op. Co., Ltd., and for the opening of a branch of the Westralian Farmers Limited at Narrogin. A large store had been secured and was being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. It was pleasing to report that legislation dealing with the bonus distribution had now passed both Houses of Parliament, and the company, as well as the local co-operative companies throughout the State were thus enabled to satisfactorily distribute profits as a bonus on trading. He sounded a note of warning regarding the absolute necessity for securing additional capital owing to the continued expansion of the company and its ramifications. Mr. '''Basil Murray''' (managing director) analysed the balance sheet and profit and loss account, itemising for the information of the shareholders the respective departmental profits and losses and the method of apportioning administrative and overhead costs. The cash turnover for the year was nearly one million sterling which emphasised the satisfactory position of the company. For every one pound invested, shareholders possessed, on actual figures, 60s. The company was in a sounder position than ever before in its history. Although at one time the company essayed to supply everything from a "needle to an anchor" it subsequently decided to confine its operations owing to its restricted capital, to essentially farmers' lines, and his analysis of the year's operations showed the wisdom of that course. The purchase of the Graziers Limited was, in his opinion, a most effective method of consolidating the live stock and hides and skins business of the company, operating closely in connection with the successfully established wool department. The purchase of the premises known as Eastwoods Limited, adjoining the company's property, in Wellington-street, which would ultimately be required for a machinery show room and workshops, was also a very sound and satisfactory investment on account of the shareholders. Owing to an unfortunate oversight the annual report did not contain any reference to the activities of the fruit department and particularly to its export operations and the satisfactory disposal of fruitgrowers' produce through the London house of the Overseas Farmers' Co-operative Federation, and to the exploiting of the fruit market of the Near East. '''He announced that the first licence under Commonwealth Government regulations for wireless broadcasting in this State was to be issued to the company and the board had that day signed contracts for the installation on the company's premises of the necessary apparatus.''' The report and statement of accounts were adopted. Messrs. Warwick, Milne and Tanner were re-elected directors and Mr. Sinclair J. McGibbon was reappointed auditor.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31193792 |title=WESTRALIAN FARMERS LTD. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,673 |location=Western Australia |date=13 October 1923 |accessdate=20 August 2022 |page=9 |via=National Library of Australia}}</ref></blockquote> As previous, a less interpretive version of the annual report <blockquote>'''FOR THE MAN ON THE LAND, CONTINUED. WESTRALIAN FARMERS LTD. Directors' Report.''' The full text of the directors' report submitted at the annual general meeting of shareholders of the Westralian Farmers Ltd., held in Perth on the 11th inst., was as follows:— "Your directors have pleasure in submitting this, their ninth annual report, for the financial year ended May 31, 1923. "During the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which the sum of £77,312 15s. 2d. has been paid. In addition, bonus debentures amounting to £4232 were issued. "Your directors are particularly pleased with the response given by farmers generally to the new issue of shares, and contend that the numerous applications received indicate the confidence of the farming community in the company. The profit as disclosed by the balance sheet is £12,016 15s. 11d. After providing for redemptions and other contingencies your directors recommend that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company as at May 31, 1923, payable at the registered office, the date of payment to be left to the discretion of the board. They further recommend that the sum of £5000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance be transferred to general reserve. "Our duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased, the entire responsibility for the care and handling of the wheat being borne by us. The trustees have expressed their entire satisfaction with the manner in which these very responsible duties have been carried out. As indicated in our former report, we entered the wool business last year, and presented catalogues at each of the sales arranged by the national council of wool selling brokers. Although the business done in this direction was small in this our opening season, your directors can state with every confidence that it was conducted in a manner thoroughly satisfactory to all those clients who entrusted their clips to us. The directors consider that the outlook for the coming wool season is exceptionally good, and they anticipate that the department will handle a greatly increased quantity. "An agreement has been completed with the Graziers Limited whereby your company has purchased its assets and goodwill and takes over its business. Your board desires to express its appreciation of the extremely friendly manner in which the directors of the Graziers Limited have dealt with this matter. The Graziers Limited has a very large business in livestock, hides, and skins, and it is felt that by the amalgamation our Stock Department will be greatly strengthened both in turnover and the personnel of its staff. Owners of livestock can therefore rest assured that any business entrusted to us will be efficiently handled. "Arrangements have also been made to take over the Willlams-Narrogin Farmers' Co-op. Co. Ltd, and for the opening of a branch of the Westralian Farmers Limited at Narrogin. It was felt that this important centre required more vigorous organisation than could reasonably be expected from a local co-operative company. A large store has been secured, and is being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. "It is pleasing to be able to further report that legislation dealing with bonus distribution has now passed both Houses of Parliament, and your company, as well as the local co-operative companies throughout the State, are thus enabled to satisfactorily distribute profits as a bonus on trading. "In conclusion, your directors are convinced that the company has progressed on sound and satisfactory lines during the year under review, and is more firmly established than ever throughout the State. They record with keen pleasure their appreciation of the loyal service rendered by the officers and staff, also the generous hospitality extended to the company's representatives during the year by the local co-operative companies and many other friends in the farming community." During the course of the managing director's (Mr. Murray) remarks he announced that he had been advised that in the opinion of the responsible authorities the Westralian farmers Limited was the most suitable applicant for permission to establish a wireless broadcasting system throughout the State, and announced, amidst applause, that the first license in the State under the Commonwealth Government regulations was to be issued to the company. Further announcements would be made at an early date.<ref>{{cite news |url=http://nla.gov.au/nla.news-article58075386 |title=FOR THE MAN ON THE LAND CONTINUED |newspaper=[[Sunday Times (Perth)]] |issue=1345 |location=Western Australia |date=21 October 1923 |accessdate=20 August 2022 |page=5 (Second Section) |via=National Library of Australia}}</ref></blockquote> Thomson of Westralian Farmers paints a detailed picture of background and future of their broadcasting station <blockquote>'''"LISTENING IN" WIRELESS TELEPHONES FOR FARMERS. BROADCASTING SCHEME NEARING COMPLETION. FEBRUARY WILL SEE IT WORKING.''' Tea had finished on the farm. "Father" stretched himself after his long day's work and walked into the sitting-room, while the remainder of the family, excepting his school-going son, cleared away the table utensils. Filling and lighting his pipe, the farmer reached for a telephone headpiece hidden behind a short curtain. Clipping it over his ears he relapsed into an easy chair, and drew towards him a pad of paper and a pencil in case he wanted to make notes. "The wheat market is rising. An advance of 2d. a bushel is expected within the week," comes a voice over the 200 miles of ether. Other market reports of vital interest was are given to him. Half an hour later the remainder of the family trooped in, and, with the four earpieces, listened to a concert at one of Perth's theatres. On Sunday night the family — probably excepting "Father," who was busy with his books — listened to a sermon by a prominent divine. This, briefly, is the picture painted by Mr. J. Thomson, of the Westralian Farmers Ltd., who this morning explained to a representative of this paper what was being done with their scheme of broadcasting for farmers. "Many years ago, when I was a wheat inspector," he said, "I found it difficult to give farmers up-to-date information concerning markets and other matters. Particularly was this so in the busy part of the year, when the golden grain was pouring in. We all realised that a slight alteration in the wheat market had a tremendous effect on the farmers, because during January and February probably two-thirds of the whole harvest is delivered. If the farmer is out of touch with the markets his income for the year is probably seriously affected. "At that time I had carried out a few experiments in wireless telegraphy, and I could see that in the future the invention would be of considerable value to outback farmers. The discovery of the Armstrong valve, which is in appearance something like an ordinary electric light globe, revolutionised the wireless telephone and made its operation almost as easy as the controlling of a gramophone. "Unfortunately since that discovery Commonwealth regulations prevented any active steps being taken, until the agreement was come to a short time ago. When the regulations came out the Westralian Farmers Ltd. immediately got into touch with the Commonwealth Government and the Amalgamated Wireless Ltd., and a representative of the latter company came to W.A. to investigate the matter. "Mr. Basil Murray, our managing director, has always been enthusiastic over the possibilities of providing farmers who are distant from the centres of civilisation with up-to-date information regarding market fluctuations, and also in providing them with some form of entertainment. He put the matter to many country residents, and found it met with their approval. Backed with this confidence, Mr. Murray placed an order with the Amalgamated Wireless for a 2-3 kilowatt plant. When this became known many pastoralists expressed a desire to join in the scheme, and the consequence is that upon their promise of support a larger plant, a 5-6 kilowatt plant was substituted." "The installation will be in the building of the Westralian Farmers, which is admirably suited for the purpose. The masts of the aerial will stand 180ft. above the top of the roof and the aerial will be 175ft. long. On the top floor the operating room, reception room, and concert room are about to be erected. The concert room is being built in such a manner that there will be no reflection of sound on hard surfaces, and thus the voice will be made distinct. The concert room will be used for broadcasting items when there are no suitable entertainments at theatres in Perth. At the present time consideration is being given to the preparation of a time table allocating to certain hours certain classes of information and amusement. One strong feature of the broadcasting will be the possibility of transmitting to farmers speeches made by notable visitors to the State. "Under Commonwealth regulations dealers in apparatus have to be licensed, and can only supply persons with a licence to "receive." Further, the apparatus must be sealed to a certain wave length, which will correspond to the broadcasting station. Dealers in Western Australia are now anxiously awaiting the declaration of the wave length to enable them to construct plants. In order that farmers may be sure of obtaining suitable receivers, the Westralian Farmers, Ltd., has secured the services of Mr. W. E. Coxon, who for many years has been experimenting in wireless work, and has attained some fame in Australia for his results. The firm is now importing from England the necessary parts for assembling of instruments for the use of farmers in outback districts." "The cost of a receiving set will depend to a large extent on the distance the farmer is from the broadcasting station. Generally speaking, over a 300-mile radius the set, which we propose to assemble ourselves, will cost in the neighborhood of £20. Other fees for licence, royalty and subscription to the broadcasting station will amount to about £4 4s. "Already we have received several hundred applications from farmers, and we anticipate that by February 1, when we hope to have the plant in operation, we will have at least 1,000 farmers "listening in." "The usual receiving set provides for ordinary batteries which require frequent recharging, but the set we propose to provide is made a little more expensive owing to the fact that it will include a primary battery, which will last six months without recharging. The "dull emitter" valves, too, are nearly double the price of ordinary ones. Those who are electrically inclined and have motor cars of course should find little difficulty in recharging the batteries. "Oh, yes," Mr. Thomson said in conclusion, "this scheme should make conditions on the farms much more happy for all concerned, and should provide the farmer with valuable up to the minute information of the markets." A sample of the apparatus was exhibited. It is certainly no larger than an ordinary table gramophone, and is so simple in operation that a school boy could operate it. <ref>{{cite news |url=http://nla.gov.au/nla.news-article78324280 |title="LISTENING IN" |newspaper=[[The Daily News]] |volume=XLII, |issue=15,139 |location=Western Australia |date=27 October 1923 |accessdate=20 August 2022 |page=9 (THIRD EDITION) |via=National Library of Australia}}</ref></blockquote> =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== nx2jtm8s4arzinmvl5gpbcl50q2m2t8 4095020 4095019 2022-08-20T00:03:43Z Samuel.dellit 1387936 /* 1923 10 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== At the end of their 1923 annual meeting, Westralian Farmers Ltd quietly announces (Basil Murray, Managing Director) that not only have they been granted the licence for Western Australia's first broadcasting service, but also that contracts had been signed for the installation of the transmitter <blockquote>'''WESTRALIAN FARMERS LTD. ANNUAL MEETING. CONTINUED EXPANSION OF COMPANY. YEAR'S TURNOVER NEARLY £1,000,000.''' The ninth annual meeting of the Westralian Farmers Ltd. was held on Thursday evening at the registered office of the company, Wellington-street; Mr. C. W. Harper (the chairman) presiding. The accounts for the year ended May 31 last showed receipts £186,180 18s. 7d., compared with £164,288 for the 12 months ended May 31, 1922. The profit at £12,016 was nearly double that for the previous year, but was just a little more than half the amount earned during the twelve months ended May 31, 1921. After providing for redemptions and other contingencies the directors recommended that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company, payable at the registered office, on a date to be fixed by the board. They further recommended that the sum of £5,000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance, £1,604 18s. 1d. be transferred to general reserve. In the balance-sheet the company's assets were given as £278,660 9s., of which land and buildings represented £37,455 6s. 7d.; office furniture, fixtures and fittings, £7,245 3s. 10d.; plant and equipment, £10,050 17s. 8d.; wheat dunnage and roofing, £10,957 3s.; investments, £3,228 1s. 9d.; stocks on hand, £31,282 19s. 8d.; sundry debtors, £145,781 19s. 7d.; charges against future trading, £1,301 0s. 1d.; bills receivable £15,836 13s. 1d.; cash in bank (trust account), £17,212 18s. 9d.; cash on hand and on deposit with State Government; £7,808 5s. On the liabilities side paid-up capital totalled £77,313 15s. 2d.; bonus debentures £8,366; shareholders bonus account, £893 0s. 11d. Other items were reserve account, £11,428 14s. 9d.; provision for outstanding liabilities, £4,221 11s. 9d.; sundry creditors, and deposits on current account, £140,280 12s, 4d.; loans and fixed deposits, £13,208 10s.; bills payable, £519 9s. 1d.; Western Australian bank, £10,412 19s. 1d.; contingent liabilities: Bills under discount, £5,928 6s. The chairman said that during the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which, the sum of £77,312 15s. 2d. had been paid. In addition bonus debentures amounting to £4,232 were issued. The directors were particularly pleased with the response given by farmers generally to the new issue of shares, and contended that the numerous applications received indicated the confidence of the farming community in the Company. Their duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased. The trustees had expressed their entire satisfaction with the manner in which the very responsible duties of handling the wheat had been carried out by the company. As indicated in the previous report the company entered the wool business last year, and presented catalogues at each of the sales arranged by the National Council of Wool Selling Brokers. Although the business done in this direction was small it was conducted in a manner thoroughly satisfactory to clients. The directors considered that the outlook for the coming wool season was exceptionally good, and they anticipated that the department would handle a greatly increased quantity. An agreement had been completed with the Graziers Limited, whereby the company had purchased its assets and goodwill and taken over its business. The Graziers Limited had a very large business in live stock, hides and skins, and it was felt that by the amalgamation the company's stock department would be greatly strengthened both in turnover and the personnel of its staff. Arrangements had also been made to take over the Williams-Narrogin Farmers' Co-op. Co., Ltd., and for the opening of a branch of the Westralian Farmers Limited at Narrogin. A large store had been secured and was being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. It was pleasing to report that legislation dealing with the bonus distribution had now passed both Houses of Parliament, and the company, as well as the local co-operative companies throughout the State were thus enabled to satisfactorily distribute profits as a bonus on trading. He sounded a note of warning regarding the absolute necessity for securing additional capital owing to the continued expansion of the company and its ramifications. Mr. '''Basil Murray''' (managing director) analysed the balance sheet and profit and loss account, itemising for the information of the shareholders the respective departmental profits and losses and the method of apportioning administrative and overhead costs. The cash turnover for the year was nearly one million sterling which emphasised the satisfactory position of the company. For every one pound invested, shareholders possessed, on actual figures, 60s. The company was in a sounder position than ever before in its history. Although at one time the company essayed to supply everything from a "needle to an anchor" it subsequently decided to confine its operations owing to its restricted capital, to essentially farmers' lines, and his analysis of the year's operations showed the wisdom of that course. The purchase of the Graziers Limited was, in his opinion, a most effective method of consolidating the live stock and hides and skins business of the company, operating closely in connection with the successfully established wool department. The purchase of the premises known as Eastwoods Limited, adjoining the company's property, in Wellington-street, which would ultimately be required for a machinery show room and workshops, was also a very sound and satisfactory investment on account of the shareholders. Owing to an unfortunate oversight the annual report did not contain any reference to the activities of the fruit department and particularly to its export operations and the satisfactory disposal of fruitgrowers' produce through the London house of the Overseas Farmers' Co-operative Federation, and to the exploiting of the fruit market of the Near East. '''He announced that the first licence under Commonwealth Government regulations for wireless broadcasting in this State was to be issued to the company and the board had that day signed contracts for the installation on the company's premises of the necessary apparatus.''' The report and statement of accounts were adopted. Messrs. Warwick, Milne and Tanner were re-elected directors and Mr. Sinclair J. McGibbon was reappointed auditor.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31193792 |title=WESTRALIAN FARMERS LTD. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,673 |location=Western Australia |date=13 October 1923 |accessdate=20 August 2022 |page=9 |via=National Library of Australia}}</ref></blockquote> As previous, a less interpretive version of the annual report <blockquote>'''FOR THE MAN ON THE LAND, CONTINUED. WESTRALIAN FARMERS LTD. Directors' Report.''' The full text of the directors' report submitted at the annual general meeting of shareholders of the Westralian Farmers Ltd., held in Perth on the 11th inst., was as follows:— "Your directors have pleasure in submitting this, their ninth annual report, for the financial year ended May 31, 1923. "During the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which the sum of £77,312 15s. 2d. has been paid. In addition, bonus debentures amounting to £4232 were issued. "Your directors are particularly pleased with the response given by farmers generally to the new issue of shares, and contend that the numerous applications received indicate the confidence of the farming community in the company. The profit as disclosed by the balance sheet is £12,016 15s. 11d. After providing for redemptions and other contingencies your directors recommend that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company as at May 31, 1923, payable at the registered office, the date of payment to be left to the discretion of the board. They further recommend that the sum of £5000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance be transferred to general reserve. "Our duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased, the entire responsibility for the care and handling of the wheat being borne by us. The trustees have expressed their entire satisfaction with the manner in which these very responsible duties have been carried out. As indicated in our former report, we entered the wool business last year, and presented catalogues at each of the sales arranged by the national council of wool selling brokers. Although the business done in this direction was small in this our opening season, your directors can state with every confidence that it was conducted in a manner thoroughly satisfactory to all those clients who entrusted their clips to us. The directors consider that the outlook for the coming wool season is exceptionally good, and they anticipate that the department will handle a greatly increased quantity. "An agreement has been completed with the Graziers Limited whereby your company has purchased its assets and goodwill and takes over its business. Your board desires to express its appreciation of the extremely friendly manner in which the directors of the Graziers Limited have dealt with this matter. The Graziers Limited has a very large business in livestock, hides, and skins, and it is felt that by the amalgamation our Stock Department will be greatly strengthened both in turnover and the personnel of its staff. Owners of livestock can therefore rest assured that any business entrusted to us will be efficiently handled. "Arrangements have also been made to take over the Willlams-Narrogin Farmers' Co-op. Co. Ltd, and for the opening of a branch of the Westralian Farmers Limited at Narrogin. It was felt that this important centre required more vigorous organisation than could reasonably be expected from a local co-operative company. A large store has been secured, and is being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. "It is pleasing to be able to further report that legislation dealing with bonus distribution has now passed both Houses of Parliament, and your company, as well as the local co-operative companies throughout the State, are thus enabled to satisfactorily distribute profits as a bonus on trading. "In conclusion, your directors are convinced that the company has progressed on sound and satisfactory lines during the year under review, and is more firmly established than ever throughout the State. They record with keen pleasure their appreciation of the loyal service rendered by the officers and staff, also the generous hospitality extended to the company's representatives during the year by the local co-operative companies and many other friends in the farming community." During the course of the managing director's (Mr. Murray) remarks he announced that he had been advised that in the opinion of the responsible authorities the Westralian farmers Limited was the most suitable applicant for permission to establish a wireless broadcasting system throughout the State, and announced, amidst applause, that the first license in the State under the Commonwealth Government regulations was to be issued to the company. Further announcements would be made at an early date.<ref>{{cite news |url=http://nla.gov.au/nla.news-article58075386 |title=FOR THE MAN ON THE LAND CONTINUED |newspaper=[[Sunday Times (Perth)]] |issue=1345 |location=Western Australia |date=21 October 1923 |accessdate=20 August 2022 |page=5 (Second Section) |via=National Library of Australia}}</ref></blockquote> Thomson of Westralian Farmers paints a detailed picture of background and future of their broadcasting station for a reporter from the Perth Daily News <blockquote>'''"LISTENING IN" WIRELESS TELEPHONES FOR FARMERS. BROADCASTING SCHEME NEARING COMPLETION. FEBRUARY WILL SEE IT WORKING.''' Tea had finished on the farm. "Father" stretched himself after his long day's work and walked into the sitting-room, while the remainder of the family, excepting his school-going son, cleared away the table utensils. Filling and lighting his pipe, the farmer reached for a telephone headpiece hidden behind a short curtain. Clipping it over his ears he relapsed into an easy chair, and drew towards him a pad of paper and a pencil in case he wanted to make notes. "The wheat market is rising. An advance of 2d. a bushel is expected within the week," comes a voice over the 200 miles of ether. Other market reports of vital interest was are given to him. Half an hour later the remainder of the family trooped in, and, with the four earpieces, listened to a concert at one of Perth's theatres. On Sunday night the family — probably excepting "Father," who was busy with his books — listened to a sermon by a prominent divine. This, briefly, is the picture painted by Mr. J. Thomson, of the Westralian Farmers Ltd., who this morning explained to a representative of this paper what was being done with their scheme of broadcasting for farmers. "Many years ago, when I was a wheat inspector," he said, "I found it difficult to give farmers up-to-date information concerning markets and other matters. Particularly was this so in the busy part of the year, when the golden grain was pouring in. We all realised that a slight alteration in the wheat market had a tremendous effect on the farmers, because during January and February probably two-thirds of the whole harvest is delivered. If the farmer is out of touch with the markets his income for the year is probably seriously affected. "At that time I had carried out a few experiments in wireless telegraphy, and I could see that in the future the invention would be of considerable value to outback farmers. The discovery of the Armstrong valve, which is in appearance something like an ordinary electric light globe, revolutionised the wireless telephone and made its operation almost as easy as the controlling of a gramophone. "Unfortunately since that discovery Commonwealth regulations prevented any active steps being taken, until the agreement was come to a short time ago. When the regulations came out the Westralian Farmers Ltd. immediately got into touch with the Commonwealth Government and the Amalgamated Wireless Ltd., and a representative of the latter company came to W.A. to investigate the matter. "Mr. Basil Murray, our managing director, has always been enthusiastic over the possibilities of providing farmers who are distant from the centres of civilisation with up-to-date information regarding market fluctuations, and also in providing them with some form of entertainment. He put the matter to many country residents, and found it met with their approval. Backed with this confidence, Mr. Murray placed an order with the Amalgamated Wireless for a 2-3 kilowatt plant. When this became known many pastoralists expressed a desire to join in the scheme, and the consequence is that upon their promise of support a larger plant, a 5-6 kilowatt plant was substituted." "The installation will be in the building of the Westralian Farmers, which is admirably suited for the purpose. The masts of the aerial will stand 180ft. above the top of the roof and the aerial will be 175ft. long. On the top floor the operating room, reception room, and concert room are about to be erected. The concert room is being built in such a manner that there will be no reflection of sound on hard surfaces, and thus the voice will be made distinct. The concert room will be used for broadcasting items when there are no suitable entertainments at theatres in Perth. At the present time consideration is being given to the preparation of a time table allocating to certain hours certain classes of information and amusement. One strong feature of the broadcasting will be the possibility of transmitting to farmers speeches made by notable visitors to the State. "Under Commonwealth regulations dealers in apparatus have to be licensed, and can only supply persons with a licence to "receive." Further, the apparatus must be sealed to a certain wave length, which will correspond to the broadcasting station. Dealers in Western Australia are now anxiously awaiting the declaration of the wave length to enable them to construct plants. In order that farmers may be sure of obtaining suitable receivers, the Westralian Farmers, Ltd., has secured the services of Mr. W. E. Coxon, who for many years has been experimenting in wireless work, and has attained some fame in Australia for his results. The firm is now importing from England the necessary parts for assembling of instruments for the use of farmers in outback districts." "The cost of a receiving set will depend to a large extent on the distance the farmer is from the broadcasting station. Generally speaking, over a 300-mile radius the set, which we propose to assemble ourselves, will cost in the neighborhood of £20. Other fees for licence, royalty and subscription to the broadcasting station will amount to about £4 4s. "Already we have received several hundred applications from farmers, and we anticipate that by February 1, when we hope to have the plant in operation, we will have at least 1,000 farmers "listening in." "The usual receiving set provides for ordinary batteries which require frequent recharging, but the set we propose to provide is made a little more expensive owing to the fact that it will include a primary battery, which will last six months without recharging. The "dull emitter" valves, too, are nearly double the price of ordinary ones. Those who are electrically inclined and have motor cars of course should find little difficulty in recharging the batteries. "Oh, yes," Mr. Thomson said in conclusion, "this scheme should make conditions on the farms much more happy for all concerned, and should provide the farmer with valuable up to the minute information of the markets." A sample of the apparatus was exhibited. It is certainly no larger than an ordinary table gramophone, and is so simple in operation that a school boy could operate it. <ref>{{cite news |url=http://nla.gov.au/nla.news-article78324280 |title="LISTENING IN" |newspaper=[[The Daily News]] |volume=XLII, |issue=15,139 |location=Western Australia |date=27 October 1923 |accessdate=20 August 2022 |page=9 (THIRD EDITION) |via=National Library of Australia}}</ref></blockquote> =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== i40ndt454voezvbd4cwrhue5l8py81i 4095043 4095020 2022-08-20T10:59:18Z Samuel.dellit 1387936 /* 1923 10 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== At the end of their 1923 annual meeting, Westralian Farmers Ltd quietly announces (Basil Murray, Managing Director) that not only have they been granted the licence for Western Australia's first broadcasting service, but also that contracts had been signed for the installation of the transmitter <blockquote>'''WESTRALIAN FARMERS LTD. ANNUAL MEETING. CONTINUED EXPANSION OF COMPANY. YEAR'S TURNOVER NEARLY £1,000,000.''' The ninth annual meeting of the Westralian Farmers Ltd. was held on Thursday evening at the registered office of the company, Wellington-street; Mr. C. W. Harper (the chairman) presiding. The accounts for the year ended May 31 last showed receipts £186,180 18s. 7d., compared with £164,288 for the 12 months ended May 31, 1922. The profit at £12,016 was nearly double that for the previous year, but was just a little more than half the amount earned during the twelve months ended May 31, 1921. After providing for redemptions and other contingencies the directors recommended that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company, payable at the registered office, on a date to be fixed by the board. They further recommended that the sum of £5,000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance, £1,604 18s. 1d. be transferred to general reserve. In the balance-sheet the company's assets were given as £278,660 9s., of which land and buildings represented £37,455 6s. 7d.; office furniture, fixtures and fittings, £7,245 3s. 10d.; plant and equipment, £10,050 17s. 8d.; wheat dunnage and roofing, £10,957 3s.; investments, £3,228 1s. 9d.; stocks on hand, £31,282 19s. 8d.; sundry debtors, £145,781 19s. 7d.; charges against future trading, £1,301 0s. 1d.; bills receivable £15,836 13s. 1d.; cash in bank (trust account), £17,212 18s. 9d.; cash on hand and on deposit with State Government; £7,808 5s. On the liabilities side paid-up capital totalled £77,313 15s. 2d.; bonus debentures £8,366; shareholders bonus account, £893 0s. 11d. Other items were reserve account, £11,428 14s. 9d.; provision for outstanding liabilities, £4,221 11s. 9d.; sundry creditors, and deposits on current account, £140,280 12s, 4d.; loans and fixed deposits, £13,208 10s.; bills payable, £519 9s. 1d.; Western Australian bank, £10,412 19s. 1d.; contingent liabilities: Bills under discount, £5,928 6s. The chairman said that during the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which, the sum of £77,312 15s. 2d. had been paid. In addition bonus debentures amounting to £4,232 were issued. The directors were particularly pleased with the response given by farmers generally to the new issue of shares, and contended that the numerous applications received indicated the confidence of the farming community in the Company. Their duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased. The trustees had expressed their entire satisfaction with the manner in which the very responsible duties of handling the wheat had been carried out by the company. As indicated in the previous report the company entered the wool business last year, and presented catalogues at each of the sales arranged by the National Council of Wool Selling Brokers. Although the business done in this direction was small it was conducted in a manner thoroughly satisfactory to clients. The directors considered that the outlook for the coming wool season was exceptionally good, and they anticipated that the department would handle a greatly increased quantity. An agreement had been completed with the Graziers Limited, whereby the company had purchased its assets and goodwill and taken over its business. The Graziers Limited had a very large business in live stock, hides and skins, and it was felt that by the amalgamation the company's stock department would be greatly strengthened both in turnover and the personnel of its staff. Arrangements had also been made to take over the Williams-Narrogin Farmers' Co-op. Co., Ltd., and for the opening of a branch of the Westralian Farmers Limited at Narrogin. A large store had been secured and was being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. It was pleasing to report that legislation dealing with the bonus distribution had now passed both Houses of Parliament, and the company, as well as the local co-operative companies throughout the State were thus enabled to satisfactorily distribute profits as a bonus on trading. He sounded a note of warning regarding the absolute necessity for securing additional capital owing to the continued expansion of the company and its ramifications. Mr. '''Basil Murray''' (managing director) analysed the balance sheet and profit and loss account, itemising for the information of the shareholders the respective departmental profits and losses and the method of apportioning administrative and overhead costs. The cash turnover for the year was nearly one million sterling which emphasised the satisfactory position of the company. For every one pound invested, shareholders possessed, on actual figures, 60s. The company was in a sounder position than ever before in its history. Although at one time the company essayed to supply everything from a "needle to an anchor" it subsequently decided to confine its operations owing to its restricted capital, to essentially farmers' lines, and his analysis of the year's operations showed the wisdom of that course. The purchase of the Graziers Limited was, in his opinion, a most effective method of consolidating the live stock and hides and skins business of the company, operating closely in connection with the successfully established wool department. The purchase of the premises known as Eastwoods Limited, adjoining the company's property, in Wellington-street, which would ultimately be required for a machinery show room and workshops, was also a very sound and satisfactory investment on account of the shareholders. Owing to an unfortunate oversight the annual report did not contain any reference to the activities of the fruit department and particularly to its export operations and the satisfactory disposal of fruitgrowers' produce through the London house of the Overseas Farmers' Co-operative Federation, and to the exploiting of the fruit market of the Near East. '''He announced that the first licence under Commonwealth Government regulations for wireless broadcasting in this State was to be issued to the company and the board had that day signed contracts for the installation on the company's premises of the necessary apparatus.''' The report and statement of accounts were adopted. Messrs. Warwick, Milne and Tanner were re-elected directors and Mr. Sinclair J. McGibbon was reappointed auditor.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31193792 |title=WESTRALIAN FARMERS LTD. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,673 |location=Western Australia |date=13 October 1923 |accessdate=20 August 2022 |page=9 |via=National Library of Australia}}</ref></blockquote> As previous, a less interpretive version of the annual report <blockquote>'''FOR THE MAN ON THE LAND, CONTINUED. WESTRALIAN FARMERS LTD. Directors' Report.''' The full text of the directors' report submitted at the annual general meeting of shareholders of the Westralian Farmers Ltd., held in Perth on the 11th inst., was as follows:— "Your directors have pleasure in submitting this, their ninth annual report, for the financial year ended May 31, 1923. "During the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which the sum of £77,312 15s. 2d. has been paid. In addition, bonus debentures amounting to £4232 were issued. "Your directors are particularly pleased with the response given by farmers generally to the new issue of shares, and contend that the numerous applications received indicate the confidence of the farming community in the company. The profit as disclosed by the balance sheet is £12,016 15s. 11d. After providing for redemptions and other contingencies your directors recommend that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company as at May 31, 1923, payable at the registered office, the date of payment to be left to the discretion of the board. They further recommend that the sum of £5000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance be transferred to general reserve. "Our duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased, the entire responsibility for the care and handling of the wheat being borne by us. The trustees have expressed their entire satisfaction with the manner in which these very responsible duties have been carried out. As indicated in our former report, we entered the wool business last year, and presented catalogues at each of the sales arranged by the national council of wool selling brokers. Although the business done in this direction was small in this our opening season, your directors can state with every confidence that it was conducted in a manner thoroughly satisfactory to all those clients who entrusted their clips to us. The directors consider that the outlook for the coming wool season is exceptionally good, and they anticipate that the department will handle a greatly increased quantity. "An agreement has been completed with the Graziers Limited whereby your company has purchased its assets and goodwill and takes over its business. Your board desires to express its appreciation of the extremely friendly manner in which the directors of the Graziers Limited have dealt with this matter. The Graziers Limited has a very large business in livestock, hides, and skins, and it is felt that by the amalgamation our Stock Department will be greatly strengthened both in turnover and the personnel of its staff. Owners of livestock can therefore rest assured that any business entrusted to us will be efficiently handled. "Arrangements have also been made to take over the Willlams-Narrogin Farmers' Co-op. Co. Ltd, and for the opening of a branch of the Westralian Farmers Limited at Narrogin. It was felt that this important centre required more vigorous organisation than could reasonably be expected from a local co-operative company. A large store has been secured, and is being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. "It is pleasing to be able to further report that legislation dealing with bonus distribution has now passed both Houses of Parliament, and your company, as well as the local co-operative companies throughout the State, are thus enabled to satisfactorily distribute profits as a bonus on trading. "In conclusion, your directors are convinced that the company has progressed on sound and satisfactory lines during the year under review, and is more firmly established than ever throughout the State. They record with keen pleasure their appreciation of the loyal service rendered by the officers and staff, also the generous hospitality extended to the company's representatives during the year by the local co-operative companies and many other friends in the farming community." During the course of the managing director's (Mr. Murray) remarks he announced that he had been advised that in the opinion of the responsible authorities the Westralian farmers Limited was the most suitable applicant for permission to establish a wireless broadcasting system throughout the State, and announced, amidst applause, that the first license in the State under the Commonwealth Government regulations was to be issued to the company. Further announcements would be made at an early date.<ref>{{cite news |url=http://nla.gov.au/nla.news-article58075386 |title=FOR THE MAN ON THE LAND CONTINUED |newspaper=[[Sunday Times (Perth)]] |issue=1345 |location=Western Australia |date=21 October 1923 |accessdate=20 August 2022 |page=5 (Second Section) |via=National Library of Australia}}</ref></blockquote> Thomson of Westralian Farmers paints a detailed picture of background and future of their broadcasting station for a reporter from the Perth Daily News <blockquote>'''"LISTENING IN" WIRELESS TELEPHONES FOR FARMERS. BROADCASTING SCHEME NEARING COMPLETION. FEBRUARY WILL SEE IT WORKING.''' Tea had finished on the farm. "Father" stretched himself after his long day's work and walked into the sitting-room, while the remainder of the family, excepting his school-going son, cleared away the table utensils. Filling and lighting his pipe, the farmer reached for a telephone headpiece hidden behind a short curtain. Clipping it over his ears he relapsed into an easy chair, and drew towards him a pad of paper and a pencil in case he wanted to make notes. "The wheat market is rising. An advance of 2d. a bushel is expected within the week," comes a voice over the 200 miles of ether. Other market reports of vital interest was are given to him. Half an hour later the remainder of the family trooped in, and, with the four earpieces, listened to a concert at one of Perth's theatres. On Sunday night the family — probably excepting "Father," who was busy with his books — listened to a sermon by a prominent divine. This, briefly, is the picture painted by Mr. J. Thomson, of the Westralian Farmers Ltd., who this morning explained to a representative of this paper what was being done with their scheme of broadcasting for farmers. "Many years ago, when I was a wheat inspector," he said, "I found it difficult to give farmers up-to-date information concerning markets and other matters. Particularly was this so in the busy part of the year, when the golden grain was pouring in. We all realised that a slight alteration in the wheat market had a tremendous effect on the farmers, because during January and February probably two-thirds of the whole harvest is delivered. If the farmer is out of touch with the markets his income for the year is probably seriously affected. "At that time I had carried out a few experiments in wireless telegraphy, and I could see that in the future the invention would be of considerable value to outback farmers. The discovery of the Armstrong valve, which is in appearance something like an ordinary electric light globe, revolutionised the wireless telephone and made its operation almost as easy as the controlling of a gramophone. "Unfortunately since that discovery Commonwealth regulations prevented any active steps being taken, until the agreement was come to a short time ago. When the regulations came out the Westralian Farmers Ltd. immediately got into touch with the Commonwealth Government and the Amalgamated Wireless Ltd., and a representative of the latter company came to W.A. to investigate the matter. "Mr. Basil Murray, our managing director, has always been enthusiastic over the possibilities of providing farmers who are distant from the centres of civilisation with up-to-date information regarding market fluctuations, and also in providing them with some form of entertainment. He put the matter to many country residents, and found it met with their approval. Backed with this confidence, Mr. Murray placed an order with the Amalgamated Wireless for a 2-3 kilowatt plant. When this became known many pastoralists expressed a desire to join in the scheme, and the consequence is that upon their promise of support a larger plant, a 5-6 kilowatt plant was substituted." "The installation will be in the building of the Westralian Farmers, which is admirably suited for the purpose. The masts of the aerial will stand 180ft. above the top of the roof and the aerial will be 175ft. long. On the top floor the operating room, reception room, and concert room are about to be erected. The concert room is being built in such a manner that there will be no reflection of sound on hard surfaces, and thus the voice will be made distinct. The concert room will be used for broadcasting items when there are no suitable entertainments at theatres in Perth. At the present time consideration is being given to the preparation of a time table allocating to certain hours certain classes of information and amusement. One strong feature of the broadcasting will be the possibility of transmitting to farmers speeches made by notable visitors to the State. "Under Commonwealth regulations dealers in apparatus have to be licensed, and can only supply persons with a licence to "receive." Further, the apparatus must be sealed to a certain wave length, which will correspond to the broadcasting station. Dealers in Western Australia are now anxiously awaiting the declaration of the wave length to enable them to construct plants. In order that farmers may be sure of obtaining suitable receivers, the Westralian Farmers, Ltd., has secured the services of Mr. W. E. Coxon, who for many years has been experimenting in wireless work, and has attained some fame in Australia for his results. The firm is now importing from England the necessary parts for assembling of instruments for the use of farmers in outback districts." "The cost of a receiving set will depend to a large extent on the distance the farmer is from the broadcasting station. Generally speaking, over a 300-mile radius the set, which we propose to assemble ourselves, will cost in the neighborhood of £20. Other fees for licence, royalty and subscription to the broadcasting station will amount to about £4 4s. "Already we have received several hundred applications from farmers, and we anticipate that by February 1, when we hope to have the plant in operation, we will have at least 1,000 farmers "listening in." "The usual receiving set provides for ordinary batteries which require frequent recharging, but the set we propose to provide is made a little more expensive owing to the fact that it will include a primary battery, which will last six months without recharging. The "dull emitter" valves, too, are nearly double the price of ordinary ones. Those who are electrically inclined and have motor cars of course should find little difficulty in recharging the batteries. "Oh, yes," Mr. Thomson said in conclusion, "this scheme should make conditions on the farms much more happy for all concerned, and should provide the farmer with valuable up to the minute information of the markets." A sample of the apparatus was exhibited. It is certainly no larger than an ordinary table gramophone, and is so simple in operation that a school boy could operate it. <ref>{{cite news |url=http://nla.gov.au/nla.news-article78324280 |title="LISTENING IN" |newspaper=[[The Daily News]] |volume=XLII, |issue=15,139 |location=Western Australia |date=27 October 1923 |accessdate=20 August 2022 |page=9 (THIRD EDITION) |via=National Library of Australia}}</ref></blockquote> Further details of the 6WF service in the West Australian <blockquote>'''WIRELESS FOR FARMERS. Western Australian Scheme.''' The extension of the use of wireless telephony in broadcasting services is expected to brighten the lot of the farming community, by removing some of the disabilities of isolation. Rapid advances made since the introduction of the Armstrong valve now provide comparatively cheap means for men on the land to keep in touch with current affairs. A service of this kind is to be put in operation by Westralian Farmers, Ltd., and a transmitting plant will be erected on the building occupied by that organisation in Wellington-street, Perth. Following upon recommendations by the representative of Amalgamated Wireless, Ltd., Sydney, a contract has been let for the erection of the necessary aerials, and the installation of the transmitter proper. In addition to operating rooms, accommodation will be made available, so that concerts or addresses may be delivered, specially for broadcasting. It is also intended to take advantage of the visits of notable persons, and to broadcast their utterances. Efforts will be made to arrange for connection with the principal theatres and churches to the same purpose. Originally it was planned to instal a 2-3 kilowat transmitter, capable of being received through average receivers up to 300 miles. As a result of overtures by pastoralists, that plan was abandoned, and it was resolved that the transmitter should have a range of 600 miles, and, accordingly, a 5-6 kilowat transmitter — the maximum power permitted by the Commonwealth Government — will be erected. The masts will rise 180 feet above the roof of the building, and the aerials (squirrel cage type) will be 175 feet long. Fortunately, the position of the building is such that the greatest distribution can be obtained. Numerous patent rights for receiving sets are held in Australia, but, after full investigation, it has been decided that the most economical method of supplying farmers with receivers will be to import the necessary parts from Great Britain, and assemble them in Perth. The services of Mr. W. E. Coxon, who has taken a leading part in broadcasting in Western Australia, have been secured by the company. Under Mr. Coxon's supervision a sample set has been manufactured, and it is expected that the cost to the farmers will be reduced by one third. The response of the farmers in connection with the scheme has been gratifying, and the general opinion is that the men on the land will benefit materially. The fact that wireless receivers cost no more than ordinary gramophones, and can be used for different purposes, is said to be fully appreciated.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31196850 |title=WIRELESS FOR FARMERS. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,688 |location=Western Australia |date=31 October 1923 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 11===== =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== 5znlnp7vf1dkq6oy2b8hk4hjksvgls5 4095044 4095043 2022-08-20T11:05:08Z Samuel.dellit 1387936 /* 1923 11 */ wikitext text/x-wiki {{incomplete}} {{TOC right|limit=3}} ==6WF Perth - Transcriptions and notes== ===Key article copies=== <!-- This section is for duplicates of chronological entries which include detailed biographies --> ===Non-chronological material=== <!-- This section is for non-chronological material, principally genealogical --> ===1920s=== ====1920==== =====1920 01===== =====1920 02===== =====1920 03===== =====1920 04===== =====1920 05===== =====1920 06===== =====1920 07===== =====1920 08===== =====1920 09===== =====1920 10===== =====1920 11===== =====1920 12===== ====1921==== =====1921 01===== =====1921 02===== =====1921 03===== =====1921 04===== =====1921 05===== =====1921 06===== =====1921 07===== =====1921 08===== =====1921 09===== =====1921 10===== =====1921 11===== =====1921 12===== ====1922==== =====1922 01===== =====1922 02===== =====1922 03===== =====1922 04===== =====1922 05===== =====1922 06===== =====1922 07===== =====1922 08===== =====1922 09===== =====1922 10===== Westralian Farmers, Ltd. annual meeting 1922 makes no reference to future broadcasting plans but does reference the introduction of the voluntary wheat pool which would lead to greater communication needs for its clients and higher costs, a driver for 6WF establishment <blockquote>'''THE WESTRALIAN FARMERS LTD.''' The eighth annual general meeting of shareholders in Westralian Farmers, Ltd., was held at Perth, on Thursday evening last, October 12. The chairman of directors (Mr. C. W. Harper) presided, and was supported on the platform by the managing director (Mr. Basil L. Murray), and the following directors:— Messrs. J. Hawter, W. Marwick, J. J. Mather, D. Milne, A. P. Sharp, and C. P. Wansbrough; also the auditor, Mr. S. J. McGibbon. Apologies were received from Mr. Tanner, of Beverley, and Dr. Boyd, of Geraldton. About 120 shareholders were present, and the meeting, from first to last, was most enthusiastic, the chairman and Mr. Murray from time to time affording every possible information in response to inquiries respecting the annual report and the financial statement. The necessary legal preliminaries having been attended to, Mr. Harper read the annual report. This showed that 6,024 shares had been allotted during the year, making the total number of shares issued 68,193, and on which the sum of £59,534 had been paid. The profit as disclosed by the balance-sheet is £6,353 14s 2d. After providing for redemptions and other contingencies, the directors recommend a dividend at the rate of 7 per cent. on the paid-up capital of the company as at the 31st May, 1922, the date of payment to be left to the discretion of the board, and that the balance be transferred to general reserve. Notwithstanding the diminished figures in crop insurance, due to the lower insurable value of wheat, a substantial increase has been shown in general insurance business. The year has proved to be a record one for losses (principally hail), thus causing the final profit to be lower than anticipated. The company again handled the entire wheat of the State for the 1921-22 season, with satisfactory results. The total wheat handled for the season was 11, 799,600 bushels. Bearing in mind the rapid development of the South-West, the directors have purchased a central block of land in Bunbury, and intend, at an early date, to erect thereon suitable offices in order that a better service may be rendered to members in that area. The directors also have pleasure in announcing that they have decided to enter fully into the wool business. All the Government wool stores at Northe Fremantle have been purchased outright, and structural alterations are being effected to provide thoroughly up-to-date accommodation for the proper appraisement and storage of wool. An experienced manager, has been secured from one of the largest wool houses in Victoria, and everything possible is being done to make this new branch of the company's activities successful. In March last the wheat growers of the State decided in favor of handling the 1922-23 harvest through a Co-operative Voluntary Pool. Subsequently, upon the decision of the Government being announced that it would not continue the State Wheat Pool, details of the Voluntary Co-operative Pool were completed, and Messrs. A. J. Monger, C. W. Harper, B. L. Murray, and J. S. Teasdale were appointed trustees. The company's tender for handling the coming harvest has been accepted by the trustees. The Australian Producers' Wholesale Co-operative Federation, Ltd., for the formation of which the company was largely responsible, is now firmly established in London, and the volume of business handled, amounting to over £2,500, 000, has fully justified the establishment of this important centre of the Producers' Co-operative Organisation. Three representatives — Messrs. Badcock (South Australia), Ibbot (Victoria), and Trethowan (New South Wales) — have completed arrangements at the Federation office, in London, whereby the Western Australian office participates in the handling of all Australian co-operative wheat sent to London. The arrangements made provide for handling separately the wheat shipped by each State. The report and financial statements having been formally adopted, Mr. Harper and Mr. Basil Murray addressed the meeting. The election of directors resulted in Messrs. Harper and Mather being re-elected, and Dr. Boyd, of Geraldton, added to the board. Mr. McGibbon was re-elected auditor under the same conditions as in the previous year. After some important alterations were made to the articles of association, the proceedings closed with an enthusiastic vote of thanks to the directorate and the staff which were acknowledged by the chairman, Mr. Murray, Mr. Mather, and Mr. Hawter. The progress of the co-operative movement in the State was most favorably commented upon by the shareholders present.<ref>{{cite news |url=http://nla.gov.au/nla.news-article83155321 |title=THE WESTRALIAN FARMERS LTD. |newspaper=[[The Daily News]] |volume=XLI, |issue=14,819 |location=Western Australia |date=16 October 1922 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1922 11===== =====1922 12===== ====1923==== =====1923 01===== =====1923 02===== =====1923 03===== Coxon foreshadows the need for a high powered transmitter at Perth to provide a full broadcasting service to the city <blockquote>'''NEWS AND NOTES.''' . . . '''Wireless Telephony.''' — An interesting address on recent advances in wireless telephony was delivered by Mr. W. E. Coxon at the last meeting of the Astronomical Society. After a brief historical sketch of the subject, the lecturer explained that the recent developments, which had made possible the wireless telephone, and the broadcasting of speeches, news, and concerts, depended mainly on the discovery of the device known as the thermionic valve. This permitted the sending out of a continuous wave, in place of the old wireless system, which consisted of a series of waves of very brief duration. The latter could be used for the transmission of the Morse code of dots and dashes, but could not be adapted to convey the modulations of the voice. The lecturer then gave a demonstration of the instrument, a concert being transmitted from a house in Mt. Lawley. Asked whether the device could not be manufactured in a form suitable for use by country people who had no special knowledge of the subject, Mr. Coxon explained that this depended upon the establishment of a suitable broadcasting station in Perth. As yet this did not exist, and in the meantime wireless concerts could only be enjoyed by people with considerable knowledge of the subject and skill in the delicate adjustments required by a receiving set capable of working in conjunction with low powered transmitting plant. A higher powered broadcasting station would make possible the use of receivers requiring much less adjustment, and consequently adapted to use by people with little technical knowledge.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622991 |title=NEWS AND NOTES. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,507 |location=Western Australia |date=31 March 1923 |accessdate=19 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 04===== =====1923 05===== =====1923 06===== =====1923 07===== The potential competitor for the 6WF A Class licence announces its registered offices <blockquote>'''PUBLIC NOTICES.''' . . . '''TO THE REGISTRAR OF COMPANIES''', Supreme Court, Perth. Take Notice that the REGISTERED OFFICE of WEST RADIO BROADCASTING COMPANY, LIMITED, is situate at TATTERSALL'S CLUB BUILDINGS, 7 Barrack-street, Perth. Office hours, 9 to 5 p.m. on each week day except Saturday when the hours are from 10 a.m. to 12 noon. Dated this 13th day of July, 1923. RICHARD HAYNES and CO., Solicitors for the above-named Company. <ref>{{cite news |url=http://nla.gov.au/nla.news-article22633284 |title=Classified Advertising |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,596 |location=Western Australia |date=16 July 1923 |accessdate=19 August 2022 |page=1 |via=National Library of Australia}}</ref></blockquote> The potential competitor for the 6WF A Class licence registers its company <blockquote>'''NEW COMPANIES REGISTERED.''' The following new company has been registered at the Supreme Court during the past week:— West Radio Broadcasting Company Limited; registered office, Tattersall's Club Buildings, 7 Barrack-street, Perth; authorised capital £10,000, in £1 shares.<ref>{{cite news |url=http://nla.gov.au/nla.news-article60009533 |title=NEW COMPANIES REGISTERED |newspaper=[[Sunday Times (Perth)]] |issue=1332 |location=Western Australia |date=22 July 1923 |accessdate=19 August 2022 |page=2 (First Section) |via=National Library of Australia}}</ref></blockquote> The Primary Producers' Association in a circular to its agents and branches details Farmers proposals for a broadcasting service <blockquote>'''Wireless Telephony. W.A. FARMERS' SCHEME CIRCULAR TO AGENTS AND BRANCHES.''' The following circular, which should be read with interest, has been issued by the Primary Producers' Association to its agents and branches:— Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the last 12 months. A station sending out wireless messages makes such messages public property, and anyone with a wireless receiving set "tuned" to the same wave length can hear the messages, and only by use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market news, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to £20 or £30, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programmes, notifying the date and the hour at which each item will be given, so that those who are looking for entertainment or information know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet made public, sufficient is known to permit of preliminary arrangements being made. The Wheat Department of the Westralian Farmers Limited has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication country agents, and a broadcasting station will be established at the Westralian Farmers Ltd. building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to private information which would damage the company or the local co-operative companies if it became public. Having established this plant, it will be available for additional work in the evenings. The custom has grown in America and England for a set programme to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime talks to children," which are generally fairy tales, to be followed by items from the newspaper of general interest. Then perhaps the prices relating to produce, in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the satisfactory sale of which they depend for their living. We would, therefore, like yon to see farmers in your district with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to instal the plant immediately the Government Regulations are known. We have cabled to our representatives in America and England to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to instal receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20, would be capable of receiving from a distance of 2000 miles, or something; over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct, These figures are only tentative, and may be reduced or increased. Any indication we receive from farmers of their willingness to instal these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets must be limited to that wave length. Subscriptions and licenses will be paid through the Broadcasting Company. Exactly what this will mean we cannot tell until the regulations have been published; but taking it for granted that £1 1s will be the licensing fee, and that 1000 farmers were to instal the plant, this company considers that for a fee not exceeding £4 a plant they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so, a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment, so that we may be in a position to cable our London friends, advising them the number of sets we are likely to require as soon as the Commonwealth Regulations have been published. For the Westralian Farmers Ltd., '''JOHN THOMSON''', Manager Wheat Department, P.S.— In case there may be a misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied the farmers would be quite unable to return messages. <ref>{{cite news |url=http://nla.gov.au/nla.news-article207313831 |title=W[?]eless Telephony. |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=544 |location=Western Australia |date=26 July 1923 |accessdate=19 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> As previous, a briefer announcement <blockquote>'''KULIN KOMMENTS.''' . . . '''Broadcasting.''' The Westralian Farmers, Limited, propose to erect at their offices in Perth a "broadcasting" plant and farmers who desire to get the benefit of the news and entertainments which it is proposed to send out daily can purchase through the company home "receivers" with which to "listen in." Apart from getting daily quotations of market prices, concerts, music and other forms of entertainment will be "wirelessed" right to one's fireside and the news of the day may be brought to the breakfast table. Fuller particulars may be obtained from the secretary of the Kulin branch of the Primary Producers' Association, who is anxious to know how many persons in the district are desirous of being joined up wirelessly with the whole of the outside world. The cost is said to be a "a mere bagatelle" compared with the service rendered.<ref>{{cite news |url=http://nla.gov.au/nla.news-article157090343 |title=KULIN KOMMENTS. |newspaper=[[Great Southern Leader]] |volume=XV, |issue=774 |location=Western Australia |date=27 July 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 08===== West Radio Broadcasting Company, Ltd., a potential competitor to Farmers for the Perth A Class licence, gives a backgrounder on current status of broadcasting in Australia <blockquote>'''WIRELESS TELEPHONY. Broadcasting Situation Explained.''' "The keen interest manifested throughout Australia in broadcasting leaves no room for doubt that within a year or two wireless telephones will be installed in every other home, and "listening-in," both for news and entertainment, will be as general and as popular as it is in England and the United States." This opinion was expressed by Mr. L. W. Matters, who returned to Perth on Sunday, after a visit to the Eastern States, where he inquired into every phase of wireless telephony on behalf of the West Radio Broadcasting Company, Ltd. "As soon as those companies which are organised to operate broadcasting services are ready for business," said Mr. Matters, "there will be a rush of subscribers. In New South Wales and Victoria, I found the people eager for the inauguration of the services, and the companies busy preparing to cope with the demand for apparatus. Broadcasting might have been in operation months ago had Australia followed in the steps of the United Kingdom and America, but, very wisely, I think, the Federal Government decided to keep wireless telephony largely under its control and so obviate the confusion and disorganisation witnessed elsewhere. We are to profit, as a country, from the experience and the mistakes of those nations that could not foresee, when wireless telephony became a practical thing, that a phenomenal demand for it would lead to it getting out of hand, so to speak. To avoid this and assure to the Commonwealth an effective system, the conference of experts was held in Melbourne last May, and what may be called a wireless policy for Australia was devised. All those interested in the matter are satisfied that we now have a system as near perfection as could be framed. The Postmaster-General issued the regulations only last week, and everybody I met is quite satisfied with them." What, broadly, is the general effect or these regulations? "In the first place," Mr. Matters replied, the control of all branches of wireless communication is established by the Post Office. Secondly, wireless telephony is given the status of a public service to be conducted under licence by properly organised bodies, which must show their bona fides and give substantial guarantees that they will do what they claim to do. They must operate their stations for at least five years and give such a service as meets with the approval of the Postmaster-General. In turn, these holders of broadcasting licences are to be protected against "poaching," by being authorised to license the owners of wireless receiving sets. A private owner of a wireless telephone will not be allowed to "listen-in" to several broadcasting stations, unless he has several instruments, each one licensed and adjusted to different transmitting stations. This is the meaning of the "sealed set" instrument. A broadcasting company will be authorised to operate on what is known as a specified "wavelength," and every receiving set that takes the service emanating from that company's station must be adjusted accordingly and sealed. The purpose of this is to assure the broadcasting company, the revenue it ought to receive for the service it renders. A dealer's licence must be obtained by every person desiring to sell the essential parts of wireless telephones. Experimenter's licences will be issued to technical schools, institutions and individuals who are genuinely engaged in experimenting, or giving technical instruction in wireless." Do these regulations render obsolete the instruments already in use? "Not necessarily, but no wireless telephone can, in future, be used unless it is permanently adjusted and sealed, in accordance with the conditions laid down in the regulation, so that its use is restricted to "listening-in" to one broadcasting station only. I have seen a circular purporting to give all details about the system. It speaks of coding the news or information that is broadcasted. This is merely another example of the quaint ideas prevailing regarding wireless telephony and the ignorance of those who have been trying to go ahead before they knew what the system for Australia was to be. There is no need for coding when broadcasted information can go only to those who are entitled to receive it by virtue of their having subscribed to a service, and by reason of the fact that only those instruments "tuned" to one transmitter, can pick up what is sent out. This is a necessary protection for the broadcasting company that spends thousands on its station and the provision of its service." What will be the cost of such a service? "The manufacturing company to which the West Radio Broadcasting Company is affiliated calculates that first-class instruments can be made in Australia and sold to private homes for as low as £7 10s. The service subscription is something that cannot be determined at the moment, but, broadly speaking, the cost will not exceed that of the subscription to the ordinary telephone, and, as the number of subscribers increase, the annual fee will be reduced. In England it is one guinea, and for this sum the subscriber gets a daily service of news of all kinds, and an entertainment programme as well." In conclusion, Mr. Matters stated that some weeks must still elapse before broadcasting on any extensive scale can be inaugurated Australia. "Everybody," he said, "has had to wait for the regulations in order to determine what type of apparatus could be manufactured, and sold, and the Postmaster-General has yet to issue the broadcasting licences, which will be granted only under the stringent conditions referred to. Nevertheless, a practical start should be made in Western Australia at a relatively early date, and when the system is in operation, it will, undoubtedly prove singularly attractive to every householder. The service of the West Radio Company will be organised by the States Press Agency, which has been engaged for the past twenty years in broadcasting news over the ordinary land lines."<ref>{{cite news |url=http://nla.gov.au/nla.news-article22622286 |title=WIRELESS TELEPHONY. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,622 |location=Western Australia |date=15 August 1923 |accessdate=19 August 2022 |page=11 |via=National Library of Australia}}</ref></blockquote> At a meeting of WA Wireless Traders, Drummond of Westralian Farmers, Ltd. stands back from a proposal for a co-operative to hold the Perth A Class licence <blockquote>'''WIRELESS BROADCASTING. Conference of Traders.''' A meeting of electrical traders and wireless radio importers of Western Australia was held on Friday afternoon, in the rooms of Home Recreations. Ltd., 935 Hay-street. Mr. C. P. Knapton (Kellogg Wireless Supply Co.) presided, and amongst those present were Messrs. W. E. Coxon (Coxon and Co.), Wishart (Wireless Supplies Co.), White (Charles Atkins and Co.), Unbehaun (Unbehaun and Johnstone), Truman (George Wills and Co.), H. C. Little (Little and Co.), Fontaine (Amalgamated Wireless Co.), Drummond (Westralian Farmers, Ltd.), '''Scott''' (Chief Commonwealth Radio Officer of Western Australia), Jackman (Ritchie and Jackman), B. Holt (president of the Wireless Institute of West ern Australia), McGillivray (Muir and Co.), and Hadley (secretary of the Subiaco Wireless Club). The chairman explained that the meeting had been called primarily to bring the wireless traders of Western Australia together to discuss the new Commonwealth regulations controlling broadcasting as affecting Western Australia, and, if necessary, to form an association similar to that of the wireless traders of Victoria, and also to assist generally in the development of wireless, telephony and broadcasting in this State. The great future of wireless in Western Australia was not limited to the mere broadcasting of musical concerts in the metropolitan area, but great benefits would accrue to the settlers in the far north and country centres from a utility service of news items and market reports, etc. Owing to misleading statements which had been made recently it would be essential for those present to assist in propaganda regarding the possibilities of wireless, otherwise there was a great danger of the public being deceived and consequently a setback would occur to the future development of wireless in this State. Mr. Scott (Chief Federal Wireless Officer of Western Australia) said that he was attending the meeting more in a private capacity than in an official one, and, consequently, his remarks were purely unofficial. He sketched the new regulations, and gave a considerable amount of valuable information to the meeting. He laid special stress on the fact that the juvenile experimenters had not been fully protected in the new regulations, and said that the juvenile experimenters of today were the wireless operators of tomorrow. He specially desired that those present when taking future action to develop wireless in Western Australia would make provision for the protection of the juvenile experimenters. Referring to the possibilities of wireless in the North-West and other outlying stations, he mentioned that a considerable amount of misunderstanding had arisen in the minds of many large station owners who were anxious to connect their various outlying stations with the main homestead. Under the regulations, as at present constituted, in many cases it would be necessary for the station owners to either apply for a land station licence, which would mean a considerable outlay in capital, or a broadcasting station to rebroadcast messages received from a broadcasting distributing centre. He had received notice to proceed to Melbourne to further consider the regulations, and would be pleased to address a meeting on his return, when he would most likely have much more information to impart. Mr. Truman spoke strongly in favour of the members forming an association to not only protect the interests of the trade, but also the interests of the public, and the development of wireless generally. He recommended that steps should be taken, if possible, to have the regulations amended to suit the Western Australian conditions. Although the regulations were quite suitable for Victoria and New South Wales, which were densely populated, they were not at all adaptable to this State. If necessary, their Federal representatives should he asked to bring the position before the notice of Parliament. Owing to the small population to work on, it was impossible for broadcasting companies to be formed which would give a return to the investors. There was only room for one broadcasting station, and this must be run by people who must be prepared to be philanthropic and not expect to make profit. As there were a number of firms who had considered broadcasting in Perth, he thought that the traders should amalgamate with them and form one broadcasting company, as losses could be written down under the heading of propaganda and advertising. He moved: — "That this meeting, representing the radio traders of Western Australia, form themselves into an association, called the Wireless Development Association of Western Australia." Mr. McGillivray seconded the motion. Mr. Wishart supported the motion, and referred to the steps which were being taken in Victoria by a similar association, which had been formed by the wireless traders of Melbourne. Mr. Coxon and Mr. White also spoke in support of the motion, which was carried unanimously. Mr. Knapton was elected president, and the following were chosen as a committee:— Messrs. Coxon, Wishart, Truman, McGillivray, and Cohen. The committee were asked to carefully study the regulations, etc., and prepare a report for a full meeting to be called at a later date. Mr. Holt (president of the Wireless Institute) addressed the meeting. He regretted that he could not take an active part in the association, which, he considered, would prove in the future to be one of the corner stones in the development of wireless broadcasting in Western Australia. At the conclusion of the meeting a vote of thanks was passed to Mr. Scott for having attended, and hearty good wishes were extended to him upon his proposed trip to Victoria.<ref>{{cite news |url=http://nla.gov.au/nla.news-article22632164 |title=WIRELESS BROADCASTING. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,628 |location=Western Australia |date=22 August 1923 |accessdate=2 April 2022 |page=7 |via=National Library of Australia}}</ref></blockquote> =====1923 09===== Westralian Farmers Ltd announces further development of its earlier proposals, already clearly committed <blockquote>'''Wireless Telephony. BROADCASTING STATION. PROPOSED ESTABLISHMENT IN W.A.''' We are in receipt of the following particulars regarding the proposed establishment in W.A. by the Westralian Farmers Ltd., of a wireless broadcasting station, which would be a great boon, not only to farmers, but also to squatters and other residents of the remote places of the State:— Circular to Agents and Branches of Primary Producers Association. Perth, 8th July, 1923. Owing to the delay in finalising Commonwealth Regulations in Australia, few people are aware of the wonderful strides which have been made in wireless telephony within the past twelve months. A station sending out wireless messages makes such messages public property, and anyone with a wireless set "tuned" to the same wave length can hear the messages, and only by the use of codes can they be protected. This fact has been turned to advantage and stations have commenced to cater for the public by "broadcasting." Wonderful developments are being made, and today market pews, concerts, educational matters, sermons, dance music, and in fact anything of interest to the public is being delivered into space for the enjoyment of anyone in possession of a cheap receiving set which may cost from two or three shillings to twenty or thirty pounds, depending upon the distance from the broadcasting station. It is customary for companies who carry out broadcasting to publish weekly programs, notifying the date and hour at which each item will be given, so that those who are looking for entertainment or information may know exactly when to "listen in" for the item in which they are particularly interested. The Commonwealth Government has almost completed its regulations, and while these are not yet public sufficient is known to permit preliminary arrangements being made. The Wheat Department of the Westralian Farmers Ltd. has been put to heavy expense in telegraphing general information to country sidings, and it is anticipated that under the warehousing scheme proposed for next season the expense will be still heavier. After some consideration it was decided to establish wireless communication with country agents, and a broadcasting station will be established at the Westralian Farmers Limited Building. The main function of this station will be to broadcast to agents information connected with the business. This can be done, according to arrangement, at stated times of the day, and codes will be drawn up applying to any private information which would damage the company or the local co-operative companies if it became public. Having established this plant it would be available for additional work in the evenings. The custom has grown in America and England for a set program to be drawn up for every evening of the week, giving probably between 6.30 and 7 "Bedtime Talks to Children," which are usually fairy tales, to be followed by items from the newspaper of general interest, then perhaps the prices relating to produce in which country friends would be interested, and from 8 p.m. music or any other form of entertainment which may be available, varied on Sundays with sermons being preached in cathedrals or leading churches of the city. We cannot help feeling that a service of this kind installed in Western Australia would be the means of affording a great deal of pleasure to our friends in the country, and also would be of benefit in providing them with early news regarding the price of their produce, upon the sale of which they depend for their living. We would, therefore, like you to see farmers in your districts with a view to letting us have their views on the subject, and if it is likely to meet with success, we propose to install the plant immediately the Government regulations are known. We have cabled to our representatives in England and America to secure for us the most satisfactory agency for the supply of the requisite plant, and as soon as definite information is received we will advise you of the prices. In the meantime would you be good enough to ascertain from your farmer friends whether they would be prepared to install receiving plants which would cost from £10 to £20, or for an exceptional plant £30. The installation costing £20 would be capable of receiving from a distance of 2000 miles or something over from Perth in a direct air line. The cheaper sets range about 100 miles from Perth direct. These figures are only tentative and may be reduced or increased. Any indication we receive from farmers of their willingness to install these sets will be subject entirely to their reconsideration when we obtain correct prices. It is understood that the Commonwealth Government Regulations will provide for the Broadcasting Company to use one wave length only, and that the receiving sets be limited to that wave length. Subscriptions and licenses will be paid through the broadcasting company. Exactly what this will mean we cannot tell until the regulations have been published but taking it for granted that £1/1/- will be the licensing fee and that 1000 farmers were to install the plant, this company considers that for a fee not exceeding £4 per plan, they could afford excellent entertainment throughout the year. It may be that the concerts could be supplied at a less cost than this, and if so a corresponding reduction would be made. Until definite information is received, however, we are not in a position to give concrete costs. Would you kindly see the farmers at the earliest possible moment so that we may be in a position to cable our London friends advising them of the number of sets we are likely to require as soon as the Commonwealth regulations have been published? For the Westralian Farmers Ltd., John Thomson, Manager, Wheat Department. P.S.— In case there may be any misunderstanding the messages can only be sent from the broadcasting station, and the receiving sets which would be supplied to farmers, would be quite unable to return messages. WESTRALIAN FARMERS LIMITED. Perth, 24th July, 1923. Circular to Agents and Branches of Primary Producers Association, re Wireless Telephony. Country friends are showing interest in the proposals for wireless telephony, and requests have been made for additional information. The point raised is whether only one person can "listen in" with each instrument, or whether a number of people in the same room can hear the concerts and other matter which is being transmitted. A loud talker can be installed. This is somewhat similar to a gramophone horn, and when in use, anyone in the room can listen to it just as in the case of a gramaphone. It is rather more expensive, however, than the other method and is sometimes considered not to give as pleasant a rendering. Some of its faults have been eliminated and it is now being used very largely. In many cases it is installed with the object of receiving and transmitting to the room dance music, and on Saturday nights in some areas the whole evening is given up to dance music. Halls are fitted with loud talkers for this purpose, and the couples dance to the music of a band 50 to 100 miles away. The cheaper method is for a series of telephone ear pieces with head attachments similar to those used by telephone girls. A strap passes across the head bringing a receiver to each ear so that there is no discomfort in holding the receiver to one ear and straining that ear in order to listen to the music. This method can be adopted to a considerable number of people, but of course, the wiring from one to the other is sometimes in the way. Nevertheless, this method is very popular owing to its cheapness and the excellent results it gives. If there is any other information agents require on this subject, kindly let us know and we will supply it immediately. For The Westralian Farmers Ltd., John Thompson, Manager, Wheat Department.<ref>{{cite news |url=http://nla.gov.au/nla.news-article233300747 |title=Wireless Telephony. |newspaper=[[The Yalgoo Observer And Murchison Chronicle]] |volume= , |issue=138 |location=Western Australia |date=13 September 1923 |accessdate=19 August 2022 |page=3 |via=National Library of Australia}}</ref></blockquote> =====1923 10===== At the end of their 1923 annual meeting, Westralian Farmers Ltd quietly announces (Basil Murray, Managing Director) that not only have they been granted the licence for Western Australia's first broadcasting service, but also that contracts had been signed for the installation of the transmitter <blockquote>'''WESTRALIAN FARMERS LTD. ANNUAL MEETING. CONTINUED EXPANSION OF COMPANY. YEAR'S TURNOVER NEARLY £1,000,000.''' The ninth annual meeting of the Westralian Farmers Ltd. was held on Thursday evening at the registered office of the company, Wellington-street; Mr. C. W. Harper (the chairman) presiding. The accounts for the year ended May 31 last showed receipts £186,180 18s. 7d., compared with £164,288 for the 12 months ended May 31, 1922. The profit at £12,016 was nearly double that for the previous year, but was just a little more than half the amount earned during the twelve months ended May 31, 1921. After providing for redemptions and other contingencies the directors recommended that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company, payable at the registered office, on a date to be fixed by the board. They further recommended that the sum of £5,000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance, £1,604 18s. 1d. be transferred to general reserve. In the balance-sheet the company's assets were given as £278,660 9s., of which land and buildings represented £37,455 6s. 7d.; office furniture, fixtures and fittings, £7,245 3s. 10d.; plant and equipment, £10,050 17s. 8d.; wheat dunnage and roofing, £10,957 3s.; investments, £3,228 1s. 9d.; stocks on hand, £31,282 19s. 8d.; sundry debtors, £145,781 19s. 7d.; charges against future trading, £1,301 0s. 1d.; bills receivable £15,836 13s. 1d.; cash in bank (trust account), £17,212 18s. 9d.; cash on hand and on deposit with State Government; £7,808 5s. On the liabilities side paid-up capital totalled £77,313 15s. 2d.; bonus debentures £8,366; shareholders bonus account, £893 0s. 11d. Other items were reserve account, £11,428 14s. 9d.; provision for outstanding liabilities, £4,221 11s. 9d.; sundry creditors, and deposits on current account, £140,280 12s, 4d.; loans and fixed deposits, £13,208 10s.; bills payable, £519 9s. 1d.; Western Australian bank, £10,412 19s. 1d.; contingent liabilities: Bills under discount, £5,928 6s. The chairman said that during the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which, the sum of £77,312 15s. 2d. had been paid. In addition bonus debentures amounting to £4,232 were issued. The directors were particularly pleased with the response given by farmers generally to the new issue of shares, and contended that the numerous applications received indicated the confidence of the farming community in the Company. Their duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased. The trustees had expressed their entire satisfaction with the manner in which the very responsible duties of handling the wheat had been carried out by the company. As indicated in the previous report the company entered the wool business last year, and presented catalogues at each of the sales arranged by the National Council of Wool Selling Brokers. Although the business done in this direction was small it was conducted in a manner thoroughly satisfactory to clients. The directors considered that the outlook for the coming wool season was exceptionally good, and they anticipated that the department would handle a greatly increased quantity. An agreement had been completed with the Graziers Limited, whereby the company had purchased its assets and goodwill and taken over its business. The Graziers Limited had a very large business in live stock, hides and skins, and it was felt that by the amalgamation the company's stock department would be greatly strengthened both in turnover and the personnel of its staff. Arrangements had also been made to take over the Williams-Narrogin Farmers' Co-op. Co., Ltd., and for the opening of a branch of the Westralian Farmers Limited at Narrogin. A large store had been secured and was being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. It was pleasing to report that legislation dealing with the bonus distribution had now passed both Houses of Parliament, and the company, as well as the local co-operative companies throughout the State were thus enabled to satisfactorily distribute profits as a bonus on trading. He sounded a note of warning regarding the absolute necessity for securing additional capital owing to the continued expansion of the company and its ramifications. Mr. '''Basil Murray''' (managing director) analysed the balance sheet and profit and loss account, itemising for the information of the shareholders the respective departmental profits and losses and the method of apportioning administrative and overhead costs. The cash turnover for the year was nearly one million sterling which emphasised the satisfactory position of the company. For every one pound invested, shareholders possessed, on actual figures, 60s. The company was in a sounder position than ever before in its history. Although at one time the company essayed to supply everything from a "needle to an anchor" it subsequently decided to confine its operations owing to its restricted capital, to essentially farmers' lines, and his analysis of the year's operations showed the wisdom of that course. The purchase of the Graziers Limited was, in his opinion, a most effective method of consolidating the live stock and hides and skins business of the company, operating closely in connection with the successfully established wool department. The purchase of the premises known as Eastwoods Limited, adjoining the company's property, in Wellington-street, which would ultimately be required for a machinery show room and workshops, was also a very sound and satisfactory investment on account of the shareholders. Owing to an unfortunate oversight the annual report did not contain any reference to the activities of the fruit department and particularly to its export operations and the satisfactory disposal of fruitgrowers' produce through the London house of the Overseas Farmers' Co-operative Federation, and to the exploiting of the fruit market of the Near East. '''He announced that the first licence under Commonwealth Government regulations for wireless broadcasting in this State was to be issued to the company and the board had that day signed contracts for the installation on the company's premises of the necessary apparatus.''' The report and statement of accounts were adopted. Messrs. Warwick, Milne and Tanner were re-elected directors and Mr. Sinclair J. McGibbon was reappointed auditor.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31193792 |title=WESTRALIAN FARMERS LTD. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,673 |location=Western Australia |date=13 October 1923 |accessdate=20 August 2022 |page=9 |via=National Library of Australia}}</ref></blockquote> As previous, a less interpretive version of the annual report <blockquote>'''FOR THE MAN ON THE LAND, CONTINUED. WESTRALIAN FARMERS LTD. Directors' Report.''' The full text of the directors' report submitted at the annual general meeting of shareholders of the Westralian Farmers Ltd., held in Perth on the 11th inst., was as follows:— "Your directors have pleasure in submitting this, their ninth annual report, for the financial year ended May 31, 1923. "During the year 11,577 ordinary and 10,431 bonus shares were allotted, the total number of shares issued being 90,201, on which the sum of £77,312 15s. 2d. has been paid. In addition, bonus debentures amounting to £4232 were issued. "Your directors are particularly pleased with the response given by farmers generally to the new issue of shares, and contend that the numerous applications received indicate the confidence of the farming community in the company. The profit as disclosed by the balance sheet is £12,016 15s. 11d. After providing for redemptions and other contingencies your directors recommend that a dividend at the rate of 7 per cent. be paid on the paid-up capital of the company as at May 31, 1923, payable at the registered office, the date of payment to be left to the discretion of the board. They further recommend that the sum of £5000 be distributed to members in accordance with the articles, as a bonus on trading, and that the balance be transferred to general reserve. "Our duties as sole acquiring agents for the trustees of the Co-operative Wheat Pool were, in comparison with those imposed by the Government in past seasons, considerably increased, the entire responsibility for the care and handling of the wheat being borne by us. The trustees have expressed their entire satisfaction with the manner in which these very responsible duties have been carried out. As indicated in our former report, we entered the wool business last year, and presented catalogues at each of the sales arranged by the national council of wool selling brokers. Although the business done in this direction was small in this our opening season, your directors can state with every confidence that it was conducted in a manner thoroughly satisfactory to all those clients who entrusted their clips to us. The directors consider that the outlook for the coming wool season is exceptionally good, and they anticipate that the department will handle a greatly increased quantity. "An agreement has been completed with the Graziers Limited whereby your company has purchased its assets and goodwill and takes over its business. Your board desires to express its appreciation of the extremely friendly manner in which the directors of the Graziers Limited have dealt with this matter. The Graziers Limited has a very large business in livestock, hides, and skins, and it is felt that by the amalgamation our Stock Department will be greatly strengthened both in turnover and the personnel of its staff. Owners of livestock can therefore rest assured that any business entrusted to us will be efficiently handled. "Arrangements have also been made to take over the Willlams-Narrogin Farmers' Co-op. Co. Ltd, and for the opening of a branch of the Westralian Farmers Limited at Narrogin. It was felt that this important centre required more vigorous organisation than could reasonably be expected from a local co-operative company. A large store has been secured, and is being put in order for the purpose of carrying sufficient bulk stocks to serve the whole of the surrounding territory. "It is pleasing to be able to further report that legislation dealing with bonus distribution has now passed both Houses of Parliament, and your company, as well as the local co-operative companies throughout the State, are thus enabled to satisfactorily distribute profits as a bonus on trading. "In conclusion, your directors are convinced that the company has progressed on sound and satisfactory lines during the year under review, and is more firmly established than ever throughout the State. They record with keen pleasure their appreciation of the loyal service rendered by the officers and staff, also the generous hospitality extended to the company's representatives during the year by the local co-operative companies and many other friends in the farming community." During the course of the managing director's (Mr. Murray) remarks he announced that he had been advised that in the opinion of the responsible authorities the Westralian farmers Limited was the most suitable applicant for permission to establish a wireless broadcasting system throughout the State, and announced, amidst applause, that the first license in the State under the Commonwealth Government regulations was to be issued to the company. Further announcements would be made at an early date.<ref>{{cite news |url=http://nla.gov.au/nla.news-article58075386 |title=FOR THE MAN ON THE LAND CONTINUED |newspaper=[[Sunday Times (Perth)]] |issue=1345 |location=Western Australia |date=21 October 1923 |accessdate=20 August 2022 |page=5 (Second Section) |via=National Library of Australia}}</ref></blockquote> Thomson of Westralian Farmers paints a detailed picture of background and future of their broadcasting station for a reporter from the Perth Daily News <blockquote>'''"LISTENING IN" WIRELESS TELEPHONES FOR FARMERS. BROADCASTING SCHEME NEARING COMPLETION. FEBRUARY WILL SEE IT WORKING.''' Tea had finished on the farm. "Father" stretched himself after his long day's work and walked into the sitting-room, while the remainder of the family, excepting his school-going son, cleared away the table utensils. Filling and lighting his pipe, the farmer reached for a telephone headpiece hidden behind a short curtain. Clipping it over his ears he relapsed into an easy chair, and drew towards him a pad of paper and a pencil in case he wanted to make notes. "The wheat market is rising. An advance of 2d. a bushel is expected within the week," comes a voice over the 200 miles of ether. Other market reports of vital interest was are given to him. Half an hour later the remainder of the family trooped in, and, with the four earpieces, listened to a concert at one of Perth's theatres. On Sunday night the family — probably excepting "Father," who was busy with his books — listened to a sermon by a prominent divine. This, briefly, is the picture painted by Mr. J. Thomson, of the Westralian Farmers Ltd., who this morning explained to a representative of this paper what was being done with their scheme of broadcasting for farmers. "Many years ago, when I was a wheat inspector," he said, "I found it difficult to give farmers up-to-date information concerning markets and other matters. Particularly was this so in the busy part of the year, when the golden grain was pouring in. We all realised that a slight alteration in the wheat market had a tremendous effect on the farmers, because during January and February probably two-thirds of the whole harvest is delivered. If the farmer is out of touch with the markets his income for the year is probably seriously affected. "At that time I had carried out a few experiments in wireless telegraphy, and I could see that in the future the invention would be of considerable value to outback farmers. The discovery of the Armstrong valve, which is in appearance something like an ordinary electric light globe, revolutionised the wireless telephone and made its operation almost as easy as the controlling of a gramophone. "Unfortunately since that discovery Commonwealth regulations prevented any active steps being taken, until the agreement was come to a short time ago. When the regulations came out the Westralian Farmers Ltd. immediately got into touch with the Commonwealth Government and the Amalgamated Wireless Ltd., and a representative of the latter company came to W.A. to investigate the matter. "Mr. Basil Murray, our managing director, has always been enthusiastic over the possibilities of providing farmers who are distant from the centres of civilisation with up-to-date information regarding market fluctuations, and also in providing them with some form of entertainment. He put the matter to many country residents, and found it met with their approval. Backed with this confidence, Mr. Murray placed an order with the Amalgamated Wireless for a 2-3 kilowatt plant. When this became known many pastoralists expressed a desire to join in the scheme, and the consequence is that upon their promise of support a larger plant, a 5-6 kilowatt plant was substituted." "The installation will be in the building of the Westralian Farmers, which is admirably suited for the purpose. The masts of the aerial will stand 180ft. above the top of the roof and the aerial will be 175ft. long. On the top floor the operating room, reception room, and concert room are about to be erected. The concert room is being built in such a manner that there will be no reflection of sound on hard surfaces, and thus the voice will be made distinct. The concert room will be used for broadcasting items when there are no suitable entertainments at theatres in Perth. At the present time consideration is being given to the preparation of a time table allocating to certain hours certain classes of information and amusement. One strong feature of the broadcasting will be the possibility of transmitting to farmers speeches made by notable visitors to the State. "Under Commonwealth regulations dealers in apparatus have to be licensed, and can only supply persons with a licence to "receive." Further, the apparatus must be sealed to a certain wave length, which will correspond to the broadcasting station. Dealers in Western Australia are now anxiously awaiting the declaration of the wave length to enable them to construct plants. In order that farmers may be sure of obtaining suitable receivers, the Westralian Farmers, Ltd., has secured the services of Mr. W. E. Coxon, who for many years has been experimenting in wireless work, and has attained some fame in Australia for his results. The firm is now importing from England the necessary parts for assembling of instruments for the use of farmers in outback districts." "The cost of a receiving set will depend to a large extent on the distance the farmer is from the broadcasting station. Generally speaking, over a 300-mile radius the set, which we propose to assemble ourselves, will cost in the neighborhood of £20. Other fees for licence, royalty and subscription to the broadcasting station will amount to about £4 4s. "Already we have received several hundred applications from farmers, and we anticipate that by February 1, when we hope to have the plant in operation, we will have at least 1,000 farmers "listening in." "The usual receiving set provides for ordinary batteries which require frequent recharging, but the set we propose to provide is made a little more expensive owing to the fact that it will include a primary battery, which will last six months without recharging. The "dull emitter" valves, too, are nearly double the price of ordinary ones. Those who are electrically inclined and have motor cars of course should find little difficulty in recharging the batteries. "Oh, yes," Mr. Thomson said in conclusion, "this scheme should make conditions on the farms much more happy for all concerned, and should provide the farmer with valuable up to the minute information of the markets." A sample of the apparatus was exhibited. It is certainly no larger than an ordinary table gramophone, and is so simple in operation that a school boy could operate it. <ref>{{cite news |url=http://nla.gov.au/nla.news-article78324280 |title="LISTENING IN" |newspaper=[[The Daily News]] |volume=XLII, |issue=15,139 |location=Western Australia |date=27 October 1923 |accessdate=20 August 2022 |page=9 (THIRD EDITION) |via=National Library of Australia}}</ref></blockquote> Further details of the 6WF service in the West Australian <blockquote>'''WIRELESS FOR FARMERS. Western Australian Scheme.''' The extension of the use of wireless telephony in broadcasting services is expected to brighten the lot of the farming community, by removing some of the disabilities of isolation. Rapid advances made since the introduction of the Armstrong valve now provide comparatively cheap means for men on the land to keep in touch with current affairs. A service of this kind is to be put in operation by Westralian Farmers, Ltd., and a transmitting plant will be erected on the building occupied by that organisation in Wellington-street, Perth. Following upon recommendations by the representative of Amalgamated Wireless, Ltd., Sydney, a contract has been let for the erection of the necessary aerials, and the installation of the transmitter proper. In addition to operating rooms, accommodation will be made available, so that concerts or addresses may be delivered, specially for broadcasting. It is also intended to take advantage of the visits of notable persons, and to broadcast their utterances. Efforts will be made to arrange for connection with the principal theatres and churches to the same purpose. Originally it was planned to instal a 2-3 kilowat transmitter, capable of being received through average receivers up to 300 miles. As a result of overtures by pastoralists, that plan was abandoned, and it was resolved that the transmitter should have a range of 600 miles, and, accordingly, a 5-6 kilowat transmitter — the maximum power permitted by the Commonwealth Government — will be erected. The masts will rise 180 feet above the roof of the building, and the aerials (squirrel cage type) will be 175 feet long. Fortunately, the position of the building is such that the greatest distribution can be obtained. Numerous patent rights for receiving sets are held in Australia, but, after full investigation, it has been decided that the most economical method of supplying farmers with receivers will be to import the necessary parts from Great Britain, and assemble them in Perth. The services of Mr. W. E. Coxon, who has taken a leading part in broadcasting in Western Australia, have been secured by the company. Under Mr. Coxon's supervision a sample set has been manufactured, and it is expected that the cost to the farmers will be reduced by one third. The response of the farmers in connection with the scheme has been gratifying, and the general opinion is that the men on the land will benefit materially. The fact that wireless receivers cost no more than ordinary gramophones, and can be used for different purposes, is said to be fully appreciated.<ref>{{cite news |url=http://nla.gov.au/nla.news-article31196850 |title=WIRELESS FOR FARMERS. |newspaper=[[The West Australian]] |volume=XXXIX, |issue=6,688 |location=Western Australia |date=31 October 1923 |accessdate=20 August 2022 |page=6 |via=National Library of Australia}}</ref></blockquote> =====1923 11===== Further background from Murray <blockquote>'''LOCAL AND GENERAL.''' . . . '''Wireless Broadcasting.'''— Mr B. L. Murray, in explaining the system, says:— "It had been decided to introduce broadcasting in Australia under certain defined regulations, and the officer appointed to investigate the claims of applicants for licenses to conduct this wireless business had recommended The Westralian Farmers Limited as being the best people to conduct the business in Western Australia. They possessed an ideal building, and a huge mast was to be erected on the roof. Every farmer who purchased a receiver set would be able to enjoy the privileges following this installation of wireless broadcasting. The fact that the board of the Westralian Farmers would settle contracts on the following morning for the establishment of broadcasting in the State would do more to break down the disadvantages and isolation of the farmer than anything else. The advantages of broadcasting were enormous, both for the company and its shareholders."<ref>{{cite news |url=http://nla.gov.au/nla.news-article204749311 |title=LOCAL AND GENERAL |newspaper=[[The Moora Herald And Midland Districts Advocate]] |volume=9, |issue=558 |location=Western Australia |date=1 November 1923 |accessdate=20 August 2022 |page=2 |via=National Library of Australia}}</ref></blockquote> =====1923 12===== ====1924==== =====1924 01===== =====1924 02===== =====1924 03===== =====1924 04===== =====1924 05===== =====1924 06===== =====1924 07===== =====1924 08===== =====1924 09===== =====1924 10===== =====1924 11===== =====1924 12===== ====1925==== =====1925 01===== =====1925 02===== =====1925 03===== =====1925 04===== =====1925 05===== =====1925 06===== =====1925 07===== =====1925 08===== =====1925 09===== =====1925 10===== =====1925 11===== =====1925 12===== ====1926==== =====1926 01===== =====1926 02===== =====1926 03===== =====1926 04===== =====1926 05===== =====1926 06===== =====1926 07===== =====1926 08===== =====1926 09===== =====1926 10===== =====1926 11===== =====1926 12===== ====1927==== =====1927 01===== =====1927 02===== =====1927 03===== =====1927 04===== =====1927 05===== =====1927 06===== =====1927 07===== =====1927 08===== =====1927 09===== =====1927 10===== =====1927 11===== =====1927 12===== ====1928==== =====1928 01===== =====1928 02===== =====1928 03===== =====1928 04===== =====1928 05===== =====1928 06===== =====1928 07===== =====1928 08===== =====1928 09===== =====1928 10===== =====1928 11===== =====1928 12===== ====1929==== =====1929 01===== =====1929 02===== =====1929 03===== =====1929 04===== =====1929 05===== =====1929 06===== =====1929 07===== =====1929 08===== =====1929 09===== =====1929 10===== =====1929 11===== =====1929 12===== ===1930s=== ====1930==== =====1930 01===== =====1930 02===== =====1930 03===== =====1930 04===== =====1930 05===== =====1930 06===== =====1930 07===== =====1930 08===== =====1930 09===== =====1930 10===== =====1930 11===== =====1930 12===== ====1931==== =====1931 01===== =====1931 02===== =====1931 03===== =====1931 04===== =====1931 05===== =====1931 06===== =====1931 07===== =====1931 08===== =====1931 09===== =====1931 10===== =====1931 11===== =====1931 12===== ====1932==== =====1932 01===== =====1932 02===== =====1932 03===== =====1932 04===== =====1932 05===== =====1932 06===== =====1932 07===== =====1932 08===== =====1932 09===== =====1932 10===== =====1932 11===== =====1932 12===== ====1933==== =====1933 01===== =====1933 02===== =====1933 03===== =====1933 04===== =====1933 05===== =====1933 06===== =====1933 07===== =====1933 08===== =====1933 09===== =====1933 10===== =====1933 11===== =====1933 12===== ====1934==== =====1934 01===== =====1934 02===== =====1934 03===== =====1934 04===== =====1934 05===== =====1934 06===== =====1934 07===== =====1934 08===== =====1934 09===== =====1934 10===== =====1934 11===== =====1934 12===== ====1935==== =====1935 01===== =====1935 02===== =====1935 03===== =====1935 04===== =====1935 05===== =====1935 06===== =====1935 07===== =====1935 08===== =====1935 09===== =====1935 10===== =====1935 11===== =====1935 12===== ====1936==== =====1936 01===== =====1936 02===== =====1936 03===== =====1936 04===== =====1936 05===== =====1936 06===== =====1936 07===== =====1936 08===== =====1936 09===== =====1936 10===== =====1936 11===== =====1936 12===== ====1937==== =====1937 01===== =====1937 02===== =====1937 03===== =====1937 04===== =====1937 05===== =====1937 06===== =====1937 07===== =====1937 08===== =====1937 09===== =====1937 10===== =====1937 11===== =====1937 12===== ====1938==== =====1938 01===== =====1938 02===== =====1938 03===== =====1938 04===== =====1938 05===== =====1938 06===== =====1938 07===== =====1938 08===== =====1938 09===== =====1938 10===== =====1938 11===== =====1938 12===== ====1939==== =====1939 01===== =====1939 02===== =====1939 03===== =====1939 04===== =====1939 05===== =====1939 06===== =====1939 07===== =====1939 08===== =====1939 09===== =====1939 10===== =====1939 11===== =====1939 12===== ===1940s=== ====1940==== =====1940 01===== =====1940 02===== =====1940 03===== =====1940 04===== =====1940 05===== =====1940 06===== =====1940 07===== =====1940 08===== =====1940 09===== =====1940 10===== =====1940 11===== =====1940 12===== ====1941==== =====1941 01===== =====1941 02===== =====1941 03===== =====1941 04===== =====1941 05===== =====1941 06===== =====1941 07===== =====1941 08===== =====1941 09===== =====1941 10===== =====1941 11===== =====1941 12===== ====1942==== =====1942 01===== =====1942 02===== =====1942 03===== =====1942 04===== =====1942 05===== =====1942 06===== =====1942 07===== =====1942 08===== =====1942 09===== =====1942 10===== =====1942 11===== =====1942 12===== ====1943==== =====1943 01===== =====1943 02===== =====1943 03===== =====1943 04===== =====1943 05===== =====1943 06===== =====1943 07===== =====1943 08===== =====1943 09===== =====1943 10===== =====1943 11===== =====1943 12===== ====1944==== =====1944 01===== =====1944 02===== =====1944 03===== =====1944 04===== =====1944 05===== =====1944 06===== =====1944 07===== =====1944 08===== =====1944 09===== =====1944 10===== =====1944 11===== =====1944 12===== ====1945==== =====1945 01===== =====1945 02===== =====1945 03===== =====1945 04===== =====1945 05===== =====1945 06===== =====1945 07===== =====1945 08===== =====1945 09===== =====1945 10===== =====1945 11===== =====1945 12===== ====1946==== =====1946 01===== =====1946 02===== =====1946 03===== =====1946 04===== =====1946 05===== =====1946 06===== =====1946 07===== =====1946 08===== =====1946 09===== =====1946 10===== =====1946 11===== =====1946 12===== ====1947==== =====1947 01===== =====1947 02===== =====1947 03===== =====1947 04===== =====1947 05===== =====1947 06===== =====1947 07===== =====1947 08===== =====1947 09===== =====1947 10===== =====1947 11===== =====1947 12===== ====1948==== =====1948 01===== =====1948 02===== =====1948 03===== =====1948 04===== =====1948 05===== =====1948 06===== =====1948 07===== =====1948 08===== =====1948 09===== =====1948 10===== =====1948 11===== =====1948 12===== ====1949==== =====1949 01===== =====1949 02===== =====1949 03===== =====1949 04===== =====1949 05===== =====1949 06===== =====1949 07===== =====1949 08===== =====1949 09===== =====1949 10===== =====1949 11===== =====1949 12===== 44tkixny4s3kryxjyixxf18uk67qz8z Hobo tourism/Overnight stays in long intercontinental journeys 0 448398 4094952 4094924 2022-08-19T12:08:35Z L10nM4st3r 3380243 /* In abandoned buildings */ wikitext text/x-wiki [[File:Hotel in Sudan.webm|thumb|400px|Hotel in [[w:Atbara|Atbara]], Sudan, 2010 (1 [[w:Berth (sleeping)|sleeping berth]] — 5 [[w: Sudanese pound|S.P.]] = $1,5)]] {{main|Hobo tourism}} '''Rest at night''' is one of the important moments in the practice of bum tourism: sleep is necessary for health and physical activity during long expeditions with low self—financing, where high energy consumption awaits you daily. Since sometimes, even in poor countries, the cost of hotel accommodation can be relatively high (for example, in Comoros — from 20 €, in Botswana — from $ 40), it makes sense to use the alternatives described below. == [[Overnight stays in long intercontinental journeys of the "bum tour" format/In Aboriginal dwellings|In Aboriginal housing areas]] == There are special hospitality networks for Internet dating with subsequent residence at home with the users of the resource in the country chosen for visiting — this practice is widely used by backpackers. With hobo tourism, circumstances can throw a traveler to places where there is no international web or (due to the unpredictability of obtaining visas along the way) to a country whose visit was not planned by the route. Spontaneous acquaintances with local residents come to the rescue, who sometimes don't mind inviting a foreigner to stay in their huts. == [[/In an abandoned building|In abandoned buildings]] == Unlike the previous method, where you need to adjust to the routine of the owners, and this is not always convenient (for example, sitting up late talking with the household suffering from boredom somewhere in a God-forsaken village on a small island, the name of which not all geographers know), the option is useful because you can go to bed in silence, choosing an acceptable time. A building abandoned by residents can be a one-story, or a high-rise skyscraper. In the latter case, there will be enough space for a large expedition group. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/On objects under construction|On objects under construction]] == Construction projects that were mothballed are the best option for accommodating hobo tourists: there are no guards and builders working at night. At existing construction sites, overnight accommodation is possible with the permission of the responsible person. However, this is not feasible everywhere: in the big cities of Japan, Korea, China and Hong Kong, the objects under construction are surrounded by a multi-meter fence, which, to put it mildly, is difficult to penetrate. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/At the cemetery|At the cemetery]] == The method may not be used in every country. Tested on his own experience by the Russian traveler Viktor Pinchuk in Japan and Taiwan<ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Two months of wandering and 14 days behind bars|url= |language= ru|location= Russia |publisher= Brovko|page= 18|isbn=978-5-9909912-5-5}}</ref><ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Japan for free|url= |language= ru|location= Russia |publisher= Brovko|page= 27-28|isbn=978-5-9908234-1-9}}</ref>. Due to the similar mentality of the residents and the low crime rate, it can be assumed that a similar result is expected in South Korea. The rest of the countries have not been tested in this regard, so you can use this recommendation while staying there only at your own risk. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/Under the open sky|Under the open sky]] == The method is common among backpackers and local hikers. But unlike the above categories, a hobo tourist, spending the night in nature, does not use a tent and a sleeping bag. In the jungle, on islands off the ocean coast and other places where the sky replaces the roof, it is possible to use this method only in the dry season; in settlements and adjacent areas — in the rainy season too: you should find a canopy that will protect at night in case of heavy rain. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In the company of local bums|In the company of local homeless people]] == This method is used in critical cases when there is no alternative. For example, if you arrival coincided with the late time of day, when there is no time to find the best option. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In halls and stairwells|In halls and stairwells]] == The use of this method can be useful in Japan and Hong Kong, i.e. where the prices for accommodation are quite high. Stairwells of technical floors of residential buildings and lobbies of institutions will save you from cold and atmospheric precipitation. There is no single universal way: in each specific case, you need to act with an eye to the circumstances and using intuition. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/At the police station|At the police station]] == The method is widely used among local residents of five countries of the southern part of the African continent: South Africa, Namibia, Botswana, Lesotho, Swaziland (Eswatini). The police will also accept a white hobo tourist — on general grounds. In other countries, the use of this method is possible by agreement with police officers: based on their mood on the day of your arrival, and other nuances. == [[Overnight stays in long intercontinental journeys of the "bum tour" format/In tne flophouse (dosshouse)|In tne flophouse (dosshouse)]] == Almost every third world country has a separate category of hotels, which travel agency clients who visit the same country as part of a group of their own kind have no idea about. The main guests of such places are aborigines, who come from the province to a big city or the capital of their country for shopping or for another purpose. Sometimes bedbugs really live in such places. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/Hostels|In hostels]] == The hostel is the main and most popular accommodation facility for backpackers; it is also used among travelers practicing bum tourism. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In a public toilet|In a public toilet]] == A method used in extreme cases (for example, if, due to the low temperature of the surrounding air, sleeping in the open air can cause harm to health). == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In the ancient pyramid|In the ancient pyramid]] == The method can be called "exotic", due to the fact that not all countries have pyramids. == In the terminals of international airports == No more than one night is used: on the day of arrival in the country, or the day of departure. It is convenient if the plane arrived late in the evening, or an early morning departure is expected. == Other possible options == * In temples and mosques of Arab countries. * Under benches in Chinese trains, or in the vestibule of Indian trains (during crossings). * In the hospital. Tested in South Africa. * On the bus leaving the next morning. It is practiced in African countries, if you have a ticket. It is convenient that you do not need to look for a bus station in the early morning — you can inspect dreams during passenger boarding. * In the waiting rooms of railway stations. It is possible in many countries, except Japan, where terminals are closed from 00 to 06 hours and trains do not run. * In a separate booth of an Internet cafe. Invented and used in Japan by local residents who do not have enough funds for hotel accommodation. You will need to pay, but compared to hotel rates, it's nothing. * In the ATM pavilion. If there is a bank card that allows you to get inside. == Quote == * ''Will share the secrets of my street sleepovers. If you get into an unfamiliar city, can stay anywhere, even on the central avenue under the walls of buildings, but on one condition: you need to deploy after midnight, and leave before six in the morning. At six, the first passerby may appear, probably suffering from insomnia, in half an hour there will be several of them, and closer to seven — a lot'' <ref>{{cite book |last= Pinchuk|first= Viktor |author-link= |date= |title= Six months by islands... and countries|url= |language= ru|location= Russia |publisher= Brovko|page= 32|isbn=978-5-9908234-0-2}}</ref>. == Materials in Wikisource project == * Viktor Pinchuk ''[[s: Translation:In bullpen – voluntarily| "In bullpen – voluntarily"]]'' ==References== {{Reflist}} {{commons|Category:Material of travels and expeditions in the "bum tour" form (формат «бомж-тур»)}} [[Category: Hobo tourism]] 6kde6ft3quf10kzd2o4sinq1xp6hm2f 4094954 4094952 2022-08-19T12:11:19Z L10nM4st3r 3380243 L10nM4st3r moved page [[Overnight stays in long intercontinental journeys of the "bum tour" format]] to [[Hobo tourism/Overnight stays in long intercontinental journeys]]: leaving redirect wikitext text/x-wiki [[File:Hotel in Sudan.webm|thumb|400px|Hotel in [[w:Atbara|Atbara]], Sudan, 2010 (1 [[w:Berth (sleeping)|sleeping berth]] — 5 [[w: Sudanese pound|S.P.]] = $1,5)]] {{main|Hobo tourism}} '''Rest at night''' is one of the important moments in the practice of bum tourism: sleep is necessary for health and physical activity during long expeditions with low self—financing, where high energy consumption awaits you daily. Since sometimes, even in poor countries, the cost of hotel accommodation can be relatively high (for example, in Comoros — from 20 €, in Botswana — from $ 40), it makes sense to use the alternatives described below. == [[Overnight stays in long intercontinental journeys of the "bum tour" format/In Aboriginal dwellings|In Aboriginal housing areas]] == There are special hospitality networks for Internet dating with subsequent residence at home with the users of the resource in the country chosen for visiting — this practice is widely used by backpackers. With hobo tourism, circumstances can throw a traveler to places where there is no international web or (due to the unpredictability of obtaining visas along the way) to a country whose visit was not planned by the route. Spontaneous acquaintances with local residents come to the rescue, who sometimes don't mind inviting a foreigner to stay in their huts. == [[/In an abandoned building|In abandoned buildings]] == Unlike the previous method, where you need to adjust to the routine of the owners, and this is not always convenient (for example, sitting up late talking with the household suffering from boredom somewhere in a God-forsaken village on a small island, the name of which not all geographers know), the option is useful because you can go to bed in silence, choosing an acceptable time. A building abandoned by residents can be a one-story, or a high-rise skyscraper. In the latter case, there will be enough space for a large expedition group. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/On objects under construction|On objects under construction]] == Construction projects that were mothballed are the best option for accommodating hobo tourists: there are no guards and builders working at night. At existing construction sites, overnight accommodation is possible with the permission of the responsible person. However, this is not feasible everywhere: in the big cities of Japan, Korea, China and Hong Kong, the objects under construction are surrounded by a multi-meter fence, which, to put it mildly, is difficult to penetrate. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/At the cemetery|At the cemetery]] == The method may not be used in every country. Tested on his own experience by the Russian traveler Viktor Pinchuk in Japan and Taiwan<ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Two months of wandering and 14 days behind bars|url= |language= ru|location= Russia |publisher= Brovko|page= 18|isbn=978-5-9909912-5-5}}</ref><ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Japan for free|url= |language= ru|location= Russia |publisher= Brovko|page= 27-28|isbn=978-5-9908234-1-9}}</ref>. Due to the similar mentality of the residents and the low crime rate, it can be assumed that a similar result is expected in South Korea. The rest of the countries have not been tested in this regard, so you can use this recommendation while staying there only at your own risk. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/Under the open sky|Under the open sky]] == The method is common among backpackers and local hikers. But unlike the above categories, a hobo tourist, spending the night in nature, does not use a tent and a sleeping bag. In the jungle, on islands off the ocean coast and other places where the sky replaces the roof, it is possible to use this method only in the dry season; in settlements and adjacent areas — in the rainy season too: you should find a canopy that will protect at night in case of heavy rain. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In the company of local bums|In the company of local homeless people]] == This method is used in critical cases when there is no alternative. For example, if you arrival coincided with the late time of day, when there is no time to find the best option. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In halls and stairwells|In halls and stairwells]] == The use of this method can be useful in Japan and Hong Kong, i.e. where the prices for accommodation are quite high. Stairwells of technical floors of residential buildings and lobbies of institutions will save you from cold and atmospheric precipitation. There is no single universal way: in each specific case, you need to act with an eye to the circumstances and using intuition. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/At the police station|At the police station]] == The method is widely used among local residents of five countries of the southern part of the African continent: South Africa, Namibia, Botswana, Lesotho, Swaziland (Eswatini). The police will also accept a white hobo tourist — on general grounds. In other countries, the use of this method is possible by agreement with police officers: based on their mood on the day of your arrival, and other nuances. == [[Overnight stays in long intercontinental journeys of the "bum tour" format/In tne flophouse (dosshouse)|In tne flophouse (dosshouse)]] == Almost every third world country has a separate category of hotels, which travel agency clients who visit the same country as part of a group of their own kind have no idea about. The main guests of such places are aborigines, who come from the province to a big city or the capital of their country for shopping or for another purpose. Sometimes bedbugs really live in such places. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/Hostels|In hostels]] == The hostel is the main and most popular accommodation facility for backpackers; it is also used among travelers practicing bum tourism. == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In a public toilet|In a public toilet]] == A method used in extreme cases (for example, if, due to the low temperature of the surrounding air, sleeping in the open air can cause harm to health). == [[Overnight stays in long intercontinental wanderings of the "bum tour" format/In the ancient pyramid|In the ancient pyramid]] == The method can be called "exotic", due to the fact that not all countries have pyramids. == In the terminals of international airports == No more than one night is used: on the day of arrival in the country, or the day of departure. It is convenient if the plane arrived late in the evening, or an early morning departure is expected. == Other possible options == * In temples and mosques of Arab countries. * Under benches in Chinese trains, or in the vestibule of Indian trains (during crossings). * In the hospital. Tested in South Africa. * On the bus leaving the next morning. It is practiced in African countries, if you have a ticket. It is convenient that you do not need to look for a bus station in the early morning — you can inspect dreams during passenger boarding. * In the waiting rooms of railway stations. It is possible in many countries, except Japan, where terminals are closed from 00 to 06 hours and trains do not run. * In a separate booth of an Internet cafe. Invented and used in Japan by local residents who do not have enough funds for hotel accommodation. You will need to pay, but compared to hotel rates, it's nothing. * In the ATM pavilion. If there is a bank card that allows you to get inside. == Quote == * ''Will share the secrets of my street sleepovers. If you get into an unfamiliar city, can stay anywhere, even on the central avenue under the walls of buildings, but on one condition: you need to deploy after midnight, and leave before six in the morning. At six, the first passerby may appear, probably suffering from insomnia, in half an hour there will be several of them, and closer to seven — a lot'' <ref>{{cite book |last= Pinchuk|first= Viktor |author-link= |date= |title= Six months by islands... and countries|url= |language= ru|location= Russia |publisher= Brovko|page= 32|isbn=978-5-9908234-0-2}}</ref>. == Materials in Wikisource project == * Viktor Pinchuk ''[[s: Translation:In bullpen – voluntarily| "In bullpen – voluntarily"]]'' ==References== {{Reflist}} {{commons|Category:Material of travels and expeditions in the "bum tour" form (формат «бомж-тур»)}} [[Category: Hobo tourism]] 6kde6ft3quf10kzd2o4sinq1xp6hm2f 4094956 4094954 2022-08-19T12:18:32Z L10nM4st3r 3380243 links wikitext text/x-wiki [[File:Hotel in Sudan.webm|thumb|400px|Hotel in [[w:Atbara|Atbara]], Sudan, 2010 (1 [[w:Berth (sleeping)|sleeping berth]] — 5 [[w: Sudanese pound|S.P.]] = $1,5)]] '''Rest at night''' is one of the important moments in the practice of bum tourism: sleep is necessary for health and physical activity during long expeditions with low self—financing, where high energy consumption awaits you daily. Since sometimes, even in poor countries, the cost of hotel accommodation can be relatively high (for example, in Comoros — from 20 €, in Botswana — from $ 40), it makes sense to use the alternatives described below. == [[/In Aboriginal dwellings/]] == There are special hospitality networks for Internet dating with subsequent residence at home with the users of the resource in the country chosen for visiting — this practice is widely used by backpackers. With hobo tourism, circumstances can throw a traveler to places where there is no international web or (due to the unpredictability of obtaining visas along the way) to a country whose visit was not planned by the route. Spontaneous acquaintances with local residents come to the rescue, who sometimes don't mind inviting a foreigner to stay in their huts. == [[/In an abandoned building/]] == Unlike the previous method, where you need to adjust to the routine of the owners, and this is not always convenient (for example, sitting up late talking with the household suffering from boredom somewhere in a God-forsaken village on a small island, the name of which not all geographers know), the option is useful because you can go to bed in silence, choosing an acceptable time. A building abandoned by residents can be a one-story, or a high-rise skyscraper. In the latter case, there will be enough space for a large expedition group. == [[/On objects under construction/]] == Construction projects that were mothballed are the best option for accommodating hobo tourists: there are no guards and builders working at night. At existing construction sites, overnight accommodation is possible with the permission of the responsible person. However, this is not feasible everywhere: in the big cities of Japan, Korea, China and Hong Kong, the objects under construction are surrounded by a multi-meter fence, which, to put it mildly, is difficult to penetrate. == [[/At the cemetery/]] == The method may not be used in every country. Tested on his own experience by the Russian traveler Viktor Pinchuk in Japan and Taiwan<ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Two months of wandering and 14 days behind bars|url= |language= ru|location= Russia |publisher= Brovko|page= 18|isbn=978-5-9909912-5-5}}</ref><ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Japan for free|url= |language= ru|location= Russia |publisher= Brovko|page= 27-28|isbn=978-5-9908234-1-9}}</ref>. Due to the similar mentality of the residents and the low crime rate, it can be assumed that a similar result is expected in South Korea. The rest of the countries have not been tested in this regard, so you can use this recommendation while staying there only at your own risk. == [[/Under the open sky/]] == The method is common among backpackers and local hikers. But unlike the above categories, a hobo tourist, spending the night in nature, does not use a tent and a sleeping bag. In the jungle, on islands off the ocean coast and other places where the sky replaces the roof, it is possible to use this method only in the dry season; in settlements and adjacent areas — in the rainy season too: you should find a canopy that will protect at night in case of heavy rain. == [[/In the company of local bums|In the company of local homeless people]] == This method is used in critical cases when there is no alternative. For example, if you arrival coincided with the late time of day, when there is no time to find the best option. == [[/In halls and stairwells/]] == The use of this method can be useful in Japan and Hong Kong, i.e. where the prices for accommodation are quite high. Stairwells of technical floors of residential buildings and lobbies of institutions will save you from cold and atmospheric precipitation. There is no single universal way: in each specific case, you need to act with an eye to the circumstances and using intuition. == [[/At the police station/]] == The method is widely used among local residents of five countries of the southern part of the African continent: South Africa, Namibia, Botswana, Lesotho, Swaziland (Eswatini). The police will also accept a white hobo tourist — on general grounds. In other countries, the use of this method is possible by agreement with police officers: based on their mood on the day of your arrival, and other nuances. == [[/In the flophouse (dosshouse)/]] == Almost every third world country has a separate category of hotels, which travel agency clients who visit the same country as part of a group of their own kind have no idea about. The main guests of such places are aborigines, who come from the province to a big city or the capital of their country for shopping or for another purpose. Sometimes bedbugs really live in such places. == [[/Hostels|In hostels]] == The hostel is the main and most popular accommodation facility for backpackers; it is also used among travelers practicing bum tourism. == [[/In a public toilet/]] == A method used in extreme cases (for example, if, due to the low temperature of the surrounding air, sleeping in the open air can cause harm to health). == [[/In the ancient pyramid/]] == The method can be called "exotic", due to the fact that not all countries have pyramids. == In the terminals of international airports == No more than one night is used: on the day of arrival in the country, or the day of departure. It is convenient if the plane arrived late in the evening, or an early morning departure is expected. == Other possible options == * In temples and mosques of Arab countries. * Under benches in Chinese trains, or in the vestibule of Indian trains (during crossings). * In the hospital. Tested in South Africa. * On the bus leaving the next morning. It is practiced in African countries, if you have a ticket. It is convenient that you do not need to look for a bus station in the early morning — you can inspect dreams during passenger boarding. * In the waiting rooms of railway stations. It is possible in many countries, except Japan, where terminals are closed from 00 to 06 hours and trains do not run. * In a separate booth of an Internet cafe. Invented and used in Japan by local residents who do not have enough funds for hotel accommodation. You will need to pay, but compared to hotel rates, it's nothing. * In the ATM pavilion. If there is a bank card that allows you to get inside. == Quote == * ''Will share the secrets of my street sleepovers. If you get into an unfamiliar city, can stay anywhere, even on the central avenue under the walls of buildings, but on one condition: you need to deploy after midnight, and leave before six in the morning. At six, the first passerby may appear, probably suffering from insomnia, in half an hour there will be several of them, and closer to seven — a lot'' <ref>{{cite book |last= Pinchuk|first= Viktor |author-link= |date= |title= Six months by islands... and countries|url= |language= ru|location= Russia |publisher= Brovko|page= 32|isbn=978-5-9908234-0-2}}</ref>. == Materials in Wikisource project == * Viktor Pinchuk ''[[s: Translation:In bullpen – voluntarily| "In bullpen – voluntarily"]]'' ==References== {{Reflist}} {{commons|Category:Material of travels and expeditions in the "bum tour" form (формат «бомж-тур»)}} [[Category: Hobo tourism]] hwlyup6upmumtyuby0sdxa51ye9dt9v Hobo tourism/Overnight stays in long intercontinental journeys/In Aboriginal dwellings 0 448401 4094953 4094934 2022-08-19T12:09:48Z L10nM4st3r 3380243 L10nM4st3r moved page [[Overnight stays in long intercontinental journeys of the "bum tour" format/In Aboriginal dwellings]] to [[Hobo tourism/Overnight stays in long intercontinental journeys/In Aboriginal dwellings]] without leaving a redirect: books are linked wikitext text/x-wiki [[File: В гостях у брунейца (г. Пекан-Тутонг).webm|thumbtime=06|thumb|400px|At the house of Bruneians ([[w:Tutong|Pekan-Tutong]], 2012)]] '''Staying at the an aborigines dwellings''' is a method used not only by hobo tourists, but also by backpackers, and sometimes by ordinary people (more often from among young people) who want to visit a particular country without large expenses. To achieve this goal, Hospitality exchange service are usually used, the participants of which offer foreigners accommodation for some time on their own living space. But, if backpackers and "beginners" prefer to choose highly developed countries and large cities to visit, a traveler practicing hobo tourism can get to places around the globe where there is no Internet, and about the aforementioned service bobody knows. In this case, spontaneous acquaintances with local residents will help. Sometimes aborigines invite a wanderer to visit on their own initiative, but since this does not always happen, you can arrange an overnight stay with local residents yourself. == A guide to action == To get things done, you need to know a few basic truths: * Rural residents are more likely to receive guests than city dwellers. Sometimes the villagers' dwellings do not have locks: there is nothing to steal. The probability that the owner of a comfortable apartment located in a major city of any country will invite one or more foreigners to his home is much lower, and in megacities it is close to zero. * The inhabitants of God-forsaken corners of the globe (in particular villages located on small islands) are bored by the lack of events. A foreigner from a distant country is the only way for them to communicate, an option to speak out. * In a rural area or a small town, you can, after waiting for the evening, independently knock on any dwelling, asking for a place under a canopy in the yard; with a negative result, repeating the action repeatedly. == Fact == Russian traveler Viktor Pinchuk, moving through the territory of Papua New Guinea (in 2013) for more than twenty days, never resorted to the services of hotels, during the entire period staying with the aborigines<ref>{{cite book |last= Pinchuk|first= Viktor |author-link= |date= |title= Six months by islands... and countries|url= |language= ru|location= Russia |publisher= Brovko|page=116 - 140|isbn=978-5-9908234-0-2}}</ref>. == Gallery == Illustrations from books: <br> Pinchuk, Viktor ''"[[Six months by islands... and countries]]"''. — Simferopol: Brovko, 2016. — 216 p. — ISBN 978-5-9908234-0-2 (photo #1-3)<br> Pinchuk, Viktor ''"[[Two hundred days in Latin America]]"''. — Simferopol: Brovko, 2017. — 210 p. — ISBN 978-5-9909912-0-0 (photo #4)<br> Pinchuk, Viktor ''"[[Two months of wandering and 14 days behind bars]]"''. — Simferopol: Brovko, 2020. —116 p. — ISBN 978-5-9909912-5-5 (photo #5)<br> <gallery widths="270px" heights="270px" class="center"> File: Malaysians.jpg|On a visit to the Malaysians <br> (Sukau, Sabah, 2013) File: Indonesians with newspaper.jpg|On a visit at Indonesians <br>(Sumatra Island, Indonesia, 2013) File: Papuans.jpg| On a visit to the Papuans <br>(Western Highlands, [[w:Papua New Guinea|PNG]], 2013) File: Cubans.jpg|On a visit to the Cubans ([[w:Guisa|Guisa]], Cuba, 2015) File: Russian traveller Viktor Pinchuk (Pentecost Island).jpg|On a visit to aborigines of the [[w:Pentecost Island|Pentecost Island]] (Ranwas, Vanuatu, 2020) </gallery> ==References== {{Reflist}} {{commons|Category:Material of travels and expeditions in the "bum tour" form (формат «бомж-тур»)}} [[Category: Hobo tourism]] 7mcjwxubtcgwag1m4auvxpa37rn7o9y Hobo tourism/Overnight stays in long intercontinental journeys/In an abandoned building 0 448402 4094951 4094937 2022-08-19T12:07:08Z L10nM4st3r 3380243 L10nM4st3r moved page [[Overnight stays in long intercontinental journeys of the "bum tour" format/In an abandoned building]] to [[Hobo tourism/Overnight stays in long intercontinental journeys/In an abandoned building]] without leaving a redirect: I think the books are linked. wikitext text/x-wiki [[File: Life wasn't comfy (Lambir Hills, Sarawak).jpg|thumb|380px| Russian traveller Viktor Pinchuk in a dilapidated apartment near a nature reserve [[w: Lambir Hills National Park | Lambir Hills]], Sarawak, Malaysia. <br> (Photo from book «[[Six months by islands... and countries]]», p. 30)]] '''Sleeping in an abandoned building''' is one of the many ways for a traveler to get a night's rest using the [[Long intercontinental trips and expeditions in "bum tour" format| hobo tourism]] methods. <br> Place for accommodation — empty buildings intended for demolition, with dismantled window and door blocks — if desired, you can find in any country of the world. == Pros and cons == Sometimes such objects (due to the fact that the residents have been evicted for a long time and the structure is not protected from the destructive effects of precipitation) are in an emergency condition, there may be a pungent smell of dampness inside. At the same time, despite the above disadvantages, this method has its positive sides. For example, unlike overnight accommodation at an existing construction site, where the working day begins in the morning, there is no need to get up with the first crowing of the roosters. It is easy to find a hiding place in the ruins where you can hide backpack (keeping your valuables with you), allowing you to wander around lightly during the day. == Equipment == When using the method, the same standard set of equipment is used as for overnight stays [[Overnight stays in long intercontinental wanderings of the "hobo tour" format/Under the open sky|in the open air]] and [[Overnight stays in long intercontinental wanderings of the "hobo tour" format/At the cemetery|in cemeteries]]: * [[w: Sleeping pad|Roll mat]] & polyethylene oilcloth twice the size (so that the lower plane of the mat does not get dirty), * inflatable pillow, * Bedspread or blanket. == A practical example == * Events of 2019, [[w:Port Vila|Port Vila]], Vanuatu (see "Gallery, photo 1") ''"On the main street — empty government building with a sign at the entrance. It's not hard to get in, there are no guards, but there are a lot of people around: can't do it without being noticed. A second option — an abandoned house on the outskirts of town — proved unfit for the night: there were puddles in the rooms (a consequence of heavy rain and a roof that had been blown off). "Bad luck, will have return to Pango," — thought, when a heavy downpour came. Ran towards the bus stop. The door of building was ajar in one of the alleys, darkness behind it. I went in, took out a torch. A room with a high ceiling looked like an assembly hall. Meanwhile, the rain outside had intensified, drumming furiously on the slate roof. Chose place to sleep in the far corner, where an extra, back door was covered by [[w:Roller shutter|roller shutters]]. The room had not been used for a long time, so there was almost no chance of anyone coming in. To avoid attracting attention, left the front door unlocked, and hung my wet clothes on the nails I had hammered in ''<ref>{{cite book|last= Pinchuk|first= Viktor |author-link= |date= |title= Two months of wandering and 14 days behind bars|url= |language= ru|location= Russia |publisher= Brovko|page= 63-64|isbn=978-5-9909912-5-5}}</ref>. == Gallery == Illustrations from the books:: <br> Pinchuk Viktor ''"[[Two months of wandering and 14 days behind bars]]"''. — Simferopol: Brovko, 2020. —116 p. — ISBN 978-5-9909912-5-5 (photo #2)<br> Pinchuk Viktor ''"[[Six months by islands... and countries]]"''. — Simferopol: Brovko, 2016. — 216 p. — ISBN 978-5-9908234-0-2 (photo #3,5)<br> <gallery widths="270px" heights="270px" class="center"> File:Accommodation for Russian traveler (Port Vila, Vanuatu).jpg|Port Vila, Vanuatu, 2019<br> A derelict building in the city centre File:Suite for a tramp (ʻEua-island, Tonga).jpg|On the island of Eua, Tonga, 2019<br>Abandoned forester's lodge File:Apartments of the Russian traveler (Kuala Lumpur) (1).jpg|Kuala Lumpur, Malaysia, 2012 (I)<br> View from the apartment window File:Apartments of the Russian traveler (Kuala Lumpur) (2).jpg|Kuala Lumpur, Malaysia, 2012 (II)<br> Bed space File:Apartments of the Russian traveler (Kuala Lumpur) (3).jpg|Kuala Lumpur, Malaysia, 2012 (III)<br> View outside </gallery> ==References== {{Reflist}} {{commons|Category:Material of travels and expeditions in the "bum tour" form (формат «бомж-тур»)}} [[Category: Hobo tourism]] qbyvpreyi5ksm7wl77ss41v45zf29hx User talk:Виктор Пинчук 3 448403 4094950 2022-08-19T12:03:47Z L10nM4st3r 3380243 /* Welcome */ new section wikitext text/x-wiki == Welcome == Welcome, Виктор Пинчук! {| style="background:white; border:1px solid #abd5f5;; padding:0px; border-spacing:0px; color: #000000;" ! style="background:#d0e5f5; color: #000000;" | [[Wikibooks:Welcome|Getting started]] with Wikibooks |- | style="padding:5px;" | * Wikibooks is a collection of open-source textbooks. Find out [[WB:WIW|what this means]]. * To sign your name (on discussion pages), use four tildes, like this: &#126;&#126;&#126;&#126; * Learn how to [[Using Wikibooks|use Wikibooks]] and learn more about the community. * [[WB:CCO|Explore]], [[Wikibooks:Be bold|be bold]], and have fun! |} If you have any questions, you can ask in the [[Wikibooks:Reading room/Assistance|assistance reading room]] or possibly contact me personally. Also, book chapters look like this: book name/chapter name/subchapter name/ect Please follow this style in the future. Thanks for your contributions. <sup> [[User:L10nM4st3r|<span style="color:orange">L10nM4st3r</span>]]</sup> / <sub>[[meta:User_talk:L10nM4st3r|<span tyle="color:#fed8b1">'''Roar''' at me</span>]]</sub> 12:03, 19 August 2022 (UTC) 5is6x51emwb3vkuuhaa3hu9snqc493k Overnight stays in long intercontinental journeys of the "bum tour" format 0 448404 4094955 2022-08-19T12:11:19Z L10nM4st3r 3380243 L10nM4st3r moved page [[Overnight stays in long intercontinental journeys of the "bum tour" format]] to [[Hobo tourism/Overnight stays in long intercontinental journeys]]: leaving redirect wikitext text/x-wiki #REDIRECT [[Hobo tourism/Overnight stays in long intercontinental journeys]] 64vs0mulke0ujo9rk3kfciah1zcvd85 User:Phethehile 2 448405 4094966 2022-08-19T15:00:20Z Phethehile 3399465 Added content wikitext text/x-wiki A new platform page about cooking 🍲🍲and baking 🍪🍩 all kind of variant foods and cakes 5v4l1hqn93qa64i6x9mcrxa1a5329jt Hobo tourism/Overnight stays in long intercontinental journeys/In the company of homeless people 0 448406 4094978 2022-08-19T16:35:43Z Виктор Пинчук 3291001 Created page with "'''Staying overnight in homeless companies and communes''' is a method of obtaining a night's rest (and sometimes a short-term stay) practised by supporters of [[Long intercontinental trips and expeditions in "bum tour" format|hobo tourism]]. == Why is it needed? == There may be several reasons for this seemingly strange accommodation option: * Arrival in next city of exotic country coincided with the late time of day, when there is no option. * A traveller sleeping in..." wikitext text/x-wiki '''Staying overnight in homeless companies and communes''' is a method of obtaining a night's rest (and sometimes a short-term stay) practised by supporters of [[Long intercontinental trips and expeditions in "bum tour" format|hobo tourism]]. == Why is it needed? == There may be several reasons for this seemingly strange accommodation option: * Arrival in next city of exotic country coincided with the late time of day, when there is no option. * A traveller sleeping in the company of homeless people may not be noticed by street criminals, whose activities become more active at night; but a foreigner sleeping alone on the street will be the object of unnecessary attention by criminals. * People living on the streets and train stations can help a beginner in understanding of local traditions, for example, how to protect themselves from petty thieves who can covet seemingly worthless items, etc. * Living in a commune of the homeless provides the traveler with opportunities to experience the life of the lower classes of the society. * Sometimes the homeless community has a habitable structure (a ruin or unfinished building) where a proponent of the hobo tourism methodology can live for some time (read more below, in the "Practical Examples" section). == Comparing the method to "Slum tourism" == The Russian traveler Viktor Pinchuk, who uses unconventional methods of travelling, has repeatedly lived and stayed overnight in underclass and sometimes socially deprived places. As a rule, a foreign tourist who has lived side by side with beggars for some time, who is not opposed to them and has no privileges that elevate him above others, is respected by slum-dwellers without provoking negative emotions, and his visit does not leave an unpleasant residue in people's memory, which may appear after visiting narcissistic sightseers with expensive photo and video equipment. == Practical examples == '''This is how the books describes a traveller's encounter with the homeless in [[w:Jakarta|Indonesian capital]]:''' ''Behind the decrepit fence — abandoned unfinished building: just the thing. Apparently, someone lives there. I called out. A young Indonesian with a confused expression came to the fence. Asked him by signs if I could come in. He pointed to the gate on the other side. It was opened. An elderly woman came out. "Can I sleep here?" — uttered a phrase in the local language, prudently learnt by heart. The old woman, smiling, permitted. The four-storey derelict building had no walls. Part of the ground floor was occupied by a commune of homeless people, the upper floors were empty. The guy took me to the second floor, where a spring mattress from a double bed lay on the concrete floor. Next to it was a wooden bench, like the ones they use in hospitals and on beaches, with a pile of rags on it. "You can cover yourself with this," the Indonesian explained and walked away. Of the "furniture" in the space allotted to me there — only the two items described, and there is a "toilet" that don't know its purpose yet. I approached the "balcony" (there were ones on four sides): a pile of rubbish below, in the distance the neon-lit buildings of expensive hotels'' <ref>{{cite book |last= Pinchuk|first= Viktor |author-link= |date= |title= Six months by islands... and countries|url= |language= ru|location= Russia |publisher= Brovko|page= 64 - 65|isbn=978-5-9908234-0-2}}</ref>. '''Late in [[w:Surabaya|Surabaya]], Indonesia:''' ''...Leaving the bus, I walked a hundred metres, looking for a nook to sleep. The midnight street was lit by lanterns. On the left, under a long awning on the pavement, lay a community of homeless people who reminded me of their counterparts in the Indian city of Mumbai. I walked a little further — nothing suitable. However... Turned around and turned back. Perhaps the African natives would envy these people: they have electricity that is not always present in the Black Continent. I approached the two men sitting under the light bulb. The old man, hearing a question in his native language, shook head negatively and with a disgruntled expression on his face, asked to go back to where had come from. This was an odd reaction. Usually beggars in third-world countries are enthusiastic about such a request. In fact, who says this grandfather is the "boss" of the homeless? I'll ask others. At the very end of the "settlement" there were two more: a middle-aged man was sleeping on the ground, while a young man of indeterminate gender, with an earring in his ear, was watching... television. The mains cable from a small television receiver went somewhere upwards, probably to an electric pole. On closer inspection, the street television viewer turned out to be a man. "Everything here is occupied," — he explained with a smile, — and the empty lot in the corner is for the motorbike. "You can set up there," — the guy added, pointing to the threshold under the closed double door of the building a metre away from the motorway. Far from luxury, even by the standards of a bum, but at midnight there was no alternative. With an affirmative nod of my head, I spread out a mat and soon fell asleep to the lullaby of the occasional passing car'' <ref>{{cite book |last= Pinchuk|first= Viktor |author-link= |date= |title= Six months by islands... and countries|url= |language= ru|location= Russia |publisher= Brovko|page= 77 - 78|isbn=978-5-9908234-0-2}}</ref>. '''And this is about an overnight stay in [[w:Guangzhou|Guangzhou]], China:''' ''...On the lower span of the bridge, occupying a well-lit area behind the railings, the three were resting peacefully after a noisy day at the railway station. The older one, apparently mute, mooed only occasionally, the second, a middle-aged bum, was sullen and taciturn, and the youngest was slightly different from his brethren: he had not yet reach the standard. He was the one I asked about spending the night in their company. "No problem!" — he replied with a sign and, watching me spreading a mat, decided to instruct the guest. Passers-by squinted at this scene and, without stopping, walked on, spurred on by the overcast weather. Noticing that I looked at the clouds, the guy shook his head, "No, it's not going to rain." — "Shoes, just to be safe, you'd better put them under a pillow," — he explained, — "they'll get dragged away. "But my shoes is very old" — I replied, being quite surprised. "That's not the point," the instructor went on, "a beggar boy tramp (there are many of them here) might come up and ask for money, and if you don't give it, he'll grab the shoes and run away. — "And the backpack has to be wrapped around both arms and covered with a blanket," the homeless man explained, seeing me tie the strap to my arm. "Tying it won't save you, they might cut it off..." — he added. At this time the oldest of the two made a sound and my interlocutor approached him.''<ref>{{cite book |last= Pinchuk|first= Viktor |author-link= |date= |title= Six months by islands... and countries|url= |language= ru|location= Russia |publisher= Brovko|page= 157|isbn=978-5-9908234-0-2}}</ref>. == Gallery == <gallery mode="packed" heights="300px" caption=""> File: Homeless dwelling.jpg|The second (vacant) floor of an unfinished building housing a community of homeless people. Jakarta, Indonesia. (Photo from book by Pinchuk Viktor «[[Six months by islands... and countries]]»)'' File:Shower Room in Jakarta.jpg|"Shower room" in an Indonesian commune of homeless people (Jakarta, Indonesia), which Russian traveller Viktor Pinchuk used with them. File: Бездомный (г. Гуанчжоу).jpg|One of the inhabitants of the railway station in whose company the Russian traveller spent the night; Guangzhou, China (Photo from book by Pinchuk Viktor «[[Six months by islands... and countries]]») </gallery> ==References== {{Reflist}} == Materials in Wikisource project == * Viktor Pinchuk ''[[s:Translation:Notes of an international tramp| "Notes of an international tramp"]]'' {{commons|Category:Material of travels and expeditions in the "bum tour" form (формат «бомж-тур»)}} [[Category: Hobo tourism]] gnqe0ra33lyhskxjat3ngcjruccjb1a Exercise as it relates to Disease/The effects of high-intensity interval training compared with resistance training in prostate cancer patients 0 448407 4095028 2022-08-20T03:13:52Z Rhodeslea 3399149 Upload Exemplar Template wikitext text/x-wiki == What is the background to this research? == * ''a very brief introduction to what the paper is about,'' * ''how the research fills a gap in existing knowledge,'' * ''and why it is important'' == Where is the research from? == * ''Is the location, or group, in which this research was conducted important to share?'' * ''Do the authors of the research have a track-record/reputation in the field?'' * ''Are there organisational/sponsorship links that may be a conflict of interest/bias the findings?'' == What kind of research was this? == * ''What kind of study was it? Observational, an RCT, a meta-analysis?'' * ''Does the level of evidence from these, and other types of studies, differ?'' == What did the research involve? == * ''Provide a lay summary of what the participants did in the study?'' * ''Was the methodology the best approach?'' * ''What limitations exist related to the important measures taken, or other aspects of the methodology (participant recruitment for instance)?'' == What were the basic results? == * ''What were the important findings?'' * ''How did the researchers interpret the results?'' * ''Do they over-emphasis the implications of their findings?'' == What conclusions can we take from this research? == * ''Provide your own insights on the conclusion (it may not quite be the same as the authors)'' * ''How do the findings align with other research in the area (in particular more recent publications that won't be mentioned in the paper)'' == Practical advice == * ''What real-world implications does this research have? Examples might includes:'' ** ''criteria for not exercising,'' ** ''recommendations on what exercises to do, how to do them,'' ** ''recommendations on monitoring and progressing exercises within specific populations,'' ** ''considerations for encouraging physical activity within a specific setting, etc'' * ''Are there other considerations readers should know about before taking on this practical advice? Perhaps health/safety more information/resources?'' == Further information/resources == * ''What further reading may interested readers benefit from?'' * ''What website, or online organisations, offer further information/support to groups that are linked to your assignment?'' * ''Consider the audience you are pitching this information for - are the links appropriate (e.g. links to research papers are probably not appropriate if the information is for patients, but it may be if it is for other allied health professionals)'' == References == ''Add in the references using this code (if you have done the in-text referencing correctly, it will appear here - check the tips on Moodle for details, or of course the help options in wikimedia (or google it)'' ''And add code in so this below appears (see Moodle - 2. Creating your page and editing tips - please look on this)'' 4tby8dn8kyjqrqshc4cx04srbft9jvy 4095035 4095028 2022-08-20T05:44:30Z Rhodeslea 3399149 /* What is the background to this research? */ wikitext text/x-wiki == What is the background to this research? == * The primary outcome of this Randomized Controlled Trial (RCT), was to compare the effectiveness of Resistance Training (RES) and High-Intensity Interval Training (HIIT), compared to Usual Care (UC) on Cancer-Treatment-Related Fatigue (CTRF), in Prostate Cancer (PCa) patients undergoing Radiation Therapy (RT) <ref name=":0">Piraux E, Caty G, Renard L, Vancraeynest D, Tombal B, Geets X et al. Effects of high-intensity interval training compared with resistance training in prostate cancer patients undergoing radiotherapy: a randomized controlled trial. Prostate Cancer and Prostatic Diseases. 2020;24(1):156-165.</ref>. The secondary outcomes assessed the effects of the interventions on quality of life, insomnia, depression, daytime sleepiness, sleep quality, functional exercise capacity and executive function.<ref name=":0" /> * Prostate cancer is the fifth leading cause of death worldwide<ref>Rawla P. Epidemiology of Prostate Cancer. World Journal of Oncology. 2019;10(2):63-89.</ref>, with cancer related fatigue and CTRF being a debilitating side-effect of the treatments and disease<ref name=":0" /><ref>Langston B, Armes J, Levy A, Tidey E, Ream E. The prevalence and severity of fatigue in men with prostate cancer: a systematic review of the literature. Supportive Care in Cancer. 2013;21(6):1761-1771.</ref>. Exercise has been shown to reduce CTRF in PCa<ref name=":0" /><ref>Velthuis M, Agasi-Idenburg S, Aufdemkampe G, Wittink H. The Effect of Physical Exercise on Cancer-related Fatigue during Cancer Treatment: a Meta-analysis of Randomised Controlled Trials. Clinical Oncology. 2010;22(3):208-221.</ref>, although the variables surrounding exercise type, duration and intensity are not yet established. == Where is the research from? == * ''Is the location, or group, in which this research was conducted important to share?'' * ''Do the authors of the research have a track-record/reputation in the field?'' * ''Are there organisational/sponsorship links that may be a conflict of interest/bias the findings?'' == What kind of research was this? == * ''What kind of study was it? Observational, an RCT, a meta-analysis?'' * ''Does the level of evidence from these, and other types of studies, differ?'' == What did the research involve? == * ''Provide a lay summary of what the participants did in the study?'' * ''Was the methodology the best approach?'' * ''What limitations exist related to the important measures taken, or other aspects of the methodology (participant recruitment for instance)?'' == What were the basic results? == * ''What were the important findings?'' * ''How did the researchers interpret the results?'' * ''Do they over-emphasis the implications of their findings?'' == What conclusions can we take from this research? == * ''Provide your own insights on the conclusion (it may not quite be the same as the authors)'' * ''How do the findings align with other research in the area (in particular more recent publications that won't be mentioned in the paper)'' == Practical advice == * ''What real-world implications does this research have? Examples might includes:'' ** ''criteria for not exercising,'' ** ''recommendations on what exercises to do, how to do them,'' ** ''recommendations on monitoring and progressing exercises within specific populations,'' ** ''considerations for encouraging physical activity within a specific setting, etc'' * ''Are there other considerations readers should know about before taking on this practical advice? Perhaps health/safety more information/resources?'' == Further information/resources == * ''What further reading may interested readers benefit from?'' * ''What website, or online organisations, offer further information/support to groups that are linked to your assignment?'' * ''Consider the audience you are pitching this information for - are the links appropriate (e.g. links to research papers are probably not appropriate if the information is for patients, but it may be if it is for other allied health professionals)'' == References == ''Add in the references using this code (if you have done the in-text referencing correctly, it will appear here - check the tips on Moodle for details, or of course the help options in wikimedia (or google it)'' ''And add code in so this below appears (see Moodle - 2. Creating your page and editing tips - please look on this)'' qssrq2ibrjbwdec96eqbqdnawwkqikt User:Likkylaserna 2 448408 4095039 2022-08-20T10:01:45Z Likkylaserna 3399545 Created page with "1901 🦊 Fox Theta Delta. The birth of FOX THETA DELTA Digammans International Humanitarian Service Fraternity and sorority Since July 29, 1901, East Lancing Michigan, Michigan State University.The Alpha Chapter.The Fraternity house of FOX in Michigan United States of America." wikitext text/x-wiki 1901 🦊 Fox Theta Delta. The birth of FOX THETA DELTA Digammans International Humanitarian Service Fraternity and sorority Since July 29, 1901, East Lancing Michigan, Michigan State University.The Alpha Chapter.The Fraternity house of FOX in Michigan United States of America. 44vhf6davq3n6bw94o80z43rehylykc 4095040 4095039 2022-08-20T10:14:31Z Likkylaserna 3399545 FOX THETA DELTA wikitext text/x-wiki 1901 🦊 Fox Theta Delta. The birth of FOX THETA DELTA Digammans International Humanitarian Service Fraternity and sorority Since July 29, 1901, East Lancing Michigan, Michigan State University.The Alpha Chapter.The Fraternity house of FOX in Michigan United States of America. '''Digammans International 1901''' '''FOX THETA DELTA 1901''' <code>19Fox Theta Delta01</code> <big>FOX THETA DELTA Digammans International</big> ksf44smmc5f49ezl8ho6h2vvdml7oeq User talk:Likkylaserna 3 448409 4095041 2022-08-20T10:30:31Z Likkylaserna 3399545 Created page with "Seven Families. Siete Familia; Laserna, La Serna, Laser, Serna, de Laserna, Dela Serna, de la Serna. 12A.D." wikitext text/x-wiki Seven Families. Siete Familia; Laserna, La Serna, Laser, Serna, de Laserna, Dela Serna, de la Serna. 12A.D. sedr7uc7btoakhkssyiqpgs7bziiniu 4095042 4095041 2022-08-20T10:31:33Z Likkylaserna 3399545 /* SEVEN FAMILIES */ new section wikitext text/x-wiki Seven Families. Siete Familia; Laserna, La Serna, Laser, Serna, de Laserna, Dela Serna, de la Serna. 12A.D. == SEVEN FAMILIES == Family [[User:Likkylaserna|Likkylaserna]] ([[User talk:Likkylaserna|discuss]] • [[Special:Contributions/Likkylaserna|contribs]]) 10:31, 20 August 2022 (UTC) sszxa0i8zflj4u0jphogds8d9js6zqm